From e99c1665d949c71d322074f38a3c90a5806a797b Mon Sep 17 00:00:00 2001
From: Amruth Pillai
Date: Sun, 5 Jul 2026 15:12:47 +0200
Subject: [PATCH] feat(applications): close follow-up gaps + squash migrations
Finish the deferred/open items on the applications tracker:
- Cover-letter upload re-enabled. Fix the storage blocker by deriving the
key extension from content type (buildFileKey/EXTENSION_BY_CONTENT_TYPE)
instead of hardcoding .jpeg, so PDFs serve correctly and non-JPEG image
avatars keep working under FLAG_DISABLE_IMAGE_PROCESSING. Add
coverLetterUrl/coverLetterName columns + Documents-section upload/remove.
- Contacts editor in the detail sheet (add/edit/remove, keyed per app).
- Board caps rendered cards per column (COLUMN_PAGE_SIZE=50 + "Show more").
- Extract new Lingui messages across locales.
- Guard coverLetterUrl to http(s)/relative at the API boundary.
Squash the five branch-only application-table migrations (create -> +tags
-> +cover-letter -> drop -> re-add) into a single clean CREATE TABLE via
drizzle-kit generate.
Claude-Session: https://claude.ai/code/session_01TEeRHnEayw2MFCShFRyL5f
---
apps/web/locales/af-ZA.po | 582 +-
apps/web/locales/am-ET.po | 582 +-
apps/web/locales/ar-SA.po | 582 +-
apps/web/locales/az-AZ.po | 582 +-
apps/web/locales/bg-BG.po | 582 +-
apps/web/locales/bn-BD.po | 582 +-
apps/web/locales/ca-ES.po | 582 +-
apps/web/locales/cs-CZ.po | 582 +-
apps/web/locales/da-DK.po | 582 +-
apps/web/locales/de-DE.po | 582 +-
apps/web/locales/el-GR.po | 582 +-
apps/web/locales/en-GB.po | 582 +-
apps/web/locales/en-US.po | 581 ++
apps/web/locales/es-ES.po | 582 +-
apps/web/locales/fa-IR.po | 582 +-
apps/web/locales/fi-FI.po | 582 +-
apps/web/locales/fr-FR.po | 582 +-
apps/web/locales/he-IL.po | 582 +-
apps/web/locales/hi-IN.po | 582 +-
apps/web/locales/hu-HU.po | 582 +-
apps/web/locales/id-ID.po | 582 +-
apps/web/locales/it-IT.po | 582 +-
apps/web/locales/ja-JP.po | 582 +-
apps/web/locales/km-KH.po | 582 +-
apps/web/locales/kn-IN.po | 582 +-
apps/web/locales/ko-KR.po | 582 +-
apps/web/locales/lt-LT.po | 582 +-
apps/web/locales/lv-LV.po | 582 +-
apps/web/locales/ml-IN.po | 582 +-
apps/web/locales/mr-IN.po | 582 +-
apps/web/locales/ms-MY.po | 582 +-
apps/web/locales/ne-NP.po | 582 +-
apps/web/locales/nl-NL.po | 582 +-
apps/web/locales/no-NO.po | 582 +-
apps/web/locales/or-IN.po | 582 +-
apps/web/locales/pl-PL.po | 582 +-
apps/web/locales/pt-BR.po | 582 +-
apps/web/locales/pt-PT.po | 582 +-
apps/web/locales/ro-RO.po | 582 +-
apps/web/locales/ru-RU.po | 582 +-
apps/web/locales/sk-SK.po | 582 +-
apps/web/locales/sl-SI.po | 582 +-
apps/web/locales/sq-AL.po | 582 +-
apps/web/locales/sr-SP.po | 582 +-
apps/web/locales/sv-SE.po | 582 +-
apps/web/locales/ta-IN.po | 582 +-
apps/web/locales/te-IN.po | 582 +-
apps/web/locales/th-TH.po | 582 +-
apps/web/locales/tr-TR.po | 582 +-
apps/web/locales/uk-UA.po | 582 +-
apps/web/locales/uz-UZ.po | 582 +-
apps/web/locales/vi-VN.po | 582 +-
apps/web/locales/zh-CN.po | 582 +-
apps/web/locales/zh-TW.po | 582 +-
apps/web/locales/zu-ZA.po | 581 ++
.../components/application-detail-sheet.tsx | 222 +-
.../applications/components/board.tsx | 20 +-
.../2026-07-05-applications-tracker-design.md | 12 +-
.../snapshot.json | 5506 ----------------
.../migration.sql | 1 -
.../snapshot.json | 5519 -----------------
.../migration.sql | 2 -
.../migration.sql | 2 -
.../snapshot.json | 5519 -----------------
.../migration.sql | 3 +
.../snapshot.json | 56 +-
packages/api/src/dto/application.ts | 9 +
.../api/src/features/applications/service.ts | 2 +
packages/api/src/features/storage/service.ts | 21 +-
packages/db/src/schema/applications.ts | 4 +
70 files changed, 32238 insertions(+), 16668 deletions(-)
delete mode 100644 migrations/20260705090711_third_hercules/snapshot.json
delete mode 100644 migrations/20260705093334_fuzzy_juggernaut/migration.sql
delete mode 100644 migrations/20260705093334_fuzzy_juggernaut/snapshot.json
delete mode 100644 migrations/20260705102805_soft_professor_monster/migration.sql
delete mode 100644 migrations/20260705104524_true_impossible_man/migration.sql
delete mode 100644 migrations/20260705104524_true_impossible_man/snapshot.json
rename migrations/{20260705090711_third_hercules => 20260705130916_nappy_magik}/migration.sql (93%)
rename migrations/{20260705102805_soft_professor_monster => 20260705130916_nappy_magik}/snapshot.json (99%)
diff --git a/apps/web/locales/af-ZA.po b/apps/web/locales/af-ZA.po
index eca2b62f9..ead5c1bd4 100644
--- a/apps/web/locales/af-ZA.po
+++ b/apps/web/locales/af-ZA.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# rol} other {# rolle}}"
msgid "{0} characters"
msgstr "{0} karakters"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "'n Bevestigingskakel is na jou huidige e-posadres gestuur. Gaan assebli
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "'n Gratis en oopbron-hervatbouer wat die proses om jou CV te skep, by te werk en te deel, vereenvoudig."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "'n Nuwe verifikasieskakel is na jou e-posadres gestuur. Gaan asseblief
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "'n Passieprojek deur <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Rekeningkieslys"
msgid "Actual size (100%)"
msgstr "Werklike grootte (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Voeg 'n pasgemaakte veld by"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Voeg 'n sleutelwoord by..."
@@ -196,10 +223,23 @@ msgstr "Voeg 'n nuwe vaardigheid by"
msgid "Add a new volunteer experience"
msgstr "Voeg 'n nuwe vrywillige ervaring by"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Voeg 'n verskaffer by en toets dit voordat jy 'n agentdraad begin."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Voeg sleutelwoord by"
@@ -225,6 +265,14 @@ msgstr "Voeg Verskaffer by"
msgid "Add Role"
msgstr "Voeg rol by"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Pas die CV aan vir 'n rol wat eerstens op afstand werk en waarde heg aan asynchrone kommunikasie en eienaarskap."
@@ -285,6 +333,10 @@ msgstr "KI-verskaffers vereis dat REDIS_URL en ENCRYPTION_SECRET gekonfigureer w
msgid "Albanian"
msgstr "Albanees"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Laat publieke toegang toe"
@@ -360,10 +412,40 @@ msgstr "API-verwysing"
msgid "App"
msgstr "Toep"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Toepassingstatistiek"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Toegepaste Reëls"
@@ -372,11 +454,18 @@ msgstr "Toegepaste Reëls"
msgid "Arabic"
msgstr "Arabies"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Argief"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Is jy seker jy wil hierdie dialoog sluit?"
@@ -437,6 +526,10 @@ msgstr "Aspekverhouding"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud ondersteun Reactive Resume as 'n projekborg. Indien u maatskappy die projek wil borg, stuur 'n e-pos aan <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Heg lêers aan"
@@ -455,6 +548,14 @@ msgstr "Aanhegsel opgelaai."
msgid "Authentication"
msgstr "Magtiging"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Beskikbaar in verskeie tale. As jy wil bydra, gaan kyk na Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengaals"
msgid "Blank draft"
msgstr "Leë konsep"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Bouergereedskappalet"
msgid "Bulgarian"
msgstr "Bulgaars"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Kolpuntlys"
@@ -552,6 +665,12 @@ msgstr "Kolpuntlys"
msgid "By the community, for the community."
msgstr "Deur die gemeenskap, vir die gemeenskap."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Kan ek my CV na PDF uitvoer?"
@@ -566,6 +685,9 @@ msgstr "Kan ek my CV na PDF uitvoer?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Sirkel"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Klaar"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Vee seleksie uit"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Gemeenskap"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Maatskappy"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Vergelyk hierdie CV met hierdie rol-URL en werk sleutelwoorde op terwyl die stemtoon bondig en geloofwaardig bly."
@@ -735,6 +867,10 @@ msgstr "Verbinding het misluk"
msgid "Connection verified — provider is ready to use."
msgstr "Verbinding geverifieer — verskaffer is gereed vir gebruik."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Gesprek gekopieer."
msgid "Conversation JSON copied."
msgstr "Gesprek JSON gekopieer."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Kopieer"
@@ -815,10 +956,43 @@ msgstr "Kon nie verskafferverbinding verifieer nie."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Kon nie die verbinding verifieer nie. Kontroleer die API-sleutel, model en basis-URL."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Kon nie stoor nie"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Kon nie stoor nie"
msgid "Cover Letter"
msgstr "Dekbrief"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Dekbrief"
msgid "Create"
msgstr "Skep"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Skep 'n nuwe rekening"
@@ -952,6 +1134,11 @@ msgstr "Skep 'n CV met opsies"
msgid "Created"
msgstr "Geskep"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Skep tans jou API-sleutel..."
@@ -964,6 +1151,10 @@ msgstr "Skep tans jou CV..."
msgid "Crop picture"
msgstr "Sny prent"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Huidige wagwoord"
@@ -1041,6 +1232,9 @@ msgstr "Graad"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Vee verskaffer uit"
msgid "Delete this agent thread?"
msgstr "Vee hierdie agentdraad uit?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Besig om jou rekening uit te vee..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Maak toe"
@@ -1136,6 +1336,10 @@ msgstr "Maak toe"
msgid "Documentation"
msgstr "Dokumentasie"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Het jy nie 'n rekening nie? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Laai DOCX af"
msgid "Download JSON"
msgstr "Laai JSON af"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Laai PDF af"
msgid "Downloads"
msgstr "Aflaaie"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Sleep en los afdelings hier om hulle tussen kolomme te skuif"
@@ -1227,11 +1444,17 @@ msgstr "Besig om jou CV te dupliseer..."
msgid "Dutch"
msgstr "Nederlands"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Vroeëre weergawes word behou; die bouer se ongedaanmaakgeskiedenis word herstel."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Wysig"
@@ -1241,6 +1464,10 @@ msgstr "Wysig"
msgid "Edit {chip}"
msgstr "Wysig {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Uitvoer"
msgid "Export my data"
msgstr "Voer my data uit"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Voer jou CV onmiddellik na PDF uit, sonder enige wagtyd of vertragings."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Het misluk om die CV te ontleed."
@@ -1575,10 +1810,18 @@ msgstr "Funksies"
msgid "File"
msgstr "Lêer"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filter volgens"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Vind swak kolpunte en herskryf hulle met sterker uitkomste, getalle, omvang en skerper werkwoorde."
@@ -1599,6 +1842,22 @@ msgstr "Buigsaamheid"
msgid "Fluency"
msgstr "Vlotheid"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Lettertipefamilie"
@@ -1653,11 +1912,19 @@ msgstr "Vrye vorm"
msgid "French"
msgstr "Frans"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Volle breedte"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Volskerm"
@@ -1667,6 +1934,10 @@ msgstr "Volskerm"
msgid "Fullscreen Editor"
msgstr "Vollskerm-redigeerder"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Genereer 'n ewekansige naam"
@@ -1878,6 +2149,10 @@ msgstr "Hoe deel ek my CV?"
msgid "How do I use the API?"
msgstr "Hoe gebruik ek die API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Hoe word my data beskerm?"
@@ -1904,12 +2179,35 @@ msgstr "Identifiseer gapings vir 'n aansoekeropsporingstelsel en pas slegs sleut
msgid "Import"
msgstr "Voer in"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Voer 'n bestaande CV in"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Invoer vanaf PDF of Word vereis 'n gekoppelde KI-verskaffer."
@@ -1942,6 +2240,10 @@ msgstr "Inligting"
msgid "Inline Code"
msgstr "Inlynkode"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Kitsgenerering"
@@ -1986,6 +2288,14 @@ msgstr "Skuinsdruk"
msgid "Japanese"
msgstr "Japanees"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Koreaans"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Etiket"
@@ -2072,6 +2383,10 @@ msgstr "Taal"
msgid "Languages"
msgstr "Tale"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Laas geanaliseer op {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Los leeg om die titel na die oorspronklike terug te stel."
msgid "Left Align"
msgstr "Links belyn"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Letter"
@@ -2152,6 +2471,18 @@ msgstr "Lig tema"
msgid "Line Height"
msgstr "Reëlhoogte"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Laai…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Ligging"
@@ -2266,6 +2599,14 @@ msgstr "Marge (horisontaal)"
msgid "Margin (Vertical)"
msgstr "Marge (vertikaal)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Meer aflaai-opsies"
msgid "Move section to another column or page"
msgstr "Skuif afdeling na 'n ander kolom of bladsy"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Moet begin met https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Nuwe wagwoord"
msgid "New Section"
msgstr "Nuwe afdeling"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Nuwe draad"
@@ -2360,6 +2712,14 @@ msgstr "Nuwe draad"
msgid "No Advertising, No Tracking"
msgstr "Geen advertensies, geen dop nie"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Geen vorige data nie"
msgid "No results found."
msgstr "Geen resultate gevind nie."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Geen CV's stem ooreen met jou soektog nie."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Geen gestoorde weergawes nog nie."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Geen stylreëls nog nie."
@@ -2406,6 +2778,7 @@ msgstr "Noors"
msgid "Not connected"
msgstr "Nie gekoppel nie"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Notas"
@@ -2431,6 +2804,10 @@ msgstr "Deurlopende instandhouding"
msgid "Only applies when the section fits on a single page."
msgstr "Geld slegs wanneer die afdeling op 'n enkele bladsy pas."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Wagwoordbeskerming is gedeaktiveer."
msgid "Password protection has been enabled."
msgstr "Wagwoordbeskerming is geaktiveer."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Pleister toegepas"
@@ -2636,6 +3025,22 @@ msgstr "Kies 'n ikoon"
msgid "Picture"
msgstr "Prent"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Voer asseblief 'n nuwe wagwoord vir jou rekening in"
@@ -2652,6 +3057,10 @@ msgstr "Voer asseblief die URL in waarheen jy wil skakel:"
msgid "Please support the project"
msgstr "Ondersteun asseblief die projek"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Wag asseblief terwyl jou PDF gegenereer word..."
@@ -2774,6 +3183,10 @@ msgstr "Publikasies"
msgid "Publisher"
msgstr "Uitgewer"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Gaan na tuisblad"
@@ -2817,6 +3230,10 @@ msgstr "Reaktiewe CV v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reaktiewe CV v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Ontvanger"
@@ -2839,6 +3256,10 @@ msgstr "Herdoen"
msgid "References"
msgstr "Verwysings"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Registreer nuwe toestel"
@@ -2856,6 +3277,14 @@ msgstr "Verwyder"
msgid "Remove {chip}"
msgstr "Verwyder {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Verwyder persoonlike veld"
@@ -2954,6 +3383,10 @@ msgstr "CV-analise voltooi."
msgid "Resume content"
msgstr "CV-inhoud"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "CV-opsies"
@@ -2962,6 +3395,10 @@ msgstr "CV-opsies"
msgid "Resume patch"
msgstr "CV-pleister"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Herskryf hierdie CV vir 'n oorgang van stigter na produkleier vir 'n ops
msgid "Right Align"
msgstr "Regs belyn"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Rol-progressie"
@@ -3018,6 +3463,15 @@ msgstr "Voer jou eerste ontleding uit om 'n puntkaart, sterkpunte en geprioritis
msgid "Russian"
msgstr "Russies"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Stoor en toetsverskaffer"
msgid "Save & Upload"
msgstr "Stoor en laai op"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Skandeer die QR-kode hieronder met jou voorkeur-magtigingstoep. Jy kan o
msgid "School"
msgstr "Skool"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Puntkaart"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Soek"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Afdeling opsies"
msgid "Section Type"
msgstr "Afdelingstipe"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Kies 'n CV"
@@ -3124,6 +3603,10 @@ msgstr "Kies 'n CV"
msgid "Select a thread"
msgstr "Kies 'n draad"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Kies 'n agentmodel"
@@ -3136,6 +3619,14 @@ msgstr "Kies 'n KI-verskaffer"
msgid "Select..."
msgstr "Kies..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Self-aanbieding met Docker"
@@ -3218,6 +3709,11 @@ msgstr "Deling"
msgid "Show"
msgstr "Wys"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Wys wagwoord"
msgid "Show picture"
msgstr "Wys prent"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Iets het verkeerd geloop"
msgid "Something went wrong while analyzing your resume."
msgstr "Iets het verkeerd geloop terwyl jou CV ontleed is."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Iets het verkeerd geloop. Probeer asseblief weer."
@@ -3369,6 +3873,12 @@ msgstr "Iets het verkeerd geloop. Probeer asseblief weer."
msgid "Sort by"
msgstr "Sorteer volgens"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Borgskappe"
msgid "Square"
msgstr "Vierkant"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Gee ons 'n ster op GitHub (maak in nuwe oortjie oop)"
@@ -3459,6 +3974,10 @@ msgstr "Sterktes"
msgid "Strike"
msgstr "Deurstreep"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Oorgeskakel na die {0} sjabloon."
msgid "Synced changes made in another tab."
msgstr "Gesinchroniseerde veranderinge wat in 'n ander oortjie aangebring is."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Merkers"
@@ -3513,10 +4037,18 @@ msgstr "Merkers"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Merkers kan gebruik word om jou CV volgens sleutelwoorde te kategoriseer."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Pas hierdie CV aan op 'n produkbestuurder se posbeskrywing en beklemtoon padkaart-eienaarskap, belanghebberkommunikasie en meetbare bekendstellingsuitkomste."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamil"
@@ -3753,6 +4285,10 @@ msgstr "Verskerp die vaardigheidsafdeling sodat dit die teikenrol ondersteun in
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Tydverloop-demonstrasie van hoe 'n CV met Reactive Resume gebou word"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Wenk: Gee jou API-sleutel 'n naam wat ooreenstem met die doel van die sleutel, om jou later te help om dit te identifiseer."
@@ -3799,6 +4335,14 @@ msgstr "Skakel regterkantpaneel aan"
msgid "Toggle threads"
msgstr "Wissel drade"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Volg jou CV se besigtigings en aflaaie"
@@ -3897,6 +4441,11 @@ msgstr "Tipografie"
msgid "Ukrainian"
msgstr "Oekraïens"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Onderstreep"
@@ -4011,6 +4560,10 @@ msgstr "Dateer projekpunte op om leierskap, beperkings, afwegings en meetbare ui
msgid "Update Resume"
msgstr "Werk CV by"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Werk jou wagwoord by"
@@ -4023,6 +4576,10 @@ msgstr "Besig om jou wagwoord by te werk..."
msgid "Updating your resume..."
msgstr "Besig om jou CV by te werk..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Laai aanhegsels op"
@@ -4031,10 +4588,18 @@ msgstr "Laai aanhegsels op"
msgid "Upload picture"
msgstr "Laai prent op"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Laai tans prent op…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Gebruik"
msgid "Use color {color}"
msgstr "Gebruik kleur {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Wat is nuut in die jongste weergawe?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Wanneer dit gesluit is, kan die CV nie bygewerk of uitgevee word nie."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Werk OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Werk OpenAI"
msgid "Working…"
msgstr "Werk…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Zoem uit"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zoeloe"
-
diff --git a/apps/web/locales/am-ET.po b/apps/web/locales/am-ET.po
index d65387cd9..f4c761230 100644
--- a/apps/web/locales/am-ET.po
+++ b/apps/web/locales/am-ET.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# ሚና} other {# ሚናዎች}}"
msgid "{0} characters"
msgstr "{0} ቁምፊዎች"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "ወደ አሁን የምትጠቀሙበት ኢሜል አድራሻዎ የ
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "የየታሪክዎን መፍጠር፣ ማዘመን እና መካፈል ሂደት የሚቀላቅል ነፃ እና ክፍት ምንጭ የየታሪክ ማቅረቢያ መገንቢያ።"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "አዲስ የማረጋገጫ አገናኝ ወደ ኢሜል አድራሻ
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "በ<0>Amruth Pillai0> የተጀመረ የልብ ፕሮጀክት።"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "የመለያ ምናሌ"
msgid "Actual size (100%)"
msgstr "ትክክለኛው መጠን (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "ብጁ መስክ ያክሉ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "ቁልፍ ቃል ያክሉ..."
@@ -196,10 +223,23 @@ msgstr "አዲስ ችሎታ ያክሉ"
msgid "Add a new volunteer experience"
msgstr "አዲስ የበኩል መደገፍ ልምድ ያክሉ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "የወኪል ክር ከመጀመርዎ በፊት አቅራቢ ያክሉ እና ይፈትሹ።"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "ቁልፍ ቃል ያክሉ"
@@ -225,6 +265,14 @@ msgstr "አቅራቢ ያክሉ"
msgid "Add Role"
msgstr "ሚና ጨምር"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "ተመሳሳይ ግንኙነት እና ባለቤትነትን የሚያከብር የርቀት-መጀመሪያ ሚናን ለማግኘት የስራ ማጠቃለያውን ያስተካክሉ።"
@@ -285,6 +333,10 @@ msgstr "የAI አቅራቢዎች REDIS_URL እና ENCRYPTION_SECRET እንዲዋ
msgid "Albanian"
msgstr "አልባኒኛ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "ለሁሉም ይገናኛል"
@@ -360,10 +412,40 @@ msgstr "API ማጣቀሻ"
msgid "App"
msgstr "መተግበሪያ"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "የመተግበሪያ ስታቲስቲክስ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "የተተገበሩ ህጎች"
@@ -372,11 +454,18 @@ msgstr "የተተገበሩ ህጎች"
msgid "Arabic"
msgstr "ዓረብኛ"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "ማህደር"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "ይህን ውይይት መዝጋት እንደሚፈልጉ እርግጠኛ ነዎት?"
@@ -437,6 +526,10 @@ msgstr "የመገናኛ መጠን"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "አትላስ ክላውድ እንደ ፕሮጀክት ስፖንሰር ሪአክቲቭ ሪሴምን ይደግፋል። ኩባንያዎ ፕሮጀክቱን ስፖንሰር ማድረግ ከፈለገ፣ <0>{sponsorshipEmail}ኢሜይል ይላኩ0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "ፋይሎችን አያይዝ"
@@ -455,6 +548,14 @@ msgstr "አባሪ ተሰቅሏል።"
msgid "Authentication"
msgstr "ማረጋገጫ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "በብዙ ቋንቋዎች ይገኛል። መዋኛ ለመያዝ ከፈለጉ በ Crowdin ይመለከቱ።"
@@ -511,6 +612,10 @@ msgstr "ቤንጋሊኛ"
msgid "Blank draft"
msgstr "ባዶ ረቂቅ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "የመገንቢያ ኮማንድ ፓሌት"
msgid "Bulgarian"
msgstr "ቡልጋሪኛ"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "የነጥብ ዝርዝር"
@@ -552,6 +665,12 @@ msgstr "የነጥብ ዝርዝር"
msgid "By the community, for the community."
msgstr "በማህበረሰቡ፣ ለማህበረሰቡ።"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "የየታሪክዬን ወደ PDF ልላክ እችላለሁ?"
@@ -566,6 +685,9 @@ msgstr "የየታሪክዬን ወደ PDF ልላክ እችላለሁ?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "ክብ"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "አጽዳ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "ምርጫን አጽዳ"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "ማህበረሰብ"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "ኩባንያ"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "ይህንን የስራ ልምድ መግለጫ ከዚህ ሚና ዩአርኤል ጋር ያወዳድሩ እና ቁልፍ ቃላትን ያዘምኑ እና ድምጹን አጭር እና ተዓማኒ እንዲሆን ያድርጉ።"
@@ -735,6 +867,10 @@ msgstr "ግንኙነት አልተሳካም"
msgid "Connection verified — provider is ready to use."
msgstr "ግንኙነት ተረጋግጧል - አቅራቢው ለመጠቀም ዝግጁ ነው።"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "ውይይት ተቀድቷል።"
msgid "Conversation JSON copied."
msgstr "ውይይት JSON ተገልብጧል።"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "ቅጂ አድርግ"
@@ -815,10 +956,43 @@ msgstr "የአቅራቢውን ግንኙነት ማረጋገጥ አልተቻለም
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "ግንኙነቱን ማረጋገጥ አልተቻለም። የኤፒአይ ቁልፉን፣ ሞዴሉን እና የመሠረት ዩአርኤሉን ያረጋግጡ።"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "ማስቀመጥ አልተቻለም"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "ማስቀመጥ አልተቻለም"
msgid "Cover Letter"
msgstr "ማመልከቻ ደብዳቤ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "ማመልከቻ ደብዳቤ"
msgid "Create"
msgstr "ፍጠር"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "አዲስ መለያ ፍጠር"
@@ -952,6 +1134,11 @@ msgstr "ከአማራጮች ጋር የሥራ ማመልከቻ ሰነድ ፍጠር"
msgid "Created"
msgstr "የተፈጠረበት ቀን።"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "API ቁልፉን በመፍጠር ላይ…"
@@ -964,6 +1151,10 @@ msgstr "የየታሪክዎን መስራት በመፍጠር ላይ…"
msgid "Crop picture"
msgstr "ስዕልን ይከርክሙ"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "አሁን ያለዎት የይለፍ ቃል"
@@ -1041,6 +1232,9 @@ msgstr "ዲግሪ"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "አቅራቢን ሰርዝ"
msgid "Delete this agent thread?"
msgstr "ይህ የወኪል ክር ይሰረዝ?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "መለያዎን በመሰረዝ ላይ…"
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "ዲስኮርድ"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "አሰናብት"
@@ -1136,6 +1336,10 @@ msgstr "አሰናብት"
msgid "Documentation"
msgstr "ሰነዶች"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "መለያ የለዎትም? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "DOCX አውርድ"
msgid "Download JSON"
msgstr "JSON አውርድ"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "PDF አውርድ"
msgid "Downloads"
msgstr "እየወረዱ ነው"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "ክፍሎችን ከአንዱ አምድ ወደ ሌላ ለማንቀሳቀስ እዚህ ጎትቱ እና ጥልቀቁ ያድርጉአቸው"
@@ -1227,11 +1444,17 @@ msgstr "የየታሪክዎን ቅጂ በመፍጠር ላይ…"
msgid "Dutch"
msgstr "ደች"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "ቀደምት ስሪቶች ይቀመጣሉ፤ የገንቢው የመቀልበስ ታሪክ ዳግም ተጀምሯል።"
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "አርትዕ"
@@ -1241,6 +1464,10 @@ msgstr "አርትዕ"
msgid "Edit {chip}"
msgstr "{chip} አርትዕ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "ወደ ውጪ አስመጣ"
msgid "Export my data"
msgstr "ውሂቤን ወደ ውጭ ላክ"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "ያለምንም መዘግየት ወይም መጠበቅ፣ የስራ ልምድዎን ወዲያውኑ ወደ ፒዲኤፍ ይላኩ።"
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "የሥራ ማመልከቻ ሰነድን መተንተን አልተሳካም።"
@@ -1575,10 +1810,18 @@ msgstr "መለያዎች"
msgid "File"
msgstr "ፋይል"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "መመርመሪያ በ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "ደካማ ነጥቦችን ፈልግ እና ጠንካራ ውጤቶችን፣ ቁጥሮችን፣ ወሰን እና ሹል ግሶችን በመጠቀም እንደገና ጻፍ።"
@@ -1599,6 +1842,22 @@ msgstr "ተለቅቀነት"
msgid "Fluency"
msgstr "የቋንቋ ችሎታ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "የፊደል ቤተሰብ"
@@ -1653,11 +1912,19 @@ msgstr "ነፃ-ፎርም"
msgid "French"
msgstr "ፈረንሳይኛ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "ሙሉ ወፍር "
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "ሙሉ ስክሪን"
@@ -1667,6 +1934,10 @@ msgstr "ሙሉ ስክሪን"
msgid "Fullscreen Editor"
msgstr "ሙሉ ማያ ገጽ አርታዒ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "የተዘፈነ ስም ይፍጠሩ"
@@ -1878,6 +2149,10 @@ msgstr "የየታሪክዬን እንዴት እካፈላለሁ?"
msgid "How do I use the API?"
msgstr "APIን እንዴት እጠቀማለሁ?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "መረጃዬ እንዴት ይጠበቃል?"
@@ -1904,12 +2179,35 @@ msgstr "የአመልካች ክትትል ስርዓት ክፍተቶችን ይለ
msgid "Import"
msgstr "አስመጣ"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "ያለ የየታሪክ ማቅረቢያ አስመጣ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "ከፒዲኤፍ ወይም ከዎርድ ማስመጣት የተገናኘ የAI አቅራቢ ያስፈልገዋል።"
@@ -1942,6 +2240,10 @@ msgstr "መረጃ"
msgid "Inline Code"
msgstr "በመስመር ላይ ኮድ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "ፈጣን ማመንጨት"
@@ -1986,6 +2288,14 @@ msgstr "ግዕዝ"
msgid "Japanese"
msgstr "ጃፓንኛ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "ኮሪያኛ"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "መለያ"
@@ -2072,6 +2383,10 @@ msgstr "ቋንቋ"
msgid "Languages"
msgstr "ቋንቋዎች"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "ለመጨረሻ ጊዜ የተተነተነው በ {updatedAtLabel} ላይ"
@@ -2119,6 +2434,10 @@ msgstr "ነጥሉን ባዶ ትተው ርዕሱን ወደ መጀመሪያው ሁ
msgid "Left Align"
msgstr "በግራ ማሰለፊያ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "መልእክት።"
@@ -2152,6 +2471,18 @@ msgstr "ብርሃን ገጽታ"
msgid "Line Height"
msgstr "የመስመር ከፍታ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "… በመጫን ላይ"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "ቦታ"
@@ -2266,6 +2599,14 @@ msgstr "ማርጂን (አግድም)"
msgid "Margin (Vertical)"
msgstr "ማርጂን (አቀባዊ)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "ተጨማሪ የማውረጃ አማራጮች"
msgid "Move section to another column or page"
msgstr "ክፍልን ወደ ሌላ አምድ ወይም ገጽ ውሰድ"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "በhttps:// መጀመር አለበት"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "አዲስ የይለፍ ቃል"
msgid "New Section"
msgstr "አዲስ ክፍል"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "አዲስ ክር"
@@ -2360,6 +2712,14 @@ msgstr "አዲስ ክር"
msgid "No Advertising, No Tracking"
msgstr "ምንም ማስታወቂያ የለም፣ ምንም መከታተያ የለም"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "ምንም ቀዳሚ ውሂብ የለም"
msgid "No results found."
msgstr "ምንም ውጤት አልተገኘም።"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "ከፍለጋዎ ጋር የሚዛመድ ምንም የስራ ልምድ ማስረጃዎች የሉም።"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "እስካሁን ምንም የተቀመጡ ስሪቶች የሉም።"
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "እስካሁን የቅጥ ደንቦች የሉም።"
@@ -2406,6 +2778,7 @@ msgstr "ኖርዌጂያንኛ"
msgid "Not connected"
msgstr "አልተገናኘም"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "ማስታወሻዎች"
@@ -2431,6 +2804,10 @@ msgstr "የቀጣይ ጥገና"
msgid "Only applies when the section fits on a single page."
msgstr "ክፍሉ በአንድ ገጽ ላይ ሲገባ ብቻ ይተገበራል።"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "የይለፍ ቃል ጥበቃ ተሰናክሏል።"
msgid "Password protection has been enabled."
msgstr "የይለፍ ቃል ጥበቃ ተነስቷል።"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "ጥገና ተተግብሯል"
@@ -2636,6 +3025,22 @@ msgstr "አዶ ይምረጡ"
msgid "Picture"
msgstr "ፎቶ"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "እባክዎ ለመለያዎ አዲስ የይለፍ ቃል ያስገቡ"
@@ -2652,6 +3057,10 @@ msgstr "ሊያገናኙት የሚፈልጉትን URL እባክዎን ያስገ
msgid "Please support the project"
msgstr "እባክዎን ፕሮጀክቱን ይደግፉ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "እባክዎ የ PDF ፋይልዎ እየተመነጨ ሲሆን ይጠብቁ…"
@@ -2774,6 +3183,10 @@ msgstr "ህትመቶች"
msgid "Publisher"
msgstr "አታሚ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - ወደ መነሻ ገጽ ሂድ"
@@ -2817,6 +3230,10 @@ msgstr "ምላሽ ሰጪ የስራ ልምድ v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reactive Resume v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "ተቀባይ"
@@ -2839,6 +3256,10 @@ msgstr "ድገም"
msgid "References"
msgstr "ማመልከቻዎች"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "አዲስ መሣሪያ መመዝገብ"
@@ -2856,6 +3277,14 @@ msgstr "አስወግድ"
msgid "Remove {chip}"
msgstr "{chip} አስወግድ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "ብጁ መስክን አስወግድ"
@@ -2954,6 +3383,10 @@ msgstr "የሥራ ማመልከቻ ሰነድ ትንተና ተጠናቋል።"
msgid "Resume content"
msgstr "የሪቪው ይዘት"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "የሪቪው አማራጮች"
@@ -2962,6 +3395,10 @@ msgstr "የሪቪው አማራጮች"
msgid "Resume patch"
msgstr "የስራ ማጠቃለያ ልጣፍ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "ይህንን የስራ ልምድ ማስረጃ እንደገና ይፃፉ
msgid "Right Align"
msgstr "በቀኝ ማሰለፊያ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "የሚና እድገት"
@@ -3018,6 +3463,15 @@ msgstr "የውጤት ካርድ፣ ጥንካሬዎች እና ቅድሚያ የተ
msgid "Russian"
msgstr "ሩስኛ"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "አስቀምጥ እና አቅራቢውን ሞክር"
msgid "Save & Upload"
msgstr "አስቀምጥ እና ስቀል"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "በታች ያለውን QR ኮድ በሚፈልጉት የማረጋገጫ
msgid "School"
msgstr "ት/ቤት"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "የውጤት ካርድ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "ፈልግ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "የክፍል አማራጮች"
msgid "Section Type"
msgstr "የክፍል ዓይነት"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "የሥራ ልምድ ማስረጃ ይምረጡ"
@@ -3124,6 +3603,10 @@ msgstr "የሥራ ልምድ ማስረጃ ይምረጡ"
msgid "Select a thread"
msgstr "ክር ይምረጡ"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "የወኪል ሞዴል ይምረጡ"
@@ -3136,6 +3619,14 @@ msgstr "የAI አቅራቢ ይምረጡ"
msgid "Select..."
msgstr "ምረጥ..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "በ Docker ራስህን አስተናግድ"
@@ -3218,6 +3709,11 @@ msgstr "ማካፈል"
msgid "Show"
msgstr "አሳይ"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "የይለፍ ቃል አሳይ"
msgid "Show picture"
msgstr "ስዕል አሳይ"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "የሆነ ችግር ተፈጥሯል"
msgid "Something went wrong while analyzing your resume."
msgstr "የሥራ ማመልከቻ ሰነድዎን በመተንተን ላይ ሳሉ ችግኝ ተፈጥሯል።"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "የተሳሳተ ነገር ተፈጥሯል። እባክዎን ደግመው ይሞክሩ።"
@@ -3369,6 +3873,12 @@ msgstr "የተሳሳተ ነገር ተፈጥሯል። እባክዎን ደግመ
msgid "Sort by"
msgstr "መደብ በ"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "አከፋፈልዎች"
msgid "Square"
msgstr "መስቀል"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "በ GitHub ላይ ኮከብ ስጡን (በአዲስ ታብ ይከፈታል)"
@@ -3459,6 +3974,10 @@ msgstr "ጥንካሬዎች"
msgid "Strike"
msgstr "መሰረዣ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "ሰብሬዲት"
@@ -3505,7 +4024,12 @@ msgstr "ወደ {0} አብነት ተቀይሯል።"
msgid "Synced changes made in another tab."
msgstr "በሌላ ትር ላይ የተደረጉ ለውጦች ተመሳስለዋል።"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "መለያ መለያዎች"
@@ -3513,10 +4037,18 @@ msgstr "መለያ መለያዎች"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "መለያዎች በአርእስት መሰረት የየታሪክዎን ማቅረቢያ ለመመደብ ሊውሉ ይችላሉ።"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "ይህንን የስራ ልምድ ማስረጃ ከምርት አስተዳዳሪ የስራ መግለጫ ጋር ያዋህዱ እና የመንገድ ካርታ ባለቤትነትን፣ የባለድርሻ አካላትን ግንኙነት እና ሊለኩ የሚችሉ የማስጀመሪያ ውጤቶችን ያጎሉ።"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "ታሚልኛ"
@@ -3753,6 +4285,10 @@ msgstr "የክህሎት ክፍሉን እንደ ቁልፍ ቃል ቆሻሻ ከማ
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "በ Reactive Resume የታሪክ ማቅረቢያ መገንባትን የሚያሳይ የጊዜ መጠን ማሳያ ቪዲዮ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "ምክር፡ ለ API ቁልፍዎ በኋላ በቀላሉ እንዲለዩት ከተጠቃሚነቱ ጋር የተያያዘ ስም ይስጡት።"
@@ -3799,6 +4335,14 @@ msgstr "የቀኝ የጎን አሞሌን ቀያይር"
msgid "Toggle threads"
msgstr "ክሮችን ቀያይር"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "የየታሪክዎን ተመልካቶች እና ዝቅተኛ የወረዱ ቁጥር ይከታተሉ"
@@ -3897,6 +4441,11 @@ msgstr "ታይፖግራፊ"
msgid "Ukrainian"
msgstr "ዩክሬንኛ"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "ነጥብ ተስማሚ"
@@ -4011,6 +4560,10 @@ msgstr "የፕሮጀክት ነጥቦችን በማዘመን የአመራር ገ
msgid "Update Resume"
msgstr "የየታሪክ ማቅረቢያን አዘምን"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "የይለፍ ቃልዎን አዘምኑ"
@@ -4023,6 +4576,10 @@ msgstr "የይለፍ ቃልዎን በመዘመን ላይ…"
msgid "Updating your resume..."
msgstr "የየታሪክዎን በመዘመን ላይ…"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "አባሪዎችን ስቀል"
@@ -4031,10 +4588,18 @@ msgstr "አባሪዎችን ስቀል"
msgid "Upload picture"
msgstr "ምስል ስቀል"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "ፎቶ በመስቀል ላይ…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "ተጠቀም"
msgid "Use color {color}"
msgstr "{color} ቀለም ተጠቀም"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "በአዲሱ ስሪት ምን አዲስ ነገር አለ?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "ሲቆለፍ የየታሪክዎን ማቅረቢያ ማዘመን ወይም ማስወገድ አይቻልም።"
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "ክፍት የአይአይ ስራ"
@@ -4181,6 +4758,10 @@ msgstr "ክፍት የአይአይ ስራ"
msgid "Working…"
msgstr "በመስራት ላይ…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "ኤክስ (ትዊተር)"
@@ -4308,4 +4889,3 @@ msgstr "አጉር"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "ዙሉ"
-
diff --git a/apps/web/locales/ar-SA.po b/apps/web/locales/ar-SA.po
index f363115a5..2ec2bb53e 100644
--- a/apps/web/locales/ar-SA.po
+++ b/apps/web/locales/ar-SA.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, zero {# أدوار} one {# دور} two {# دوران} few {#
msgid "{0} characters"
msgstr "{0} شخصيات"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "تم إرسال رابط تأكيد إلى عنوان بريدك الإ
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "أداة إنشاء سيرة ذاتية مجانية ومفتوحة المصدر تعمل على تبسيط عملية إنشاء سيرتك الذاتية وتحديثها ومشاركتها."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "تم إرسال رابط تحقق جديد إلى عنوان بريدك
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "مشروع شغوف من تنفيذ <0>أمروث بيلاي0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "حجم الورق A4"
@@ -126,10 +144,19 @@ msgstr "قائمة الحساب"
msgid "Actual size (100%)"
msgstr "الحجم الفعلي (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "إضافة حقل مخصص"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "أضف كلمة رئيسية..."
@@ -196,10 +223,23 @@ msgstr "إضافة مهارة جديدة"
msgid "Add a new volunteer experience"
msgstr "إضافة خبرة تطوعية جديدة"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "أضف موفر الخدمة واختبره قبل بدء سلسلة عمليات الوكيل."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "إضافة كلمة رئيسية"
@@ -225,6 +265,14 @@ msgstr "إضافة موفر الخدمة"
msgid "Add Role"
msgstr "إضافة دور"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "قم بتعديل سيرتك الذاتية لتناسب وظيفة تتطلب العمل عن بعد وتقدر التواصل غير المتزامن وتحمل المسؤولية."
@@ -285,6 +333,10 @@ msgstr "يتطلب موفرو خدمات الذكاء الاصطناعي تهي
msgid "Albanian"
msgstr "الألبانية"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "السماح بالوصول العام"
@@ -360,10 +412,40 @@ msgstr "مرجع واجهة برمجة التطبيقات"
msgid "App"
msgstr "التطبيق"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "إحصاءات التطبيق"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "القواعد المطبقة"
@@ -372,11 +454,18 @@ msgstr "القواعد المطبقة"
msgid "Arabic"
msgstr "العربية"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "أرشيف"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "هل أنت متأكد من أنك تريد إغلاق هذه النافذة؟"
@@ -437,6 +526,10 @@ msgstr "نسبة الأبعاد"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "تدعم أطلس كلاود مشروع \"السيرة الذاتية التفاعلية\" كراعٍ للمشروع. إذا كانت شركتكم ترغب في رعاية المشروع، يُرجى إرسال بريد إلكتروني إلى <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "إرفاق الملفات"
@@ -455,6 +548,14 @@ msgstr "تم تحميل المرفق."
msgid "Authentication"
msgstr "المصادقة"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "متاح بعدة لغات. إذا كنت ترغب في المساهمة، فألقِ نظرة على Crowdin."
@@ -511,6 +612,10 @@ msgstr "البنغالية"
msgid "Blank draft"
msgstr "مسودة فارغة"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "لوحة أوامر أداة الإنشاء"
msgid "Bulgarian"
msgstr "البلغارية"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "قائمة نقطية"
@@ -552,6 +665,12 @@ msgstr "قائمة نقطية"
msgid "By the community, for the community."
msgstr "من قبل المجتمع، من أجل المجتمع."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "هل يمكنني تصدير سيرتي الذاتية إلى PDF؟"
@@ -566,6 +685,9 @@ msgstr "هل يمكنني تصدير سيرتي الذاتية إلى PDF؟"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "دائرة"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "واضح"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "كليرست"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "المجتمع"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "الشركة"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "قارن هذه السيرة الذاتية مع رابط الوظيفة هذا وقم بتحديث الكلمات الرئيسية مع الحفاظ على أسلوب موجز وموثوق."
@@ -735,6 +867,10 @@ msgstr "فشل الاتصال"
msgid "Connection verified — provider is ready to use."
msgstr "تم التحقق من الاتصال - المزود جاهز للاستخدام."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "تم نسخ المحادثة."
msgid "Conversation JSON copied."
msgstr "تم نسخ بيانات المحادثة بصيغة JSON."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "نسخ"
@@ -815,10 +956,43 @@ msgstr "تعذر التحقق من اتصال مزود الخدمة."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "تعذر التحقق من الاتصال. يرجى التحقق من مفتاح API والطراز وعنوان URL الأساسي."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "تعذر الحفظ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "تعذر الحفظ"
msgid "Cover Letter"
msgstr "خطاب التقديم"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "خطاب التقديم"
msgid "Create"
msgstr "إنشاء"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "إنشاء حساب جديد"
@@ -952,6 +1134,11 @@ msgstr "إنشاء سيرة ذاتية مع خيارات"
msgid "Created"
msgstr "تم الإنشاء"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "جاري إنشاء مفتاح واجهة برمجة التطبيقات (API)..."
@@ -964,6 +1151,10 @@ msgstr "جاري إنشاء سيرتك الذاتية..."
msgid "Crop picture"
msgstr "صورة مقصوصة"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "كلمة المرور الحالية"
@@ -1041,6 +1232,9 @@ msgstr "الدرجة"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "حذف الموفر"
msgid "Delete this agent thread?"
msgstr "هل تريد حذف هذا الموضوع الخاص بالوكيل؟"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "جاري حذف حسابك..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "ديسكورد"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "رفض"
@@ -1136,6 +1336,10 @@ msgstr "رفض"
msgid "Documentation"
msgstr "إرشادات الاستخدام"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "ليس لديك حساب؟ <0/>"
@@ -1177,6 +1381,7 @@ msgstr "تنزيل DOCX"
msgid "Download JSON"
msgstr "تنزيل JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "تنزيل PDF"
msgid "Downloads"
msgstr "عمليات التنزيل"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "اسحب الأقسام وأسقطها هنا لنقلها بين الأعمدة"
@@ -1227,11 +1444,17 @@ msgstr "جاري استنساخ سيرتك الذاتية..."
msgid "Dutch"
msgstr "الهولندية"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "يتم الاحتفاظ بالإصدارات السابقة؛ ويتم إعادة ضبط سجل التراجع الخاص بالمنشئ."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "يحرر"
@@ -1241,6 +1464,10 @@ msgstr "يحرر"
msgid "Edit {chip}"
msgstr "تحرير {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "تصدير"
msgid "Export my data"
msgstr "تصدير بياناتي"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "قم بتصدير سيرتك الذاتية إلى ملف PDF على الفور، دون أي انتظار أو تأخير."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "فشل في تحليل السيرة الذاتية."
@@ -1575,10 +1810,18 @@ msgstr "الميزات"
msgid "File"
msgstr "ملف"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "تصفية حسب"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "ابحث عن النقاط الضعيفة وأعد صياغتها بنتائج وأرقام ونطاق وأفعال أكثر دقة."
@@ -1599,6 +1842,22 @@ msgstr "المرونة"
msgid "Fluency"
msgstr "الطلاقة"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "مجموعة الخطوط"
@@ -1653,11 +1912,19 @@ msgstr "حر الشكل"
msgid "French"
msgstr "الفرنسية"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "عرض كامل"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "ملء الشاشة"
@@ -1667,6 +1934,10 @@ msgstr "ملء الشاشة"
msgid "Fullscreen Editor"
msgstr "محرر ملء الشاشة الكاملة"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "إنشاء اسم عشوائي"
@@ -1878,6 +2149,10 @@ msgstr "كيف أشارك سيرتي الذاتية؟"
msgid "How do I use the API?"
msgstr "كيف أستخدم واجهة برمجة التطبيقات (API)؟"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "كيف يتم حماية بياناتي؟"
@@ -1904,12 +2179,35 @@ msgstr "حدد الثغرات في نظام تتبع المتقدمين للوظ
msgid "Import"
msgstr "استيراد"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "استورد سيرة ذاتية موجودة"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "يتطلب الاستيراد من ملفات PDF أو Word وجود موفر ذكاء اصطناعي متصل."
@@ -1942,6 +2240,10 @@ msgstr "المعلومات"
msgid "Inline Code"
msgstr "كود ضمن السطر"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "جيل الإنترنت"
@@ -1986,6 +2288,14 @@ msgstr "مائل"
msgid "Japanese"
msgstr "اليابانية"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "الكورية"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "وسم"
@@ -2072,6 +2383,10 @@ msgstr "اللّغة"
msgid "Languages"
msgstr "اللغات"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "آخر تحليل بتاريخ {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "اتركه فارغًا لإعادة تعيين العنوان إلى ا
msgid "Left Align"
msgstr "محاذاة لليسار"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "رسالة"
@@ -2152,6 +2471,18 @@ msgstr "سمة مضيئة"
msgid "Line Height"
msgstr "ارتفاع السطر"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "جارٍ التحميل…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "الموقع"
@@ -2266,6 +2599,14 @@ msgstr "الهامش (أفقي)"
msgid "Margin (Vertical)"
msgstr "الهامش (عمودي)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "خيارات تنزيل إضافية"
msgid "Move section to another column or page"
msgstr "انقل القسم إلى عمود أو صفحة أخرى"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "يجب أن تبدأ بـ https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "كلمة مرور جديدة"
msgid "New Section"
msgstr "قسم جديد"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "موضوع جديد"
@@ -2360,6 +2712,14 @@ msgstr "موضوع جديد"
msgid "No Advertising, No Tracking"
msgstr "بدون إعلانات، بدون تتبّع"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "لا توجد بيانات سابقة"
msgid "No results found."
msgstr "لم نعثر على نتائج."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "لا توجد سير ذاتية مطابقة لبحثك."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "لا توجد نسخ محفوظة حتى الآن."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "لا توجد قواعد أسلوبية حتى الآن."
@@ -2406,6 +2778,7 @@ msgstr "النرويجية"
msgid "Not connected"
msgstr "غير متصل"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "ملاحظات"
@@ -2431,6 +2804,10 @@ msgstr "صيانة مستمرة"
msgid "Only applies when the section fits on a single page."
msgstr "ينطبق هذا فقط عندما يتناسب القسم مع صفحة واحدة."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "تم تعطيل حماية كلمة المرور."
msgid "Password protection has been enabled."
msgstr "تم تمكين حماية كلمة المرور."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "تم تطبيق الرقعة"
@@ -2636,6 +3025,22 @@ msgstr "اختر أيقونة"
msgid "Picture"
msgstr "الصورة"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "يُرجى إدخال كلمة مرور جديدة لحسابك"
@@ -2652,6 +3057,10 @@ msgstr "يُرجى إدخال عنوان URL الذي تريد الربط به:"
msgid "Please support the project"
msgstr "يرجى دعم المشروع"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "يُرجى الانتظار أثناء إنشاء ملف PDF الخاص بك..."
@@ -2774,6 +3183,10 @@ msgstr "المنشورات"
msgid "Publisher"
msgstr "الناشر"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - الانتقال إلى الصفحة الرئيسية"
@@ -2817,6 +3230,10 @@ msgstr "السيرة الذاتية التفاعلية v<0>{__APP_VERSION__}0>
msgid "Reactive Resume v4 (JSON)"
msgstr "استئناف تفاعلي الإصدار 4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "المستلم"
@@ -2839,6 +3256,10 @@ msgstr "إعادة العمل"
msgid "References"
msgstr "المراجعون"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "تسجيل جهاز جديد"
@@ -2856,6 +3277,14 @@ msgstr "إزالة"
msgid "Remove {chip}"
msgstr "إزالة {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "إزالة الحقل المخصص"
@@ -2954,6 +3383,10 @@ msgstr "اكتمل تحليل السيرة الذاتية."
msgid "Resume content"
msgstr "محتوى السيرة الذاتية"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "خيارات السيرة الذاتية"
@@ -2962,6 +3395,10 @@ msgstr "خيارات السيرة الذاتية"
msgid "Resume patch"
msgstr "استئناف التصحيح"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "أعد كتابة هذه السيرة الذاتية لتتناسب مع
msgid "Right Align"
msgstr "محاذاة لليمين"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "التقدم الوظيفي"
@@ -3018,6 +3463,15 @@ msgstr "قم بإجراء تحليلك الأول للحصول على بطاقة
msgid "Russian"
msgstr "الروسية"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "موفر الحفظ والاختبار"
msgid "Save & Upload"
msgstr "حفظ وتحميل"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "امسح رمز الاستجابة السريعة أدناه باستخ
msgid "School"
msgstr "المدرسة"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "بطاقة الأداء"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "يبحث"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "خيارات القسم"
msgid "Section Type"
msgstr "نوع القسم"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "اختر سيرة ذاتية"
@@ -3124,6 +3603,10 @@ msgstr "اختر سيرة ذاتية"
msgid "Select a thread"
msgstr "اختر موضوعًا"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "اختر نموذج الوكيل"
@@ -3136,6 +3619,14 @@ msgstr "اختر مزودًا لخدمات الذكاء الاصطناعي"
msgid "Select..."
msgstr "تحديد..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "الاستضافة الذاتية مع Docker"
@@ -3218,6 +3709,11 @@ msgstr "المشاركة"
msgid "Show"
msgstr "إظهار"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "إظهار كلمة المرور"
msgid "Show picture"
msgstr "عرض الصورة"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "حدث خطأ ما"
msgid "Something went wrong while analyzing your resume."
msgstr "حدث خطأ ما أثناء تحليل سيرتك الذاتية."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "حدث خطأ ما. يُرجى المحاولة مرة أخرى."
@@ -3369,6 +3873,12 @@ msgstr "حدث خطأ ما. يُرجى المحاولة مرة أخرى."
msgid "Sort by"
msgstr "فرز حسب"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "الرعايات"
msgid "Square"
msgstr "مربّع"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "امنحنا نجمة على GitHub (يفتح في علامة تبويب جديدة)"
@@ -3459,6 +3974,10 @@ msgstr "نقاط القوة"
msgid "Strike"
msgstr "شطب"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "سبريديت"
@@ -3505,7 +4024,12 @@ msgstr "تم التبديل إلى القالب {0}."
msgid "Synced changes made in another tab."
msgstr "تمت مزامنة التغييرات التي تم إجراؤها في علامة تبويب أخرى."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "الوسوم"
@@ -3513,10 +4037,18 @@ msgstr "الوسوم"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "يمكن استخدام الوسوم لتصنيف سيرتك الذاتية حسب الكلمات المفتاحية."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "قم بتخصيص هذه السيرة الذاتية لتتناسب مع الوصف الوظيفي لمدير المنتج، مع التركيز على ملكية خارطة الطريق، والتواصل مع أصحاب المصلحة، ونتائج الإطلاق القابلة للقياس."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "التاميلية"
@@ -3753,6 +4285,10 @@ msgstr "قم بتضييق قسم المهارات بحيث يدعم الدور
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "عرض سريع لبناء سيرة ذاتية باستخدام Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "نصيحة: أعطِ مفتاح واجهة برمجة التطبيقات اسمًا يعبّر عن الغرض منه لمساعدتك على تمييزه لاحقًا."
@@ -3799,6 +4335,14 @@ msgstr "تبديل الشريط الجانبي الأيمن"
msgid "Toggle threads"
msgstr "تبديل الخيوط"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "تتبّع مشاهدات سيرتك الذاتية وتنزيلاتها"
@@ -3897,6 +4441,11 @@ msgstr "الطباعة"
msgid "Ukrainian"
msgstr "الأوكرانية"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "تسطير"
@@ -4011,6 +4560,10 @@ msgstr "قم بتحديث النقاط الرئيسية للمشروع لإظه
msgid "Update Resume"
msgstr "تحديث السيرة الذاتية"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "حدّث كلمة المرور الخاصة بك"
@@ -4023,6 +4576,10 @@ msgstr "جاري تحديث كلمة المرور..."
msgid "Updating your resume..."
msgstr "جاري تحديث سيرتك الذاتية..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "تحميل المرفقات"
@@ -4031,10 +4588,18 @@ msgstr "تحميل المرفقات"
msgid "Upload picture"
msgstr "تحميل الصورة"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "جارٍ تحميل الصورة…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "يستخدم"
msgid "Use color {color}"
msgstr "استخدام اللون {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "ما الجديد في الإصدار الأخير؟"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "عند القفل، لا يمكن تحديث السيرة الذاتية أو حذفها."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "العمل مع OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "العمل مع OpenAI"
msgid "Working…"
msgstr "جارٍ العمل…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (تويتر)"
@@ -4308,4 +4889,3 @@ msgstr "تصغير"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "الزولو"
-
diff --git a/apps/web/locales/az-AZ.po b/apps/web/locales/az-AZ.po
index 40162ffce..a6e3b8b1a 100644
--- a/apps/web/locales/az-AZ.po
+++ b/apps/web/locales/az-AZ.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# rol} other {# rol}}"
msgid "{0} characters"
msgstr "{0} simvol"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Təsdiq linki cari e‑poçt ünvanınıza göndərildi. Zəhmət olmasa
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Özgeçmişinizi yaratma, yeniləmə və paylaşma prosesini sadələşdirən, pulsuz və açıq mənbə özgeçmiş qurucusu."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Hesabınızı təsdiqləmək üçün yeni təsdiq linki e‑poçt ünvan
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "<0>Amruth Pillai0> tərəfindən ehtiras layihəsi."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Hesab menyusu"
msgid "Actual size (100%)"
msgstr "Həqiqi ölçü (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Xüsusi sahə əlavə et"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Açar söz əlavə edin..."
@@ -196,10 +223,23 @@ msgstr "Yeni bacarıq əlavə et"
msgid "Add a new volunteer experience"
msgstr "Yeni könüllü təcrübəsi əlavə et"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Agent mövzusuna başlamazdan əvvəl provayder əlavə edin və sınaqdan keçirin."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Açar söz əlavə et"
@@ -225,6 +265,14 @@ msgstr "Provayder əlavə edin"
msgid "Add Role"
msgstr "Rol əlavə et"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Asinxron ünsiyyət və mülkiyyətə dəyər verən uzaqdan ilk rol üçün CV-ni tənzimləyin."
@@ -285,6 +333,10 @@ msgstr "Süni intellekt provayderləri REDIS_URL və ENCRYPTION_SECRET-in konfiq
msgid "Albanian"
msgstr "Albanca"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "İctimai Girişi İcazə ver"
@@ -360,10 +412,40 @@ msgstr "API Arayışı"
msgid "App"
msgstr "Tətbiq"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Tətbiq Statistikası"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Tətbiq olunan Qaydalar"
@@ -372,11 +454,18 @@ msgstr "Tətbiq olunan Qaydalar"
msgid "Arabic"
msgstr "Ərəb"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Arxiv"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Bu dialoqu bağlamaq istədiyinizə əminsiniz?"
@@ -437,6 +526,10 @@ msgstr "Proporsiya"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud layihə sponsoru olaraq Reactive Resume-u dəstəkləyir. Şirkətiniz layihəyə sponsorluq etmək istəsə, <0>{sponsorshipEmail}elektron poçt ünvanına yazın.0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Faylları əlavə edin"
@@ -455,6 +548,14 @@ msgstr "Əlavə yükləndi."
msgid "Authentication"
msgstr "Autentifikasiya"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Birdən çox dildə mövcuddur. Əməkdaşlıq etmək istəsəniz, Crowdin‑ə baxın."
@@ -511,6 +612,10 @@ msgstr "Benqal"
msgid "Blank draft"
msgstr "Boş qaralama"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Qurucu Komanda Palitrası"
msgid "Bulgarian"
msgstr "Bolqar"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Markerlə Siyahı"
@@ -552,6 +665,12 @@ msgstr "Markerlə Siyahı"
msgid "By the community, for the community."
msgstr "İcma tərəfindən, icma üçün."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Özgeçmişimi PDF‑ə ixrac edə bilərəm?"
@@ -566,6 +685,9 @@ msgstr "Özgeçmişimi PDF‑ə ixrac edə bilərəm?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Dairə"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Açıq"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Seçimi təmizləyin"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "İcma"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Şirkət"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Bu CV-ni bu rol URL-i ilə müqayisə edin və səsi qısa və etibarlı saxlayarkən açar sözləri yeniləyin."
@@ -735,6 +867,10 @@ msgstr "Bağlantı uğursuz oldu"
msgid "Connection verified — provider is ready to use."
msgstr "Bağlantı təsdiqləndi — provayder istifadəyə hazırdır."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Söhbət kopyalandı."
msgid "Conversation JSON copied."
msgstr "Söhbət JSON formatında kopyalandı."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Kopyala"
@@ -815,10 +956,43 @@ msgstr "Provayder bağlantısını yoxlamaq mümkün olmadı."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Bağlantı yoxlana bilmədi. API açarını, modelini və əsas URL-ni yoxlayın."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Yadda saxlamaq mümkün olmadı"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Yadda saxlamaq mümkün olmadı"
msgid "Cover Letter"
msgstr "Müraciət məktubu"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Müraciət məktubu"
msgid "Create"
msgstr "Yarat"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Yeni hesab yaradın"
@@ -952,6 +1134,11 @@ msgstr "Seçənəklərlə CV yaradın"
msgid "Created"
msgstr "Yaradılıb"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "API açarınız yaradılır..."
@@ -964,6 +1151,10 @@ msgstr "Özgeçmişiniz yaradılır..."
msgid "Crop picture"
msgstr "Şəkli kəsin"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Cari Parol"
@@ -1041,6 +1232,9 @@ msgstr "Dərəcə"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Provayderi silin"
msgid "Delete this agent thread?"
msgstr "Bu agent mövzusu silinsin?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Hesabınız silinir..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Ləğv et"
@@ -1136,6 +1336,10 @@ msgstr "Ləğv et"
msgid "Documentation"
msgstr "Sənədləşmə"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Hesabınız yoxdur? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "DOCX-u yükləyin"
msgid "Download JSON"
msgstr "JSON‑u Endir"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "PDF‑i endir"
msgid "Downloads"
msgstr "Endirmələr"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Bölmələri sütunlar arasında yerdəyişdirmək üçün buraya sürükləyib buraxın"
@@ -1227,11 +1444,17 @@ msgstr "Özgeçmişiniz dublikat edilir..."
msgid "Dutch"
msgstr "Niderland"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Əvvəlki versiyalar saxlanılır; qurucunun geri qaytarma tarixçəsi sıfırlanır."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Redaktə edin"
@@ -1241,6 +1464,10 @@ msgstr "Redaktə edin"
msgid "Edit {chip}"
msgstr "Düzəliş et {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "İxrac"
msgid "Export my data"
msgstr "Məlumatlarımı ixrac edin"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "CV-nizi heç bir gözləmə və ya gecikmə olmadan dərhal PDF formatına ixrac edin."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Rezüməni təhlil etmək mümkün olmadı."
@@ -1575,10 +1810,18 @@ msgstr "Xüsusiyyətlər"
msgid "File"
msgstr "Fayl"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filtrlə"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Zəif ifadələri tapın və onları daha güclü nəticələr, rəqəmlər, əhatə dairəsi və daha kəskin fellərlə yenidən yazın."
@@ -1599,6 +1842,22 @@ msgstr "Elastiklik"
msgid "Fluency"
msgstr "Səlislik"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Şrift Ailəsi"
@@ -1653,11 +1912,19 @@ msgstr "Sərbəst forma"
msgid "French"
msgstr "Fransız"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Tam En"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Tam ekran"
@@ -1667,6 +1934,10 @@ msgstr "Tam ekran"
msgid "Fullscreen Editor"
msgstr "Tam Ekran Redaktoru"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Təsadüfi ad yarat"
@@ -1878,6 +2149,10 @@ msgstr "Özgeçmişimi necə paylaşım?"
msgid "How do I use the API?"
msgstr "API‑dən necə istifadə edim?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Məlumatlarım necə qorunur?"
@@ -1904,12 +2179,35 @@ msgstr "Ərizəçi izləmə sistemi üçün boşluqları müəyyən edin və yal
msgid "Import"
msgstr "İdxal et"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Mövcud özgeçmişi idxal et"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "PDF və ya Word-dən idxal etmək üçün qoşulmuş süni intellekt provayderi tələb olunur."
@@ -1942,6 +2240,10 @@ msgstr "Məlumat"
msgid "Inline Code"
msgstr "Sətirdaxili Kod"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Ani Nəsil"
@@ -1986,6 +2288,14 @@ msgstr "Kursiv"
msgid "Japanese"
msgstr "Yapon"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Koreya"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Etiket"
@@ -2072,6 +2383,10 @@ msgstr "Dil"
msgid "Languages"
msgstr "Dillər"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Sonuncu dəfə {updatedAtLabel} tarixində təhlil edilib"
@@ -2119,6 +2434,10 @@ msgstr "Başlığı orijinal vəziyyətinə qaytarmaq üçün boş saxlayın."
msgid "Left Align"
msgstr "Soldan Sətirlə"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Letter"
@@ -2152,6 +2471,18 @@ msgstr "Açıq mövzu"
msgid "Line Height"
msgstr "Sətir Hündürlüyü"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "… yüklənir"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Məkan"
@@ -2266,6 +2599,14 @@ msgstr "Kənar (Üfüqi)"
msgid "Margin (Vertical)"
msgstr "Kənar (Şaquli)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Daha çox yükləmə seçimləri"
msgid "Move section to another column or page"
msgstr "Bölməni başqa bir sütuna və ya səhifəyə köçürün"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "https:// ilə başlamalıdır"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Yeni Parol"
msgid "New Section"
msgstr "Yeni Bölmə"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Yeni mövzu"
@@ -2360,6 +2712,14 @@ msgstr "Yeni mövzu"
msgid "No Advertising, No Tracking"
msgstr "Reklam yoxdur, İzləmə yoxdur"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Əvvəlki məlumat yoxdur"
msgid "No results found."
msgstr "Nəticə tapılmadı."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Axtarışınıza uyğun CV yoxdur."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Hələ ki, yadda saxlanılan versiya yoxdur."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Hələ ki, stil qaydaları yoxdur."
@@ -2406,6 +2778,7 @@ msgstr "Norveç"
msgid "Not connected"
msgstr "Qoşulmamışdır"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Qeydlər"
@@ -2431,6 +2804,10 @@ msgstr "Davamlı Baxım"
msgid "Only applies when the section fits on a single page."
msgstr "Yalnız bölmə tək bir səhifəyə sığdıqda tətbiq olunur."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Parol qorunması deaktiv edilib."
msgid "Password protection has been enabled."
msgstr "Parol qorunması aktiv edilib."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Yamaq tətbiq edildi"
@@ -2636,6 +3025,22 @@ msgstr "Bir ikon seçin"
msgid "Picture"
msgstr "Şəkil"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Hesabınız üçün yeni parol daxil edin"
@@ -2652,6 +3057,10 @@ msgstr "Link vermək istədiyiniz URL‑i daxil edin:"
msgid "Please support the project"
msgstr "Layihəni dəstəkləyin"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "PDF‑iniz yaradılarkən, zəhmət olmasa, gözləyin..."
@@ -2774,6 +3183,10 @@ msgstr "Nəşrlər"
msgid "Publisher"
msgstr "Nəşriyyatçı"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Ana səhifəyə keç"
@@ -2817,6 +3230,10 @@ msgstr "Reaktiv CV v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reaktiv Rezume v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Alıcı"
@@ -2839,6 +3256,10 @@ msgstr "Təkrar et"
msgid "References"
msgstr "Referanslar"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Yeni cihazı qeydiyyatdan keçirin"
@@ -2856,6 +3277,14 @@ msgstr "Sil"
msgid "Remove {chip}"
msgstr "Sil {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Xüsusi sahəni silin"
@@ -2954,6 +3383,10 @@ msgstr "Təcrübə təhlili tamamlandı."
msgid "Resume content"
msgstr "CV məzmunu"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "CV seçimləri"
@@ -2962,6 +3395,10 @@ msgstr "CV seçimləri"
msgid "Resume patch"
msgstr "CV yamağı"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Aydın biznes təsiri olan bir startap şirkətinin təsisçidən məhsu
msgid "Right Align"
msgstr "Sağdan Sətirlə"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Rol inkişafı"
@@ -3018,6 +3463,15 @@ msgstr "İlk təhlilinizi işə salın, skor kartı, güclü tərəflər və pri
msgid "Russian"
msgstr "Rus"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Saxla və Test Təminatçısı"
msgid "Save & Upload"
msgstr "Yadda saxla və yüklə"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Sevimli autentifikator tətbiqinizlə aşağıdakı QR kodu skan edin. H
msgid "School"
msgstr "Məktəb"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Xallar cədvəli"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Axtarış"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Bölmə seçimləri"
msgid "Section Type"
msgstr "Bölmə Növü"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "CV seçin"
@@ -3124,6 +3603,10 @@ msgstr "CV seçin"
msgid "Select a thread"
msgstr "Bir mövzu seçin"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Agent modelini seçin"
@@ -3136,6 +3619,14 @@ msgstr "Süni intellekt təminatçısını seçin"
msgid "Select..."
msgstr "Seçin..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Docker ilə Özün‑host et"
@@ -3218,6 +3709,11 @@ msgstr "Paylaşma"
msgid "Show"
msgstr "Göstər"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Şifrəni göstər"
msgid "Show picture"
msgstr "Şəkili göstər"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Nəsə səhv getdi"
msgid "Something went wrong while analyzing your resume."
msgstr "Təcrübənizi təhlil edərkən bir səhv baş verdi."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Nəsə səhv getdi. Zəhmət olmasa, yenidən cəhd edin."
@@ -3369,6 +3873,12 @@ msgstr "Nəsə səhv getdi. Zəhmət olmasa, yenidən cəhd edin."
msgid "Sort by"
msgstr "Sırala"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Sponsorluqlar"
msgid "Square"
msgstr "Kvadrat"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "GitHub‑da bizi bəyənin (yeni vərəqdə açılır)"
@@ -3459,6 +3974,10 @@ msgstr "Güclü tərəflər"
msgid "Strike"
msgstr "Üstündən xətt çək"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "{0} şablonuna keçildi."
msgid "Synced changes made in another tab."
msgstr "Başqa bir sekmede sinxronlaşdırılmış dəyişikliklər edildi."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Teqlər"
@@ -3513,10 +4037,18 @@ msgstr "Teqlər"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Teqlər özgeçmişinizi açar sözlərlə kateqoriyalara ayırmaq üçün istifadə edilə bilər."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Bu CV-ni məhsul menecerinin vəzifə təsvirinə uyğunlaşdırın və yol xəritəsi sahibliyini, maraqlı tərəflərlə ünsiyyəti və ölçülə bilən satış nəticələrini vurğulayın."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamil"
@@ -3753,6 +4285,10 @@ msgstr "Bacarıqlar bölməsini açar sözlər dumpu kimi oxumaq əvəzinə, hə
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Reactive Resume ilə özgeçmiş qurulmasının timelapse nümayişi"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Məsləhət: API açarınıza sonradan tanıya bilmək üçün təyinatına uyğun bir ad verin."
@@ -3799,6 +4335,14 @@ msgstr "Sağ yan menyunu aç/bağla"
msgid "Toggle threads"
msgstr "Mövzuları aç/bağla"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Özgeçmişinizin baxış və endirmələrini izləyin"
@@ -3897,6 +4441,11 @@ msgstr "Tipoqrafiya"
msgid "Ukrainian"
msgstr "Ukrayn"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Altını Xətlə"
@@ -4011,6 +4560,10 @@ msgstr "Liderliyi, məhdudiyyətləri, güzəştləri və ölçülə bilən nət
msgid "Update Resume"
msgstr "Özgeçmişi Yenilə"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Parolunuzu yeniləyin"
@@ -4023,6 +4576,10 @@ msgstr "Parolunuz yenilənir..."
msgid "Updating your resume..."
msgstr "Özgeçmişiniz yenilənir..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Əlavələri yükləyin"
@@ -4031,10 +4588,18 @@ msgstr "Əlavələri yükləyin"
msgid "Upload picture"
msgstr "Şəkil yüklə"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Şəkil yüklənir…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "İstifadə edin"
msgid "Use color {color}"
msgstr "Rəngdən istifadə edin {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Son versiyada nə yenidir?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Kilidləndikdə, özgeçmiş yenilənə və ya silinə bilməz."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "OpenAI ilə işləyin"
@@ -4181,6 +4758,10 @@ msgstr "OpenAI ilə işləyin"
msgid "Working…"
msgstr "… işləyir"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Uzaqlaşdır"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/bg-BG.po b/apps/web/locales/bg-BG.po
index d6ceed233..1385bd100 100644
--- a/apps/web/locales/bg-BG.po
+++ b/apps/web/locales/bg-BG.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# роля} other {# роли}}"
msgid "{0} characters"
msgstr "{0} символа"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "На текущия ви имейл адрес е изпратена в
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Безплатен конструктор на автобиографии с отворен код, който опростява процеса на създаване, актуализиране и споделяне на автобиографията ви."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "На имейл адреса ви е изпратена нова връ
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Проект на страст <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Меню на акаунта"
msgid "Actual size (100%)"
msgstr "Действителен размер (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Добавяне на потребителско поле"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Добавяне на ключова дума..."
@@ -196,10 +223,23 @@ msgstr "Добавяне на ново умение"
msgid "Add a new volunteer experience"
msgstr "Добавяне на нов доброволчески опит"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Добавете и тествайте доставчик, преди да стартирате нишка на агент."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Добавяне на ключова дума"
@@ -225,6 +265,14 @@ msgstr "Добавяне на доставчик"
msgid "Add Role"
msgstr "Добавяне на роля"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Адаптирайте автобиографията си за позиция, която работи дистанционно и цени асинхронната комуникация и отговорност."
@@ -285,6 +333,10 @@ msgstr "Доставчиците на изкуствен интелект изи
msgid "Albanian"
msgstr "Албански"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Разрешаване на публичен достъп"
@@ -360,10 +412,40 @@ msgstr "API документация"
msgid "App"
msgstr "Приложение"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Статистика на приложението"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Приложени правила"
@@ -372,11 +454,18 @@ msgstr "Приложени правила"
msgid "Arabic"
msgstr "Арабски"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Архив"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Сигурни ли сте, че искате да затворите този диалогов прозорец?"
@@ -437,6 +526,10 @@ msgstr "Съотношение на страните"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud подкрепя Reactive Resume като спонсор на проекта. Ако вашата компания желае да спонсорира проекта, изпратете имейл на <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Прикачи файлове"
@@ -455,6 +548,14 @@ msgstr "Прикаченият файл е качен."
msgid "Authentication"
msgstr "Удостоверяване"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Наличен на множество езици. Ако искате да допринесете, разгледайте Crowdin."
@@ -511,6 +612,10 @@ msgstr "Бенгалски"
msgid "Blank draft"
msgstr "Празен чернова"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Командна палитра на редактора"
msgid "Bulgarian"
msgstr "Български"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Точков списък"
@@ -552,6 +665,12 @@ msgstr "Точков списък"
msgid "By the community, for the community."
msgstr "От общността, за общността."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Мога ли да експортирам автобиографията си в PDF?"
@@ -566,6 +685,9 @@ msgstr "Мога ли да експортирам автобиографията
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Кръг"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Clear"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Изчистване на избора"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Общност"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Компания"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Сравнете това резюме с URL адреса на тази позиция и актуализирайте ключовите думи, като същевременно запазите кратък и достоверен тон."
@@ -735,6 +867,10 @@ msgstr "Връзката не бе успешна"
msgid "Connection verified — provider is ready to use."
msgstr "Връзката е потвърдена — доставчикът е готов за употреба."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Разговорът е копиран."
msgid "Conversation JSON copied."
msgstr "JSON файлът на разговора е копиран."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Копиране"
@@ -815,10 +956,43 @@ msgstr "Не можа да се провери връзката с достав
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Не можа да се провери връзката. Проверете API ключа, модела и базовия URL адрес."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Не можа да се запази"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Не можа да се запази"
msgid "Cover Letter"
msgstr "Мотивационно писмо"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Мотивационно писмо"
msgid "Create"
msgstr "Създаване"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Създаване на нов профил"
@@ -952,6 +1134,11 @@ msgstr "Създаване на резюме с опции"
msgid "Created"
msgstr "Създадено"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Създаване на вашия API ключ..."
@@ -964,6 +1151,10 @@ msgstr "Създаване на вашата автобиография..."
msgid "Crop picture"
msgstr "Изрязване на снимката"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Текуща парола"
@@ -1041,6 +1232,9 @@ msgstr "Степен"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Изтриване на доставчик"
msgid "Delete this agent thread?"
msgstr "Да се изтрие ли тази тема от агент?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Профилът ви се изтрива..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Отхвърляне"
@@ -1136,6 +1336,10 @@ msgstr "Отхвърляне"
msgid "Documentation"
msgstr "Документация"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Нямате акаунт? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Изтегляне на DOCX"
msgid "Download JSON"
msgstr "Изтегляне на JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Изтегляне на PDF"
msgid "Downloads"
msgstr "Изтегляния"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Плъзнете и пуснете разделите тук, за да ги преместите между колоните"
@@ -1227,11 +1444,17 @@ msgstr "Вашата автобиография се дублира..."
msgid "Dutch"
msgstr "Нидерландски"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "По-ранните версии се запазват; историята на отмяната на конструктора се нулира."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Редактиране"
@@ -1241,6 +1464,10 @@ msgstr "Редактиране"
msgid "Edit {chip}"
msgstr "Редактиране на {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Експорт"
msgid "Export my data"
msgstr "Експортиране на данните ми"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Експортирайте автобиографията си в PDF формат незабавно, без чакане или забавяне."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Не успя да анализира резюме."
@@ -1575,10 +1810,18 @@ msgstr "Функции"
msgid "File"
msgstr "Файл"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Филтриране по"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Намерете слаби точки и ги пренапишете с по-силни резултати, числа, обхват и по-остри глаголи."
@@ -1599,6 +1842,22 @@ msgstr "Гъвкавост"
msgid "Fluency"
msgstr "Владеене"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Шрифт"
@@ -1653,11 +1912,19 @@ msgstr "Свободна форма"
msgid "French"
msgstr "Френски"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Пълна ширина"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Цял екран"
@@ -1667,6 +1934,10 @@ msgstr "Цял екран"
msgid "Fullscreen Editor"
msgstr "Редактор на цял екран"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Генериране на случайно име"
@@ -1878,6 +2149,10 @@ msgstr "Как да споделя автобиографията си?"
msgid "How do I use the API?"
msgstr "Как да използвам API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Как се защитават данните ми?"
@@ -1904,12 +2179,35 @@ msgstr "Идентифицирайте пропуските в системат
msgid "Import"
msgstr "Импорт"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Импортиране на съществуваща автобиография"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Импортирането от PDF или Word изисква свързан доставчик на изкуствен интелект."
@@ -1942,6 +2240,10 @@ msgstr "Информация"
msgid "Inline Code"
msgstr "Вграден код"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Незабавно генериране"
@@ -1986,6 +2288,14 @@ msgstr "Курсив"
msgid "Japanese"
msgstr "Японски"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Корейски"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Етикет"
@@ -2072,6 +2383,10 @@ msgstr "Език"
msgid "Languages"
msgstr "Езици"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Последен анализ на {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Оставете празно, за да върнете заглавие
msgid "Left Align"
msgstr "Подравняване вляво"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Писмо"
@@ -2152,6 +2471,18 @@ msgstr "Светла тема"
msgid "Line Height"
msgstr "Междуредие"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Зареждане…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Местоположение"
@@ -2266,6 +2599,14 @@ msgstr "Отстъп (хоризонтален)"
msgid "Margin (Vertical)"
msgstr "Отстъп (вертикален)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Още опции за изтегляне"
msgid "Move section to another column or page"
msgstr "Преместване на секция в друга колона или страница"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Трябва да започне с https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Нова парола"
msgid "New Section"
msgstr "Нов раздел"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Нова тема"
@@ -2360,6 +2712,14 @@ msgstr "Нова тема"
msgid "No Advertising, No Tracking"
msgstr "Без реклами, без проследяване"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Няма предварителни данни"
msgid "No results found."
msgstr "Няма намерени резултати."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Няма автобиографии, които да отговарят на вашето търсене."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Все още няма запазени версии."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Все още няма стилови правила."
@@ -2406,6 +2778,7 @@ msgstr "Норвежки"
msgid "Not connected"
msgstr "Няма връзка"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Бележки"
@@ -2431,6 +2804,10 @@ msgstr "Текуща поддръжка"
msgid "Only applies when the section fits on a single page."
msgstr "Важи само когато разделът се побира на една страница."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Защитата с парола е изключена."
msgid "Password protection has been enabled."
msgstr "Защитата с парола е включена."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Приложена е корекция"
@@ -2636,6 +3025,22 @@ msgstr "Изберете икона"
msgid "Picture"
msgstr "Снимка"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Моля, въведете нова парола за профила си"
@@ -2652,6 +3057,10 @@ msgstr "Моля, въведете URL адреса, към който иска
msgid "Please support the project"
msgstr "Моля, подкрепете проекта"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Моля, изчакайте, докато вашият PDF се генерира..."
@@ -2774,6 +3183,10 @@ msgstr "Публикации"
msgid "Publisher"
msgstr "Издател"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Отиване към началната страница"
@@ -2817,6 +3230,10 @@ msgstr "Реактивно резюме v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reactive Resume v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Получател"
@@ -2839,6 +3256,10 @@ msgstr "Преработи"
msgid "References"
msgstr "Препоръки"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Регистрация на ново устройство"
@@ -2856,6 +3277,14 @@ msgstr "Премахване"
msgid "Remove {chip}"
msgstr "Премахване на {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Премахване на персонализирано поле"
@@ -2954,6 +3383,10 @@ msgstr "Анализът на автобиографията е завършен
msgid "Resume content"
msgstr "Съдържание на автобиографията"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Опции за автобиография"
@@ -2962,6 +3395,10 @@ msgstr "Опции за автобиография"
msgid "Resume patch"
msgstr "Възобновяване на корекцията"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Пренапишете това резюме за преход от ос
msgid "Right Align"
msgstr "Подравняване вдясно"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Кариерно развитие"
@@ -3018,6 +3463,15 @@ msgstr "Извършете първия си анализ, за да получ
msgid "Russian"
msgstr "Руски"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Доставчик на „Запазване и тестване“"
msgid "Save & Upload"
msgstr "Запазване и качване"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Сканирайте QR кода по-долу с предпочитан
msgid "School"
msgstr "Училище"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Таблица с резултати"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Търсене"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Опции за секции"
msgid "Section Type"
msgstr "Тип раздел"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Изберете автобиография"
@@ -3124,6 +3603,10 @@ msgstr "Изберете автобиография"
msgid "Select a thread"
msgstr "Изберете нишка"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Изберете модел на агент"
@@ -3136,6 +3619,14 @@ msgstr "Изберете доставчик на изкуствен интеле
msgid "Select..."
msgstr "Изберете..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Самостоятелно хостване с Docker"
@@ -3218,6 +3709,11 @@ msgstr "Споделяне"
msgid "Show"
msgstr "Показване"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Показване на паролата"
msgid "Show picture"
msgstr "Покажи снимка"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Нещо се обърка"
msgid "Something went wrong while analyzing your resume."
msgstr "Нещо се е объркало при анализа на автобиографията ви."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Нещо се обърка. Моля, опитайте отново."
@@ -3369,6 +3873,12 @@ msgstr "Нещо се обърка. Моля, опитайте отново."
msgid "Sort by"
msgstr "Сортиране по"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Спонсорства"
msgid "Square"
msgstr "Квадрат"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Отбележете ни в GitHub (отваря се в нов раздел)"
@@ -3459,6 +3974,10 @@ msgstr "Силни страни"
msgid "Strike"
msgstr "Зачеркване"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Преминахме към шаблона {0}."
msgid "Synced changes made in another tab."
msgstr "Синхронизирани промени, направени в друг раздел."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Етикети"
@@ -3513,10 +4037,18 @@ msgstr "Етикети"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Етикетите могат да се използват за категоризиране на автобиографията ви по ключови думи."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Адаптирайте това резюме към длъжностната характеристика на продуктов мениджър и наблегнете на отговорността за пътната карта, комуникацията със заинтересованите страни и измеримите резултати от стартирането."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Тамилски"
@@ -3753,6 +4285,10 @@ msgstr "Стегнете секцията с умения, така че да п
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Ускорено видео демонстрация на създаване на автобиография с Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Съвет: Дайте на своя API ключ име, отговарящо на предназначението му, за да ви е по-лесно да го разпознаете по-късно."
@@ -3799,6 +4335,14 @@ msgstr "Превключване на дясната странична лент
msgid "Toggle threads"
msgstr "Превключване на нишки"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Следете колко пъти вашата автобиография е била преглеждана и изтегляна"
@@ -3897,6 +4441,11 @@ msgstr "Типография"
msgid "Ukrainian"
msgstr "Украински"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Подчертаване"
@@ -4011,6 +4560,10 @@ msgstr "Актуализирайте водещите точки на проек
msgid "Update Resume"
msgstr "Актуализиране на автобиография"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Актуализирайте паролата си"
@@ -4023,6 +4576,10 @@ msgstr "Актуализиране на паролата ви..."
msgid "Updating your resume..."
msgstr "Актуализиране на автобиографията ви..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Качване на прикачени файлове"
@@ -4031,10 +4588,18 @@ msgstr "Качване на прикачени файлове"
msgid "Upload picture"
msgstr "Качване на снимка"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Качване на снимка…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Използвайте"
msgid "Use color {color}"
msgstr "Използване на цвят {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Какво ново в последната версия?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Когато е заключена, автобиографията не може да бъде актуализирана или изтрита."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Работа с OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Работа с OpenAI"
msgid "Working…"
msgstr "Работи…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Туитър)"
@@ -4308,4 +4889,3 @@ msgstr "Намаляване"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Зулуски"
-
diff --git a/apps/web/locales/bn-BD.po b/apps/web/locales/bn-BD.po
index 876a0e182..6e8aed336 100644
--- a/apps/web/locales/bn-BD.po
+++ b/apps/web/locales/bn-BD.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# ভূমিকা} other {# ভূমিকা}}"
msgid "{0} characters"
msgstr "{0} অক্ষর"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "আপনার বর্তমান ইমেইল ঠিকানা
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "একটি বিনামূল্যের এবং মুক্ত উৎস জীবনবৃত্তান্ত নির্মাতা যা আপনার জীবনবৃত্তান্ত তৈরি, আপডেট এবং শেয়ার করার প্রক্রিয়াকে সহজ করে।"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "আপনার ইমেইল ঠিকানায় একটি
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "<0>অমরুথ পিল্লাই0>-এর একান্ত আগ্রহের প্রজেক্ট।"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "অ্যাকাউন্ট মেনু"
msgid "Actual size (100%)"
msgstr "প্রকৃত আকার (১০০%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "একটি কাস্টম ক্ষেত্র যোগ করুন"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "একটি কীওয়ার্ড যোগ করুন..."
@@ -196,10 +223,23 @@ msgstr "একটি নতুন স্কিল যোগ করুন"
msgid "Add a new volunteer experience"
msgstr "একটি নতুন স্বেচ্ছাসেবী অভিজ্ঞতা যোগ করুন"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "এজেন্ট থ্রেড শুরু করার আগে একটি প্রোভাইডার যোগ করুন এবং পরীক্ষা করে নিন।"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "কীওয়ার্ড যোগ করুন"
@@ -225,6 +265,14 @@ msgstr "প্রদানকারী যোগ করুন"
msgid "Add Role"
msgstr "ভূমিকা যোগ করুন"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "এমন একটি রিমোট-ফার্স্ট ভূমিকার জন্য জীবনবৃত্তান্তটি সাজিয়ে নিন, যেখানে অ্যাসিঙ্ক কমিউনিকেশন এবং মালিকানাকে গুরুত্ব দেওয়া হয়।"
@@ -285,6 +333,10 @@ msgstr "এআই প্রোভাইডারদের REDIS_URL এবং EN
msgid "Albanian"
msgstr "আলবেনিয়ান"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "সর্বজনীন অ্যাক্সেসের অনুমতি দিন"
@@ -360,10 +412,40 @@ msgstr "API রেফারেন্স"
msgid "App"
msgstr "অ্যাপ"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "অ্যাপ্লিকেশন পরিসংখ্যান"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "প্রয়োগকৃত নিয়মাবলী"
@@ -372,11 +454,18 @@ msgstr "প্রয়োগকৃত নিয়মাবলী"
msgid "Arabic"
msgstr "আরবি"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "আর্কাইভ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "আপনি কি এই ডায়ালগটি বন্ধ করতে চান?"
@@ -437,6 +526,10 @@ msgstr "আকারের অনুপাত"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "অ্যাটলাস ক্লাউড প্রজেক্ট স্পনসর হিসেবে রিয়্যাক্টিভ রেজ্যুমেকে সমর্থন করে। আপনার কোম্পানি যদি প্রজেক্টটি স্পনসর করতে আগ্রহী হয়, তাহলে ইমেইল করুন <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "ফাইলগুলো সংযুক্ত করুন"
@@ -455,6 +548,14 @@ msgstr "সংযুক্তি আপলোড করা হয়েছে।
msgid "Authentication"
msgstr "প্রমাণীকরণ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "একাধিক ভাষায় উপলভ্য। আপনি অবদান রাখতে চাইলে Crowdin দেখে নিন।"
@@ -511,6 +612,10 @@ msgstr "বাংলা"
msgid "Blank draft"
msgstr "খালি খসড়া"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "বিল্ডার কমান্ড প্যালেট"
msgid "Bulgarian"
msgstr "বুলগেরিয়ান"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "বুলেট লিস্ট"
@@ -552,6 +665,12 @@ msgstr "বুলেট লিস্ট"
msgid "By the community, for the community."
msgstr "সম্প্রদায়ের দ্বারা, সম্প্রদায়ের জন্য।"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "আমি কি আমার জীবনবৃত্তান্তকে PDF-এ এক্সপোর্ট করতে পারি?"
@@ -566,6 +685,9 @@ msgstr "আমি কি আমার জীবনবৃত্তান্তক
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "বৃত্ত"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "স্বচ্ছ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "নির্বাচন পরিষ্কার করুন"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "কমিউনিটি"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "কোম্পানি"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "এই জীবনবৃত্তান্তটিকে পদের ইউআরএল-এর সাথে তুলনা করুন এবং এর ভাষা সংক্ষিপ্ত ও বিশ্বাসযোগ্য রেখে কীওয়ার্ডগুলো হালনাগাদ করুন।"
@@ -735,6 +867,10 @@ msgstr "সংযোগ ব্যর্থ হয়েছে"
msgid "Connection verified — provider is ready to use."
msgstr "সংযোগ যাচাই করা হয়েছে — পরিষেবা প্রদানকারী ব্যবহারের জন্য প্রস্তুত।"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "কথোপকথনটি অনুলিপি করা হয়ে
msgid "Conversation JSON copied."
msgstr "কথোপকথনের JSON কপি করা হয়েছে।"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "কপি করুন"
@@ -815,10 +956,43 @@ msgstr "প্রোভাইডার সংযোগ যাচাই করা
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "সংযোগটি যাচাই করা যায়নি। এপিআই কী, মডেল এবং বেস ইউআরএল যাচাই করুন।"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "সংরক্ষণ করা যায়নি"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "সংরক্ষণ করা যায়নি"
msgid "Cover Letter"
msgstr "কভার লেটার"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "কভার লেটার"
msgid "Create"
msgstr "তৈরি করুন"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "নতুন অ্যাকাউন্ট তৈরি করুন"
@@ -952,6 +1134,11 @@ msgstr "বিকল্পসহ রিজ্যুম তৈরি করুন
msgid "Created"
msgstr "তৈরি হয়েছে"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "আপনার API কী তৈরি করা হচ্ছে..."
@@ -964,6 +1151,10 @@ msgstr "আপনার জীবনবৃত্তান্ত তৈরি ক
msgid "Crop picture"
msgstr "ছবি ক্রপ করুন"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "বর্তমান পাসওয়ার্ড"
@@ -1041,6 +1232,9 @@ msgstr "ডিগ্রি"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "প্রদানকারীকে মুছে ফেলুন"
msgid "Delete this agent thread?"
msgstr "এই এজেন্ট থ্রেডটি মুছে ফেলবেন?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "আপনার অ্যাকাউন্ট মুছে ফেলা হচ্ছে..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "ডিসকর্ড"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "খারিজ করুন"
@@ -1136,6 +1336,10 @@ msgstr "খারিজ করুন"
msgid "Documentation"
msgstr "ডকুমেন্টেশন"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "অ্যাকাউন্ট নেই? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "DOCX ডাউনলোড করুন"
msgid "Download JSON"
msgstr "JSON ডাউনলোড করুন"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "PDF ডাউনলোড করুন"
msgid "Downloads"
msgstr "ডাউনলোডসমূহ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "কলামের মধ্যে বিভাগগুলোকে সরাতে হলে এখানে ড্র্যাগ ও ড্রপ করুন"
@@ -1227,11 +1444,17 @@ msgstr "আপনার জীবনবৃত্তান্ত ডুপ্ল
msgid "Dutch"
msgstr "ডাচ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "পূর্ববর্তী সংস্করণগুলি সংরক্ষিত থাকে; বিল্ডারের আনডু হিস্ট্রি রিসেট হয়ে যায়।"
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "সম্পাদনা"
@@ -1241,6 +1464,10 @@ msgstr "সম্পাদনা"
msgid "Edit {chip}"
msgstr "সম্পাদনা {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "এক্সপোর্ট"
msgid "Export my data"
msgstr "আমার ডেটা রপ্তানি করুন"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "কোনো অপেক্ষা বা বিলম্ব ছাড়াই তাৎক্ষণিকভাবে আপনার জীবনবৃত্তান্ত PDF-এ রপ্তানি করুন।"
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "রিজিউম বিশ্লেষণ করতে ব্যর্থ।"
@@ -1575,10 +1810,18 @@ msgstr "বৈশিষ্ট্যসমূহ"
msgid "File"
msgstr "ফাইল"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "ফিল্টার করুন"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "দুর্বল বুলেট পয়েন্টগুলো খুঁজে বের করুন এবং সেগুলোকে আরও জোরালো ফলাফল, সংখ্যা, পরিধি ও তীক্ষ্ণ ক্রিয়াপদ দিয়ে নতুন করে লিখুন।"
@@ -1599,6 +1842,22 @@ msgstr "ফ্লেক্সিবিলিটি"
msgid "Fluency"
msgstr "দক্ষতা"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "ফন্ট ফ্যামিলি"
@@ -1653,11 +1912,19 @@ msgstr "মুক্ত-ফর্ম"
msgid "French"
msgstr "ফরাসি"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "পূর্ণ প্রস্থ"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "পূর্ণ স্ক্রীন"
@@ -1667,6 +1934,10 @@ msgstr "পূর্ণ স্ক্রীন"
msgid "Fullscreen Editor"
msgstr "ফুলস্ক্রিন এডিটর"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "একটি এলোমেলো নাম জেনারেট করুন"
@@ -1878,6 +2149,10 @@ msgstr "আমি কীভাবে আমার জীবনবৃত্তা
msgid "How do I use the API?"
msgstr "আমি কীভাবে API ব্যবহার করব?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "আমার ডেটা কীভাবে সুরক্ষিত থাকে?"
@@ -1904,12 +2179,35 @@ msgstr "আবেদনকারী ট্র্যাকিং সিস্ট
msgid "Import"
msgstr "ইমপোর্ট"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "বিদ্যমান একটি জীবনবৃত্তান্ত ইমপোর্ট করুন"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "পিডিএফ বা ওয়ার্ড থেকে ডেটা ইম্পোর্ট করার জন্য একটি সংযুক্ত এআই প্রোভাইডার প্রয়োজন।"
@@ -1942,6 +2240,10 @@ msgstr "তথ্য"
msgid "Inline Code"
msgstr "ইনলাইন কোড"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "তাৎক্ষণিক প্রজন্ম"
@@ -1986,6 +2288,14 @@ msgstr "ইটালিক"
msgid "Japanese"
msgstr "জাপানি"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "কোরিয়ান"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "লেবেল"
@@ -2072,6 +2383,10 @@ msgstr "ভাষা"
msgid "Languages"
msgstr "ভাষাসমূহ"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "সর্বশেষ বিশ্লেষণ করা হয়েছে {updatedAtLabel} তারিখে।"
@@ -2119,6 +2434,10 @@ msgstr "শিরোনামটি আবার মূল অবস্থায
msgid "Left Align"
msgstr "বাম দিকে অ্যালাইন"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "লেটার"
@@ -2152,6 +2471,18 @@ msgstr "লাইট থিম"
msgid "Line Height"
msgstr "লাইন হাইট"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "লোড হচ্ছে…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "অবস্থান"
@@ -2266,6 +2599,14 @@ msgstr "মার্জিন (অনুভূমিক)"
msgid "Margin (Vertical)"
msgstr "মার্জিন (উল্লম্ব)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "আরও ডাউনলোড বিকল্প"
msgid "Move section to another column or page"
msgstr "বিভাগটিকে অন্য কলাম বা পৃষ্ঠায় সরান"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "https:// দিয়ে শুরু করতে হবে।"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "নতুন পাসওয়ার্ড"
msgid "New Section"
msgstr "নতুন বিভাগ"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "নতুন থ্রেড"
@@ -2360,6 +2712,14 @@ msgstr "নতুন থ্রেড"
msgid "No Advertising, No Tracking"
msgstr "কোনো বিজ্ঞাপন নয়, কোনো ট্র্যাকিং নয়"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "কোনো পূর্ববর্তী তথ্য নেই"
msgid "No results found."
msgstr "কোন ফলাফল খুঁজে পাওয়া যায়নি।"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "আপনার অনুসন্ধানের সাথে কোনো জীবনবৃত্তান্ত মেলেনি।"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "এখনো কোনো সংরক্ষিত সংস্করণ নেই।"
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "এখনো কোনো স্টাইল নিয়ম ঠিক করা হয়নি।"
@@ -2406,6 +2778,7 @@ msgstr "নরওয়েজিয়ান"
msgid "Not connected"
msgstr "সংযুক্ত নয়"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "নোটস"
@@ -2431,6 +2804,10 @@ msgstr "চলমান রক্ষণাবেক্ষণ"
msgid "Only applies when the section fits on a single page."
msgstr "শুধুমাত্র তখনই প্রযোজ্য যখন বিভাগটি একটি একক পৃষ্ঠায় ধরে যায়।"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "পাসওয়ার্ড সুরক্ষা বন্ধ কর
msgid "Password protection has been enabled."
msgstr "পাসওয়ার্ড সুরক্ষা চালু করা হয়েছে।"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "প্যাচ প্রয়োগ করা হয়েছে"
@@ -2636,6 +3025,22 @@ msgstr "একটি আইকন বাছাই করুন"
msgid "Picture"
msgstr "ছবি"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "অনুগ্রহ করে আপনার অ্যাকাউন্টের জন্য একটি নতুন পাসওয়ার্ড লিখুন"
@@ -2652,6 +3057,10 @@ msgstr "যে URL‑এ লিংক করতে চান অনুগ্র
msgid "Please support the project"
msgstr "প্রকল্পটি সমর্থন করুন।"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "অনুগ্রহ করে অপেক্ষা করুন, আপনার PDF তৈরি করা হচ্ছে..."
@@ -2774,6 +3183,10 @@ msgstr "প্রকাশনাসমূহ"
msgid "Publisher"
msgstr "প্রকাশক"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - হোমপেইজে যান"
@@ -2817,6 +3230,10 @@ msgstr "প্রতিক্রিয়াশীল জীবনবৃত্
msgid "Reactive Resume v4 (JSON)"
msgstr "প্রতিক্রিয়াশীল রিজ্যুম v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "প্রাপক"
@@ -2839,6 +3256,10 @@ msgstr "পুনরায় করুন"
msgid "References"
msgstr "রেফারেন্সসমূহ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "নতুন ডিভাইস নিবন্ধন করুন"
@@ -2856,6 +3277,14 @@ msgstr "সরান"
msgid "Remove {chip}"
msgstr "সরান {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "কাস্টম ফিল্ড সরান"
@@ -2954,6 +3383,10 @@ msgstr "রিজিউমে বিশ্লেষণ সম্পন্ন।"
msgid "Resume content"
msgstr "জীবনবৃত্তান্তের বিষয়বস্তু"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "জীবনবৃত্তান্তের বিকল্পগুলি"
@@ -2962,6 +3395,10 @@ msgstr "জীবনবৃত্তান্তের বিকল্পগু
msgid "Resume patch"
msgstr "প্যাচ পুনরায় শুরু করুন"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "একটি স্টার্টআপের প্রতিষ্ঠ
msgid "Right Align"
msgstr "ডান দিকে অ্যালাইন"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "ভূমিকা অগ্রগতি"
@@ -3018,6 +3463,15 @@ msgstr "আপনার প্রথম বিশ্লেষণ চালান
msgid "Russian"
msgstr "রুশ"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "সংরক্ষণ ও পরীক্ষা প্রদানকা
msgid "Save & Upload"
msgstr "সংরক্ষণ ও আপলোড করুন"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "আপনার পছন্দের অথেনটিকেটর অ
msgid "School"
msgstr "স্কুল"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "স্কোরকার্ড"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "অনুসন্ধান"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "বিভাগ বিকল্প"
msgid "Section Type"
msgstr "বিভাগের ধরন"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "একটি জীবনবৃত্তান্ত নির্বাচন করুন"
@@ -3124,6 +3603,10 @@ msgstr "একটি জীবনবৃত্তান্ত নির্বা
msgid "Select a thread"
msgstr "একটি থ্রেড নির্বাচন করুন"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "একটি এজেন্ট মডেল নির্বাচন করুন"
@@ -3136,6 +3619,14 @@ msgstr "একটি এআই প্রদানকারী নির্বা
msgid "Select..."
msgstr "নির্বাচন করুন..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "ডকার দিয়ে নিজে হোস্ট করুন"
@@ -3218,6 +3709,11 @@ msgstr "শেয়ারিং"
msgid "Show"
msgstr "দেখান"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "পাসওয়ার্ড দেখান"
msgid "Show picture"
msgstr "ছবি দেখান"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "কিছু একটা ভুল হয়েছে"
msgid "Something went wrong while analyzing your resume."
msgstr "আপনার জীবনবৃত্তান্ত বিশ্লেষণ করার সময় কিছু ভুল হয়েছে।"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "কিছু একটা ভুল হয়েছে। অনুগ্রহ করে আবার চেষ্টা করুন।"
@@ -3369,6 +3873,12 @@ msgstr "কিছু একটা ভুল হয়েছে। অনুগ
msgid "Sort by"
msgstr "সর্ট করুন"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "স্পনসরশিপ"
msgid "Square"
msgstr "স্কোয়ার"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "GitHub‑এ আমাদের স্টার দিন (নতুন ট্যাবে খুলবে)"
@@ -3459,6 +3974,10 @@ msgstr "শক্তি"
msgid "Strike"
msgstr "স্ট্রাইক"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "সাবরেডিট"
@@ -3505,7 +4024,12 @@ msgstr "{0} টেমপ্লেটে পরিবর্তন করা হ
msgid "Synced changes made in another tab."
msgstr "অন্য ট্যাবে করা পরিবর্তনগুলো সিঙ্ক করা হয়েছে।"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "ট্যাগসমূহ"
@@ -3513,10 +4037,18 @@ msgstr "ট্যাগসমূহ"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "ট্যাগ ব্যবহার করে কীওয়ার্ডের ভিত্তিতে আপনার জীবনবৃত্তান্তকে শ্রেণিবিন্যাস করতে পারেন।"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "এই জীবনবৃত্তান্তটি একজন প্রোডাক্ট ম্যানেজারের চাকরির বিবরণের সাথে মিলিয়ে তৈরি করুন এবং রোডম্যাপের মালিকানা, স্টেকহোল্ডারদের সাথে যোগাযোগ এবং পরিমাপযোগ্য লঞ্চ ফলাফলের উপর জোর দিন।"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "তামিল"
@@ -3753,6 +4285,10 @@ msgstr "দক্ষতা বিভাগটিকে আরও সংক্ষ
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Reactive Resume দিয়ে জীবনবৃত্তান্ত তৈরির টাইমল্যাপস প্রদর্শনী"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "পরামর্শ: API কী‑কে এমন একটি নাম দিন যা এর ব্যবহারের উদ্দেশ্য বোঝায়, যাতে পরে সহজে চিনতে পারেন।"
@@ -3799,6 +4335,14 @@ msgstr "ডান সাইডবার টগল করুন"
msgid "Toggle threads"
msgstr "থ্রেড টগল করুন"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "আপনার জীবনবৃত্তান্তের ভিউ এবং ডাউনলোডের সংখ্যা ট্র্যাক করুন"
@@ -3897,6 +4441,11 @@ msgstr "টাইপোগ্রাফি"
msgid "Ukrainian"
msgstr "ইউক্রেনীয়"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "আন্ডারলাইন"
@@ -4011,6 +4560,10 @@ msgstr "নেতৃত্ব, সীমাবদ্ধতা, আপস-মী
msgid "Update Resume"
msgstr "জীবনবৃত্তান্ত আপডেট করুন"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "আপনার পাসওয়ার্ড আপডেট করুন"
@@ -4023,6 +4576,10 @@ msgstr "আপনার পাসওয়ার্ড আপডেট করা
msgid "Updating your resume..."
msgstr "আপনার জীবনবৃত্তান্ত আপডেট করা হচ্ছে..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "সংযুক্তি আপলোড করুন"
@@ -4031,10 +4588,18 @@ msgstr "সংযুক্তি আপলোড করুন"
msgid "Upload picture"
msgstr "ছবি আপলোড করুন"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "ছবি আপলোড করা হচ্ছে…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "ব্যবহার"
msgid "Use color {color}"
msgstr "রঙ ব্যবহার করুন {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "সর্বশেষ সংস্করণে নতুন কী আ
msgid "When locked, the resume cannot be updated or deleted."
msgstr "লক করা থাকলে জীবনবৃত্তান্ত হালনাগাদ বা মুছে ফেলা যাবে না।"
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "ওপেনএআই-এর কাজ"
@@ -4181,6 +4758,10 @@ msgstr "ওপেনএআই-এর কাজ"
msgid "Working…"
msgstr "কাজ চলছে…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "এক্স (টুইটার)"
@@ -4308,4 +4889,3 @@ msgstr "জুম আউট"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "জুলু"
-
diff --git a/apps/web/locales/ca-ES.po b/apps/web/locales/ca-ES.po
index 3945100a1..097d0b1ff 100644
--- a/apps/web/locales/ca-ES.po
+++ b/apps/web/locales/ca-ES.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# càrrec} other {# càrrecs}}"
msgid "{0} characters"
msgstr "caràcters {0}"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "S’ha enviat un enllaç de confirmació a l’adreça de correu electr
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Un creador de currículums gratuït i de codi obert que simplifica el procés de crear, actualitzar i compartir el teu currículum."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "S’ha enviat un nou enllaç de verificació a la teva adreça de correu
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Un projecte fet amb passió per <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Menú del compte"
msgid "Actual size (100%)"
msgstr "Mida real (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Afegeix un camp personalitzat"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Afegeix una paraula clau..."
@@ -196,10 +223,23 @@ msgstr "Afegeix una habilitat nova"
msgid "Add a new volunteer experience"
msgstr "Afegeix una experiència de voluntariat nova"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Afegiu i proveu un proveïdor abans d'iniciar un fil d'agent."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Afegeix paraula clau"
@@ -225,6 +265,14 @@ msgstr "Afegeix un proveïdor"
msgid "Add Role"
msgstr "Afegir càrrec"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Ajusta el currículum per a un rol de treball remot que valori la comunicació asíncrona i la responsabilitat."
@@ -285,6 +333,10 @@ msgstr "Els proveïdors d'IA requereixen que REDIS_URL i ENCRYPTION_SECRET estig
msgid "Albanian"
msgstr "Albanès"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Permet accés públic"
@@ -360,10 +412,40 @@ msgstr "Referència de l’API"
msgid "App"
msgstr "Aplicació"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Estadístiques de l’aplicació"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Normes aplicades"
@@ -372,11 +454,18 @@ msgstr "Normes aplicades"
msgid "Arabic"
msgstr "Àrab"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Arxiu"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Segur que voleu tancar aquest diàleg?"
@@ -437,6 +526,10 @@ msgstr "Relació d’aspecte"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud dóna suport a Reactive Resume com a patrocinador de projectes. Si la vostra empresa vol patrocinar el projecte, envieu un correu electrònic a <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Adjunta fitxers"
@@ -455,6 +548,14 @@ msgstr "S'ha penjat el fitxer adjunt."
msgid "Authentication"
msgstr "Autenticació"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Disponible en múltiples idiomes. Si vols contribuir-hi, visita Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengalí"
msgid "Blank draft"
msgstr "Esborrany en blanc"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Paleta de comandes del creador"
msgid "Bulgarian"
msgstr "Búlgar"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Llista amb pics"
@@ -552,6 +665,12 @@ msgstr "Llista amb pics"
msgid "By the community, for the community."
msgstr "De la comunitat i per a la comunitat."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Puc exportar el meu currículum a PDF?"
@@ -566,6 +685,9 @@ msgstr "Puc exportar el meu currículum a PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Cercle"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Clar"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Esborra la selecció"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Comunitat"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Empresa"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Compara aquest currículum amb l'URL d'aquesta funció i actualitza les paraules clau, tot mantenint un to concís i creïble."
@@ -735,6 +867,10 @@ msgstr "La connexió ha fallat"
msgid "Connection verified — provider is ready to use."
msgstr "Connexió verificada: el proveïdor està a punt per utilitzar-lo."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Conversa copiada."
msgid "Conversation JSON copied."
msgstr "S'ha copiat el fitxer JSON de la conversa."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Copia"
@@ -815,10 +956,43 @@ msgstr "No s'ha pogut verificar la connexió del proveïdor."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "No s'ha pogut verificar la connexió. Comproveu la clau de l'API, el model i l'URL base."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "No s'ha pogut desar"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "No s'ha pogut desar"
msgid "Cover Letter"
msgstr "Carta de presentació"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Carta de presentació"
msgid "Create"
msgstr "Crear"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Crea un compte nou"
@@ -952,6 +1134,11 @@ msgstr "Crea un currículum amb opcions"
msgid "Created"
msgstr "Creat"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "S’està creant la clau API..."
@@ -964,6 +1151,10 @@ msgstr "S’està creant el currículum..."
msgid "Crop picture"
msgstr "Retallar imatge"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Contrasenya actual"
@@ -1041,6 +1232,9 @@ msgstr "Titulació"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Suprimeix el proveïdor"
msgid "Delete this agent thread?"
msgstr "Voleu suprimir aquest fil d'agent?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "S’està suprimint el compte..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Ignora"
@@ -1136,6 +1336,10 @@ msgstr "Ignora"
msgid "Documentation"
msgstr "Documentació"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "No teniu compte? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Descarrega el DOCX"
msgid "Download JSON"
msgstr "Baixa JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Baixa el PDF"
msgid "Downloads"
msgstr "Baixades"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Arrossega i deixa anar seccions aquí per moure-les entre columnes"
@@ -1227,11 +1444,17 @@ msgstr "S’està duplicant el currículum..."
msgid "Dutch"
msgstr "Neerlandès"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Es conserven les versions anteriors; l'historial de desfer del constructor es reinicia."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Edita"
@@ -1241,6 +1464,10 @@ msgstr "Edita"
msgid "Edit {chip}"
msgstr "Edita {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Exporta"
msgid "Export my data"
msgstr "Exporta les meves dades"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Exporta el teu currículum a PDF a l'instant, sense esperes ni demores."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "S'ha fallat l'anàlisi del currículum."
@@ -1575,10 +1810,18 @@ msgstr "Funcions"
msgid "File"
msgstr "Fitxer"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filtra per"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Troba els punts febles i reescriu-los amb resultats, números, abast i verbs més contundents."
@@ -1599,6 +1842,22 @@ msgstr "Flexibilitat"
msgid "Fluency"
msgstr "Fluïdesa"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Família tipogràfica"
@@ -1653,11 +1912,19 @@ msgstr "Forma lliure"
msgid "French"
msgstr "Francès"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Amplada completa"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Pantalla completa"
@@ -1667,6 +1934,10 @@ msgstr "Pantalla completa"
msgid "Fullscreen Editor"
msgstr "Editor a pantalla completa"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Genera un nom aleatori"
@@ -1878,6 +2149,10 @@ msgstr "Com puc compartir el meu currículum?"
msgid "How do I use the API?"
msgstr "Com faig servir l’API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Com es protegeixen les meves dades?"
@@ -1904,12 +2179,35 @@ msgstr "Identifiqueu les mancances d'un sistema de seguiment de candidats i apli
msgid "Import"
msgstr "Importa"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Importa un currículum existent"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "La importació des de PDF o Word requereix un proveïdor d'IA connectat."
@@ -1942,6 +2240,10 @@ msgstr "Informació"
msgid "Inline Code"
msgstr "Codi en línia"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Generació instantània"
@@ -1986,6 +2288,14 @@ msgstr "Cursiva"
msgid "Japanese"
msgstr "Japonès"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Coreà"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Etiqueta"
@@ -2072,6 +2383,10 @@ msgstr "Idioma"
msgid "Languages"
msgstr "Idiomes"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Darrera anàlisi el {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Deixa-ho buit per restablir el títol original."
msgid "Left Align"
msgstr "Alinea a l’esquerra"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Letter"
@@ -2152,6 +2471,18 @@ msgstr "Tema clar"
msgid "Line Height"
msgstr "Interlineat"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "S'està carregant…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Ubicació"
@@ -2266,6 +2599,14 @@ msgstr "Marge (horitzontal)"
msgid "Margin (Vertical)"
msgstr "Marge (vertical)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Més opcions de descàrrega"
msgid "Move section to another column or page"
msgstr "Moure la secció a una altra columna o pàgina"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Ha de començar amb https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Contrasenya nova"
msgid "New Section"
msgstr "Secció nova"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Nou fil"
@@ -2360,6 +2712,14 @@ msgstr "Nou fil"
msgid "No Advertising, No Tracking"
msgstr "Sense publicitat, sense seguiment"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Sense dades prèvies"
msgid "No results found."
msgstr "No s’han trobat resultats."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "No hi ha currículums que coincideixin amb la teva cerca."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Encara no hi ha versions desades."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Encara no hi ha regles d'estil."
@@ -2406,6 +2778,7 @@ msgstr "Noruec"
msgid "Not connected"
msgstr "No connectat"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Notes"
@@ -2431,6 +2804,10 @@ msgstr "Manteniment continu"
msgid "Only applies when the section fits on a single page."
msgstr "Només s'aplica quan la secció cap en una sola pàgina."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "La protecció amb contrasenya s’ha desactivat."
msgid "Password protection has been enabled."
msgstr "La protecció amb contrasenya s’ha activat."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Pegat aplicat"
@@ -2636,6 +3025,22 @@ msgstr "Trieu una icona"
msgid "Picture"
msgstr "Fotografia"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Introdueix una contrasenya nova per al compte"
@@ -2652,6 +3057,10 @@ msgstr "Introdueix l’URL al qual vols enllaçar:"
msgid "Please support the project"
msgstr "Si us plau, doneu suport al projecte"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Espera mentre es genera el PDF..."
@@ -2774,6 +3183,10 @@ msgstr "Publicacions"
msgid "Publisher"
msgstr "Editor"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Ves a la pàgina inicial"
@@ -2817,6 +3230,10 @@ msgstr "Currículum reactiu v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reactive Resume v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Destinatari"
@@ -2839,6 +3256,10 @@ msgstr "Refer"
msgid "References"
msgstr "Referències"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Registra un dispositiu nou"
@@ -2856,6 +3277,14 @@ msgstr "Elimina"
msgid "Remove {chip}"
msgstr "Eliminar {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Elimina el camp personalitzat"
@@ -2954,6 +3383,10 @@ msgstr "Anàlisi del currículum completada."
msgid "Resume content"
msgstr "Reprendre el contingut"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Opcions de currículum"
@@ -2962,6 +3395,10 @@ msgstr "Opcions de currículum"
msgid "Resume patch"
msgstr "Reprendre el pegat"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Reescriu aquest currículum per a una transició de fundador d'una start
msgid "Right Align"
msgstr "Alinea a la dreta"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Progressió del càrrec"
@@ -3018,6 +3463,15 @@ msgstr "Executa la teva primera anàlisi per obtenir un quadre de comandament, e
msgid "Russian"
msgstr "Rus"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Desa i prova el proveïdor"
msgid "Save & Upload"
msgstr "Desa i puja"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Escaneja el codi QR següent amb l’aplicació autenticadora preferida.
msgid "School"
msgstr "Centre educatiu"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Fitxa de puntuació"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Cerca"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Opcions de secció"
msgid "Section Type"
msgstr "Tipus de secció"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Selecciona un currículum"
@@ -3124,6 +3603,10 @@ msgstr "Selecciona un currículum"
msgid "Select a thread"
msgstr "Selecciona un fil"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Seleccioneu un model d'agent"
@@ -3136,6 +3619,14 @@ msgstr "Seleccioneu un proveïdor d'IA"
msgid "Select..."
msgstr "Selecciona..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Allotjament propi amb Docker"
@@ -3218,6 +3709,11 @@ msgstr "Compartició"
msgid "Show"
msgstr "Mostra"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Mostra la contrasenya"
msgid "Show picture"
msgstr "Mostra la imatge"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Alguna cosa ha anat malament"
msgid "Something went wrong while analyzing your resume."
msgstr "S'ha produït un error mentre s'analitzava el teu currículum."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Alguna cosa ha anat malament. Torna-ho a provar."
@@ -3369,6 +3873,12 @@ msgstr "Alguna cosa ha anat malament. Torna-ho a provar."
msgid "Sort by"
msgstr "Ordena per"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Patrocinis"
msgid "Square"
msgstr "Quadrat"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Posa’ns una estrella a GitHub (s’obre en una pestanya nova)"
@@ -3459,6 +3974,10 @@ msgstr "Fortaleses"
msgid "Strike"
msgstr "Barrat"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "S'ha canviat a la plantilla {0}."
msgid "Synced changes made in another tab."
msgstr "Canvis sincronitzats fets en una altra pestanya."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Etiquetes"
@@ -3513,10 +4037,18 @@ msgstr "Etiquetes"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Les etiquetes es poden utilitzar per categoritzar el currículum per paraules clau."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Adapteu aquest currículum a la descripció del lloc de treball d'un gestor de producte i emfatitzeu la responsabilitat de la full de ruta, la comunicació amb les parts interessades i els resultats de llançament mesurables."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamil"
@@ -3753,6 +4285,10 @@ msgstr "Ajusta la secció d'habilitats perquè doni suport al rol objectiu en co
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Demostració a càmera ràpida de com es crea un currículum amb Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Consell: posa un nom a la clau API que s’ajusti a la finalitat de la clau per poder-la identificar més endavant."
@@ -3799,6 +4335,14 @@ msgstr "Canvia la barra lateral dreta"
msgid "Toggle threads"
msgstr "Activa/desactiva els fils"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Fes un seguiment de les visualitzacions i baixades del currículum"
@@ -3897,6 +4441,11 @@ msgstr "Tipografia"
msgid "Ukrainian"
msgstr "Ucraïnès"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Subratllat"
@@ -4011,6 +4560,10 @@ msgstr "Actualitzeu els vinyets del projecte per mostrar el lideratge, les restr
msgid "Update Resume"
msgstr "Actualitza el currículum"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Actualitza la contrasenya"
@@ -4023,6 +4576,10 @@ msgstr "S’està actualitzant la contrasenya..."
msgid "Updating your resume..."
msgstr "S’està actualitzant el currículum..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Puja fitxers adjunts"
@@ -4031,10 +4588,18 @@ msgstr "Puja fitxers adjunts"
msgid "Upload picture"
msgstr "Pujar foto"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "S'està pujant la imatge…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Ús"
msgid "Use color {color}"
msgstr "Utilitza el color {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Què hi ha de nou a l’última versió?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Quan està bloquejat, el currículum no es pot actualitzar ni suprimir."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Treballar amb OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Treballar amb OpenAI"
msgid "Working…"
msgstr "Treballant…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Allunya"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulú"
-
diff --git a/apps/web/locales/cs-CZ.po b/apps/web/locales/cs-CZ.po
index 740578044..458fc296b 100644
--- a/apps/web/locales/cs-CZ.po
+++ b/apps/web/locales/cs-CZ.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# role} few {# role} many {# rolí} other {# rolí}}"
msgid "{0} characters"
msgstr "{0} znaků"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Potvrzovací odkaz byl odeslán na vaši současnou e-mailovou adresu. Z
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Bezplatný nástroj pro tvorbu životopisů s otevřeným zdrojovým kódem, který zjednodušuje proces vytváření, aktualizace a sdílení životopisů."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Nový ověřovací odkaz byl odeslán na vaši e-mailovou adresu. Zkontr
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Osobní projekt <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Nabídka účtu"
msgid "Actual size (100%)"
msgstr "Skutečná velikost (100 %)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Přidat vlastní pole"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Přidejte klíčové slovo..."
@@ -196,10 +223,23 @@ msgstr "Přidat novou dovednost"
msgid "Add a new volunteer experience"
msgstr "Přidat novou dobrovolnickou zkušenost"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Před spuštěním vlákna agenta přidejte a otestujte poskytovatele."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Přidat klíčové slovo"
@@ -225,6 +265,14 @@ msgstr "Přidat poskytovatele"
msgid "Add Role"
msgstr "Přidat roli"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Upravte životopis pro roli zaměřenou na práci na dálku, která si cení asynchronní komunikace a odpovědnosti."
@@ -285,6 +333,10 @@ msgstr "Poskytovatelé umělé inteligence vyžadují konfiguraci parametrů RED
msgid "Albanian"
msgstr "Albánština"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Povolit veřejný přístup"
@@ -360,10 +412,40 @@ msgstr "API dokumentace"
msgid "App"
msgstr "Aplikace"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Statistiky aplikace"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Použitá pravidla"
@@ -372,11 +454,18 @@ msgstr "Použitá pravidla"
msgid "Arabic"
msgstr "Arabština"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Archiv"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Opravdu chcete zavřít tento dialog?"
@@ -437,6 +526,10 @@ msgstr "Poměr stran"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud podporuje Reactive Resume jako sponzora projektu. Pokud by vaše společnost chtěla projekt sponzorovat, napište e-mail na <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Přiložit soubory"
@@ -455,6 +548,14 @@ msgstr "Příloha nahrána."
msgid "Authentication"
msgstr "Ověřování"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "K dispozici v mnoha jazycích. Pokud chcete přispět, podívejte se na Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengálština"
msgid "Blank draft"
msgstr "Prázdný koncept"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Příkazová paleta editoru"
msgid "Bulgarian"
msgstr "Bulharština"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Odrážkový seznam"
@@ -552,6 +665,12 @@ msgstr "Odrážkový seznam"
msgid "By the community, for the community."
msgstr "Vytvořeno komunitou pro komunitu."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Mohu svůj životopis exportovat do PDF?"
@@ -566,6 +685,9 @@ msgstr "Mohu svůj životopis exportovat do PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Kruh"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Přehledně"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Vymazat výběr"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Komunita"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Společnost"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Porovnejte tento životopis s URL adresou této pozice a aktualizujte klíčová slova, přičemž zachovejte stručnost a důvěryhodnost textu."
@@ -735,6 +867,10 @@ msgstr "Připojení se nezdařilo"
msgid "Connection verified — provider is ready to use."
msgstr "Připojení ověřeno – poskytovatel je připraven k použití."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Konverzace zkopírována."
msgid "Conversation JSON copied."
msgstr "JSON konverzace zkopírován."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Kopírovat"
@@ -815,10 +956,43 @@ msgstr "Nepodařilo se ověřit připojení poskytovatele."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Nepodařilo se ověřit připojení. Zkontrolujte klíč API, model a základní URL."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Nepodařilo se uložit"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Nepodařilo se uložit"
msgid "Cover Letter"
msgstr "Průvodní dopis"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Průvodní dopis"
msgid "Create"
msgstr "Vytvořit"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Vytvořit nový účet"
@@ -952,6 +1134,11 @@ msgstr "Vytvoření životopisu s možnostmi"
msgid "Created"
msgstr "Vytvořeno"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Vytváření API klíče…"
@@ -964,6 +1151,10 @@ msgstr "Vytváření životopisu…"
msgid "Crop picture"
msgstr "Oříznout obrázek"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Aktuální heslo"
@@ -1041,6 +1232,9 @@ msgstr "Titul"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Smazat poskytovatele"
msgid "Delete this agent thread?"
msgstr "Smazat toto vlákno agenta?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Mazání účtu…"
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Propustit"
@@ -1136,6 +1336,10 @@ msgstr "Propustit"
msgid "Documentation"
msgstr "Dokumentace"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Nemáte účet? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Stáhnout DOCX"
msgid "Download JSON"
msgstr "Stáhnout JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Stáhnout PDF"
msgid "Downloads"
msgstr "Stažení"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Přetažením sekce sem je přesunete mezi sloupci"
@@ -1227,11 +1444,17 @@ msgstr "Duplikování životopisu…"
msgid "Dutch"
msgstr "Nizozemština"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Starší verze zůstanou zachovány; historie vrácení akcí v editoru se vynuluje."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Upravit"
@@ -1241,6 +1464,10 @@ msgstr "Upravit"
msgid "Edit {chip}"
msgstr "Upravit {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Export"
msgid "Export my data"
msgstr "Exportovat má data"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Exportujte svůj životopis do PDF okamžitě, bez čekání nebo zpoždění."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Nepodařilo se analyzovat životopis."
@@ -1575,10 +1810,18 @@ msgstr "Funkce"
msgid "File"
msgstr "Soubor"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filtrovat podle"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Najděte slabé odrážky a přepište je se silnějšími výsledky, čísly, rozsahem a ostřejšími slovesy."
@@ -1599,6 +1842,22 @@ msgstr "Flexibilita"
msgid "Fluency"
msgstr "Úroveň znalosti"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Řez písma"
@@ -1653,11 +1912,19 @@ msgstr "Volný formát"
msgid "French"
msgstr "Francouzština"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Plná šířka"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Celá obrazovka"
@@ -1667,6 +1934,10 @@ msgstr "Celá obrazovka"
msgid "Fullscreen Editor"
msgstr "Editor na celou obrazovku"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Vygenerovat náhodný název"
@@ -1878,6 +2149,10 @@ msgstr "Jak mohu sdílet svůj životopis?"
msgid "How do I use the API?"
msgstr "Jak používat API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Jak jsou má data chráněna?"
@@ -1904,12 +2179,35 @@ msgstr "Identifikujte mezery v systému sledování uchazečů a používejte po
msgid "Import"
msgstr "Importovat"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Importovat existující životopis"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Import z PDF nebo Wordu vyžaduje připojeného poskytovatele umělé inteligence."
@@ -1942,6 +2240,10 @@ msgstr "Informace"
msgid "Inline Code"
msgstr "Řádkový kód"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Okamžité generování"
@@ -1986,6 +2288,14 @@ msgstr "Kurzíva"
msgid "Japanese"
msgstr "Japonština"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Korejština"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Popisek"
@@ -2072,6 +2383,10 @@ msgstr "Jazyk"
msgid "Languages"
msgstr "Jazyky"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Naposledy analyzováno {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Ponechte prázdné pro resetování názvu na původní."
msgid "Left Align"
msgstr "Zarovnat vlevo"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Letter"
@@ -2152,6 +2471,18 @@ msgstr "Světlý motiv"
msgid "Line Height"
msgstr "Výška řádku"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Načítání…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Lokalita"
@@ -2266,6 +2599,14 @@ msgstr "Okraje (vodorovné)"
msgid "Margin (Vertical)"
msgstr "Okraje (svislé)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Další možnosti stahování"
msgid "Move section to another column or page"
msgstr "Přesunout sekci do jiného sloupce nebo na jinou stránku"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Musí začít na https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Nové heslo"
msgid "New Section"
msgstr "Nová sekce"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Nové vlákno"
@@ -2360,6 +2712,14 @@ msgstr "Nové vlákno"
msgid "No Advertising, No Tracking"
msgstr "Bez reklam, bez sledování"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Žádné předchozí údaje"
msgid "No results found."
msgstr "Nebyly nalezeny žádné výsledky."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Žádné životopisy neodpovídají vašemu vyhledávání."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Zatím žádné uložené verze."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Zatím žádná stylistická pravidla."
@@ -2406,6 +2778,7 @@ msgstr "Norština"
msgid "Not connected"
msgstr "Nepřipojeno"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Poznámky"
@@ -2431,6 +2804,10 @@ msgstr "Průběžná údržba"
msgid "Only applies when the section fits on a single page."
msgstr "Platí pouze tehdy, když se sekce vejde na jednu stránku."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Ochrana heslem byla deaktivována."
msgid "Password protection has been enabled."
msgstr "Ochrana heslem byla aktivována."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Aplikovaná záplata"
@@ -2636,6 +3025,22 @@ msgstr "Vyberte ikonu"
msgid "Picture"
msgstr "Fotografie"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Zadejte prosím nové heslo pro svůj účet"
@@ -2652,6 +3057,10 @@ msgstr "Zadejte prosím URL, na kterou chcete odkazovat:"
msgid "Please support the project"
msgstr "Prosím, podpořte projekt"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Počkejte prosím, než se vaše PDF vygeneruje…"
@@ -2774,6 +3183,10 @@ msgstr "Publikace"
msgid "Publisher"
msgstr "Vydavatel"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume – přejít na domovskou stránku"
@@ -2817,6 +3230,10 @@ msgstr "Reaktivní životopis v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reaktivní životopis v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Příjemce"
@@ -2839,6 +3256,10 @@ msgstr "Předělat"
msgid "References"
msgstr "Reference"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Registrace nového zařízení"
@@ -2856,6 +3277,14 @@ msgstr "Odstranit"
msgid "Remove {chip}"
msgstr "Odstranění adresy {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Odebrat vlastní pole"
@@ -2954,6 +3383,10 @@ msgstr "Analýza životopisu dokončena."
msgid "Resume content"
msgstr "Obsah životopisu"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Možnosti životopisu"
@@ -2962,6 +3395,10 @@ msgstr "Možnosti životopisu"
msgid "Resume patch"
msgstr "Obnovit opravu"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Přepište tento životopis pro přechod od zakladatele startupu k vedou
msgid "Right Align"
msgstr "Zarovnat vpravo"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Kariérní postup"
@@ -3018,6 +3463,15 @@ msgstr "Proveďte první analýzu a získejte hodnotící tabulku, silné strán
msgid "Russian"
msgstr "Ruština"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Poskytovatel uložení a testování"
msgid "Save & Upload"
msgstr "Uložit a nahrát"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Naskenujte QR kód níže pomocí své preferované autentizační aplik
msgid "School"
msgstr "Škola"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Hodnotící karta"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Vyhledávání"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Možnosti sekce"
msgid "Section Type"
msgstr "Typ sekce"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Vyberte životopis"
@@ -3124,6 +3603,10 @@ msgstr "Vyberte životopis"
msgid "Select a thread"
msgstr "Vyberte vlákno"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Vyberte model agenta"
@@ -3136,6 +3619,14 @@ msgstr "Vyberte poskytovatele umělé inteligence"
msgid "Select..."
msgstr "Vybrat..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Vlastní hosting pomocí Dockeru"
@@ -3218,6 +3709,11 @@ msgstr "Sdílení"
msgid "Show"
msgstr "Zobrazit"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Zobrazit heslo"
msgid "Show picture"
msgstr "Zobrazit obrázek"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Něco se pokazilo"
msgid "Something went wrong while analyzing your resume."
msgstr "Při analýze vašeho životopisu se něco pokazilo."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Něco se pokazilo. Zkuste to prosím znovu."
@@ -3369,6 +3873,12 @@ msgstr "Něco se pokazilo. Zkuste to prosím znovu."
msgid "Sort by"
msgstr "Seřadit podle"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Sponzorství"
msgid "Square"
msgstr "Čtverec"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Dejte nám hvězdičku na GitHubu (otevře se na nové kartě)"
@@ -3459,6 +3974,10 @@ msgstr "Silné stránky"
msgid "Strike"
msgstr "Přeškrtnutí"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Přepnuto na šablonu {0}."
msgid "Synced changes made in another tab."
msgstr "Synchronizované změny provedené na jiné kartě."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Tagy"
@@ -3513,10 +4037,18 @@ msgstr "Tagy"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Tagy lze použít k kategorizaci životopisu podle klíčových slov."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Přizpůsobte tento životopis popisu práce produktového manažera a zdůrazněte odpovědnost za plán, komunikaci se zúčastněnými stranami a měřitelné výsledky uvedení na trh."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamilština"
@@ -3753,6 +4285,10 @@ msgstr "Upřesněte sekci s dovednostmi tak, aby podporovala cílovou roli, a ne
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Časosběrná ukázka vytváření životopisu v Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Tip: Pojmenujte API klíč podle jeho účelu, abyste ho později snáze identifikovali."
@@ -3799,6 +4335,14 @@ msgstr "Přepnutí pravého postranního panelu"
msgid "Toggle threads"
msgstr "Přepnout vlákna"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Sledujte zobrazení a stažení svého životopisu"
@@ -3897,6 +4441,11 @@ msgstr "Typografie"
msgid "Ukrainian"
msgstr "Ukrajinština"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Podtržení"
@@ -4011,6 +4560,10 @@ msgstr "Aktualizujte odrážky projektu tak, aby zobrazovaly vedení, omezení,
msgid "Update Resume"
msgstr "Aktualizovat životopis"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Aktualizujte své heslo"
@@ -4023,6 +4576,10 @@ msgstr "Aktualizace hesla…"
msgid "Updating your resume..."
msgstr "Aktualizace životopisu…"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Nahrát přílohy"
@@ -4031,10 +4588,18 @@ msgstr "Nahrát přílohy"
msgid "Upload picture"
msgstr "Nahrát obrázek"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Nahrávání obrázku…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Použití"
msgid "Use color {color}"
msgstr "Použijte barvu {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Co je nového v poslední verzi?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Pokud je životopis uzamčen, nelze ho aktualizovat ani smazat."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Práce s OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Práce s OpenAI"
msgid "Working…"
msgstr "Funguje…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Oddálit"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/da-DK.po b/apps/web/locales/da-DK.po
index 64f8b1ad7..c75af7b83 100644
--- a/apps/web/locales/da-DK.po
+++ b/apps/web/locales/da-DK.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# rolle} other {# roller}}"
msgid "{0} characters"
msgstr "{0} tegn"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Et bekræftelseslink er blevet sendt til din nuværende e-mailadresse. T
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "En gratis og open-source CV-bygger, der forenkler processen med at oprette, opdatere og dele dit CV."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Et nyt bekræftelseslink er blevet sendt til din e-mailadresse. Tjek ven
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Et passionsprojekt af <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Kontomenu"
msgid "Actual size (100%)"
msgstr "Faktisk størrelse (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Tilføj et brugerdefineret felt"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Tilføj et nøgleord..."
@@ -196,10 +223,23 @@ msgstr "Tilføj en ny færdighed"
msgid "Add a new volunteer experience"
msgstr "Tilføj en ny frivillig erfaring"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Tilføj og test en udbyder, før du starter en agenttråd."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Tilføj nøgleord"
@@ -225,6 +265,14 @@ msgstr "Tilføj udbyder"
msgid "Add Role"
msgstr "Tilføj rolle"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Tilpas CV'et til en fjernstyret rolle, der værdsætter asynkron kommunikation og ejerskab."
@@ -285,6 +333,10 @@ msgstr "AI-udbydere kræver, at REDIS_URL og ENCRYPTION_SECRET konfigureres."
msgid "Albanian"
msgstr "Albansk"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Tillad offentlig adgang"
@@ -360,10 +412,40 @@ msgstr "API-reference"
msgid "App"
msgstr "App"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Applikationsstatistik"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Anvendte regler"
@@ -372,11 +454,18 @@ msgstr "Anvendte regler"
msgid "Arabic"
msgstr "Arabisk"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Arkiv"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Er du sikker på, at du vil lukke denne dialog?"
@@ -437,6 +526,10 @@ msgstr "Billedformat"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud understøtter Reactive Resume som projektsponsor. Hvis din virksomhed ønsker at sponsorere projektet, kan du sende en e-mail til <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Vedhæft filer"
@@ -455,6 +548,14 @@ msgstr "Vedhæftet fil er uploadet."
msgid "Authentication"
msgstr "Godkendelse"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Tilgængelig på flere sprog. Hvis du vil bidrage, så kig på Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengali"
msgid "Blank draft"
msgstr "Blankt udkast"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Builder-kommandopalet"
msgid "Bulgarian"
msgstr "Bulgarsk"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Punktliste"
@@ -552,6 +665,12 @@ msgstr "Punktliste"
msgid "By the community, for the community."
msgstr "Af fællesskabet, for fællesskabet."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Kan jeg eksportere mit CV til PDF?"
@@ -566,6 +685,9 @@ msgstr "Kan jeg eksportere mit CV til PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Cirkel"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Klar"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Ryd valg"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Fællesskab"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Virksomhed"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Sammenlign dette CV med denne stillings-URL, og opdater nøgleordene, mens du holder teksten præcis og troværdig."
@@ -735,6 +867,10 @@ msgstr "Forbindelsen mislykkedes"
msgid "Connection verified — provider is ready to use."
msgstr "Forbindelse bekræftet — udbyderen er klar til brug."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Samtalen er kopieret."
msgid "Conversation JSON copied."
msgstr "Samtalens JSON-fil kopieret."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Kopiér"
@@ -815,10 +956,43 @@ msgstr "Kunne ikke bekræfte udbyderforbindelsen."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Forbindelsen kunne ikke bekræftes. Kontroller API-nøglen, modellen og basis-URL'en."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Kunne ikke gemme"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Kunne ikke gemme"
msgid "Cover Letter"
msgstr "Følgebrev"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Følgebrev"
msgid "Create"
msgstr "Opret"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Opret en ny konto"
@@ -952,6 +1134,11 @@ msgstr "Opret CV med muligheder"
msgid "Created"
msgstr "Oprettet"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Opretter din API-nøgle..."
@@ -964,6 +1151,10 @@ msgstr "Opretter dit CV..."
msgid "Crop picture"
msgstr "Beskær billede"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Nuværende adgangskode"
@@ -1041,6 +1232,9 @@ msgstr "Grad"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Slet udbyder"
msgid "Delete this agent thread?"
msgstr "Slet denne agenttråd?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Sletter din konto..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Afskedige"
@@ -1136,6 +1336,10 @@ msgstr "Afskedige"
msgid "Documentation"
msgstr "Dokumentation"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Har du ikke en konto? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Download DOCX"
msgid "Download JSON"
msgstr "Download JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Download PDF"
msgid "Downloads"
msgstr "Downloads"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Træk og slip afsnit her for at flytte dem mellem kolonner"
@@ -1227,11 +1444,17 @@ msgstr "Duplikerer dit CV..."
msgid "Dutch"
msgstr "Hollandsk"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Tidligere versioner bevares; builderens fortrydelseshistorik nulstilles."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Redigere"
@@ -1241,6 +1464,10 @@ msgstr "Redigere"
msgid "Edit {chip}"
msgstr "Rediger {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Eksportér"
msgid "Export my data"
msgstr "Eksportér mine data"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Eksporter dit CV til PDF med det samme, uden ventetid eller forsinkelser."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Kunne ikke analysere CV'et."
@@ -1575,10 +1810,18 @@ msgstr "Funktioner"
msgid "File"
msgstr "Fil"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filtrér efter"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Find svage punktopstillinger og omskriv dem med stærkere udfald, tal, omfang og skarpere verber."
@@ -1599,6 +1842,22 @@ msgstr "Fleksibilitet"
msgid "Fluency"
msgstr "Flydende niveau"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Skrifttype"
@@ -1653,11 +1912,19 @@ msgstr "Frit format"
msgid "French"
msgstr "Fransk"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Fuld bredde"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Fuldskærm"
@@ -1667,6 +1934,10 @@ msgstr "Fuldskærm"
msgid "Fullscreen Editor"
msgstr "Fuldskærmseditor"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Generér et tilfældigt navn"
@@ -1878,6 +2149,10 @@ msgstr "Hvordan deler jeg mit CV?"
msgid "How do I use the API?"
msgstr "Hvordan bruger jeg API'et?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Hvordan bliver mine data beskyttet?"
@@ -1904,12 +2179,35 @@ msgstr "Identificer mangler i et ansøgersporingssystem, og anvend kun forbedred
msgid "Import"
msgstr "Importér"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Importér et eksisterende CV"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Import fra PDF eller Word kræver en tilsluttet AI-udbyder."
@@ -1942,6 +2240,10 @@ msgstr "Information"
msgid "Inline Code"
msgstr "Indlejret kode"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Øjeblikkelig generering"
@@ -1986,6 +2288,14 @@ msgstr "Kursiv"
msgid "Japanese"
msgstr "Japansk"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Koreansk"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Label"
@@ -2072,6 +2383,10 @@ msgstr "Sprog"
msgid "Languages"
msgstr "Sprog"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Sidst analyseret den {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Lad det være tomt for at nulstille titlen til originalen."
msgid "Left Align"
msgstr "Venstrejustér"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Brev"
@@ -2152,6 +2471,18 @@ msgstr "Lyst tema"
msgid "Line Height"
msgstr "Linjehøjde"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Indlæser…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Beliggenhed"
@@ -2266,6 +2599,14 @@ msgstr "Margen (vandret)"
msgid "Margin (Vertical)"
msgstr "Margen (lodret)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Flere downloadmuligheder"
msgid "Move section to another column or page"
msgstr "Flyt sektion til en anden kolonne eller side"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Skal starte med https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Ny adgangskode"
msgid "New Section"
msgstr "Nyt afsnit"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Ny tråd"
@@ -2360,6 +2712,14 @@ msgstr "Ny tråd"
msgid "No Advertising, No Tracking"
msgstr "Ingen reklamer, ingen sporing"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Ingen tidligere data"
msgid "No results found."
msgstr "Ingen resultater fundet."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Ingen CV'er matcher din søgning."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Ingen gemte versioner endnu."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Ingen stilregler endnu."
@@ -2406,6 +2778,7 @@ msgstr "Norsk"
msgid "Not connected"
msgstr "Ikke forbundet"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Noter"
@@ -2431,6 +2804,10 @@ msgstr "Løbende vedligeholdelse"
msgid "Only applies when the section fits on a single page."
msgstr "Gælder kun, når afsnittet passer på en enkelt side."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Adgangskodebeskyttelse er blevet deaktiveret."
msgid "Password protection has been enabled."
msgstr "Adgangskodebeskyttelse er blevet aktiveret."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Programrettelse anvendt"
@@ -2636,6 +3025,22 @@ msgstr "Vælg et ikon"
msgid "Picture"
msgstr "Billede"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Indtast venligst en ny adgangskode til din konto"
@@ -2652,6 +3057,10 @@ msgstr "Angiv den URL, du vil oprette et link til:"
msgid "Please support the project"
msgstr "Støt venligst projektet"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Vent venligst, mens din PDF bliver genereret..."
@@ -2774,6 +3183,10 @@ msgstr "Publikationer"
msgid "Publisher"
msgstr "Udgiver"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Gå til startside"
@@ -2817,6 +3230,10 @@ msgstr "Reaktivt CV v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reaktivt CV v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Modtager"
@@ -2839,6 +3256,10 @@ msgstr "Gentag"
msgid "References"
msgstr "Referencer"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Registrer ny enhed"
@@ -2856,6 +3277,14 @@ msgstr "Fjern"
msgid "Remove {chip}"
msgstr "Fjern {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Fjern brugerdefineret felt"
@@ -2954,6 +3383,10 @@ msgstr "CV-analysen er færdig."
msgid "Resume content"
msgstr "CV-indhold"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "CV-muligheder"
@@ -2962,6 +3395,10 @@ msgstr "CV-muligheder"
msgid "Resume patch"
msgstr "CV-patch"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Omskriv dette CV til en overgang fra startup-grundlægger til produktled
msgid "Right Align"
msgstr "Højrejustér"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Rolleudvikling"
@@ -3018,6 +3463,15 @@ msgstr "Kør din første analyse for at få et scorekort, styrker og prioritered
msgid "Russian"
msgstr "Russisk"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Gem og test udbyder"
msgid "Save & Upload"
msgstr "Gem og upload"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Scan QR-koden nedenfor med din foretrukne godkendelsesapp. Du kan også
msgid "School"
msgstr "Skole"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Scorekort"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Søge"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Sektionsindstillinger"
msgid "Section Type"
msgstr "Afsnitstype"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Vælg et CV"
@@ -3124,6 +3603,10 @@ msgstr "Vælg et CV"
msgid "Select a thread"
msgstr "Vælg en tråd"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Vælg en agentmodel"
@@ -3136,6 +3619,14 @@ msgstr "Vælg en AI-udbyder"
msgid "Select..."
msgstr "Vælg..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Selvhostning med Docker"
@@ -3218,6 +3709,11 @@ msgstr "Deling"
msgid "Show"
msgstr "Vis"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Vis adgangskode"
msgid "Show picture"
msgstr "Vis billede"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Noget gik galt"
msgid "Something went wrong while analyzing your resume."
msgstr "Noget gik galt, da vi analyserede dit CV."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Noget gik galt. Prøv igen."
@@ -3369,6 +3873,12 @@ msgstr "Noget gik galt. Prøv igen."
msgid "Sort by"
msgstr "Sortér efter"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Sponsorater"
msgid "Square"
msgstr "Firkantet"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Giv os en stjerne på GitHub (åbner i ny fane)"
@@ -3459,6 +3974,10 @@ msgstr "Styrker"
msgid "Strike"
msgstr "Gennemstreget"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Skiftede til skabelonen {0}."
msgid "Synced changes made in another tab."
msgstr "Synkroniserede ændringer foretaget i en anden fane."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Tags"
@@ -3513,10 +4037,18 @@ msgstr "Tags"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Tags kan bruges til at kategorisere dit CV efter nøgleord."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Tilpas dette CV til en jobbeskrivelse for produktchefer, og læg vægt på ejerskab til roadmapen, kommunikation med interessenter og målbare lanceringsresultater."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamil"
@@ -3753,6 +4285,10 @@ msgstr "Stram færdighedsafsnittet, så det understøtter målrollen i stedet fo
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Tidsforkortet demonstration af, hvordan man opbygger et CV med Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Tip: Giv din API-nøgle et navn, der svarer til formålet med nøglen, så du kan genkende den senere."
@@ -3799,6 +4335,14 @@ msgstr "Skift til højre sidepanel"
msgid "Toggle threads"
msgstr "Slå tråde til/fra"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Spor dit CV's visninger og downloads"
@@ -3897,6 +4441,11 @@ msgstr "Typografi"
msgid "Ukrainian"
msgstr "Ukrainsk"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Understreg"
@@ -4011,6 +4560,10 @@ msgstr "Opdater projektets punktlister for at vise lederskab, begrænsninger, af
msgid "Update Resume"
msgstr "Opdater CV"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Opdater din adgangskode"
@@ -4023,6 +4576,10 @@ msgstr "Opdaterer din adgangskode..."
msgid "Updating your resume..."
msgstr "Opdaterer dit CV..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Upload vedhæftede filer"
@@ -4031,10 +4588,18 @@ msgstr "Upload vedhæftede filer"
msgid "Upload picture"
msgstr "Upload billede"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Uploader billede…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Bruge"
msgid "Use color {color}"
msgstr "Brug farve {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Hvad er nyt i den seneste version?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Når det er låst, kan CV'et ikke opdateres eller slettes."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Arbejd med OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Arbejd med OpenAI"
msgid "Working…"
msgstr "Arbejder…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Zoom ud"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/de-DE.po b/apps/web/locales/de-DE.po
index 4ce9416a4..7bff78b23 100644
--- a/apps/web/locales/de-DE.po
+++ b/apps/web/locales/de-DE.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# Rolle} other {# Rollen}}"
msgid "{0} characters"
msgstr "{0} Zeichen"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ 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 "Ein kostenloser Open-Source-Lebenslauf-Builder, der das Erstellen, Aktualisieren und Teilen deines Lebenslaufs vereinfacht."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Ein neuer Verifizierungslink wurde an Ihre E-Mail-Adresse gesendet. Bitt
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Ein Herzensprojekt von <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Kontomenü"
msgid "Actual size (100%)"
msgstr "Tatsächliche Größe (100 %)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Ein benutzerdefiniertes Feld hinzufügen"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Ein Schlüsselwort hinzufügen..."
@@ -196,10 +223,23 @@ msgstr "Eine neue Fähigkeit hinzufügen"
msgid "Add a new volunteer experience"
msgstr "Eine neue Freiwilligenerfahrung hinzufügen"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Fügen Sie einen Provider hinzu und testen Sie ihn, bevor Sie einen Agent-Thread starten."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Schlüsselwort hinzufügen"
@@ -225,6 +265,14 @@ msgstr "Anbieter hinzufügen"
msgid "Add Role"
msgstr "Position hinzufügen"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Passen Sie Ihren Lebenslauf an eine Remote-First-Position an, die asynchrone Kommunikation und Eigenverantwortung schätzt."
@@ -285,6 +333,10 @@ msgstr "KI-Anbieter benötigen die Konfiguration von REDIS_URL und ENCRYPTION_SE
msgid "Albanian"
msgstr "Albanisch"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Öffentlichen Zugriff erlauben"
@@ -360,10 +412,40 @@ msgstr "API-Referenz"
msgid "App"
msgstr "App"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Anwendungsstatistiken"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Angewandte Regeln"
@@ -372,11 +454,18 @@ msgstr "Angewandte Regeln"
msgid "Arabic"
msgstr "Arabisch"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Archiv"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Sind Sie sicher, dass Sie dieses Dialogfenster schließen wollen?"
@@ -437,6 +526,10 @@ msgstr "Seitenverhältnis"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud unterstützt Reactive Resume als Projektsponsor. Wenn Ihr Unternehmen das Projekt sponsern möchte, senden Sie eine E-Mail an <0>{sponsorshipEmail}0> Die"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Anhängen von Dateien"
@@ -455,6 +548,14 @@ msgstr "Anhang hochgeladen."
msgid "Authentication"
msgstr "Authentifizierung"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "In mehreren Sprachen verfügbar. Wenn du mithelfen möchtest, schau dir Crowdin an."
@@ -511,6 +612,10 @@ msgstr "Bengalisch"
msgid "Blank draft"
msgstr "Entwurf"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Befehlspalette des Builders"
msgid "Bulgarian"
msgstr "Bulgarisch"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Aufzählungsliste"
@@ -552,6 +665,12 @@ msgstr "Aufzählungsliste"
msgid "By the community, for the community."
msgstr "Von der Gemeinschaft, für die Gemeinschaft."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Kann ich meinen Lebenslauf als PDF exportieren?"
@@ -566,6 +685,9 @@ msgstr "Kann ich meinen Lebenslauf als PDF exportieren?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Kreis"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Klar"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Auswahl löschen"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Community"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Unternehmen"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Vergleichen Sie diesen Lebenslauf mit der URL dieser Stellenanzeige und aktualisieren Sie die Schlüsselwörter, wobei der Tonfall prägnant und glaubwürdig bleiben sollte."
@@ -735,6 +867,10 @@ msgstr "Verbindung fehlgeschlagen"
msgid "Connection verified — provider is ready to use."
msgstr "Verbindung bestätigt – der Anbieter ist einsatzbereit."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Konversation kopiert."
msgid "Conversation JSON copied."
msgstr "Konversations-JSON kopiert."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Kopieren"
@@ -815,10 +956,43 @@ msgstr "Die Providerverbindung konnte nicht verifiziert werden."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Die Verbindung konnte nicht verifiziert werden. Bitte überprüfen Sie den API-Schlüssel, das Modell und die Basis-URL."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Speichern nicht möglich"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Speichern nicht möglich"
msgid "Cover Letter"
msgstr "Anschreiben"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Anschreiben"
msgid "Create"
msgstr "Erstellen"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Ein neues Konto erstellen"
@@ -952,6 +1134,11 @@ msgstr "Lebenslauf mit Optionen erstellen"
msgid "Created"
msgstr "Erstellt"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Dein API-Schlüssel wird erstellt ..."
@@ -964,6 +1151,10 @@ msgstr "Ihr Lebenslauf wird erstellt..."
msgid "Crop picture"
msgstr "Ausschnitt"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Aktuelles Passwort"
@@ -1041,6 +1232,9 @@ msgstr "Abschluss"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Anbieter löschen"
msgid "Delete this agent thread?"
msgstr "Diesen Agenten-Thread löschen?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Ihr Konto wird gelöscht..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Zurückweisen"
@@ -1136,6 +1336,10 @@ msgstr "Zurückweisen"
msgid "Documentation"
msgstr "Dokumentation"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Sie haben noch kein Konto? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "DOCX herunterladen"
msgid "Download JSON"
msgstr "JSON herunterladen"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "PDF herunterladen"
msgid "Downloads"
msgstr "Downloads"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Ziehen Sie Abschnitte hierher, um sie zwischen Spalten zu verschieben"
@@ -1227,11 +1444,17 @@ msgstr "Ihr Lebenslauf wird dupliziert..."
msgid "Dutch"
msgstr "Niederländisch"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Frühere Versionen bleiben erhalten; der Verlauf der Rückgängigmachungen des Editors wird zurückgesetzt."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Bearbeiten"
@@ -1241,6 +1464,10 @@ msgstr "Bearbeiten"
msgid "Edit {chip}"
msgstr "{chip} bearbeiten"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Exportieren"
msgid "Export my data"
msgstr "Meine Daten exportieren"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Exportieren Sie Ihren Lebenslauf sofort als PDF – ohne Wartezeiten oder Verzögerungen."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Analyse des Lebenslaufs fehlgeschlagen."
@@ -1575,10 +1810,18 @@ msgstr "Funktionen"
msgid "File"
msgstr "Datei"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filtern nach"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Finden Sie schwache Stichpunkte und formulieren Sie sie mit aussagekräftigeren Ergebnissen, Zahlen, einem umfassenderen Geltungsbereich und prägnanteren Verben neu."
@@ -1599,6 +1842,22 @@ msgstr "Flexibilität"
msgid "Fluency"
msgstr "Kompetenz"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Schriftart"
@@ -1653,11 +1912,19 @@ msgstr "Freiform"
msgid "French"
msgstr "Französisch"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Volle Breite"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Vollbild"
@@ -1667,6 +1934,10 @@ msgstr "Vollbild"
msgid "Fullscreen Editor"
msgstr "Vollbild-Editor"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Zufälligen Namen generieren"
@@ -1878,6 +2149,10 @@ msgstr "Wie teile ich meinen Lebenslauf?"
msgid "How do I use the API?"
msgstr "Wie nutze ich die API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Wie werden meine Daten geschützt?"
@@ -1904,12 +2179,35 @@ msgstr "Identifizieren Sie Lücken in einem Bewerberverfolgungssystem und wenden
msgid "Import"
msgstr "Importieren"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Vorhandenen Lebenslauf importieren"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Für den Import von PDF- oder Word-Dokumenten ist ein verbundener KI-Anbieter erforderlich."
@@ -1942,6 +2240,10 @@ msgstr "Informationen"
msgid "Inline Code"
msgstr "Inline-Code"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Soforterzeugung"
@@ -1986,6 +2288,14 @@ msgstr "Kursiv"
msgid "Japanese"
msgstr "Japanisch"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Koreanisch"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Beschriftung"
@@ -2072,6 +2383,10 @@ msgstr "Sprache"
msgid "Languages"
msgstr "Sprachen"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Zuletzt analysiert am {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Leer lassen, um den Titel auf das Original zurückzusetzen."
msgid "Left Align"
msgstr "Linksbündig"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "US Letter"
@@ -2152,6 +2471,18 @@ msgstr "Helles Design"
msgid "Line Height"
msgstr "Zeilenhöhe"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Wird geladen…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Standort"
@@ -2266,6 +2599,14 @@ msgstr "Rand (horizontal)"
msgid "Margin (Vertical)"
msgstr "Rand (vertikal)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Weitere Downloadoptionen"
msgid "Move section to another column or page"
msgstr "Abschnitt in eine andere Spalte oder Seite verschieben"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Muss mit https:// beginnen."
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Neues Passwort"
msgid "New Section"
msgstr "Neuer Abschnitt"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Neuer Thread"
@@ -2360,6 +2712,14 @@ msgstr "Neuer Thread"
msgid "No Advertising, No Tracking"
msgstr "Keine Werbung, kein Tracking"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Keine vorherigen Daten"
msgid "No results found."
msgstr "Keine Ergebnisse gefunden."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Keine Lebensläufe entsprechen Ihrer Suche."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Bisher keine gespeicherten Versionen."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Noch keine Stilregeln."
@@ -2406,6 +2778,7 @@ msgstr "Norwegisch"
msgid "Not connected"
msgstr "Nicht verbunden"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Notizen"
@@ -2431,6 +2804,10 @@ msgstr "Laufende Wartung"
msgid "Only applies when the section fits on a single page."
msgstr "Gilt nur, wenn der Abschnitt auf eine einzelne Seite passt."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Der Passwortschutz wurde deaktiviert."
msgid "Password protection has been enabled."
msgstr "Der Passwortschutz wurde aktiviert."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Patch angewendet"
@@ -2636,6 +3025,22 @@ msgstr "Wählen Sie ein Symbol aus"
msgid "Picture"
msgstr "Bild"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Bitte gib ein neues Passwort für dein Konto ein"
@@ -2652,6 +3057,10 @@ msgstr "Bitte geben Sie die URL ein, zu der Sie verlinken möchten:"
msgid "Please support the project"
msgstr "Bitte unterstützen Sie das Projekt."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Bitte warte, während dein PDF erzeugt wird ..."
@@ -2774,6 +3183,10 @@ msgstr "Veröffentlichungen"
msgid "Publisher"
msgstr "Verlag"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume – Zur Startseite gehen"
@@ -2817,6 +3230,10 @@ msgstr "Reaktiver Lebenslauf v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reaktiver Lebenslauf v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Empfänger"
@@ -2839,6 +3256,10 @@ msgstr "Wiederholen"
msgid "References"
msgstr "Referenzen"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Neues Gerät registrieren"
@@ -2856,6 +3277,14 @@ msgstr "Entfernen"
msgid "Remove {chip}"
msgstr "Entfernen Sie {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Benutzerdefiniertes Feld entfernen"
@@ -2954,6 +3383,10 @@ msgstr "Analyse des Lebenslaufs abgeschlossen."
msgid "Resume content"
msgstr "Lebenslaufinhalt"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Optionen für den Lebenslauf"
@@ -2962,6 +3395,10 @@ msgstr "Optionen für den Lebenslauf"
msgid "Resume patch"
msgstr "Patch für den Lebenslauf"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Überarbeiten Sie diesen Lebenslauf für den Übergang vom Startup-Grün
msgid "Right Align"
msgstr "Rechtsbündig"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Karriereverlauf"
@@ -3018,6 +3463,15 @@ msgstr "Führen Sie Ihre erste Analyse durch, um eine Scorecard, Stärken und pr
msgid "Russian"
msgstr "Russisch"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Save & Test Provider"
msgid "Save & Upload"
msgstr "Speichern & Hochladen"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Scannen Sie den QR-Code unten mit Ihrer bevorzugten Authenticator-App. S
msgid "School"
msgstr "Schule"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Anzeiger"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Suchen"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Abschnittsoptionen"
msgid "Section Type"
msgstr "Abschnittstyp"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Wählen Sie einen Lebenslauf aus"
@@ -3124,6 +3603,10 @@ msgstr "Wählen Sie einen Lebenslauf aus"
msgid "Select a thread"
msgstr "Wählen Sie einen Thread aus"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Wählen Sie ein Agentenmodell aus"
@@ -3136,6 +3619,14 @@ msgstr "Wählen Sie einen KI-Anbieter aus"
msgid "Select..."
msgstr "Auswählen..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Selbst hosten mit Docker"
@@ -3218,6 +3709,11 @@ msgstr "Teilen"
msgid "Show"
msgstr "Einblenden"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Passwort anzeigen"
msgid "Show picture"
msgstr "Bild anzeigen"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Etwas ist schiefgelaufen."
msgid "Something went wrong while analyzing your resume."
msgstr "Bei der Analyse Ihres Lebenslaufs ist etwas schief gelaufen."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Etwas ist schiefgelaufen. Bitte versuchen Sie es erneut."
@@ -3369,6 +3873,12 @@ msgstr "Etwas ist schiefgelaufen. Bitte versuchen Sie es erneut."
msgid "Sort by"
msgstr "Sortieren nach"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Sponsoring"
msgid "Square"
msgstr "Quadrat"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Gib uns einen Stern auf GitHub (öffnet in neuem Tab)"
@@ -3459,6 +3974,10 @@ msgstr "Stärken"
msgid "Strike"
msgstr "Durchgestrichen"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Zur Vorlage {0} gewechselt."
msgid "Synced changes made in another tab."
msgstr "Die in einem anderen Tab vorgenommenen Änderungen wurden synchronisiert."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Stichwörter"
@@ -3513,10 +4037,18 @@ msgstr "Stichwörter"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Stichwörter können genutzt werden, um Ihren Lebenslauf nach Schlüsselwörtern zu kategorisieren."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Passen Sie diesen Lebenslauf an die Stellenbeschreibung eines Produktmanagers an und betonen Sie die Verantwortung für die Roadmap, die Kommunikation mit Stakeholdern und messbare Ergebnisse bei Produkteinführungen."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamil"
@@ -3753,6 +4285,10 @@ msgstr "Der Abschnitt zu den Fähigkeiten sollte so gestaltet sein, dass er die
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Zeitraffer-Demonstration zum Erstellen eines Lebenslaufs mit Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Tipp: Gib deinem API-Schlüssel einen Namen, der dem Verwendungszweck des Schlüssels entspricht, damit du ihn später leichter wiedererkennst."
@@ -3799,6 +4335,14 @@ msgstr "Rechte Seitenleiste umschalten"
msgid "Toggle threads"
msgstr "Threads umschalten"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Verfolgen Sie die Aufrufe und Downloads Ihres Lebenslaufs"
@@ -3897,6 +4441,11 @@ msgstr "Typografie"
msgid "Ukrainian"
msgstr "Ukrainisch"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Unterstreichen"
@@ -4011,6 +4560,10 @@ msgstr "Aktualisieren Sie die Projektpunkte, um Führung, Einschränkungen, Komp
msgid "Update Resume"
msgstr "Lebenslauf aktualisieren"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Aktualisieren Sie Ihr Passwort"
@@ -4023,6 +4576,10 @@ msgstr "Ihr Passwort wird aktualisiert..."
msgid "Updating your resume..."
msgstr "Ihr Lebenslauf wird aktualisiert..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Anhänge hochladen"
@@ -4031,10 +4588,18 @@ msgstr "Anhänge hochladen"
msgid "Upload picture"
msgstr "Bild hochladen"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Bild wird hochgeladen…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Verwenden"
msgid "Use color {color}"
msgstr "Verwenden Sie die Farbe {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Was ist neu in der aktuellsten Version?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Wenn gesperrt, kann der Lebenslauf nicht aktualisiert oder gelöscht werden."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "OpenAI-Arbeit"
@@ -4181,6 +4758,10 @@ msgstr "OpenAI-Arbeit"
msgid "Working…"
msgstr "Arbeitet…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Herauszoomen"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/el-GR.po b/apps/web/locales/el-GR.po
index 6c22f8dc6..f34d5e700 100644
--- a/apps/web/locales/el-GR.po
+++ b/apps/web/locales/el-GR.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# ρόλος} other {# ρόλοι}}"
msgid "{0} characters"
msgstr "{0} χαρακτήρες"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Ένας σύνδεσμος επιβεβαίωσης στάλθηκε σ
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Ένας δωρεάν κατασκευαστής βιογραφικών σημειωμάτων ανοικτού κώδικα που απλοποιεί τη διαδικασία δημιουργίας, ενημέρωσης και κοινοποίησης του βιογραφικού σας σημειώματος."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Ένας νέος σύνδεσμος επαλήθευσης στάλθη
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Ένα έργο πάθους από τον <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "Α4"
@@ -126,10 +144,19 @@ msgstr "Μενού λογαριασμού"
msgid "Actual size (100%)"
msgstr "Πραγματικό μέγεθος (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Προσθέστε ένα προσαρμοσμένο πεδίο"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Προσθέστε μια λέξη-κλειδί..."
@@ -196,10 +223,23 @@ msgstr "Προσθέστε μια νέα δεξιότητα"
msgid "Add a new volunteer experience"
msgstr "Προσθέστε μια νέα εθελοντική εμπειρία"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Προσθέστε και δοκιμάστε έναν πάροχο πριν ξεκινήσετε ένα νήμα εκπροσώπου."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Προσθέστε λέξη-κλειδί"
@@ -225,6 +265,14 @@ msgstr "Προσθήκη παρόχου"
msgid "Add Role"
msgstr "Προσθήκη ρόλου"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Προσαρμόστε το βιογραφικό σας για έναν ρόλο με προτεραιότητα από απόσταση που δίνει έμφαση στην ασύγχρονη επικοινωνία και την ανάληψη ευθύνης."
@@ -285,6 +333,10 @@ msgstr "Οι πάροχοι τεχνητής νοημοσύνης απαιτού
msgid "Albanian"
msgstr "Αλβανικά"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Να επιτρέπεται δημόσια πρόσβαση"
@@ -360,10 +412,40 @@ msgstr "Τεκμηρίωση API"
msgid "App"
msgstr "Εφαρμογή"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Στατιστικά εφαρμογής"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Εφαρμοσμένοι κανόνες"
@@ -372,11 +454,18 @@ msgstr "Εφαρμοσμένοι κανόνες"
msgid "Arabic"
msgstr "Αραβικά"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Αρχείο"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Είστε σίγουροι ότι θέλετε να κλείσετε αυτό το παράθυρο;"
@@ -437,6 +526,10 @@ msgstr "Αναλογία διαστάσεων"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Το Atlas Cloud υποστηρίζει το Reactive Resume ως χορηγός έργου. Εάν η εταιρεία σας επιθυμεί να χρηματοδοτήσει το έργο, στείλτε email στο <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Επισύναψη αρχείων"
@@ -455,6 +548,14 @@ msgstr "Το συνημμένο μεταφορτώθηκε."
msgid "Authentication"
msgstr "Έλεγχος ταυτότητας"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Διαθέσιμη σε πολλές γλώσσες. Αν θέλετε να συμβάλετε, δείτε το Crowdin."
@@ -511,6 +612,10 @@ msgstr "Μπενγκάλι"
msgid "Blank draft"
msgstr "Κενό προσχέδιο"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Παλέτα εντολών δημιουργού"
msgid "Bulgarian"
msgstr "Βουλγαρικά"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Λίστα κουκκίδων"
@@ -552,6 +665,12 @@ msgstr "Λίστα κουκκίδων"
msgid "By the community, for the community."
msgstr "Από την κοινότητα, για την κοινότητα."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Μπορώ να εξαγάγω το βιογραφικό μου σημείωμα σε PDF;"
@@ -566,6 +685,9 @@ msgstr "Μπορώ να εξαγάγω το βιογραφικό μου σημε
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Κύκλος"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Σαφής"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Εκκαθάριση επιλογής"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Κοινότητα"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Εταιρεία"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Συγκρίνετε αυτό το βιογραφικό με τη διεύθυνση URL αυτής της θέσης και ενημερώστε τις λέξεις-κλειδιά διατηρώντας παράλληλα τη φωνή σας συνοπτική και αξιόπιστη."
@@ -735,6 +867,10 @@ msgstr "Η σύνδεση απέτυχε"
msgid "Connection verified — provider is ready to use."
msgstr "Η σύνδεση επαληθεύτηκε — ο πάροχος είναι έτοιμος για χρήση."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Η συνομιλία αντιγράφηκε."
msgid "Conversation JSON copied."
msgstr "Το JSON συνομιλίας αντιγράφηκε."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Αντιγραφή"
@@ -815,10 +956,43 @@ msgstr "Δεν ήταν δυνατή η επαλήθευση της σύνδεσ
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Δεν ήταν δυνατή η επαλήθευση της σύνδεσης. Ελέγξτε το κλειδί API, το μοντέλο και τη βασική διεύθυνση URL."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Δεν ήταν δυνατή η αποθήκευση"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Δεν ήταν δυνατή η αποθήκευση"
msgid "Cover Letter"
msgstr "Συνοδευτική επιστολή"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Συνοδευτική επιστολή"
msgid "Create"
msgstr "Δημιουργία"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Δημιουργία νέου λογαριασμού"
@@ -952,6 +1134,11 @@ msgstr "Δημιουργία βιογραφικού σημειώματος με
msgid "Created"
msgstr "Ημερομηνία δημιουργίας"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Δημιουργία κλειδιού API..."
@@ -964,6 +1151,10 @@ msgstr "Δημιουργία του βιογραφικού σας σημειώμ
msgid "Crop picture"
msgstr "Περικοπή εικόνας"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Τρέχων κωδικός πρόσβασης"
@@ -1041,6 +1232,9 @@ msgstr "Πτυχίο"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Διαγραφή παρόχου"
msgid "Delete this agent thread?"
msgstr "Διαγραφή αυτού του νήματος εκπροσώπου;"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Διαγραφή του λογαριασμού σας..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Απολύω"
@@ -1136,6 +1336,10 @@ msgstr "Απολύω"
msgid "Documentation"
msgstr "Τεκμηρίωση"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Δεν έχετε λογαριασμό; <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Λήψη DOCX"
msgid "Download JSON"
msgstr "Λήψη JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Λήψη PDF"
msgid "Downloads"
msgstr "Λήψεις"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Σύρετε και αποθέστε ενότητες εδώ για να τις μετακινήσετε μεταξύ των στηλών"
@@ -1227,11 +1444,17 @@ msgstr "Δημιουργία αντιγράφου του βιογραφικού
msgid "Dutch"
msgstr "Ολλανδικά"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Οι παλαιότερες εκδόσεις διατηρούνται. Το ιστορικό αναιρέσεων του δημιουργού μηδενίζεται."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Εκδίδω"
@@ -1241,6 +1464,10 @@ msgstr "Εκδίδω"
msgid "Edit {chip}"
msgstr "Επεξεργασία {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Εξαγωγή"
msgid "Export my data"
msgstr "Εξαγωγή των δεδομένων μου"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Εξαγάγετε το βιογραφικό σας σε μορφή PDF άμεσα, χωρίς αναμονή ή καθυστερήσεις."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Απέτυχε να αναλύσει το βιογραφικό σημείωμα."
@@ -1575,10 +1810,18 @@ msgstr "Λειτουργίες"
msgid "File"
msgstr "Αρχείο"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Φιλτράρισμα κατά"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Βρείτε αδύναμες κουκκίδες και ξαναγράψτε τες με ισχυρότερα αποτελέσματα, αριθμούς, εύρος και πιο σαφή ρήματα."
@@ -1599,6 +1842,22 @@ msgstr "Ευελιξία"
msgid "Fluency"
msgstr "Ευχέρεια"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Οικογένεια γραμματοσειράς"
@@ -1653,11 +1912,19 @@ msgstr "Ελεύθερη μορφή"
msgid "French"
msgstr "Γαλλικά"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Πλήρες πλάτος"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Πλήρης οθόνη"
@@ -1667,6 +1934,10 @@ msgstr "Πλήρης οθόνη"
msgid "Fullscreen Editor"
msgstr "Επεξεργαστής πλήρους οθόνης"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Δημιουργία τυχαίου ονόματος"
@@ -1878,6 +2149,10 @@ msgstr "Πώς μπορώ να μοιραστώ το βιογραφικό μου
msgid "How do I use the API?"
msgstr "Πώς χρησιμοποιώ το API;"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Πώς προστατεύονται τα δεδομένα μου;"
@@ -1904,12 +2179,35 @@ msgstr "Εντοπίστε κενά σε ένα σύστημα παρακολο
msgid "Import"
msgstr "Εισαγωγή"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Εισαγωγή υπάρχοντος βιογραφικού σημειώματος"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Η εισαγωγή από PDF ή Word απαιτεί έναν συνδεδεμένο πάροχο τεχνητής νοημοσύνης."
@@ -1942,6 +2240,10 @@ msgstr "Πληροφορίες"
msgid "Inline Code"
msgstr "Ενσωματωμένος κώδικας"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Άμεση Δημιουργία"
@@ -1986,6 +2288,14 @@ msgstr "Πλάγια"
msgid "Japanese"
msgstr "Ιαπωνικά"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Κορεατικά"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Ετικέτα"
@@ -2072,6 +2383,10 @@ msgstr "Γλώσσα"
msgid "Languages"
msgstr "Γλώσσες"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Τελευταία ανάλυση στις {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Αφήστε το κενό για να επαναφέρετε τον τ
msgid "Left Align"
msgstr "Στοίχιση αριστερά"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Letter"
@@ -2152,6 +2471,18 @@ msgstr "Φωτεινό θέμα"
msgid "Line Height"
msgstr "Ύψος γραμμής"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Φόρτωση…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Τοποθεσία"
@@ -2266,6 +2599,14 @@ msgstr "Περιθώριο (οριζόντιο)"
msgid "Margin (Vertical)"
msgstr "Περιθώριο (κάθετο)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Περισσότερες επιλογές λήψης"
msgid "Move section to another column or page"
msgstr "Μετακίνηση ενότητας σε άλλη στήλη ή σελίδα"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Πρέπει να αρχίζει με https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Νέος κωδικός πρόσβασης"
msgid "New Section"
msgstr "Νέα ενότητα"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Νέο νήμα"
@@ -2360,6 +2712,14 @@ msgstr "Νέο νήμα"
msgid "No Advertising, No Tracking"
msgstr "Χωρίς διαφημίσεις, χωρίς παρακολούθηση"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Δεν υπάρχουν προηγούμενα δεδομένα"
msgid "No results found."
msgstr "Δεν βρέθηκαν αποτελέσματα."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Δεν υπάρχουν βιογραφικά που να ταιριάζουν με την αναζήτησή σας."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Δεν υπάρχουν ακόμη αποθηκευμένες εκδόσεις."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Δεν υπάρχουν ακόμα κανόνες στυλ."
@@ -2406,6 +2778,7 @@ msgstr "Νορβηγικά"
msgid "Not connected"
msgstr "Δεν είναι συνδεδεμένο"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Σημειώσεις"
@@ -2431,6 +2804,10 @@ msgstr "Συνεχής συντήρηση"
msgid "Only applies when the section fits on a single page."
msgstr "Ισχύει μόνο όταν η ενότητα χωράει σε μία μόνο σελίδα."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Η προστασία με κωδικό πρόσβασης έχει απ
msgid "Password protection has been enabled."
msgstr "Η προστασία με κωδικό πρόσβασης έχει ενεργοποιηθεί."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Εφαρμόστηκε ενημέρωση κώδικα"
@@ -2636,6 +3025,22 @@ msgstr "Επιλέξτε ένα εικονίδιο"
msgid "Picture"
msgstr "Φωτογραφία"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Εισαγάγετε έναν νέο κωδικό πρόσβασης για τον λογαριασμό σας"
@@ -2652,6 +3057,10 @@ msgstr "Εισαγάγετε το URL στο οποίο θέλετε να γίν
msgid "Please support the project"
msgstr "Παρακαλώ υποστηρίξτε το έργο"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Περιμένετε όσο δημιουργείται το PDF σας..."
@@ -2774,6 +3183,10 @@ msgstr "Δημοσιεύσεις"
msgid "Publisher"
msgstr "Εκδότης"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Μετάβαση στην αρχική σελίδα"
@@ -2817,6 +3230,10 @@ msgstr "Αντιδραστικό βιογραφικό v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Αντιδραστικό βιογραφικό σημείωμα v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Παραλήπτης"
@@ -2839,6 +3256,10 @@ msgstr "Ξανακάνω"
msgid "References"
msgstr "Συστάσεις"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Εγγραφή νέας συσκευής"
@@ -2856,6 +3277,14 @@ msgstr "Αφαίρεση"
msgid "Remove {chip}"
msgstr "Αφαιρέστε το {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Κατάργηση προσαρμοσμένου πεδίου"
@@ -2954,6 +3383,10 @@ msgstr "Η ανάλυση του βιογραφικού ολοκληρώθηκε
msgid "Resume content"
msgstr "Περιεχόμενο βιογραφικού"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Επιλογές βιογραφικού"
@@ -2962,6 +3395,10 @@ msgstr "Επιλογές βιογραφικού"
msgid "Resume patch"
msgstr "Επαναφορά κώδικα"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Ξαναγράψτε αυτό το βιογραφικό για μια μ
msgid "Right Align"
msgstr "Στοίχιση δεξιά"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Εξέλιξη ρόλου"
@@ -3018,6 +3463,15 @@ msgstr "Εκτελέστε την πρώτη σας ανάλυση για να
msgid "Russian"
msgstr "Ρωσικά"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Αποθήκευση & Δοκιμή Παρόχου"
msgid "Save & Upload"
msgstr "Αποθήκευση & Μεταφόρτωση"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Σαρώστε τον παρακάτω κωδικό QR με την πρ
msgid "School"
msgstr "Σχολείο"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Κάρτα αποτελεσμάτων"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Ερευνα"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Επιλογές ενότητας"
msgid "Section Type"
msgstr "Τύπος ενότητας"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Επιλέξτε ένα βιογραφικό"
@@ -3124,6 +3603,10 @@ msgstr "Επιλέξτε ένα βιογραφικό"
msgid "Select a thread"
msgstr "Επιλέξτε ένα νήμα"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Επιλέξτε ένα μοντέλο πράκτορα"
@@ -3136,6 +3619,14 @@ msgstr "Επιλέξτε έναν πάροχο τεχνητής νοημοσύν
msgid "Select..."
msgstr "Επιλογή..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Αυτο-φιλοξενία με Docker"
@@ -3218,6 +3709,11 @@ msgstr "Κοινοποίηση"
msgid "Show"
msgstr "Εμφάνιση"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Εμφάνιση κωδικού πρόσβασης"
msgid "Show picture"
msgstr "Εμφάνιση εικόνας"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Κάτι πήγε στραβά"
msgid "Something went wrong while analyzing your resume."
msgstr "Κάτι πήγε στραβά κατά την ανάλυση του βιογραφικού σας."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Κάτι πήγε στραβά. Παρακαλώ δοκιμάστε ξανά."
@@ -3369,6 +3873,12 @@ msgstr "Κάτι πήγε στραβά. Παρακαλώ δοκιμάστε ξα
msgid "Sort by"
msgstr "Ταξινόμηση κατά"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Χορηγίες"
msgid "Square"
msgstr "Τετράγωνο"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Κάντε μας star στο GitHub (ανοίγει σε νέα καρτέλα)"
@@ -3459,6 +3974,10 @@ msgstr "Δυνατά σημεία"
msgid "Strike"
msgstr "Διακριτική διαγραφή"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Έγινε εναλλαγή στο πρότυπο {0}."
msgid "Synced changes made in another tab."
msgstr "Συγχρονισμένες αλλαγές που έγιναν σε άλλη καρτέλα."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Ετικέτες"
@@ -3513,10 +4037,18 @@ msgstr "Ετικέτες"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Οι ετικέτες μπορούν να χρησιμοποιηθούν για να κατηγοριοποιήσετε το βιογραφικό σας σημείωμα με βάση λέξεις-κλειδιά."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Προσαρμόστε αυτό το βιογραφικό σημείωμα στην περιγραφή μιας θέσης εργασίας διαχειριστή προϊόντων και δώστε έμφαση στην ανάληψη ευθύνης για τον σχεδιασμό του οδικού χάρτη, στην επικοινωνία με τα ενδιαφερόμενα μέρη και στα μετρήσιμα αποτελέσματα των λανσαρισμάτων."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Ταμίλ"
@@ -3753,6 +4285,10 @@ msgstr "Περιορίστε την ενότητα δεξιοτήτων, ώστ
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Επίδειξη time-lapse δημιουργίας βιογραφικού σημειώματος με το Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Συμβουλή: Δώστε στο κλειδί API ένα όνομα που να αντιστοιχεί στον σκοπό του κλειδιού, ώστε να το αναγνωρίζετε εύκολα αργότερα."
@@ -3799,6 +4335,14 @@ msgstr "Εναλλαγή δεξιάς πλευρικής γραμμής"
msgid "Toggle threads"
msgstr "Εναλλαγή νημάτων"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Παρακολουθήστε τις προβολές και τις λήψεις του βιογραφικού σας σημειώματος"
@@ -3897,6 +4441,11 @@ msgstr "Τυπογραφία"
msgid "Ukrainian"
msgstr "Ουκρανικά"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Υπογράμμιση"
@@ -4011,6 +4560,10 @@ msgstr "Ενημερώστε τις κουκκίδες του έργου για
msgid "Update Resume"
msgstr "Ενημέρωση βιογραφικού σημειώματος"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Ενημερώστε τον κωδικό πρόσβασής σας"
@@ -4023,6 +4576,10 @@ msgstr "Ενημέρωση του κωδικού πρόσβασής σας..."
msgid "Updating your resume..."
msgstr "Ενημέρωση του βιογραφικού σας σημειώματος..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Μεταφόρτωση συνημμένων"
@@ -4031,10 +4588,18 @@ msgstr "Μεταφόρτωση συνημμένων"
msgid "Upload picture"
msgstr "Ανέβασμα εικόνας"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Μεταφόρτωση εικόνας…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Χρήση"
msgid "Use color {color}"
msgstr "Χρήση χρώματος {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Τι νέο υπάρχει στην τελευταία έκδοση;"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Όταν είναι κλειδωμένο, το βιογραφικό σημείωμα δεν μπορεί να ενημερωθεί ή να διαγραφεί."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Εργασία OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Εργασία OpenAI"
msgid "Working…"
msgstr "Εργασία…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "Χ (Τwitter)"
@@ -4308,4 +4889,3 @@ msgstr "Σμίκρυνση"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Ζουλού"
-
diff --git a/apps/web/locales/en-GB.po b/apps/web/locales/en-GB.po
index 2ff87822c..8a55818d7 100644
--- a/apps/web/locales/en-GB.po
+++ b/apps/web/locales/en-GB.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# role} other {# roles}}"
msgid "{0} characters"
msgstr "{0} characters"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ 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/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "A new verification link has been sent to your email address. Please chec
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "A passion project by <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Account menu"
msgid "Actual size (100%)"
msgstr "Actual size (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Add a custom field"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Add a keyword..."
@@ -196,10 +223,23 @@ msgstr "Add a new skill"
msgid "Add a new volunteer experience"
msgstr "Add a new volunteer experience"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Add and test a provider before starting an agent thread."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Add keyword"
@@ -225,6 +265,14 @@ msgstr "Add Provider"
msgid "Add Role"
msgstr "Add Role"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Adjust the resume for a remote-first role that values async communication and ownership."
@@ -285,6 +333,10 @@ msgstr "AI providers require REDIS_URL and ENCRYPTION_SECRET to be configured."
msgid "Albanian"
msgstr "Albanian"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Allow Public Access"
@@ -360,10 +412,40 @@ msgstr "API Reference"
msgid "App"
msgstr "App"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Application Statistics"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Applied Rules"
@@ -372,11 +454,18 @@ msgstr "Applied Rules"
msgid "Arabic"
msgstr "Arabic"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Archive"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Are you sure you want to close this dialog?"
@@ -437,6 +526,10 @@ msgstr "Aspect Ratio"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Attach files"
@@ -455,6 +548,14 @@ msgstr "Attachment uploaded."
msgid "Authentication"
msgstr "Authentication"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Available in multiple languages. If you would like to contribute, check out Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengali"
msgid "Blank draft"
msgstr "Blank draft"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Builder Command Palette"
msgid "Bulgarian"
msgstr "Bulgarian"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Bullet List"
@@ -552,6 +665,12 @@ msgstr "Bullet List"
msgid "By the community, for the community."
msgstr "By the community, for the community."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Can I export my resume to PDF?"
@@ -566,6 +685,9 @@ msgstr "Can I export my resume to PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Circle"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Clear"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Clear selection"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Community"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Company"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
@@ -735,6 +867,10 @@ msgstr "Connection failed"
msgid "Connection verified — provider is ready to use."
msgstr "Connection verified — provider is ready to use."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Conversation copied."
msgid "Conversation JSON copied."
msgstr "Conversation JSON copied."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Copy"
@@ -815,10 +956,43 @@ msgstr "Could not verify provider connection."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Could not verify the connection. Check the API key, model, and base URL."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Couldn't save"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Couldn't save"
msgid "Cover Letter"
msgstr "Cover Letter"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Cover Letter"
msgid "Create"
msgstr "Create"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Create a new account"
@@ -952,6 +1134,11 @@ msgstr "Create resume with options"
msgid "Created"
msgstr "Created"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Creating your API key..."
@@ -964,6 +1151,10 @@ msgstr "Creating your resume..."
msgid "Crop picture"
msgstr "Crop picture"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Current Password"
@@ -1041,6 +1232,9 @@ msgstr "Degree"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Delete provider"
msgid "Delete this agent thread?"
msgstr "Delete this agent thread?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Deleting your account..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Dismiss"
@@ -1136,6 +1336,10 @@ msgstr "Dismiss"
msgid "Documentation"
msgstr "Documentation"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Don't have an account? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Download DOCX"
msgid "Download JSON"
msgstr "Download JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Download PDF"
msgid "Downloads"
msgstr "Downloads"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Drag and drop sections here to move them between columns"
@@ -1227,11 +1444,17 @@ msgstr "Duplicating your resume..."
msgid "Dutch"
msgstr "Dutch"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Earlier versions are kept; the builder's undo history is reset."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Edit"
@@ -1241,6 +1464,10 @@ msgstr "Edit"
msgid "Edit {chip}"
msgstr "Edit {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Export"
msgid "Export my data"
msgstr "Export my data"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Export your resume to PDF instantly, without any waiting or delays."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Failed to analyze resume."
@@ -1575,10 +1810,18 @@ msgstr "Features"
msgid "File"
msgstr "File"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filter by"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
@@ -1599,6 +1842,22 @@ msgstr "Flexibility"
msgid "Fluency"
msgstr "Fluency"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Font Family"
@@ -1653,11 +1912,19 @@ msgstr "Free-form"
msgid "French"
msgstr "French"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Full width"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Fullscreen"
@@ -1667,6 +1934,10 @@ msgstr "Fullscreen"
msgid "Fullscreen Editor"
msgstr "Fullscreen Editor"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Generate a random name"
@@ -1878,6 +2149,10 @@ msgstr "How do I share my resume?"
msgid "How do I use the API?"
msgstr "How do I use the API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "How is my data protected?"
@@ -1904,12 +2179,35 @@ msgstr "Identify gaps for an applicant tracking system and apply only high-confi
msgid "Import"
msgstr "Import"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Import an existing resume"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Importing from PDF or Word requires a connected AI provider."
@@ -1942,6 +2240,10 @@ msgstr "Information"
msgid "Inline Code"
msgstr "Inline Code"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Instant Generation"
@@ -1986,6 +2288,14 @@ msgstr "Italic"
msgid "Japanese"
msgstr "Japanese"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Korean"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Label"
@@ -2072,6 +2383,10 @@ msgstr "Language"
msgid "Languages"
msgstr "Languages"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Last analyzed on {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Leave empty to reset the title to the original."
msgid "Left Align"
msgstr "Left Align"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Letter"
@@ -2152,6 +2471,18 @@ msgstr "Light theme"
msgid "Line Height"
msgstr "Line Height"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Loading…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Location"
@@ -2266,6 +2599,14 @@ msgstr "Margin (Horizontal)"
msgid "Margin (Vertical)"
msgstr "Margin (Vertical)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "More download options"
msgid "Move section to another column or page"
msgstr "Move section to another column or page"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Must start with https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "New Password"
msgid "New Section"
msgstr "New Section"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "New thread"
@@ -2360,6 +2712,14 @@ msgstr "New thread"
msgid "No Advertising, No Tracking"
msgstr "No Advertising, No Tracking"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "No prior data"
msgid "No results found."
msgstr "No results found."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "No resumes match your search."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "No saved versions yet."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "No style rules yet."
@@ -2406,6 +2778,7 @@ msgstr "Norwegian"
msgid "Not connected"
msgstr "Not connected"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Notes"
@@ -2431,6 +2804,10 @@ msgstr "Ongoing Maintenance"
msgid "Only applies when the section fits on a single page."
msgstr "Only applies when the section fits on a single page."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Password protection has been disabled."
msgid "Password protection has been enabled."
msgstr "Password protection has been enabled."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Patch applied"
@@ -2636,6 +3025,22 @@ msgstr "Pick an icon"
msgid "Picture"
msgstr "Picture"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Please enter a new password for your account"
@@ -2652,6 +3057,10 @@ msgstr "Please enter the URL you want to link to:"
msgid "Please support the project"
msgstr "Please support the project"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Please wait while your PDF is being generated..."
@@ -2774,6 +3183,10 @@ msgstr "Publications"
msgid "Publisher"
msgstr "Publisher"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Go to homepage"
@@ -2817,6 +3230,10 @@ msgstr "Reactive Resume v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reactive Resume v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Recipient"
@@ -2839,6 +3256,10 @@ msgstr "Redo"
msgid "References"
msgstr "References"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Register New Device"
@@ -2856,6 +3277,14 @@ msgstr "Remove"
msgid "Remove {chip}"
msgstr "Remove {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Remove custom field"
@@ -2954,6 +3383,10 @@ msgstr "Resume analysis complete."
msgid "Resume content"
msgstr "Resume content"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Resume options"
@@ -2962,6 +3395,10 @@ msgstr "Resume options"
msgid "Resume patch"
msgstr "Resume patch"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Rewrite this resume for a startup founder-to-product-lead transition wit
msgid "Right Align"
msgstr "Right Align"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Role Progression"
@@ -3018,6 +3463,15 @@ msgstr "Run your first analysis to get a scorecard, strengths, and prioritized s
msgid "Russian"
msgstr "Russian"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Save & Test Provider"
msgid "Save & Upload"
msgstr "Save & Upload"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Scan the QR code below with your preferred authenticator app. You can al
msgid "School"
msgstr "School"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Scorecard"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Search"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Section options"
msgid "Section Type"
msgstr "Section Type"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Select a resume"
@@ -3124,6 +3603,10 @@ msgstr "Select a resume"
msgid "Select a thread"
msgstr "Select a thread"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Select an agent model"
@@ -3136,6 +3619,14 @@ msgstr "Select an AI provider"
msgid "Select..."
msgstr "Select..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Self-Host with Docker"
@@ -3218,6 +3709,11 @@ msgstr "Sharing"
msgid "Show"
msgstr "Show"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Show password"
msgid "Show picture"
msgstr "Show picture"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Something went wrong"
msgid "Something went wrong while analyzing your resume."
msgstr "Something went wrong while analyzing your resume."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Something went wrong. Please try again."
@@ -3369,6 +3873,12 @@ msgstr "Something went wrong. Please try again."
msgid "Sort by"
msgstr "Sort by"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Sponsorships"
msgid "Square"
msgstr "Square"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Star us on GitHub (opens in new tab)"
@@ -3459,6 +3974,10 @@ msgstr "Strengths"
msgid "Strike"
msgstr "Strike"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Switched to the {0} template."
msgid "Synced changes made in another tab."
msgstr "Synced changes made in another tab."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Tags"
@@ -3513,10 +4037,18 @@ msgstr "Tags"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Tags can be used to categorise your resume by keywords."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamil"
@@ -3753,6 +4285,10 @@ msgstr "Tighten the skills section so it supports the target role instead of rea
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Timelapse demonstration of building a resume with Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
@@ -3799,6 +4335,14 @@ msgstr "Toggle right sidebar"
msgid "Toggle threads"
msgstr "Toggle threads"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Track your resume's views and downloads"
@@ -3897,6 +4441,11 @@ msgstr "Typography"
msgid "Ukrainian"
msgstr "Ukrainian"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Underline"
@@ -4011,6 +4560,10 @@ msgstr "Update project bullets to show leadership, constraints, tradeoffs, and m
msgid "Update Resume"
msgstr "Update Resume"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Update your password"
@@ -4023,6 +4576,10 @@ msgstr "Updating your password..."
msgid "Updating your resume..."
msgstr "Updating your resume..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Upload attachments"
@@ -4031,10 +4588,18 @@ msgstr "Upload attachments"
msgid "Upload picture"
msgstr "Upload picture"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Uploading picture…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Use"
msgid "Use color {color}"
msgstr "Use color {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "What's new in the latest version?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "When locked, the resume cannot be updated or deleted."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Work OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Work OpenAI"
msgid "Working…"
msgstr "Working…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Zoom out"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/en-US.po b/apps/web/locales/en-US.po
index 0a0218688..53b07b3a3 100644
--- a/apps/web/locales/en-US.po
+++ b/apps/web/locales/en-US.po
@@ -34,6 +34,16 @@ msgstr "{0, plural, one {# role} other {# roles}}"
msgid "{0} characters"
msgstr "{0} characters"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr "{0} ready to import"
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr "{0} skipped (missing company/role)"
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -84,6 +94,10 @@ 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/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr "A friendly nudge for the recruiter"
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -101,6 +115,10 @@ msgstr "A new verification link has been sent to your email address. Please chec
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "A passion project by <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr "A stretch"
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -121,10 +139,19 @@ msgstr "Account menu"
msgid "Actual size (100%)"
msgstr "Actual size (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr "Add"
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Add a custom field"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Add a keyword..."
@@ -191,10 +218,23 @@ msgstr "Add a new skill"
msgid "Add a new volunteer experience"
msgstr "Add a new volunteer experience"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr "Add a note or log activity…"
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Add and test a provider before starting an agent thread."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr "Add application"
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr "Add contact"
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Add keyword"
@@ -220,6 +260,14 @@ msgstr "Add Provider"
msgid "Add Role"
msgstr "Add Role"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr "Add tag"
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr "Add to pipeline"
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Adjust the resume for a remote-first role that values async communication and ownership."
@@ -280,6 +328,10 @@ msgstr "AI providers require REDIS_URL and ENCRYPTION_SECRET to be configured."
msgid "Albanian"
msgstr "Albanian"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr "All"
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Allow Public Access"
@@ -355,10 +407,40 @@ msgstr "API Reference"
msgid "App"
msgstr "App"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr "Application actions"
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr "Application added to your pipeline."
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr "Application Copilot"
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr "Application deleted."
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Application Statistics"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr "Application updated."
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr "Applications"
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr "Applied on"
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Applied Rules"
@@ -367,11 +449,18 @@ msgstr "Applied Rules"
msgid "Arabic"
msgstr "Arabic"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Archive"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr "Archived"
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Are you sure you want to close this dialog?"
@@ -432,6 +521,10 @@ msgstr "Aspect Ratio"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr "Attach a cover letter (PDF)"
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Attach files"
@@ -450,6 +543,14 @@ msgstr "Attachment uploaded."
msgid "Authentication"
msgstr "Authentication"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr "Auto-fill"
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr "Auto-fill failed. Paste the description instead."
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Available in multiple languages. If you would like to contribute, check out Crowdin."
@@ -506,6 +607,10 @@ msgstr "Bengali"
msgid "Blank draft"
msgstr "Blank draft"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr "Board"
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -536,6 +641,14 @@ msgstr "Builder Command Palette"
msgid "Bulgarian"
msgstr "Bulgarian"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr "Bulk delete failed. Please try again."
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr "Bulk update failed. Please try again."
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Bullet List"
@@ -547,6 +660,12 @@ msgstr "Bullet List"
msgid "By the community, for the community."
msgstr "By the community, for the community."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr "Campaign"
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Can I export my resume to PDF?"
@@ -561,6 +680,9 @@ msgstr "Can I export my resume to PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -657,9 +779,14 @@ msgstr "Circle"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Clear"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr "Clear filters"
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Clear selection"
@@ -693,9 +820,14 @@ msgid "Community"
msgstr "Community"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Company"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr "Company / Role"
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
@@ -730,6 +862,10 @@ msgstr "Connection failed"
msgid "Connection verified — provider is ready to use."
msgstr "Connection verified — provider is ready to use."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr "Contacts"
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -764,8 +900,13 @@ msgstr "Conversation copied."
msgid "Conversation JSON copied."
msgstr "Conversation JSON copied."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr "Copied to clipboard."
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Copy"
@@ -810,10 +951,43 @@ msgstr "Could not verify provider connection."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Could not verify the connection. Check the API key, model, and base URL."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr "Couldn't add the application. Please try again."
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr "Couldn't delete the application."
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr "Couldn't move the application. Please try again."
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Couldn't save"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr "Couldn't save the note."
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr "Couldn't save your changes. Please try again."
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr "Couldn't upload the file. Please try again."
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr "Count by source"
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr "Cover letter"
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -823,6 +997,10 @@ msgstr "Couldn't save"
msgid "Cover Letter"
msgstr "Cover Letter"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr "Cover letter draft"
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -845,6 +1023,10 @@ msgstr "Cover Letter"
msgid "Create"
msgstr "Create"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr "Create a copy tuned to this job"
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Create a new account"
@@ -947,6 +1129,11 @@ msgstr "Create resume with options"
msgid "Created"
msgstr "Created"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr "Created \"{0}\" and linked it to this application."
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Creating your API key..."
@@ -959,6 +1146,10 @@ msgstr "Creating your resume..."
msgid "Crop picture"
msgstr "Crop picture"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr "CSV data"
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Current Password"
@@ -1036,6 +1227,9 @@ msgstr "Degree"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1069,6 +1263,11 @@ msgstr "Delete provider"
msgid "Delete this agent thread?"
msgstr "Delete this agent thread?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr "Deleted {0} application(s)."
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Deleting your account..."
@@ -1123,6 +1322,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Dismiss"
@@ -1131,6 +1331,10 @@ msgstr "Dismiss"
msgid "Documentation"
msgstr "Documentation"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr "Documents sent"
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Don't have an account? <0/>"
@@ -1172,6 +1376,7 @@ msgstr "Download DOCX"
msgid "Download JSON"
msgstr "Download JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1183,6 +1388,18 @@ msgstr "Download PDF"
msgid "Downloads"
msgstr "Downloads"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr "Draft a cover letter"
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr "Draft a follow-up"
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr "Drafting failed."
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Drag and drop sections here to move them between columns"
@@ -1222,11 +1439,17 @@ msgstr "Duplicating your resume..."
msgid "Dutch"
msgstr "Dutch"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr "e.g. Spring 2026 · New Grad"
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Earlier versions are kept; the builder's undo history is reset."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Edit"
@@ -1236,6 +1459,10 @@ msgstr "Edit"
msgid "Edit {chip}"
msgstr "Edit {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr "Edit application"
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1392,10 +1619,18 @@ msgstr "Export"
msgid "Export my data"
msgstr "Export my data"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr "Export PNG"
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Export your resume to PDF instantly, without any waiting or delays."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr "Exported pipeline-flow.png"
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Failed to analyze resume."
@@ -1570,10 +1805,18 @@ msgstr "Features"
msgid "File"
msgstr "File"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr "Filled in what we could from the posting."
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filter by"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr "Filter tags"
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
@@ -1594,6 +1837,22 @@ msgstr "Flexibility"
msgid "Fluency"
msgstr "Fluency"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr "Follow-up"
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr "Follow-up date"
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr "Follow-up draft"
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr "Follow-up note"
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Font Family"
@@ -1648,11 +1907,19 @@ msgstr "Free-form"
msgid "French"
msgstr "French"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr "From your resume and the posting"
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Full Width"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr "Full-funnel snapshot — a shareable picture of the whole search"
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Fullscreen"
@@ -1662,6 +1929,10 @@ msgstr "Fullscreen"
msgid "Fullscreen Editor"
msgstr "Fullscreen Editor"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr "Gaps:"
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Generate a random name"
@@ -1873,6 +2144,10 @@ msgstr "How do I share my resume?"
msgid "How do I use the API?"
msgstr "How do I use the API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr "How far applications get, and stage-to-stage conversion"
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "How is my data protected?"
@@ -1899,12 +2174,35 @@ msgstr "Identify gaps for an applicant tracking system and apply only high-confi
msgid "Import"
msgstr "Import"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr "Import {0}"
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Import an existing resume"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr "Import CSV"
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr "Import failed. Check the CSV and try again."
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr "Import from CSV"
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr "Imported {0} application(s)."
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Importing from PDF or Word requires a connected AI provider."
@@ -1937,6 +2235,10 @@ msgstr "Information"
msgid "Inline Code"
msgstr "Inline Code"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr "Insights"
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Instant Generation"
@@ -1981,6 +2283,14 @@ msgstr "Italic"
msgid "Japanese"
msgstr "Japanese"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr "Job description"
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr "Job posting"
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2043,6 +2353,7 @@ msgstr "Korean"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Label"
@@ -2067,6 +2378,10 @@ msgstr "Language"
msgid "Languages"
msgstr "Languages"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr "Last activity"
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Last analyzed on {updatedAtLabel}"
@@ -2114,6 +2429,10 @@ msgstr "Leave empty to reset the title to the original."
msgid "Left Align"
msgstr "Left Align"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr "Let AI read the posting and fill the fields below."
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Letter"
@@ -2147,6 +2466,18 @@ msgstr "Light theme"
msgid "Line Height"
msgstr "Line Height"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr "Link a Reactive Resume…"
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr "Linked Reactive Resume"
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2197,6 +2528,8 @@ msgstr "Loading…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Location"
@@ -2261,6 +2594,14 @@ msgstr "Margin (Horizontal)"
msgid "Margin (Vertical)"
msgstr "Margin (Vertical)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr "Mark rejected"
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr "Match scoring failed."
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2288,6 +2629,12 @@ msgstr "More download options"
msgid "Move section to another column or page"
msgstr "Move section to another column or page"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr "Move stage"
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2309,6 +2656,7 @@ msgstr "Must start with https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2347,6 +2695,10 @@ msgstr "New Password"
msgid "New Section"
msgstr "New Section"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr "New tag…"
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "New thread"
@@ -2355,6 +2707,14 @@ msgstr "New thread"
msgid "No Advertising, No Tracking"
msgstr "No Advertising, No Tracking"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr "No applications match your filters."
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr "No applications yet — add a few to see your funnel and reply rates."
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2372,15 +2732,27 @@ msgstr "No prior data"
msgid "No results found."
msgstr "No results found."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr "No resume linked."
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "No resumes match your search."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr "No resumes yet."
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "No saved versions yet."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr "No source data yet."
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "No style rules yet."
@@ -2401,6 +2773,7 @@ msgstr "Norwegian"
msgid "Not connected"
msgstr "Not connected"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Notes"
@@ -2426,6 +2799,10 @@ msgstr "Ongoing Maintenance"
msgid "Only applies when the section fits on a single page."
msgstr "Only applies when the section fits on a single page."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2573,6 +2950,18 @@ msgstr "Password protection has been disabled."
msgid "Password protection has been enabled."
msgstr "Password protection has been enabled."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr "Paste a job posting URL"
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr "Paste the posting — powers AI match scoring and tailoring."
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Patch applied"
@@ -2631,6 +3020,22 @@ msgstr "Pick an icon"
msgid "Picture"
msgstr "Picture"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr "Pipeline flow"
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr "Pipeline funnel"
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr "Pipeline health across all applications"
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr "Pipeline health for campaign “{campaign}”"
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Please enter a new password for your account"
@@ -2647,6 +3052,10 @@ msgstr "Please enter the URL you want to link to:"
msgid "Please support the project"
msgstr "Please support the project"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr "Please upload a PDF file."
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Please wait while your PDF is being generated..."
@@ -2769,6 +3178,10 @@ msgstr "Publications"
msgid "Publisher"
msgstr "Publisher"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr "Re-score"
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Go to homepage"
@@ -2812,6 +3225,10 @@ msgstr "Reactive Resume v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reactive Resume v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr "Reading…"
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Recipient"
@@ -2834,6 +3251,10 @@ msgstr "Redo"
msgid "References"
msgstr "References"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr "Referred by…, things to emphasize, etc."
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Register New Device"
@@ -2851,6 +3272,14 @@ msgstr "Remove"
msgid "Remove {chip}"
msgstr "Remove {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr "Remove contact"
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr "Remove cover letter"
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Remove custom field"
@@ -2949,6 +3378,10 @@ msgstr "Resume analysis complete."
msgid "Resume content"
msgstr "Resume content"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr "Resume linked"
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Resume options"
@@ -2957,6 +3390,10 @@ msgstr "Resume options"
msgid "Resume patch"
msgstr "Resume patch"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr "Resume used"
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2985,6 +3422,14 @@ msgstr "Rewrite this resume for a startup founder-to-product-lead transition wit
msgid "Right Align"
msgstr "Right Align"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr "Role (optional)"
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr "Role / title"
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Role Progression"
@@ -3013,6 +3458,15 @@ msgstr "Run your first analysis to get a scorecard, strengths, and prioritized s
msgid "Russian"
msgstr "Russian"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr "Salary"
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr "Salary range"
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3026,6 +3480,10 @@ msgstr "Save & Test Provider"
msgid "Save & Upload"
msgstr "Save & Upload"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr "Save changes"
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3062,14 +3520,26 @@ msgstr "Scan the QR code below with your preferred authenticator app. You can al
msgid "School"
msgstr "School"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr "Score my fit"
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Scorecard"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr "Scoring your fit…"
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Search"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr "Search applications…"
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3111,6 +3581,15 @@ msgstr "Section options"
msgid "Section Type"
msgstr "Section Type"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr "See how this resume matches the posting"
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr "Select {0}"
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Select a resume"
@@ -3119,6 +3598,10 @@ msgstr "Select a resume"
msgid "Select a thread"
msgstr "Select a thread"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr "Select all"
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Select an agent model"
@@ -3131,6 +3614,14 @@ msgstr "Select an AI provider"
msgid "Select..."
msgstr "Select..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr "Select…"
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr "selected"
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Self-Host with Docker"
@@ -3213,6 +3704,11 @@ msgstr "Sharing"
msgid "Show"
msgstr "Show"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr "Show {0} more"
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3247,6 +3743,12 @@ msgstr "Show password"
msgid "Show picture"
msgstr "Show picture"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr "Showing {0} of {1}"
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3356,6 +3858,8 @@ msgstr "Something went wrong"
msgid "Something went wrong while analyzing your resume."
msgstr "Something went wrong while analyzing your resume."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Something went wrong. Please try again."
@@ -3364,6 +3868,12 @@ msgstr "Something went wrong. Please try again."
msgid "Sort by"
msgstr "Sort by"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr "Source"
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3395,6 +3905,11 @@ msgstr "Sponsorships"
msgid "Square"
msgstr "Square"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr "Stage"
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Star us on GitHub (opens in new tab)"
@@ -3454,6 +3969,10 @@ msgstr "Strengths"
msgid "Strike"
msgstr "Strike"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr "Strong fit"
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3500,7 +4019,12 @@ msgstr "Switched to the {0} template."
msgid "Synced changes made in another tab."
msgstr "Synced changes made in another tab."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr "Table"
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Tags"
@@ -3508,10 +4032,18 @@ msgstr "Tags"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Tags can be used to categorize your resume by keywords."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr "Tailor my resume"
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr "Tailoring failed."
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamil"
@@ -3748,6 +4280,10 @@ msgstr "Tighten the skills section so it supports the target role instead of rea
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Timelapse demonstration of building a resume with Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr "Timeline & activity"
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
@@ -3794,6 +4330,14 @@ msgstr "Toggle right sidebar"
msgid "Toggle threads"
msgstr "Toggle threads"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr "Track a job you're applying to and link the resume you sent."
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr "Track your first application"
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Track your resume's views and downloads"
@@ -3892,6 +4436,11 @@ msgstr "Typography"
msgid "Ukrainian"
msgstr "Ukrainian"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr "Unarchive"
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Underline"
@@ -4006,6 +4555,10 @@ msgstr "Update project bullets to show leadership, constraints, tradeoffs, and m
msgid "Update Resume"
msgstr "Update Resume"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr "Update this application's details."
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Update your password"
@@ -4018,6 +4571,10 @@ msgstr "Updating your password..."
msgid "Updating your resume..."
msgstr "Updating your resume..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr "Upload .csv"
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Upload attachments"
@@ -4026,10 +4583,18 @@ msgstr "Upload attachments"
msgid "Upload picture"
msgstr "Upload picture"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr "Uploading cover letter…"
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Uploading picture…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr "Uploading…"
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4045,6 +4610,10 @@ msgstr "Use"
msgid "Use color {color}"
msgstr "Use color {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr "Use sample"
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4168,6 +4737,14 @@ msgstr "What's new in the latest version?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "When locked, the resume cannot be updated or deleted."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr "Where applications come from"
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr "Where your applications went"
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Work OpenAI"
@@ -4176,6 +4753,10 @@ msgstr "Work OpenAI"
msgid "Working…"
msgstr "Working…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr "Worth a shot"
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
diff --git a/apps/web/locales/es-ES.po b/apps/web/locales/es-ES.po
index c985be101..95fbb802e 100644
--- a/apps/web/locales/es-ES.po
+++ b/apps/web/locales/es-ES.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# puesto} other {# puestos}}"
msgid "{0} characters"
msgstr "{0} caracteres"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Se ha enviado un enlace de confirmación a tu dirección de correo elect
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Un creador de currículums gratuito y de código abierto que simplifica el proceso de crear, actualizar y compartir tu currículum."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Se ha enviado un nuevo enlace de verificación a tu dirección de correo
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Un proyecto hecho con cariño por <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Menú de cuenta"
msgid "Actual size (100%)"
msgstr "Tamaño real (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Añadir campo personalizado"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Añada una palabra clave..."
@@ -196,10 +223,23 @@ msgstr "Añadir nueva habilidad"
msgid "Add a new volunteer experience"
msgstr "Añadir nueva experiencia de voluntariado"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Agregue y pruebe un proveedor antes de iniciar un hilo de agente."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Añadir palabra clave"
@@ -225,6 +265,14 @@ msgstr "Agregar proveedor"
msgid "Add Role"
msgstr "Añadir puesto"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Adapta tu currículum a un puesto que priorice el trabajo remoto y que valore la comunicación asíncrona y la responsabilidad."
@@ -285,6 +333,10 @@ msgstr "Los proveedores de IA requieren que se configuren REDIS_URL y ENCRYPTION
msgid "Albanian"
msgstr "Albanés"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Permitir acceso público"
@@ -360,10 +412,40 @@ msgstr "Referencia de la API"
msgid "App"
msgstr "Aplicación"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Estadísticas de la aplicación"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Reglas aplicadas"
@@ -372,11 +454,18 @@ msgstr "Reglas aplicadas"
msgid "Arabic"
msgstr "Árabe"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Archivo"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "¿Estás seguro de que deseas cerrar este diálogo?"
@@ -437,6 +526,10 @@ msgstr "Relación de aspecto"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud apoya a Reactive Resume como patrocinador del proyecto. Si su empresa desea patrocinar el proyecto, envíe un correo electrónico a <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Adjuntar archivos"
@@ -455,6 +548,14 @@ msgstr "Archivo adjunto subido."
msgid "Authentication"
msgstr "Autenticación"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Disponible en varios idiomas. Si quieres contribuir, visita Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengalí"
msgid "Blank draft"
msgstr "Borrador en blanco"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Paleta de comandos del editor"
msgid "Bulgarian"
msgstr "Búlgaro"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Lista con viñetas"
@@ -552,6 +665,12 @@ msgstr "Lista con viñetas"
msgid "By the community, for the community."
msgstr "Por la comunidad, para la comunidad."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "¿Puedo exportar mi currículum a PDF?"
@@ -566,6 +685,9 @@ msgstr "¿Puedo exportar mi currículum a PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Círculo"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Claro"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Selección clara"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Comunidad"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Empresa"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Compara este currículum con la URL de este puesto y actualiza las palabras clave, manteniendo un tono conciso y creíble."
@@ -735,6 +867,10 @@ msgstr "Falló la conexión"
msgid "Connection verified — provider is ready to use."
msgstr "Conexión verificada: el proveedor está listo para usarse."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Conversación copiada."
msgid "Conversation JSON copied."
msgstr "JSON de conversación copiado."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Copiar"
@@ -815,10 +956,43 @@ msgstr "No se pudo verificar la conexión con el proveedor."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "No se pudo verificar la conexión. Compruebe la clave API, el modelo y la URL base."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "No se pudo salvar"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "No se pudo salvar"
msgid "Cover Letter"
msgstr "Carta de presentación"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Carta de presentación"
msgid "Create"
msgstr "Crear"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Crear una nueva cuenta"
@@ -952,6 +1134,11 @@ msgstr "Crear currículum con opciones"
msgid "Created"
msgstr "Creado"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Creando tu clave API..."
@@ -964,6 +1151,10 @@ msgstr "Creando tu currículum..."
msgid "Crop picture"
msgstr "Imagen recortada"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Contraseña actual"
@@ -1041,6 +1232,9 @@ msgstr "Título académico"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Eliminar proveedor"
msgid "Delete this agent thread?"
msgstr "¿Eliminar este hilo del agente?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Eliminando tu cuenta..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Despedir"
@@ -1136,6 +1336,10 @@ msgstr "Despedir"
msgid "Documentation"
msgstr "Documentación"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "¿No tienes una cuenta? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Descargar DOCX"
msgid "Download JSON"
msgstr "Descargar JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Descargar PDF"
msgid "Downloads"
msgstr "Descargas"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Arrastra y suelta secciones aquí para moverlas entre columnas"
@@ -1227,11 +1444,17 @@ msgstr "Duplicando tu currículum..."
msgid "Dutch"
msgstr "Neerlandés"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Se conservan las versiones anteriores; el historial de deshacer del constructor se restablece."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Editar"
@@ -1241,6 +1464,10 @@ msgstr "Editar"
msgid "Edit {chip}"
msgstr "Edite {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Exportar"
msgid "Export my data"
msgstr "Exportar mis datos"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Exporta tu currículum a PDF al instante, sin esperas ni demoras."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Fallo al analizar el currículum."
@@ -1575,10 +1810,18 @@ msgstr "Funciones"
msgid "File"
msgstr "Archivo"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filtrar por"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Identifica los puntos débiles y reescríbelos con resultados, cifras, alcance y verbos más contundentes."
@@ -1599,6 +1842,22 @@ msgstr "Flexibilidad"
msgid "Fluency"
msgstr "Fluidez"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Familia tipográfica"
@@ -1653,11 +1912,19 @@ msgstr "Forma libre"
msgid "French"
msgstr "Francés"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Ancho completo"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Pantalla completa"
@@ -1667,6 +1934,10 @@ msgstr "Pantalla completa"
msgid "Fullscreen Editor"
msgstr "Editor a pantalla completa"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Generar un nombre aleatorio"
@@ -1878,6 +2149,10 @@ msgstr "¿Cómo comparto mi currículum?"
msgid "How do I use the API?"
msgstr "¿Cómo uso la API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "¿Cómo se protegen mis datos?"
@@ -1904,12 +2179,35 @@ msgstr "Identificar las deficiencias de un sistema de seguimiento de candidatos
msgid "Import"
msgstr "Importar"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Importar un currículum existente"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "La importación desde archivos PDF o Word requiere un proveedor de IA conectado."
@@ -1942,6 +2240,10 @@ msgstr "Información"
msgid "Inline Code"
msgstr "Código en línea"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Generación instantánea"
@@ -1986,6 +2288,14 @@ msgstr "Cursiva"
msgid "Japanese"
msgstr "Japonés"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Coreano"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Etiqueta"
@@ -2072,6 +2383,10 @@ msgstr "Idioma"
msgid "Languages"
msgstr "Idiomas"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Analizado por última vez el {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Déjalo vacío para restablecer el título al original."
msgid "Left Align"
msgstr "Alinear a la izquierda"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Carta"
@@ -2152,6 +2471,18 @@ msgstr "Tema claro"
msgid "Line Height"
msgstr "Altura de la línea"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Cargando…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Ubicación"
@@ -2266,6 +2599,14 @@ msgstr "Margen (horizontal)"
msgid "Margin (Vertical)"
msgstr "Margen (vertical)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Más opciones de descarga"
msgid "Move section to another column or page"
msgstr "Mueva la sección a otra columna o página."
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Debe empezar por https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Nueva contraseña"
msgid "New Section"
msgstr "Nueva sección"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Nuevo hilo"
@@ -2360,6 +2712,14 @@ msgstr "Nuevo hilo"
msgid "No Advertising, No Tracking"
msgstr "Sin publicidad, sin rastreo"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "No hay datos previos"
msgid "No results found."
msgstr "No se han encontrado resultados."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "No se encontraron currículums que coincidan con su búsqueda."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Aún no hay versiones guardadas."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Aún no hay reglas de estilo."
@@ -2406,6 +2778,7 @@ msgstr "Noruego"
msgid "Not connected"
msgstr "No conectado"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Notas"
@@ -2431,6 +2804,10 @@ msgstr "Mantenimiento continuo"
msgid "Only applies when the section fits on a single page."
msgstr "Solo se aplica cuando la sección cabe en una sola página."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "La protección con contraseña se ha deshabilitado."
msgid "Password protection has been enabled."
msgstr "La protección con contraseña se ha habilitado."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Parche aplicado"
@@ -2636,6 +3025,22 @@ msgstr "Elige un icono"
msgid "Picture"
msgstr "Imagen"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Introduce una nueva contraseña para tu cuenta"
@@ -2652,6 +3057,10 @@ msgstr "Introduce la URL a la que quieres enlazar:"
msgid "Please support the project"
msgstr "Por favor, apoyen el proyecto."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Espera mientras se genera tu PDF..."
@@ -2774,6 +3183,10 @@ msgstr "Publicaciones"
msgid "Publisher"
msgstr "Editor"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Ir a la página de inicio"
@@ -2817,6 +3230,10 @@ msgstr "Reanudación reactiva v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Currículum reactivo v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Destinatario"
@@ -2839,6 +3256,10 @@ msgstr "Rehacer"
msgid "References"
msgstr "Referencias"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Registrar nuevo dispositivo"
@@ -2856,6 +3277,14 @@ msgstr "Eliminar"
msgid "Remove {chip}"
msgstr "Elimine {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Eliminar campo personalizado"
@@ -2954,6 +3383,10 @@ msgstr "Análisis del currículum finalizado."
msgid "Resume content"
msgstr "Contenido del currículum"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Opciones de currículum"
@@ -2962,6 +3395,10 @@ msgstr "Opciones de currículum"
msgid "Resume patch"
msgstr "Reanudar parche"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Reescribe este currículum para una transición de fundador de una start
msgid "Right Align"
msgstr "Alinear a la derecha"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Progresión de puestos"
@@ -3018,6 +3463,15 @@ msgstr "Realice su primer análisis para obtener un cuadro de mando, los puntos
msgid "Russian"
msgstr "Ruso"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Proveedor de guardar y probar"
msgid "Save & Upload"
msgstr "Guardar y subir"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Escanea el código QR de abajo con tu aplicación de autenticación pref
msgid "School"
msgstr "Centro educativo"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Tarjeta de puntuación"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Buscar"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Opciones de sección"
msgid "Section Type"
msgstr "Tipo de sección"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Seleccione un currículum"
@@ -3124,6 +3603,10 @@ msgstr "Seleccione un currículum"
msgid "Select a thread"
msgstr "Seleccione un hilo"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Seleccione un modelo de agente"
@@ -3136,6 +3619,14 @@ msgstr "Seleccione un proveedor de IA"
msgid "Select..."
msgstr "Seleccionar..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Auto alojamiento con Docker"
@@ -3218,6 +3709,11 @@ msgstr "Compartir"
msgid "Show"
msgstr "Mostrar"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Mostrar contraseña"
msgid "Show picture"
msgstr "Mostrar imagen"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Algo salió mal"
msgid "Something went wrong while analyzing your resume."
msgstr "Algo ha fallado al analizar su currículum."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Algo salió mal. Vuelve a intentarlo."
@@ -3369,6 +3873,12 @@ msgstr "Algo salió mal. Vuelve a intentarlo."
msgid "Sort by"
msgstr "Ordenar por"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Patrocinios"
msgid "Square"
msgstr "Cuadrado"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Danos una estrella en GitHub (abrir en una nueva pestaña)"
@@ -3459,6 +3974,10 @@ msgstr "Puntos fuertes"
msgid "Strike"
msgstr "Tachado"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Se cambió a la plantilla {0}."
msgid "Synced changes made in another tab."
msgstr "Se sincronizaron los cambios realizados en otra pestaña."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Etiquetas"
@@ -3513,10 +4037,18 @@ msgstr "Etiquetas"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Las etiquetas pueden utilizarse para clasificar tu currículum por palabras clave."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Adapta este currículum a la descripción de un puesto de gerente de producto y enfatiza la responsabilidad sobre la hoja de ruta, la comunicación con las partes interesadas y los resultados medibles del lanzamiento."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamil"
@@ -3753,6 +4285,10 @@ msgstr "Mejora la sección de habilidades para que se ajuste al rol objetivo en
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Demostración en time‑lapse de la creación de un currículum con Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Consejo: Ponle un nombre a tu clave API relacionado con el propósito de la clave para ayudarte a identificarla más adelante."
@@ -3799,6 +4335,14 @@ msgstr "Alternar la barra lateral derecha"
msgid "Toggle threads"
msgstr "Cambiar de hilo"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Haz un seguimiento de las visualizaciones y descargas de tu currículum"
@@ -3897,6 +4441,11 @@ msgstr "Tipografía"
msgid "Ukrainian"
msgstr "Ucraniano"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Subrayado"
@@ -4011,6 +4560,10 @@ msgstr "Actualizar los puntos clave del proyecto para mostrar el liderazgo, las
msgid "Update Resume"
msgstr "Actualizar currículum"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Actualiza tu contraseña"
@@ -4023,6 +4576,10 @@ msgstr "Actualizando tu contraseña..."
msgid "Updating your resume..."
msgstr "Actualizando tu currículum..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Subir archivos adjuntos"
@@ -4031,10 +4588,18 @@ msgstr "Subir archivos adjuntos"
msgid "Upload picture"
msgstr "Subir foto"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Subiendo imagen…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Usar"
msgid "Use color {color}"
msgstr "Utilice el color {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "¿Novedades en la última versión?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Cuando está bloqueado, el currículum no se puede actualizar ni eliminar."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Trabajo con OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Trabajo con OpenAI"
msgid "Working…"
msgstr "Trabajando…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Alejar"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulú"
-
diff --git a/apps/web/locales/fa-IR.po b/apps/web/locales/fa-IR.po
index 8909762ea..9c7df45ee 100644
--- a/apps/web/locales/fa-IR.po
+++ b/apps/web/locales/fa-IR.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# نقش} other {# نقش}}"
msgid "{0} characters"
msgstr "{0} کاراکتر"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "یک لینک تأیید به آدرس ایمیل فعلی شما ارس
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "یک رزومهساز رایگان و متنباز که فرایند ایجاد، بهروزرسانی و اشتراکگذاری رزومه شما را ساده میکند."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "یک لینک تأیید جدید به آدرس ایمیل شما ارس
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "یک پروژه عاشقانه توسط <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "منوی حساب کاربری"
msgid "Actual size (100%)"
msgstr "اندازه واقعی (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "افزودن فیلد دلخواه"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "یک کلمه کلیدی اضافه کنید..."
@@ -196,10 +223,23 @@ msgstr "افزودن مهارت جدید"
msgid "Add a new volunteer experience"
msgstr "افزودن سابقه داوطلبانه جدید"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "قبل از شروع یک نخ عامل، یک ارائهدهنده اضافه و آزمایش کنید."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "کلمه کلیدی اضافه کنید"
@@ -225,6 +265,14 @@ msgstr "ارائه دهنده را اضافه کنید"
msgid "Add Role"
msgstr "افزودن نقش"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "رزومه را برای نقشی که اولویت آن دورکاری است و به ارتباط ناهمزمان و مالکیت بها میدهد، تنظیم کنید."
@@ -285,6 +333,10 @@ msgstr "ارائه دهندگان هوش مصنوعی نیاز به پیکربن
msgid "Albanian"
msgstr "آلبانیایی"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "اجازهٔ دسترسی عمومی"
@@ -360,10 +412,40 @@ msgstr "راهنمای API"
msgid "App"
msgstr "اپ"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "آمار اپلیکیشن"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "قوانین کاربردی"
@@ -372,11 +454,18 @@ msgstr "قوانین کاربردی"
msgid "Arabic"
msgstr "عربی"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "بایگانی"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "آیا مطمئن هستید که میخواهید این گفتگو را ببندید؟"
@@ -437,6 +526,10 @@ msgstr "نسبت تصویر"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud از Reactive Resume به عنوان حامی پروژه پشتیبانی میکند. اگر شرکت شما مایل به حمایت مالی از پروژه است، به <0>{sponsorshipEmail}ایمیل بزنید.0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "پیوست کردن فایلها"
@@ -455,6 +548,14 @@ msgstr "پیوست آپلود شد."
msgid "Authentication"
msgstr "احراز هویت"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "در چندین زبان در دسترس است. اگر مایل به مشارکت هستید، به Crowdin سر بزنید."
@@ -511,6 +612,10 @@ msgstr "بنگالی"
msgid "Blank draft"
msgstr "پیش نویس خالی"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "پالت فرمان سازنده"
msgid "Bulgarian"
msgstr "بلغاری"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "فهرست نشانهدار"
@@ -552,6 +665,12 @@ msgstr "فهرست نشانهدار"
msgid "By the community, for the community."
msgstr "توسط جامعه، برای جامعه."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "آیا میتوانم رزومهام را به PDF خروجی بگیرم؟"
@@ -566,6 +685,9 @@ msgstr "آیا میتوانم رزومهام را به PDF خروجی بگ
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "دایره"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "شفاف"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "انتخاب را پاک کنید"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "انجمن"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "شرکت"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "این رزومه را با این آدرس اینترنتی موقعیت شغلی مقایسه کنید و کلمات کلیدی را بهروزرسانی کنید و در عین حال لحن خود را مختصر و قابل اعتماد نگه دارید."
@@ -735,6 +867,10 @@ msgstr "اتصال ناموفق بود"
msgid "Connection verified — provider is ready to use."
msgstr "اتصال تأیید شد - ارائه دهنده آماده استفاده است."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "مکالمه کپی شد."
msgid "Conversation JSON copied."
msgstr "JSON مکالمه کپی شد."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "کپی"
@@ -815,10 +956,43 @@ msgstr "اتصال ارائه دهنده تأیید نشد."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "اتصال برقرار نشد. کلید API، مدل و آدرس اینترنتی پایه را بررسی کنید."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "ذخیره نشد"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "ذخیره نشد"
msgid "Cover Letter"
msgstr "نامه پوششی"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "نامه پوششی"
msgid "Create"
msgstr "ایجاد"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "ایجاد یک حساب جدید"
@@ -952,6 +1134,11 @@ msgstr "ایجاد رزومه با گزینهها"
msgid "Created"
msgstr "ایجاد شده"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "در حال ایجاد کلید API شما..."
@@ -964,6 +1151,10 @@ msgstr "در حال ایجاد رزومه شما..."
msgid "Crop picture"
msgstr "برش تصویر"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "گذرواژهٔ فعلی"
@@ -1041,6 +1232,9 @@ msgstr "مدرک"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "حذف ارائه دهنده"
msgid "Delete this agent thread?"
msgstr "این تاپیک مربوط به نماینده حذف بشه؟"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "در حال حذف حساب کاربری شما..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "دیسکورد"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "رد کردن"
@@ -1136,6 +1336,10 @@ msgstr "رد کردن"
msgid "Documentation"
msgstr "مستندات"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "حساب ندارید؟ <0/>"
@@ -1177,6 +1381,7 @@ msgstr "دانلود DOCX"
msgid "Download JSON"
msgstr "دانلود JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "دانلود PDF"
msgid "Downloads"
msgstr "دانلودها"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "برای جابهجا کردن بخشها بین ستونها، آنها را اینجا بکشید و رها کنید"
@@ -1227,11 +1444,17 @@ msgstr "در حال تکثیر رزومه شما..."
msgid "Dutch"
msgstr "هلندی"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "نسخههای قبلی نگه داشته میشوند؛ تاریخچهی لغو سازنده بازنشانی میشود."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "ویرایش"
@@ -1241,6 +1464,10 @@ msgstr "ویرایش"
msgid "Edit {chip}"
msgstr "ویرایش {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "خروجی گرفتن"
msgid "Export my data"
msgstr "دادههای من را صادر کنید"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "رزومه خود را فوراً و بدون هیچ گونه انتظار یا تأخیری به PDF صادر کنید."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "در تحلیل رزومه شکست خورد."
@@ -1575,10 +1810,18 @@ msgstr "امکانات"
msgid "File"
msgstr "فایل"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "فیلتر بر اساس"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "نقاط ضعف را پیدا کنید و آنها را با نتایج، اعداد، دامنه و افعال واضحتر و قویتر بازنویسی کنید."
@@ -1599,6 +1842,22 @@ msgstr "انعطافپذیری"
msgid "Fluency"
msgstr "روان بودن"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "خانواده فونت"
@@ -1653,11 +1912,19 @@ msgstr "فرم آزاد"
msgid "French"
msgstr "فرانسوی"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "تمامعرض"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "تمامصفحه"
@@ -1667,6 +1934,10 @@ msgstr "تمامصفحه"
msgid "Fullscreen Editor"
msgstr "ویرایشگر تمامصفحه"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "تولید یک نام تصادفی"
@@ -1878,6 +2149,10 @@ msgstr "چگونه رزومهام را به اشتراک بگذارم؟"
msgid "How do I use the API?"
msgstr "چگونه از API استفاده کنم؟"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "دادههای من چگونه محافظت میشوند؟"
@@ -1904,12 +2179,35 @@ msgstr "شکافهای سیستم ردیابی متقاضی را شناسای
msgid "Import"
msgstr "وارد کردن"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "وارد کردن یک رزومهٔ موجود"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "وارد کردن از PDF یا Word نیاز به یک ارائه دهنده هوش مصنوعی متصل دارد."
@@ -1942,6 +2240,10 @@ msgstr "اطلاعات"
msgid "Inline Code"
msgstr "کد درونخطی"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "تولید فوری"
@@ -1986,6 +2288,14 @@ msgstr "ایتالیک"
msgid "Japanese"
msgstr "ژاپنی"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "کرهای"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "برچسب"
@@ -2072,6 +2383,10 @@ msgstr "زبان"
msgid "Languages"
msgstr "زبانها"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "آخرین تحلیل در {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "برای بازگرداندن عنوان به مقدار اصلی، آن
msgid "Left Align"
msgstr "تراز چپ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "نامه"
@@ -2152,6 +2471,18 @@ msgstr "تم روشن"
msgid "Line Height"
msgstr "فاصلهٔ بین خطوط"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "در حال بارگذاری…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "موقعیت مکانی"
@@ -2266,6 +2599,14 @@ msgstr "حاشیه (افقی)"
msgid "Margin (Vertical)"
msgstr "حاشیه (عمودی)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "گزینههای بیشتر برای دانلود"
msgid "Move section to another column or page"
msgstr "انتقال بخش به ستون یا صفحه دیگر"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "باید با https:// شروع شود."
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "گذرواژهٔ جدید"
msgid "New Section"
msgstr "بخش جدید"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "تاپیک جدید"
@@ -2360,6 +2712,14 @@ msgstr "تاپیک جدید"
msgid "No Advertising, No Tracking"
msgstr "بدون تبلیغات، بدون رهگیری"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "بدون داده قبلی"
msgid "No results found."
msgstr "موردی یافت نشد."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "هیچ رزومهای با جستجوی شما مطابقت ندارد."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "هنوز نسخههای ذخیرهشدهای وجود ندارد."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "هنوز هیچ قانون سبکی وجود ندارد."
@@ -2406,6 +2778,7 @@ msgstr "نروژی"
msgid "Not connected"
msgstr "متصل نیست"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "یادداشتها"
@@ -2431,6 +2804,10 @@ msgstr "نگهداری مداوم"
msgid "Only applies when the section fits on a single page."
msgstr "فقط زمانی اعمال میشود که بخش در یک صفحه جا شود."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "حفاظت با گذرواژه غیرفعال شده است."
msgid "Password protection has been enabled."
msgstr "حفاظت با گذرواژه فعال شده است."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "پچ اعمال شد"
@@ -2636,6 +3025,22 @@ msgstr "یک آیکون انتخاب کنید"
msgid "Picture"
msgstr "تصویر"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "لطفاً یک گذرواژهٔ جدید برای حساب خود وارد کنید"
@@ -2652,6 +3057,10 @@ msgstr "لطفاً URL مورد نظر برای لینک دادن را وارد
msgid "Please support the project"
msgstr "لطفا از پروژه حمایت کنید"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "لطفاً منتظر بمانید تا PDF شما تولید شود..."
@@ -2774,6 +3183,10 @@ msgstr "انتشارها"
msgid "Publisher"
msgstr "منتشرکننده"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - رفتن به صفحهٔ اصلی"
@@ -2817,6 +3230,10 @@ msgstr "رزومه واکنشی نسخه<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "رزومهٔ واکنشی نسخهٔ ۴ (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "گیرنده"
@@ -2839,6 +3256,10 @@ msgstr "از نو انجام دادن"
msgid "References"
msgstr "معرفها"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "ثبت دستگاه جدید"
@@ -2856,6 +3277,14 @@ msgstr "حذف"
msgid "Remove {chip}"
msgstr "حذف {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "حذف فیلد سفارشی"
@@ -2954,6 +3383,10 @@ msgstr "تحلیل رزومه کامل شد."
msgid "Resume content"
msgstr "محتوای رزومه"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "گزینههای رزومه"
@@ -2962,6 +3395,10 @@ msgstr "گزینههای رزومه"
msgid "Resume patch"
msgstr "وصله رزومه"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "این رزومه را برای گذار از بنیانگذار است
msgid "Right Align"
msgstr "تراز راست"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "پیشرفت نقش"
@@ -3018,6 +3463,15 @@ msgstr "اولین تحلیل خود را اجرا کنید تا کارت امت
msgid "Russian"
msgstr "روسی"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "ذخیره و تست ارائه دهنده"
msgid "Save & Upload"
msgstr "ذخیره و آپلود"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "کد QR زیر را با اپلیکیشن احراز هویت دلخوا
msgid "School"
msgstr "مدرسه"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "کارت نمرهدهی"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "جستجو"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "گزینههای بخش"
msgid "Section Type"
msgstr "نوع بخش"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "انتخاب رزومه"
@@ -3124,6 +3603,10 @@ msgstr "انتخاب رزومه"
msgid "Select a thread"
msgstr "یک رشته انتخاب کنید"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "یک مدل عامل انتخاب کنید"
@@ -3136,6 +3619,14 @@ msgstr "یک ارائه دهنده هوش مصنوعی انتخاب کنید"
msgid "Select..."
msgstr "انتخاب..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "میزبانی خودکار با Docker"
@@ -3218,6 +3709,11 @@ msgstr "اشتراکگذاری"
msgid "Show"
msgstr "نمایش"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "نمایش رمز عبور"
msgid "Show picture"
msgstr "نمایش تصویر"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "چیزی اشتباه پیش رفت"
msgid "Something went wrong while analyzing your resume."
msgstr "هنگام تجزیه و تحلیل رزومه شما خطایی رخ داد."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "مشکلی پیش آمد. لطفاً دوباره تلاش کنید."
@@ -3369,6 +3873,12 @@ msgstr "مشکلی پیش آمد. لطفاً دوباره تلاش کنید."
msgid "Sort by"
msgstr "مرتبسازی بر اساس"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "حمایت های مالی"
msgid "Square"
msgstr "مربعی"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "در GitHub برای ما ستاره بگذارید (در زبانهٔ جدید باز میشود)"
@@ -3459,6 +3974,10 @@ msgstr "نقاط قوت"
msgid "Strike"
msgstr "خطخورده"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "ردیت"
@@ -3505,7 +4024,12 @@ msgstr "به الگوی {0} تغییر یافت."
msgid "Synced changes made in another tab."
msgstr "تغییرات همگامسازیشده در برگه دیگری ایجاد شدهاند."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "برچسبها"
@@ -3513,10 +4037,18 @@ msgstr "برچسبها"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "برچسبها را میتوان برای دستهبندی رزومه شما بر اساس کلیدواژهها استفاده کرد."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "این رزومه را با شرح وظایف مدیر محصول تطبیق دهید و بر مالکیت نقشه راه، ارتباط با ذینفعان و نتایج قابل اندازهگیری راهاندازی تأکید کنید."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "تامیلی"
@@ -3753,6 +4285,10 @@ msgstr "بخش مهارتها را طوری فشرده کنید که از ن
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "نمایش سریع فرایند ساخت یک رزومه با Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "نکته: به کلید API خود نامی مطابق با هدف آن بدهید تا بعداً راحتتر آن را شناسایی کنید."
@@ -3799,6 +4335,14 @@ msgstr "گوشهای کردن نوار کناری راست"
msgid "Toggle threads"
msgstr "تغییر وضعیت موضوعات"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "بازدیدها و دانلودهای رزومهٔ خود را پیگیری کنید"
@@ -3897,6 +4441,11 @@ msgstr "تایپوگرافی"
msgid "Ukrainian"
msgstr "اوکراینی"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "زیرخط"
@@ -4011,6 +4560,10 @@ msgstr "فهرست پروژهها را بهروزرسانی کنید تا
msgid "Update Resume"
msgstr "بهروزرسانی رزومه"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "گذرواژهٔ خود را بهروزرسانی کنید"
@@ -4023,6 +4576,10 @@ msgstr "در حال بهروزرسانی گذرواژه شما..."
msgid "Updating your resume..."
msgstr "در حال بهروزرسانی رزومه شما..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "آپلود پیوستها"
@@ -4031,10 +4588,18 @@ msgstr "آپلود پیوستها"
msgid "Upload picture"
msgstr "بارگذاری تصویر"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "در حال آپلود تصویر…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "استفاده کنید"
msgid "Use color {color}"
msgstr "از رنگ استفاده کنید {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "چه خبر در آخرین نسخه؟"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "وقتی قفل باشد، رزومه قابل بهروزرسانی یا حذف نخواهد بود."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "کار OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "کار OpenAI"
msgid "Working…"
msgstr "کار میکند…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "ایکس (توییتر)"
@@ -4308,4 +4889,3 @@ msgstr "کوچکنمایی"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "زولو"
-
diff --git a/apps/web/locales/fi-FI.po b/apps/web/locales/fi-FI.po
index ad3d08c6b..9953831ed 100644
--- a/apps/web/locales/fi-FI.po
+++ b/apps/web/locales/fi-FI.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# rooli} other {# roolia}}"
msgid "{0} characters"
msgstr "{0} merkkiä"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Vahvistuslinkki on lähetetty nykyiseen sähköpostiosoitteeseesi. Tarki
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Ilmainen ja avoimen lähdekoodin ansioluettelon laatija, joka helpottaa ansioluettelon laatimista, päivittämistä ja jakamista."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Uusi vahvistuslinkki on lähetetty sähköpostiosoitteeseesi. Tarkista p
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Rakkaudella tehty projekti, jonka on luonut <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Tilivalikko"
msgid "Actual size (100%)"
msgstr "Todellinen koko (100 %)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Lisää mukautettu kenttä"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Lisää avainsana..."
@@ -196,10 +223,23 @@ msgstr "Lisää uusi taito"
msgid "Add a new volunteer experience"
msgstr "Lisää uusi vapaaehtoistyökokemus"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Lisää ja testaa toimittaja ennen agenttiketjun aloittamista."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Lisää avainsana"
@@ -225,6 +265,14 @@ msgstr "Lisää palveluntarjoaja"
msgid "Add Role"
msgstr "Lisää rooli"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Muokkaa ansioluetteloasi etätyöhön keskittyvään rooliin, jossa arvostetaan asynkronista viestintää ja omistajuutta."
@@ -285,6 +333,10 @@ msgstr "Tekoälypalveluntarjoajat vaativat REDIS_URL- ja ENCRYPTION_SECRET-mää
msgid "Albanian"
msgstr "albania"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Salli julkinen käyttö"
@@ -360,10 +412,40 @@ msgstr "API-viite"
msgid "App"
msgstr "Sovellus"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Sovelluksen tilastot"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Sovelletut säännöt"
@@ -372,11 +454,18 @@ msgstr "Sovelletut säännöt"
msgid "Arabic"
msgstr "arabia"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Arkisto"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Haluatko varmasti sulkea tämän ikkunan?"
@@ -437,6 +526,10 @@ msgstr "Kuvasuhde"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud tukee Reactive Resumea projektin sponsorina. Jos yrityksesi haluaa sponsoroida projektia, lähetä sähköpostia osoitteeseen <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Liitä tiedostoja"
@@ -455,6 +548,14 @@ msgstr "Liite ladattu."
msgid "Authentication"
msgstr "Todennus"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Saatavana useilla kielillä. Jos haluat osallistua, tutustu Crowdiniin."
@@ -511,6 +612,10 @@ msgstr "bengali"
msgid "Blank draft"
msgstr "Tyhjä luonnos"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Rakentajan komentopaletti"
msgid "Bulgarian"
msgstr "bulgaria"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Luettelomerkkilista"
@@ -552,6 +665,12 @@ msgstr "Luettelomerkkilista"
msgid "By the community, for the community."
msgstr "Yhteisöltä yhteisölle."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Voinko viedä ansioluetteloni PDF-muotoon?"
@@ -566,6 +685,9 @@ msgstr "Voinko viedä ansioluetteloni PDF-muotoon?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Ympyrä"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Kirkas"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Tyhjennä valinta"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Yhteisö"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Yritys"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Vertaa tätä ansioluetteloa tämän roolin URL-osoitteeseen ja päivitä avainsanat pitäen äänen ytimekkäänä ja uskottavana."
@@ -735,6 +867,10 @@ msgstr "Yhteys epäonnistui"
msgid "Connection verified — provider is ready to use."
msgstr "Yhteys vahvistettu — palveluntarjoaja on käyttövalmis."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Keskustelu kopioitu."
msgid "Conversation JSON copied."
msgstr "Keskustelun JSON-tiedosto kopioitu."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Kopioi"
@@ -815,10 +956,43 @@ msgstr "Palveluntarjoajan yhteyden vahvistaminen epäonnistui."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Yhteyden vahvistaminen epäonnistui. Tarkista API-avain, malli ja perus-URL-osoite."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Tallentaminen epäonnistui"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Tallentaminen epäonnistui"
msgid "Cover Letter"
msgstr "Saatekirje"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Saatekirje"
msgid "Create"
msgstr "Luo"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Luo uusi tili"
@@ -952,6 +1134,11 @@ msgstr "Luo ansioluettelo vaihtoehdoilla"
msgid "Created"
msgstr "Luotu"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Luodaan API-avaintasi..."
@@ -964,6 +1151,10 @@ msgstr "Luodaan ansioluetteloasi..."
msgid "Crop picture"
msgstr "Rajaa kuvaa"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Nykyinen salasana"
@@ -1041,6 +1232,9 @@ msgstr "Tutkinto"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Poista palveluntarjoaja"
msgid "Delete this agent thread?"
msgstr "Poistetaanko tämä agenttiketju?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Poistetaan tiliäsi..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Hylkää"
@@ -1136,6 +1336,10 @@ msgstr "Hylkää"
msgid "Documentation"
msgstr "Dokumentaatio"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Eikö sinulla ole tiliä? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Lataa DOCX"
msgid "Download JSON"
msgstr "Lataa JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Lataa PDF"
msgid "Downloads"
msgstr "Lataukset"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Vedä ja pudota osiot tänne siirtääksesi niitä sarakkeiden välillä"
@@ -1227,11 +1444,17 @@ msgstr "Monistetaan ansioluetteloasi..."
msgid "Dutch"
msgstr "hollanti"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Aiemmat versiot säilytetään; rakentajan kumoamishistoria nollataan."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Muokata"
@@ -1241,6 +1464,10 @@ msgstr "Muokata"
msgid "Edit {chip}"
msgstr "Muokkaa {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Vienti"
msgid "Export my data"
msgstr "Vie tietoni"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Vie ansioluettelosi PDF-muotoon välittömästi, ilman odottelua tai viivytyksiä."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Epäonnistuin analysoimaan ansioluetteloa."
@@ -1575,10 +1810,18 @@ msgstr "Ominaisuudet"
msgid "File"
msgstr "Tiedosto"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Suodata"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Etsi heikkoja luettelokohtia ja kirjoita ne uudelleen vahvemmilla tuloksilla, numeroilla, laajuudella ja terävämmillä verbeillä."
@@ -1599,6 +1842,22 @@ msgstr "Joustavuus"
msgid "Fluency"
msgstr "Sujuvuus"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Fonttiperhe"
@@ -1653,11 +1912,19 @@ msgstr "Vapaamuotoinen"
msgid "French"
msgstr "ranska"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Täysi leveys"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Koko näyttö"
@@ -1667,6 +1934,10 @@ msgstr "Koko näyttö"
msgid "Fullscreen Editor"
msgstr "Koko ruudun editori"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Luo satunnainen nimi"
@@ -1878,6 +2149,10 @@ msgstr "Miten jaan ansioluetteloni?"
msgid "How do I use the API?"
msgstr "Miten käytän rajapintaa (API:a)?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Miten tietojani suojataan?"
@@ -1904,12 +2179,35 @@ msgstr "Tunnista hakijoiden seurantajärjestelmän puutteet ja käytä vain luot
msgid "Import"
msgstr "Tuo"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Tuo olemassa oleva ansioluettelo"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "PDF- tai Word-tiedostoista tuominen edellyttää yhdistettyä tekoälypalveluntarjoajaa."
@@ -1942,6 +2240,10 @@ msgstr "Tiedot"
msgid "Inline Code"
msgstr "Rivikoodaus"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Välitön sukupolvi"
@@ -1986,6 +2288,14 @@ msgstr "Kursiivi"
msgid "Japanese"
msgstr "japani"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "korea"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Selite"
@@ -2072,6 +2383,10 @@ msgstr "Kieli"
msgid "Languages"
msgstr "Kielet"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Viimeksi analysoitu {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Jätä tyhjäksi palauttaaksesi otsikon alkuperäiseksi."
msgid "Left Align"
msgstr "Tasaa vasemmalle"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Letter"
@@ -2152,6 +2471,18 @@ msgstr "Vaalea teema"
msgid "Line Height"
msgstr "Riviväli"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Ladataan…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Sijainti"
@@ -2266,6 +2599,14 @@ msgstr "Marginaali (vaaka)"
msgid "Margin (Vertical)"
msgstr "Marginaali (pysty)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Lisää latausvaihtoehtoja"
msgid "Move section to another column or page"
msgstr "Siirrä osio toiselle sarakkeelle tai sivulle"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Aloitettava osoitteesta https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Uusi salasana"
msgid "New Section"
msgstr "Uusi osio"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Uusi viestiketju"
@@ -2360,6 +2712,14 @@ msgstr "Uusi viestiketju"
msgid "No Advertising, No Tracking"
msgstr "Ei mainoksia, ei seurantaa"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Ei aiempia tietoja"
msgid "No results found."
msgstr "Tuloksia ei löytynyt."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Hakuasi vastaavia ansioluetteloita ei löytynyt."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Ei vielä tallennettuja versioita."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Ei vielä tyylisääntöjä."
@@ -2406,6 +2778,7 @@ msgstr "norja"
msgid "Not connected"
msgstr "Ei yhdistetty"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Muistiinpanot"
@@ -2431,6 +2804,10 @@ msgstr "Jatkuva ylläpito"
msgid "Only applies when the section fits on a single page."
msgstr "Koskee vain tilanteita, joissa osio mahtuu yhdelle sivulle."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Salasanasuojaus on poistettu käytöstä."
msgid "Password protection has been enabled."
msgstr "Salasanasuojaus on otettu käyttöön."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Korjaus lisätty"
@@ -2636,6 +3025,22 @@ msgstr "Valitse kuvake"
msgid "Picture"
msgstr "Kuva"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Syötä uusi salasana tilillesi"
@@ -2652,6 +3057,10 @@ msgstr "Syötä linkitettävä URL-osoite:"
msgid "Please support the project"
msgstr "Tue projektia"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Odota, kunnes PDF-tiedosto on luotu..."
@@ -2774,6 +3183,10 @@ msgstr "Julkaisut"
msgid "Publisher"
msgstr "Julkaisija"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume – Siirry etusivulle"
@@ -2817,6 +3230,10 @@ msgstr "Reaktiivinen ansioluettelo v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reaktiivinen ansioluettelo v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Vastaanottaja"
@@ -2839,6 +3256,10 @@ msgstr "Tee uudelleen"
msgid "References"
msgstr "Suosittelijat"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Rekisteröi uusi laite"
@@ -2856,6 +3277,14 @@ msgstr "Poista"
msgid "Remove {chip}"
msgstr "Poista {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Poista mukautettu kenttä"
@@ -2954,6 +3383,10 @@ msgstr "Ansioluettelon analyysi valmis."
msgid "Resume content"
msgstr "Ansioluettelon sisältö"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Ansioluettelovaihtoehdot"
@@ -2962,6 +3395,10 @@ msgstr "Ansioluettelovaihtoehdot"
msgid "Resume patch"
msgstr "Ansioluettelon korjaustiedosto"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Kirjoita tämä ansioluettelo uudelleen startup-yrityksen perustajasta t
msgid "Right Align"
msgstr "Tasaa oikealle"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Roolin eteneminen"
@@ -3018,6 +3463,15 @@ msgstr "Suorita ensimmäinen analyysi, jotta saat tuloskortin, vahvuudet ja prio
msgid "Russian"
msgstr "venäjä"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Tallenna ja testaa -palveluntarjoaja"
msgid "Save & Upload"
msgstr "Tallenna ja lataa"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Skannaa alla oleva QR-koodi haluamallasi todennussovelluksella. Voit my
msgid "School"
msgstr "Oppilaitos"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Tuloskortti"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Haku"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Osion asetukset"
msgid "Section Type"
msgstr "Osion tyyppi"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Valitse ansioluettelo"
@@ -3124,6 +3603,10 @@ msgstr "Valitse ansioluettelo"
msgid "Select a thread"
msgstr "Valitse ketju"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Valitse agenttimalli"
@@ -3136,6 +3619,14 @@ msgstr "Valitse tekoälypalveluntarjoaja"
msgid "Select..."
msgstr "Valitse..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Itse-isännöinti Dockerilla"
@@ -3218,6 +3709,11 @@ msgstr "Jakaminen"
msgid "Show"
msgstr "Näytä"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Näytä salasana"
msgid "Show picture"
msgstr "Näytä kuva"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Jokin meni pieleen"
msgid "Something went wrong while analyzing your resume."
msgstr "Jokin meni pieleen ansioluetteloasi analysoitaessa."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Jokin meni pieleen. Yritä uudelleen."
@@ -3369,6 +3873,12 @@ msgstr "Jokin meni pieleen. Yritä uudelleen."
msgid "Sort by"
msgstr "Lajittele"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Sponsorisopimukset"
msgid "Square"
msgstr "Neliö"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Anna meille tähti GitHubissa (avautuu uuteen välilehteen)"
@@ -3459,6 +3974,10 @@ msgstr "Vahvuudet"
msgid "Strike"
msgstr "Yliviivaus"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Vaihdettiin {0} -mallipohjaan."
msgid "Synced changes made in another tab."
msgstr "Toisella välilehdellä tehdyt muutokset synkronoitu."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Tunnisteet"
@@ -3513,10 +4037,18 @@ msgstr "Tunnisteet"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Tunnisteilla voit luokitella ansioluettelosi avainsanojen mukaan."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Räätälöi tämä ansioluettelo tuotepäällikön työtehtävän kuvauksen mukaisesti ja korosta tiekartan omistajuutta, sidosryhmäviestintää ja mitattavia lanseerauksen tuloksia."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "tamili"
@@ -3753,6 +4285,10 @@ msgstr "Tiukentaa taito-osiota niin, että se tukee kohderoolia sen sijaan, ett
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Aikajananäytös ansioluettelon laatimisesta Reactive Resumella"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Vinkki: Anna API-avaimellesi nimi, joka vastaa sen käyttötarkoitusta, jotta tunnistat sen myöhemmin."
@@ -3799,6 +4335,14 @@ msgstr "Oikean sivupalkin vaihtaminen"
msgid "Toggle threads"
msgstr "Näytä/piilota ketjut"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Seuraa ansioluettelosi katseluita ja latauksia"
@@ -3897,6 +4441,11 @@ msgstr "Typografia"
msgid "Ukrainian"
msgstr "ukraina"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Alleviivaus"
@@ -4011,6 +4560,10 @@ msgstr "Päivitä projektin luettelomerkkejä osoittaaksesi johtajuuden, rajoitt
msgid "Update Resume"
msgstr "Päivitä ansioluettelo"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Päivitä salasanasi"
@@ -4023,6 +4576,10 @@ msgstr "Päivitetään salasanaasi..."
msgid "Updating your resume..."
msgstr "Päivitetään ansioluetteloasi..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Lähetä liitteitä"
@@ -4031,10 +4588,18 @@ msgstr "Lähetä liitteitä"
msgid "Upload picture"
msgstr "Lataa kuva"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Kuvan lataaminen…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Käyttää"
msgid "Use color {color}"
msgstr "Käytä väriä {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Mikä on uutta uusimmassa versiossa?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Kun se on lukittu, ansioluetteloa ei voi päivittää tai poistaa."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Työskentele OpenAI:lla"
@@ -4181,6 +4758,10 @@ msgstr "Työskentele OpenAI:lla"
msgid "Working…"
msgstr "Työskentely…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Loitonna"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/fr-FR.po b/apps/web/locales/fr-FR.po
index b05265671..90a164643 100644
--- a/apps/web/locales/fr-FR.po
+++ b/apps/web/locales/fr-FR.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# poste} other {# postes}}"
msgid "{0} characters"
msgstr "{0} caractères"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ 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/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Un nouveau lien de vérification a été envoyé à votre adresse email.
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Un projet-passion de <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Menu du compte"
msgid "Actual size (100%)"
msgstr "Taille réelle (100 %)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Ajouter un champ personnalisé"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Ajouter un mot-clé..."
@@ -196,10 +223,23 @@ msgstr "Ajouter une nouvelle compétence"
msgid "Add a new volunteer experience"
msgstr "Ajouter une nouvelle expérience de bénévolat"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Ajoutez et testez un fournisseur avant de démarrer un thread d'agent."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Ajouter un mot-clé"
@@ -225,6 +265,14 @@ msgstr "Ajouter un fournisseur"
msgid "Add Role"
msgstr "Ajouter un poste"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Adaptez votre CV à un poste privilégiant le télétravail, qui valorise la communication asynchrone et l'autonomie."
@@ -285,6 +333,10 @@ msgstr "Les fournisseurs d'IA exigent la configuration de REDIS_URL et ENCRYPTIO
msgid "Albanian"
msgstr "Albanais"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Autoriser l'accès public"
@@ -360,10 +412,40 @@ msgstr "Référence de l'API"
msgid "App"
msgstr "App"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Statistiques d'application"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Règles appliquées"
@@ -372,11 +454,18 @@ msgstr "Règles appliquées"
msgid "Arabic"
msgstr "Arabe"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Archive"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Êtes-vous sûr de vouloir fermer cette fenêtre ?"
@@ -437,6 +526,10 @@ msgstr "Format d'image"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud soutient Reactive Resume en tant que sponsor du projet. Si votre entreprise souhaite sponsoriser le projet, veuillez envoyer un e-mail à <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Joindre des fichiers"
@@ -455,6 +548,14 @@ msgstr "Pièce jointe téléchargée."
msgid "Authentication"
msgstr "Authentification"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Disponible en plusieurs langues. Si vous souhaitez contribuer, rendez-vous sur Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengali"
msgid "Blank draft"
msgstr "Brouillon vierge"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Palette de commandes du créateur"
msgid "Bulgarian"
msgstr "Bulgare"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Liste à puces"
@@ -552,6 +665,12 @@ msgstr "Liste à puces"
msgid "By the community, for the community."
msgstr "Par la communauté, pour la communauté."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Puis-je exporter mon CV au format PDF ?"
@@ -566,6 +685,9 @@ msgstr "Puis-je exporter mon CV au format PDF ?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Cercle"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Clair"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Sélection claire"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Communauté"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Entreprise"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Comparez ce CV avec l'URL de ce poste et mettez à jour les mots-clés tout en conservant un style concis et crédible."
@@ -735,6 +867,10 @@ msgstr "Échec de la connexion"
msgid "Connection verified — provider is ready to use."
msgstr "Connexion vérifiée — le fournisseur est prêt à l'emploi."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Conversation copiée."
msgid "Conversation JSON copied."
msgstr "Conversation JSON copiée."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Copier"
@@ -815,10 +956,43 @@ msgstr "Impossible de vérifier la connexion au fournisseur."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Impossible de vérifier la connexion. Veuillez vérifier la clé API, le modèle et l'URL de base."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Impossible de sauver"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Impossible de sauver"
msgid "Cover Letter"
msgstr "Lettre de motivation"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Lettre de motivation"
msgid "Create"
msgstr "Créer"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Créer un nouveau compte"
@@ -952,6 +1134,11 @@ msgstr "Créer un CV avec des options"
msgid "Created"
msgstr "Créé"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Création de votre clé API..."
@@ -964,6 +1151,10 @@ msgstr "Création de votre CV..."
msgid "Crop picture"
msgstr "Image recadrée"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Mot de passe actuel"
@@ -1041,6 +1232,9 @@ msgstr "Diplôme"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Supprimer le fournisseur"
msgid "Delete this agent thread?"
msgstr "Supprimer ce fil de discussion de l'agent ?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Suppression de votre compte..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Rejeter"
@@ -1136,6 +1336,10 @@ msgstr "Rejeter"
msgid "Documentation"
msgstr "Documentation"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Vous n'avez pas de compte ? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Télécharger DOCX"
msgid "Download JSON"
msgstr "Télécharger le JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Télécharger le PDF"
msgid "Downloads"
msgstr "Téléchargements"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Glissez-déposez les sections ici pour les déplacer d'une colonne à l'autre"
@@ -1227,11 +1444,17 @@ msgstr "Duplication de votre CV..."
msgid "Dutch"
msgstr "Néerlandais"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Les versions précédentes sont conservées ; l’historique d’annulation du constructeur est réinitialisé."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Modifier"
@@ -1241,6 +1464,10 @@ msgstr "Modifier"
msgid "Edit {chip}"
msgstr "Modifier {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Exporter"
msgid "Export my data"
msgstr "Exporter mes données"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Exportez instantanément votre CV au format PDF, sans attente ni délai."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Échec de l'analyse du curriculum vitae."
@@ -1575,10 +1810,18 @@ msgstr "Fonctionnalités"
msgid "File"
msgstr "Déposer"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filtrer par"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Repérez les points faibles et reformulez-les avec des résultats, des chiffres, une portée et des verbes plus percutants."
@@ -1599,6 +1842,22 @@ msgstr "Flexibilité"
msgid "Fluency"
msgstr "Niveau"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Famille de police"
@@ -1653,11 +1912,19 @@ msgstr "Forme libre"
msgid "French"
msgstr "Français"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Pleine largeur"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Plein écran"
@@ -1667,6 +1934,10 @@ msgstr "Plein écran"
msgid "Fullscreen Editor"
msgstr "Éditeur plein écran"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Générer un nom aléatoire"
@@ -1878,6 +2149,10 @@ msgstr "Comment partager mon CV ?"
msgid "How do I use the API?"
msgstr "Comment utiliser l'API ?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Comment mes données sont-elles protégées ?"
@@ -1904,12 +2179,35 @@ msgstr "Identifiez les lacunes d'un système de suivi des candidatures et n'appl
msgid "Import"
msgstr "Importer"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Importer un CV existant"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "L'importation à partir de fichiers PDF ou Word nécessite un fournisseur d'IA connecté."
@@ -1942,6 +2240,10 @@ msgstr "Information"
msgid "Inline Code"
msgstr "Code en ligne"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Génération instantanée"
@@ -1986,6 +2288,14 @@ msgstr "Italique"
msgid "Japanese"
msgstr "Japonais"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Coréen"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Libellé"
@@ -2072,6 +2383,10 @@ msgstr "Langue"
msgid "Languages"
msgstr "Langues"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Dernière analyse le {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Laissez le champ vide pour rétablir le titre d'origine."
msgid "Left Align"
msgstr "Aligné à gauche"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Lettre"
@@ -2152,6 +2471,18 @@ msgstr "Thème clair"
msgid "Line Height"
msgstr "Hauteur de ligne"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Chargement…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Lieu"
@@ -2266,6 +2599,14 @@ msgstr "Marge (horizontale)"
msgid "Margin (Vertical)"
msgstr "Marge (verticale)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Plus d'options de téléchargement"
msgid "Move section to another column or page"
msgstr "Déplacer la section vers une autre colonne ou page"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Doit commencer par https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Nouveau mot de passe"
msgid "New Section"
msgstr "Nouvelle section"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Nouveau sujet"
@@ -2360,6 +2712,14 @@ msgstr "Nouveau sujet"
msgid "No Advertising, No Tracking"
msgstr "Pas de publicité, pas de suivi"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Aucune donnée antérieure"
msgid "No results found."
msgstr "Aucun résultat trouvé."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Aucun CV ne correspond à votre recherche."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Aucune version enregistrée pour le moment."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Pas encore de règles de style."
@@ -2406,6 +2778,7 @@ msgstr "Norvégien"
msgid "Not connected"
msgstr "Non connecté"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Notes"
@@ -2431,6 +2804,10 @@ msgstr "Maintenance en cours"
msgid "Only applies when the section fits on a single page."
msgstr "S'applique uniquement lorsque la section tient sur une seule page."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "La protection par mot de passe a été désactivée."
msgid "Password protection has been enabled."
msgstr "La protection par mot de passe a été activée."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Patch appliqué"
@@ -2636,6 +3025,22 @@ msgstr "Choisissez une icône"
msgid "Picture"
msgstr "Photo"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Veuillez saisir un nouveau mot de passe pour votre compte"
@@ -2652,6 +3057,10 @@ msgstr "Veuillez saisir l'URL vers laquelle vous souhaitez rediriger :"
msgid "Please support the project"
msgstr "Veuillez soutenir le projet"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Veuillez patienter pendant que votre PDF est en cours de génération..."
@@ -2774,6 +3183,10 @@ msgstr "Publications"
msgid "Publisher"
msgstr "Éditeur"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Aller à la page d'accueil"
@@ -2817,6 +3230,10 @@ msgstr "React Resume v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reactive Resume v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Destinataire"
@@ -2839,6 +3256,10 @@ msgstr "Refaire"
msgid "References"
msgstr "Références"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Enregistrer un nouveau dispositif"
@@ -2856,6 +3277,14 @@ msgstr "Supprimer"
msgid "Remove {chip}"
msgstr "Supprimer {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Supprimer le champ personnalisé"
@@ -2954,6 +3383,10 @@ msgstr "L'analyse du curriculum vitae est terminée."
msgid "Resume content"
msgstr "Contenu du CV"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Options de CV"
@@ -2962,6 +3395,10 @@ msgstr "Options de CV"
msgid "Resume patch"
msgstr "Reprise du patch"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Réécrivez ce CV pour une transition de fondateur de startup à respons
msgid "Right Align"
msgstr "Alignement à droite"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Progression de poste"
@@ -3018,6 +3463,15 @@ msgstr "Effectuez votre première analyse pour obtenir un tableau de bord, des p
msgid "Russian"
msgstr "Russe"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Fournisseur de sauvegarde et de test"
msgid "Save & Upload"
msgstr "Enregistrer et télécharger"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Scannez le code QR ci-dessous avec votre application d'authentification
msgid "School"
msgstr "École"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Fiche d'évaluation"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Recherche"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Options de section"
msgid "Section Type"
msgstr "Type de section"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Sélectionnez un CV"
@@ -3124,6 +3603,10 @@ msgstr "Sélectionnez un CV"
msgid "Select a thread"
msgstr "Sélectionnez une discussion"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Sélectionnez un modèle d'agent"
@@ -3136,6 +3619,14 @@ msgstr "Sélectionnez un fournisseur d'IA"
msgid "Select..."
msgstr "Sélectionner..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Auto-hébergement avec Docker"
@@ -3218,6 +3709,11 @@ msgstr "Partage"
msgid "Show"
msgstr "Afficher"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Afficher le mot de passe"
msgid "Show picture"
msgstr "Afficher l'image"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Quelque chose s'est mal passé"
msgid "Something went wrong while analyzing your resume."
msgstr "Une erreur s'est produite lors de l'analyse de votre CV."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Une erreur s'est produite. Veuillez réessayer."
@@ -3369,6 +3873,12 @@ msgstr "Une erreur s'est produite. Veuillez réessayer."
msgid "Sort by"
msgstr "Trier par"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Soutenir le projet"
msgid "Square"
msgstr "Carré"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Ajoutez-nous en favori sur GitHub (s'ouvre dans un nouvel onglet)"
@@ -3459,6 +3974,10 @@ msgstr "Points forts"
msgid "Strike"
msgstr "Barré"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Passage au modèle {0}."
msgid "Synced changes made in another tab."
msgstr "Modifications synchronisées effectuées dans un autre onglet."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Mots-clés"
@@ -3513,10 +4037,18 @@ msgstr "Mots-clés"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Les mots-clés peuvent être utilisés pour catégoriser vos CVs."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Adaptez ce CV à la description de poste de chef de produit et mettez l'accent sur la responsabilité de la feuille de route, la communication avec les parties prenantes et les résultats mesurables du lancement."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamoul"
@@ -3753,6 +4285,10 @@ msgstr "Réduisez la section « compétences » pour qu'elle corresponde au rôl
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Démonstration en accéléré de la construction d'un CV avec Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Conseil : donnez un nom à votre clé API, correspondant à l'objectif de la clé, pour vous aider à l'identifier ultérieurement."
@@ -3799,6 +4335,14 @@ msgstr "Barre latérale droite"
msgid "Toggle threads"
msgstr "Basculer les fils"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Suivez les consultations et les téléchargements de votre CV"
@@ -3897,6 +4441,11 @@ msgstr "Typographie"
msgid "Ukrainian"
msgstr "Ukrainien"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Souligner"
@@ -4011,6 +4560,10 @@ msgstr "Mettez à jour les points clés du projet pour y inclure le leadership,
msgid "Update Resume"
msgstr "Modifier le CV"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Modifier votre mot de passe"
@@ -4023,6 +4576,10 @@ msgstr "Mise à jour de votre mot de passe..."
msgid "Updating your resume..."
msgstr "Mise à jour de votre CV..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Télécharger des pièces jointes"
@@ -4031,10 +4588,18 @@ msgstr "Télécharger des pièces jointes"
msgid "Upload picture"
msgstr "Télécharger l'image"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Téléchargement de l'image…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Utiliser"
msgid "Use color {color}"
msgstr "Utilisez la couleur {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Quoi de neuf dans la dernière version ?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Lorsqu'il est verrouillé, le CV ne peut être ni modifié ni supprimé."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Travaillez avec OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Travaillez avec OpenAI"
msgid "Working…"
msgstr "Travail…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Zoom arrière"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zoulou"
-
diff --git a/apps/web/locales/he-IL.po b/apps/web/locales/he-IL.po
index 0599351af..b0bdb1f64 100644
--- a/apps/web/locales/he-IL.po
+++ b/apps/web/locales/he-IL.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# תפקיד} other {# תפקידים}}"
msgid "{0} characters"
msgstr "{0} תווים"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "קישור לאישור נשלח לכתובת הדוא״ל הנוכחי
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "בונה קורות חיים חינמי בקוד פתוח שמפשט את תהליך יצירת, עדכון ושיתוף קורות החיים שלך."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "קישור אימות חדש נשלח לכתובת הדוא״ל שלך.
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "מיזם שמונע מהתשוקה של <0>אמרות׳ פילאי0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "תפריט חשבון"
msgid "Actual size (100%)"
msgstr "גודל אמיתי (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "הוספת שדה מותאם אישית"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "הוסף מילת מפתח..."
@@ -196,10 +223,23 @@ msgstr "הוספת מיומנות חדשה"
msgid "Add a new volunteer experience"
msgstr "הוספת ניסיון התנדבות חדש"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "הוסף ובדוק ספק לפני פתיחת שרשור של סוכן."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "הוסף מילת מפתח"
@@ -225,6 +265,14 @@ msgstr "הוסף ספק"
msgid "Add Role"
msgstr "הוסף תפקיד"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "התאם את קורות החיים לתפקיד מרחוק, המעריך תקשורת אסינכרונית ובעלות על הצוות."
@@ -285,6 +333,10 @@ msgstr "ספקי בינה מלאכותית דורשים הגדרה של REDIS_UR
msgid "Albanian"
msgstr "אלבנית"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "לאפשר גישה ציבורית"
@@ -360,10 +412,40 @@ msgstr "תיעוד API"
msgid "App"
msgstr "יישום"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "סטטיסטיקת היישום"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "כללים יישומיים"
@@ -372,11 +454,18 @@ msgstr "כללים יישומיים"
msgid "Arabic"
msgstr "ערבית"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "ארכיון"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "האם אתה בטוח שברצונך לסגור את תיבת הדו-שיח הזו?"
@@ -437,6 +526,10 @@ msgstr "יחס גובה־רוחב"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud תומך ב-Reactive Resume כנותן חסות לפרויקט. אם החברה שלך מעוניינת לתת חסות לפרויקט, אנא שלח דוא\"ל ל-<0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "צרף קבצים"
@@ -455,6 +548,14 @@ msgstr "קובץ מצורף הועלה."
msgid "Authentication"
msgstr "אימות"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "זמין במספר שפות. אם ברצונך לתרום, נא לבקר ב־Crowdin."
@@ -511,6 +612,10 @@ msgstr "בנגלית"
msgid "Blank draft"
msgstr "טיוטה ריקה"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "לוח פקודות הבונה"
msgid "Bulgarian"
msgstr "בולגרית"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "רשימת תבליטים"
@@ -552,6 +665,12 @@ msgstr "רשימת תבליטים"
msgid "By the community, for the community."
msgstr "על ידי הקהילה ועבורה."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "האם אפשר לייצא את קורות החיים שלי ל־PDF?"
@@ -566,6 +685,9 @@ msgstr "האם אפשר לייצא את קורות החיים שלי ל־PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "עיגול"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "נקה"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "נקה את הבחירה"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "קהילה"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "חברה"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "השווה את קורות החיים האלה לכתובת האתר של התפקיד ועדכן את מילות המפתח תוך שמירה על קול תמציתי ואמין."
@@ -735,6 +867,10 @@ msgstr "החיבור נכשל"
msgid "Connection verified — provider is ready to use."
msgstr "החיבור אומת - הספק מוכן לשימוש."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "השיחה הועתקה."
msgid "Conversation JSON copied."
msgstr "קובץ JSON של השיחה הועתק."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "העתקה"
@@ -815,10 +956,43 @@ msgstr "לא ניתן היה לאמת את חיבור הספק."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "לא ניתן היה לאמת את החיבור. בדוק את מפתח ה-API, המודל וכתובת האתר הבסיסית."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "לא ניתן היה לשמור"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "לא ניתן היה לשמור"
msgid "Cover Letter"
msgstr "מכתב מקדים"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "מכתב מקדים"
msgid "Create"
msgstr "יצירה"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "יצירת חשבון חדש"
@@ -952,6 +1134,11 @@ msgstr "יצירת קורות חיים עם אפשרויות"
msgid "Created"
msgstr "תאריך יצירה"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "יוצר את מפתח ה־API שלך..."
@@ -964,6 +1151,10 @@ msgstr "יוצר את קורות החיים שלך..."
msgid "Crop picture"
msgstr "חיתוך תמונה"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "סיסמה נוכחית"
@@ -1041,6 +1232,9 @@ msgstr "תואר"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "מחיקת ספק"
msgid "Delete this agent thread?"
msgstr "למחוק את שרשור הסוכן הזה?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "מוחק את החשבון שלך..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "דיסקורד"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "לְפַטֵר"
@@ -1136,6 +1336,10 @@ msgstr "לְפַטֵר"
msgid "Documentation"
msgstr "תיעוד"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "אין לך חשבון? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "הורד קובץ DOCX"
msgid "Download JSON"
msgstr "הורדת JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "הורדת PDF"
msgid "Downloads"
msgstr "הורדות"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "גרור ושחרר סעיפים כאן כדי להעביר אותם בין עמודות"
@@ -1227,11 +1444,17 @@ msgstr "משכפל את קורות החיים שלך..."
msgid "Dutch"
msgstr "הולנדית"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "גרסאות קודמות נשמרות; היסטוריית הביטולים של בונה הקבצים מאופסת."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "לַעֲרוֹך"
@@ -1241,6 +1464,10 @@ msgstr "לַעֲרוֹך"
msgid "Edit {chip}"
msgstr "ערוך {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "ייצוא"
msgid "Export my data"
msgstr "ייצוא הנתונים שלי"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "ייצא את קורות החיים שלך ל-PDF באופן מיידי, ללא המתנה או עיכובים."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "לא ניתן לנתח את קורות החיים."
@@ -1575,10 +1810,18 @@ msgstr "יכולות"
msgid "File"
msgstr "קוֹבֶץ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "סינון לפי"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "מצא נקודות תבליט חלשות וכתוב אותן מחדש עם תוצאות, מספרים, היקף ופעלים חדים יותר."
@@ -1599,6 +1842,22 @@ msgstr "גמישות"
msgid "Fluency"
msgstr "שטף"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "משפחת גופנים"
@@ -1653,11 +1912,19 @@ msgstr "צורה חופשית"
msgid "French"
msgstr "צרפתית"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "רוחב מלא"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "מסך מלא"
@@ -1667,6 +1934,10 @@ msgstr "מסך מלא"
msgid "Fullscreen Editor"
msgstr "עורך במסך מלא"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "יצירת שם אקראי"
@@ -1878,6 +2149,10 @@ msgstr "איך משתפים את קורות החיים שלי?"
msgid "How do I use the API?"
msgstr "איך משתמשים ב־API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "כיצד הנתונים שלי מוגנים?"
@@ -1904,12 +2179,35 @@ msgstr "זהה פערים במערכת מעקב אחר מועמדים ויישו
msgid "Import"
msgstr "ייבוא"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "ייבוא קורות חיים קיימים"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "ייבוא מ-PDF או Word דורש ספק בינה מלאכותית מחובר."
@@ -1942,6 +2240,10 @@ msgstr "מידע"
msgid "Inline Code"
msgstr "קוד מוטמע"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "יצירה מיידית"
@@ -1986,6 +2288,14 @@ msgstr "נטוי"
msgid "Japanese"
msgstr "יפנית"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "קוריאנית"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "תווית"
@@ -2072,6 +2383,10 @@ msgstr "שפה"
msgid "Languages"
msgstr "שפות"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "ניתוח אחרון בתאריך {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "השאר ריק כדי לאפס את הכותרת למקורית."
msgid "Left Align"
msgstr "יישור לשמאל"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "מכתב"
@@ -2152,6 +2471,18 @@ msgstr "ערכת עיצוב בהירה"
msgid "Line Height"
msgstr "גובה שורה"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "טוען…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "מקום"
@@ -2266,6 +2599,14 @@ msgstr "שוליים (אופקיים)"
msgid "Margin (Vertical)"
msgstr "שוליים (אנכיים)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "אפשרויות הורדה נוספות"
msgid "Move section to another column or page"
msgstr "העברת מקטע לעמודה או עמוד אחר"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "יש להתחיל ב-https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "סיסמה חדשה"
msgid "New Section"
msgstr "סעיף חדש"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "שרשור חדש"
@@ -2360,6 +2712,14 @@ msgstr "שרשור חדש"
msgid "No Advertising, No Tracking"
msgstr "בלי פרסום, בלי מעקב"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "אין נתונים קודמים"
msgid "No results found."
msgstr "לא נמצאו תוצאות."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "אין קורות חיים התואמים את החיפוש שלך."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "עדיין אין גרסאות שנשמרו."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "עדיין אין חוקי סגנון."
@@ -2406,6 +2778,7 @@ msgstr "נורווגית"
msgid "Not connected"
msgstr "לא מחובר"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "הערות"
@@ -2431,6 +2804,10 @@ msgstr "תחזוקה מתמשכת"
msgid "Only applies when the section fits on a single page."
msgstr "חל רק כאשר הקטע מתאים לעמוד אחד."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "ההגנה באמצעות סיסמה הושבתה."
msgid "Password protection has been enabled."
msgstr "ההגנה באמצעות סיסמה הופעלה."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "תיקון הוחל"
@@ -2636,6 +3025,22 @@ msgstr "בחר סמל"
msgid "Picture"
msgstr "תמונה"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "נא להזין סיסמה חדשה לחשבון שלך"
@@ -2652,6 +3057,10 @@ msgstr "נא להזין את כתובת ה־URL שאליה ברצונך לקשר
msgid "Please support the project"
msgstr "אנא תמכו בפרויקט"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "נא להמתין בזמן שקובץ ה־PDF שלך נוצר..."
@@ -2774,6 +3183,10 @@ msgstr "פרסומים"
msgid "Publisher"
msgstr "מוציא לאור"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - מעבר לדף הבית"
@@ -2817,6 +3230,10 @@ msgstr "קורות חיים ריאקטיביים v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "קורות חיים תגובתיים גרסה 4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "נמען"
@@ -2839,6 +3256,10 @@ msgstr "לַעֲשׂוֹת שׁוּב"
msgid "References"
msgstr "ממליצים"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "הרשמת מכשיר חדש"
@@ -2856,6 +3277,14 @@ msgstr "הסר"
msgid "Remove {chip}"
msgstr "הסר את {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "הסר שדה מותאם אישית"
@@ -2954,6 +3383,10 @@ msgstr "ניתוח קורות החיים הושלם."
msgid "Resume content"
msgstr "תוכן קורות חיים"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "אפשרויות קורות חיים"
@@ -2962,6 +3395,10 @@ msgstr "אפשרויות קורות חיים"
msgid "Resume patch"
msgstr "תיקון קורות חיים"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "כתוב מחדש את קורות החיים האלה למעבר ממי
msgid "Right Align"
msgstr "יישור לימין"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "התקדמות בתפקיד"
@@ -3018,6 +3463,15 @@ msgstr "בצע את הניתוח הראשון שלך כדי לקבל דוח בי
msgid "Russian"
msgstr "רוסית"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "שמור ובדוק ספק"
msgid "Save & Upload"
msgstr "שמור והעלה"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "סרוק את קוד ה־QR הבא באמצעות אפליקציית ה
msgid "School"
msgstr "בית ספר"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "כרטיס ביצועים"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "לְחַפֵּשׂ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "אפשרויות מקטע"
msgid "Section Type"
msgstr "סוג סעיף"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "בחר קורות חיים"
@@ -3124,6 +3603,10 @@ msgstr "בחר קורות חיים"
msgid "Select a thread"
msgstr "בחר שרשור"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "בחר מודל סוכן"
@@ -3136,6 +3619,14 @@ msgstr "בחירת ספק בינה מלאכותית"
msgid "Select..."
msgstr "בחר..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "אירוח עצמי עם Docker"
@@ -3218,6 +3709,11 @@ msgstr "שיתוף"
msgid "Show"
msgstr "הצגה"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "הצג סיסמה"
msgid "Show picture"
msgstr "הצג תמונה"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "משהו השתבש"
msgid "Something went wrong while analyzing your resume."
msgstr "אירעה תקלה במהלך ניתוח קורות החיים שלך."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "משהו השתבש. נא לנסות שוב."
@@ -3369,6 +3873,12 @@ msgstr "משהו השתבש. נא לנסות שוב."
msgid "Sort by"
msgstr "מיון לפי"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "חסויות"
msgid "Square"
msgstr "מרובע"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "סמנו אותנו בכוכב ב־GitHub (נפתח בלשונית חדשה)"
@@ -3459,6 +3974,10 @@ msgstr "נקודות חוזק"
msgid "Strike"
msgstr "קו חוצה"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "סברדיט"
@@ -3505,7 +4024,12 @@ msgstr "עברתי לתבנית {0}."
msgid "Synced changes made in another tab."
msgstr "שינויים מסונכרנים שבוצעו בכרטיסייה אחרת."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "תגיות"
@@ -3513,10 +4037,18 @@ msgstr "תגיות"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "אפשר להשתמש בתגיות כדי לסווג את קורות החיים שלך לפי מילות מפתח."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "התאם את קורות החיים לתיאור תפקיד של מנהל מוצר והדגש על אחריות על מפת הדרכים, תקשורת עם בעלי עניין ותוצאות השקה מדידות."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "טמילית"
@@ -3753,6 +4285,10 @@ msgstr "הדקו את סעיף המיומנויות כך שיתמוך בתפקי
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "הדגמת צילום מהיר של בניית קורות חיים בעזרת Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "עצה: תן למפתח ה־API שלך שם שמשקף את מטרת המפתח, כדי שיהיה לך קל לזהות אותו מאוחר יותר."
@@ -3799,6 +4335,14 @@ msgstr "הצג את הסרגל הצדדי הימני"
msgid "Toggle threads"
msgstr "החלף שרשורים"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "עקוב אחר צפיות והורדות של קורות החיים שלך"
@@ -3897,6 +4441,11 @@ msgstr "טיפוגרפיה"
msgid "Ukrainian"
msgstr "אוקראינית"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "קו תחתון"
@@ -4011,6 +4560,10 @@ msgstr "עדכן את תבליטי הפרויקט כדי להראות מנהיג
msgid "Update Resume"
msgstr "עדכון קורות חיים"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "עדכון הסיסמה שלך"
@@ -4023,6 +4576,10 @@ msgstr "מעדכן את הסיסמה שלך..."
msgid "Updating your resume..."
msgstr "מעדכן את קורות החיים שלך..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "העלאת קבצים מצורפים"
@@ -4031,10 +4588,18 @@ msgstr "העלאת קבצים מצורפים"
msgid "Upload picture"
msgstr "העלה תמונה"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "מעלה תמונה…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "לְהִשְׁתַמֵשׁ"
msgid "Use color {color}"
msgstr "השתמש בצבע {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "מה חדש בגרסה העדכנית?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "כאשר קורות החיים נעולים, אי אפשר לעדכן או למחוק אותם."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "עבודה ב-OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "עבודה ב-OpenAI"
msgid "Working…"
msgstr "עובד…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "איקס (טוויטר)"
@@ -4308,4 +4889,3 @@ msgstr "התרחקות"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "זולו"
-
diff --git a/apps/web/locales/hi-IN.po b/apps/web/locales/hi-IN.po
index b7e246b64..a9bedc673 100644
--- a/apps/web/locales/hi-IN.po
+++ b/apps/web/locales/hi-IN.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# भूमिका} other {# भूमिकाएं
msgid "{0} characters"
msgstr "{0} वर्ण"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "आपके वर्तमान ईमेल पते पर एक
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "एक मुफ़्त और ओपन-सोर्स रेज़्यूमे बिल्डर जो आपके रेज़्यूमे को बनाने, अपडेट करने और साझा करने की प्रक्रिया को सरल बनाता है।"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "आपके ईमेल पते पर नया सत्याप
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "<0>अमृत पिल्लई0> का एक जुनूनी प्रोजेक्ट।"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "ए4"
@@ -126,10 +144,19 @@ msgstr "खाता मेनू"
msgid "Actual size (100%)"
msgstr "वास्तविक आकार (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "नया कस्टम फ़ील्ड जोड़ें"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "एक कीवर्ड जोड़ें..."
@@ -196,10 +223,23 @@ msgstr "नई कौशल जोड़ें"
msgid "Add a new volunteer experience"
msgstr "नया स्वयंसेवी अनुभव जोड़ें"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "एजेंट थ्रेड शुरू करने से पहले एक प्रोवाइडर जोड़ें और उसका परीक्षण करें।"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "कीवर्ड जोड़ें"
@@ -225,6 +265,14 @@ msgstr "प्रदाता जोड़ें"
msgid "Add Role"
msgstr "भूमिका जोड़ें"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "ऐसे रिमोट-फर्स्ट रोल के लिए रिज्यूमे को अपडेट करें जिसमें एसिंक्रोनस कम्युनिकेशन और जिम्मेदारी को महत्व दिया जाता हो।"
@@ -285,6 +333,10 @@ msgstr "एआई प्रदाताओं को REDIS_URL और ENCRYPTION
msgid "Albanian"
msgstr "अल्बानियाई"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "सार्वजनिक एक्सेस की अनुमति दें"
@@ -360,10 +412,40 @@ msgstr "API संदर्भ"
msgid "App"
msgstr "ऐप"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "ऐप आँकड़े"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "लागू नियम"
@@ -372,11 +454,18 @@ msgstr "लागू नियम"
msgid "Arabic"
msgstr "अरबी"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "पुरालेख"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "क्या आप वाकई इस डायलॉग को बंद करना चाहते हैं?"
@@ -437,6 +526,10 @@ msgstr "आकार अनुपात"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "एटलस क्लाउड, रिएक्टिव रिज्यूम को प्रोजेक्ट स्पॉन्सर के रूप में समर्थन देता है। यदि आपकी कंपनी इस प्रोजेक्ट को स्पॉन्सर करना चाहती है, तो कृपया <0>{sponsorshipEmail}पर ईमेल करें।0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "फ़ाइलों को संलग्न करें"
@@ -455,6 +548,14 @@ msgstr "संलग्न दस्तावेज़ अपलोड कर
msgid "Authentication"
msgstr "प्रमाणीकरण"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "कई भाषाओं में उपलब्ध। यदि आप योगदान देना चाहते हैं, तो Crowdin देखें।"
@@ -511,6 +612,10 @@ msgstr "बंगाली"
msgid "Blank draft"
msgstr "खाली मसौदा"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "बिल्डर कमांड पैलेट"
msgid "Bulgarian"
msgstr "बुल्गारियाई"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "बुलेट सूची"
@@ -552,6 +665,12 @@ msgstr "बुलेट सूची"
msgid "By the community, for the community."
msgstr "समुदाय द्वारा, समुदाय के लिए।"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "क्या मैं अपना रेज़्यूमे PDF में एक्सपोर्ट कर सकता/सकती हूँ?"
@@ -566,6 +685,9 @@ msgstr "क्या मैं अपना रेज़्यूमे PDF म
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "गोला"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "स्पष्ट"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "चयन साफ़ करें"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "समुदाय"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "कंपनी"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "इस रिज्यूमे की तुलना इस पद के यूआरएल से करें और संक्षिप्त एवं विश्वसनीय भाषा का प्रयोग करते हुए कीवर्ड्स को अपडेट करें।"
@@ -735,6 +867,10 @@ msgstr "कनेक्शन विफल"
msgid "Connection verified — provider is ready to use."
msgstr "कनेक्शन सत्यापित हो गया है — सेवा प्रदाता उपयोग के लिए तैयार है।"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "बातचीत कॉपी हो गई।"
msgid "Conversation JSON copied."
msgstr "वार्तालाप का JSON कॉपी हो गया।"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "कॉपी करें"
@@ -815,10 +956,43 @@ msgstr "प्रदाता कनेक्शन सत्यापित न
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "कनेक्शन सत्यापित नहीं हो सका। कृपया API कुंजी, मॉडल और बेस URL की जाँच करें।"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "बचा नहीं सका"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "बचा नहीं सका"
msgid "Cover Letter"
msgstr "कवर लेटर"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "कवर लेटर"
msgid "Create"
msgstr "बनाएँ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "एक नया खाता बनाएँ"
@@ -952,6 +1134,11 @@ msgstr "विकल्पों के साथ रिज़्यूमे
msgid "Created"
msgstr "बनाया गया"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "आपकी API कुंजी बनाई जा रही है..."
@@ -964,6 +1151,10 @@ msgstr "आपका रेज़्यूमे बनाया जा रह
msgid "Crop picture"
msgstr "तस्वीर काटें"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "वर्तमान पासवर्ड"
@@ -1041,6 +1232,9 @@ msgstr "डिग्री"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "प्रदाता को हटाएँ"
msgid "Delete this agent thread?"
msgstr "क्या इस एजेंट थ्रेड को हटा दें?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "आपका खाता हटाया जा रहा है..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "डिस्कॉर्ड"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "नकार देना"
@@ -1136,6 +1336,10 @@ msgstr "नकार देना"
msgid "Documentation"
msgstr "आलेख"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "खाता नहीं है? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "DOCX डाउनलोड करें"
msgid "Download JSON"
msgstr "JSON डाउनलोड करें"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "PDF डाउनलोड करें"
msgid "Downloads"
msgstr "डाउनलोड"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "सेक्शन को कॉलम के बीच स्थानांतरित करने के लिए उन्हें यहाँ ड्रैग और ड्रॉप करें"
@@ -1227,11 +1444,17 @@ msgstr "आपका रेज़्यूमे डुप्लिकेट क
msgid "Dutch"
msgstr "डच"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "पहले के संस्करण सुरक्षित रखे जाते हैं; बिल्डर का अनडू इतिहास रीसेट कर दिया जाता है।"
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "संपादन करना"
@@ -1241,6 +1464,10 @@ msgstr "संपादन करना"
msgid "Edit {chip}"
msgstr "संपादित करें {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "निर्यात"
msgid "Export my data"
msgstr "मेरा डेटा निर्यात करें"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "बिना किसी प्रतीक्षा या देरी के, अपने रिज्यूमे को तुरंत पीडीएफ में एक्सपोर्ट करें।"
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "रिज़्यूमे का विश्लेषण करने में असफल।"
@@ -1575,10 +1810,18 @@ msgstr "विशेषताएँ"
msgid "File"
msgstr "फ़ाइल"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "फ़िल्टर करें"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "कमजोर बिंदुओं को पहचानें और उन्हें अधिक सशक्त परिणामों, संख्याओं, दायरे और अधिक प्रभावी क्रियाओं के साथ पुनः लिखें।"
@@ -1599,6 +1842,22 @@ msgstr "लचीलापन"
msgid "Fluency"
msgstr "धाराप्रवाहता"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "फ़ॉन्ट फ़ैमिली"
@@ -1653,11 +1912,19 @@ msgstr "मुफ्त फॉर्म"
msgid "French"
msgstr "फ़्रेंच"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "पूर्ण चौड़ाई"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "पूर्ण स्क्रीन"
@@ -1667,6 +1934,10 @@ msgstr "पूर्ण स्क्रीन"
msgid "Fullscreen Editor"
msgstr "पूर्ण स्क्रीन संपादक"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "कोई रैंडम नाम बनाएँ"
@@ -1878,6 +2149,10 @@ msgstr "मैं अपना रेज़्यूमे कैसे सा
msgid "How do I use the API?"
msgstr "मैं API का उपयोग कैसे करूँ?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "मेरा डेटा कैसे सुरक्षित है?"
@@ -1904,12 +2179,35 @@ msgstr "आवेदक ट्रैकिंग सिस्टम में
msgid "Import"
msgstr "आयात"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "मौजूदा रेज़्यूमे आयात करें"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "पीडीएफ या वर्ड से डेटा आयात करने के लिए एक कनेक्टेड एआई प्रदाता की आवश्यकता होती है।"
@@ -1942,6 +2240,10 @@ msgstr "जानकारी"
msgid "Inline Code"
msgstr "इनलाइन कोड"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "तत्काल उत्पादन"
@@ -1986,6 +2288,14 @@ msgstr "इटैलिक"
msgid "Japanese"
msgstr "जापानी"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "कोरियाई"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "लेबल"
@@ -2072,6 +2383,10 @@ msgstr "भाषा"
msgid "Languages"
msgstr "भाषाएँ"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "अंतिम विश्लेषण तिथि {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "शीर्षक को मूल पर रीसेट करने
msgid "Left Align"
msgstr "बाएँ संरेखित करें"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "अक्षर"
@@ -2152,6 +2471,18 @@ msgstr "लाइट थीम"
msgid "Line Height"
msgstr "पंक्ति ऊँचाई"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "लोडिंग…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "स्थान"
@@ -2266,6 +2599,14 @@ msgstr "मार्जिन (क्षैतिज)"
msgid "Margin (Vertical)"
msgstr "मार्जिन (ऊर्ध्वाधर)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "अधिक डाउनलोड विकल्प"
msgid "Move section to another column or page"
msgstr "अनुभाग को दूसरे कॉलम या पृष्ठ पर ले जाएं"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "https:// से शुरू करना अनिवार्य ह
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "नया पासवर्ड"
msgid "New Section"
msgstr "नया अनुभाग"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "नया थ्रेड"
@@ -2360,6 +2712,14 @@ msgstr "नया थ्रेड"
msgid "No Advertising, No Tracking"
msgstr "कोई विज्ञापन नहीं, कोई ट्रैकिंग नहीं"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "कोई पूर्व डेटा नहीं"
msgid "No results found."
msgstr "कोई परिणाम नहीं मिला।"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "आपकी खोज से मेल खाने वाला कोई रिज्यूमे नहीं मिला।"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "अभी तक कोई सहेजे गए संस्करण नहीं हैं।"
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "अभी तक कोई शैली संबंधी नियम नहीं हैं।"
@@ -2406,6 +2778,7 @@ msgstr "नॉर्वेजियन"
msgid "Not connected"
msgstr "जुड़े नहीं हैं"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "टिप्पणियाँ"
@@ -2431,6 +2804,10 @@ msgstr "निरंतर रखरखाव"
msgid "Only applies when the section fits on a single page."
msgstr "यह केवल तभी लागू होता है जब अनुभाग एक ही पृष्ठ पर समा जाए।"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "पासवर्ड सुरक्षा अक्षम कर द
msgid "Password protection has been enabled."
msgstr "पासवर्ड सुरक्षा सक्षम कर दी गई है।"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "पैच लागू किया गया"
@@ -2636,6 +3025,22 @@ msgstr "एक आइकन चुनें"
msgid "Picture"
msgstr "चित्र"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "कृपया अपने खाते के लिए नया पासवर्ड दर्ज करें"
@@ -2652,6 +3057,10 @@ msgstr "कृपया वह URL दर्ज करें जिससे आ
msgid "Please support the project"
msgstr "कृपया इस परियोजना का समर्थन करें।"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "कृपया प्रतीक्षा करें, आपका PDF जेनरेट किया जा रहा है..."
@@ -2774,6 +3183,10 @@ msgstr "प्रकाशन"
msgid "Publisher"
msgstr "प्रकाशक"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - होमपेज पर जाएँ"
@@ -2817,6 +3230,10 @@ msgstr "रिएक्टिव रिज्यूम v<0>{__APP_VERSION__}0>
msgid "Reactive Resume v4 (JSON)"
msgstr "प्रतिक्रियाशील रिज़्यूमे v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "प्राप्तकर्ता"
@@ -2839,6 +3256,10 @@ msgstr "फिर से करना"
msgid "References"
msgstr "रेफ़रेंस"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "नया डिवाइस पंजीकृत करें"
@@ -2856,6 +3277,14 @@ msgstr "हटाएं"
msgid "Remove {chip}"
msgstr "हटाएँ {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "कस्टम फ़ील्ड हटाएं"
@@ -2954,6 +3383,10 @@ msgstr "रिज़्यूमे विश्लेषण पूरा हो
msgid "Resume content"
msgstr "रिज्यूमे की सामग्री"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "रिज्यूमे विकल्प"
@@ -2962,6 +3395,10 @@ msgstr "रिज्यूमे विकल्प"
msgid "Resume patch"
msgstr "पैच को पुनः शुरू करें"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "इस रिज्यूमे को स्टार्टअप स
msgid "Right Align"
msgstr "दाएँ संरेखित करें"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "भूमिका प्रगति"
@@ -3018,6 +3463,15 @@ msgstr "अपना पहला विश्लेषण चलाएँ त
msgid "Russian"
msgstr "रूसी"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "प्रदाता को सहेजें और परीक्
msgid "Save & Upload"
msgstr "सहेजें और अपलोड करें"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "अपने पसंदीदा ऑथेंटिकेटर ऐप
msgid "School"
msgstr "स्कूल"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "स्कोरकार्ड"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "खोज"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "अनुभाग विकल्प"
msgid "Section Type"
msgstr "अनुभाग प्रकार"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "एक रिज्यूमे चुनें"
@@ -3124,6 +3603,10 @@ msgstr "एक रिज्यूमे चुनें"
msgid "Select a thread"
msgstr "एक थ्रेड चुनें"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "एक एजेंट मॉडल का चयन करें"
@@ -3136,6 +3619,14 @@ msgstr "एक एआई प्रदाता का चयन करें"
msgid "Select..."
msgstr "चुनें..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "डॉकर के साथ स्व‑मेज़बान"
@@ -3218,6 +3709,11 @@ msgstr "साझा करना"
msgid "Show"
msgstr "दिखाएँ"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "पासवर्ड दिखाएँ"
msgid "Show picture"
msgstr "चित्र दर्शाएं"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "कुछ गलत हो गया"
msgid "Something went wrong while analyzing your resume."
msgstr "आपके रिज़्यूमे का विश्लेषण करते समय कुछ गलत हो गया।"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "कुछ गड़बड़ हो गई। कृपया फिर से प्रयास करें।"
@@ -3369,6 +3873,12 @@ msgstr "कुछ गड़बड़ हो गई। कृपया फिर
msgid "Sort by"
msgstr "क्रमबद्ध करें"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "प्रायोजन"
msgid "Square"
msgstr "वर्ग"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "GitHub पर हमें स्टार दें (नए टैब में खुलता है)"
@@ -3459,6 +3974,10 @@ msgstr "ताकतें"
msgid "Strike"
msgstr "स्ट्राइक"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "सबरेडिट"
@@ -3505,7 +4024,12 @@ msgstr "{0} टेम्पलेट पर स्विच किया गय
msgid "Synced changes made in another tab."
msgstr "दूसरे टैब में किए गए बदलाव सिंक्रनाइज़ हो गए।"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "टैग्स"
@@ -3513,10 +4037,18 @@ msgstr "टैग्स"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "टैग्स का उपयोग आपके रेज़्यूमे को कीवर्ड के आधार पर वर्गीकृत करने के लिए किया जा सकता है।"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "इस रिज्यूमे को प्रोडक्ट मैनेजर की जॉब डिस्क्रिप्शन के अनुसार तैयार करें और रोडमैप की जिम्मेदारी, स्टेकहोल्डर कम्युनिकेशन और मापने योग्य लॉन्च परिणामों पर जोर दें।"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "तमिल"
@@ -3753,6 +4285,10 @@ msgstr "कौशल अनुभाग को सुव्यवस्थित
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Reactive Resume के साथ रेज़्यूमे बनाने के टाइमलैप्स डेमोंस्ट्रेशन"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "युक्ति: बाद में पहचानने में आसानी के लिए, अपनी API कुंजी को उसके उद्देश्य के अनुरूप कोई नाम दें।"
@@ -3799,6 +4335,14 @@ msgstr "दाएँ साइडबार टॉगल करें"
msgid "Toggle threads"
msgstr "टॉगल थ्रेड्स"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "अपने रेज़्यूमे के दृश्य और डाउनलोड ट्रैक करें"
@@ -3897,6 +4441,11 @@ msgstr "टाइपोग्राफी"
msgid "Ukrainian"
msgstr "यूक्रेनी"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "रेखांकित"
@@ -4011,6 +4560,10 @@ msgstr "नेतृत्व, बाधाओं, समझौतों और
msgid "Update Resume"
msgstr "रेज़्यूमे अपडेट करें"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "अपना पासवर्ड अपडेट करें"
@@ -4023,6 +4576,10 @@ msgstr "आपका पासवर्ड अपडेट किया जा
msgid "Updating your resume..."
msgstr "आपका रेज़्यूमे अपडेट किया जा रहा है..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "संलग्नक अपलोड करें"
@@ -4031,10 +4588,18 @@ msgstr "संलग्नक अपलोड करें"
msgid "Upload picture"
msgstr "तस्वीर अपलोड करें"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "चित्र अपलोड हो रहा है…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "उपयोग"
msgid "Use color {color}"
msgstr "रंग का उपयोग करें {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "नवीनतम संस्करण में नया क्य
msgid "When locked, the resume cannot be updated or deleted."
msgstr "जब लॉक किया गया हो, तो रेज़्यूमे को न तो अपडेट किया जा सकता है और न ही हटाया जा सकता है।"
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "ओपनएआई पर काम करें"
@@ -4181,6 +4758,10 @@ msgstr "ओपनएआई पर काम करें"
msgid "Working…"
msgstr "कार्य कर रहा है…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "एक्स (ट्विटर)"
@@ -4308,4 +4889,3 @@ msgstr "ज़ूम आउट"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "ज़ुलु"
-
diff --git a/apps/web/locales/hu-HU.po b/apps/web/locales/hu-HU.po
index f133468ce..9a23e58d0 100644
--- a/apps/web/locales/hu-HU.po
+++ b/apps/web/locales/hu-HU.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# szerepkör} other {# szerepkör}}"
msgid "{0} characters"
msgstr "{0} karakter"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Megerősítő linket küldtünk a jelenlegi e‑mail‑címedre. Kérjü
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Ingyenes és nyílt forráskódú önéletrajz készítő, amely leegyszerűsíti az önéletrajz készítésének, frissítésének és megosztásának folyamatát."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Új megerősítő linket küldtünk az e‑mail‑címedre. Kérjük, el
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Egy szenvedélyprojekt <0>Amruth Pillai0> tollából."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Fiók menü"
msgid "Actual size (100%)"
msgstr "Valós méret (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Egyéni mező hozzáadása"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Adj hozzá egy kulcsszót..."
@@ -196,10 +223,23 @@ msgstr "Új készség hozzáadása"
msgid "Add a new volunteer experience"
msgstr "Új önkéntes tapasztalat hozzáadása"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Adjon hozzá és teszteljen egy szolgáltatót egy ügynökszál indítása előtt."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Kulcsszó hozzáadása"
@@ -225,6 +265,14 @@ msgstr "Szolgáltató hozzáadása"
msgid "Add Role"
msgstr "Szerepkör hozzáadása"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Módosítsa az önéletrajzát egy olyan távoli munkavégzésre alkalmas szerepkörhöz, amely értékeli az aszinkron kommunikációt és a felelősségvállalást."
@@ -285,6 +333,10 @@ msgstr "A mesterséges intelligencia szolgáltatók megkövetelik a REDIS_URL é
msgid "Albanian"
msgstr "albán"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Nyilvános hozzáférés engedélyezése"
@@ -360,10 +412,40 @@ msgstr "API referencia"
msgid "App"
msgstr "Alkalmazás"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Alkalmazásstatisztikák"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Alkalmazott szabályok"
@@ -372,11 +454,18 @@ msgstr "Alkalmazott szabályok"
msgid "Arabic"
msgstr "arab"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Archívum"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Biztosan be szeretné zárni ezt a párbeszédpanelt?"
@@ -437,6 +526,10 @@ msgstr "Méretarány"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Az Atlas Cloud projektszponzorként támogatja a Reactive Resume-ot. Ha vállalata szeretné szponzorálni a projektet, küldjön e-mailt a következő címre: <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Fájlok csatolása"
@@ -455,6 +548,14 @@ msgstr "Melléklet feltöltve."
msgid "Authentication"
msgstr "Hitelesítés"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Több nyelven elérhető. Ha szeretnél közreműködni, nézd meg a Crowdin‑t."
@@ -511,6 +612,10 @@ msgstr "bangla"
msgid "Blank draft"
msgstr "Üres vázlat"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Szerkesztő parancskereső"
msgid "Bulgarian"
msgstr "bolgár"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Felsorolásjelezett lista"
@@ -552,6 +665,12 @@ msgstr "Felsorolásjelezett lista"
msgid "By the community, for the community."
msgstr "A közösség által, a közösségért."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Exportálhatom az önéletrajzomat PDF‑be?"
@@ -566,6 +685,9 @@ msgstr "Exportálhatom az önéletrajzomat PDF‑be?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Kör"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Tiszta"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Kijelölés törlése"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Közösség"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Cég"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Hasonlítsa össze ezt az önéletrajzot a pozíció URL-címével, és frissítse a kulcsszavakat, miközben a hangnem tömör és hiteles marad."
@@ -735,6 +867,10 @@ msgstr "Kapcsolódás sikertelen"
msgid "Connection verified — provider is ready to use."
msgstr "Kapcsolat ellenőrizve – a szolgáltató használatra kész."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Beszélgetés másolva."
msgid "Conversation JSON copied."
msgstr "A beszélgetés JSON-fájlja másolva."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Másolás"
@@ -815,10 +956,43 @@ msgstr "Nem sikerült ellenőrizni a szolgáltató kapcsolatát."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Nem sikerült ellenőrizni a kapcsolatot. Ellenőrizze az API-kulcsot, a modellt és az alap URL-címet."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Nem sikerült menteni"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Nem sikerült menteni"
msgid "Cover Letter"
msgstr "Motivációs levél"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Motivációs levél"
msgid "Create"
msgstr "Létrehozás"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Új fiók létrehozása"
@@ -952,6 +1134,11 @@ msgstr "Önéletrajz létrehozása opciókkal"
msgid "Created"
msgstr "Létrehozva"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "API kulcs létrehozása..."
@@ -964,6 +1151,10 @@ msgstr "Önéletrajz létrehozása..."
msgid "Crop picture"
msgstr "Kép kivágása"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Jelenlegi jelszó"
@@ -1041,6 +1232,9 @@ msgstr "Fokozat"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Szolgáltató törlése"
msgid "Delete this agent thread?"
msgstr "Törli ezt az ügynökszálat?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Fiók törlése..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Elvetés"
@@ -1136,6 +1336,10 @@ msgstr "Elvetés"
msgid "Documentation"
msgstr "Dokumentáció"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Nincs fiókja? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "DOCX letöltése"
msgid "Download JSON"
msgstr "JSON letöltése"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "PDF letöltése"
msgid "Downloads"
msgstr "Letöltések"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Húzd ide a szekciókat, hogy áthelyezd őket az oszlopok között"
@@ -1227,11 +1444,17 @@ msgstr "Önéletrajz duplikálása..."
msgid "Dutch"
msgstr "holland"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "A korábbi verziók megmaradnak; a szerkesztő visszavonási előzményei nullázódnak."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Szerkesztés"
@@ -1241,6 +1464,10 @@ msgstr "Szerkesztés"
msgid "Edit {chip}"
msgstr "Szerkesztés {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Exportálás"
msgid "Export my data"
msgstr "Adatok exportálása"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Exportálja önéletrajzát PDF formátumba azonnal, várakozás vagy késedelem nélkül."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Nem sikerült elemezni az önéletrajzot."
@@ -1575,10 +1810,18 @@ msgstr "Funkciók"
msgid "File"
msgstr "Fájl"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Szűrés alapja"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Keress gyenge felsoroláspontokat, és írd át őket erősebb eredményekkel, számokkal, hatókörrel és élesebb igékkel."
@@ -1599,6 +1842,22 @@ msgstr "Rugalmasság"
msgid "Fluency"
msgstr "Folyékonyság"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Betűkészlet"
@@ -1653,11 +1912,19 @@ msgstr "Szabad formátumú"
msgid "French"
msgstr "francia"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Teljes szélesség"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Teljes képernyő"
@@ -1667,6 +1934,10 @@ msgstr "Teljes képernyő"
msgid "Fullscreen Editor"
msgstr "Teljes képernyős szerkesztő"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Véletlenszerű név generálása"
@@ -1878,6 +2149,10 @@ msgstr "Hogyan oszthatom meg az önéletrajzomat?"
msgid "How do I use the API?"
msgstr "Hogyan használom az API‑t?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Hogyan védik az adataimat?"
@@ -1904,12 +2179,35 @@ msgstr "Azonosítsa a jelentkezőkövető rendszer hiányosságait, és csak nag
msgid "Import"
msgstr "Importálás"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Meglévő önéletrajz importálása"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "A PDF vagy Word fájlokból történő importáláshoz csatlakoztatott mesterséges intelligencia szolgáltatóra van szükség."
@@ -1942,6 +2240,10 @@ msgstr "Információ"
msgid "Inline Code"
msgstr "Sorközi kód"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Azonnali generálás"
@@ -1986,6 +2288,14 @@ msgstr "Dőlt"
msgid "Japanese"
msgstr "japán"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "koreai"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Címke"
@@ -2072,6 +2383,10 @@ msgstr "Nyelv"
msgid "Languages"
msgstr "Nyelvek"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Utolsó elemzés dátuma: {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Hagyd üresen az eredeti cím visszaállításához."
msgid "Left Align"
msgstr "Balra igazítás"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Levél"
@@ -2152,6 +2471,18 @@ msgstr "Világos téma"
msgid "Line Height"
msgstr "Sorköz"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "… betöltése"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Helyszín"
@@ -2266,6 +2599,14 @@ msgstr "Margó (vízszintes)"
msgid "Margin (Vertical)"
msgstr "Margó (függőleges)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "További letöltési lehetőségek"
msgid "Move section to another column or page"
msgstr "Szakasz áthelyezése másik oszlopba vagy oldalra"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "A https:// címmel kell kezdeni."
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Új jelszó"
msgid "New Section"
msgstr "Új szekció"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Új téma"
@@ -2360,6 +2712,14 @@ msgstr "Új téma"
msgid "No Advertising, No Tracking"
msgstr "Nincs reklám, nincs követés"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Nincsenek korábbi adatok"
msgid "No results found."
msgstr "Nincs találat."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Nincsenek a keresésnek megfelelő önéletrajzok."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Még nincsenek mentett verziók."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Stílusra még nincsenek szabályok."
@@ -2406,6 +2778,7 @@ msgstr "norvég"
msgid "Not connected"
msgstr "Nincs csatlakoztatva"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Jegyzetek"
@@ -2431,6 +2804,10 @@ msgstr "Folyamatos karbantartás"
msgid "Only applies when the section fits on a single page."
msgstr "Csak akkor érvényes, ha a szakasz elfér egyetlen oldalon."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "A jelszóvédelem ki lett kapcsolva."
msgid "Password protection has been enabled."
msgstr "A jelszóvédelem be lett kapcsolva."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Javítás alkalmazva"
@@ -2636,6 +3025,22 @@ msgstr "Válasszon egy ikont"
msgid "Picture"
msgstr "Fénykép"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Kérjük, adj meg egy új jelszót a fiókodhoz"
@@ -2652,6 +3057,10 @@ msgstr "Kérjük, add meg a csatolni kívánt URL‑t:"
msgid "Please support the project"
msgstr "Kérjük, támogassa a projektet"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Kérjük, várj, amíg a PDF elkészül..."
@@ -2774,6 +3183,10 @@ msgstr "Publikációk"
msgid "Publisher"
msgstr "Kiadó"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume – Ugrás a kezdőlapra"
@@ -2817,6 +3230,10 @@ msgstr "Reaktív önéletrajz v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reaktív önéletrajz v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Címzett"
@@ -2839,6 +3256,10 @@ msgstr "Újra"
msgid "References"
msgstr "Referenciák"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Új eszköz regisztrálása"
@@ -2856,6 +3277,14 @@ msgstr "Eltávolítás"
msgid "Remove {chip}"
msgstr "Távolítsa el a {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Egyéni mező eltávolítása"
@@ -2954,6 +3383,10 @@ msgstr "Az önéletrajzelemzés befejeződött."
msgid "Resume content"
msgstr "Önéletrajz tartalma"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Önéletrajz beállítások"
@@ -2962,6 +3395,10 @@ msgstr "Önéletrajz beállítások"
msgid "Resume patch"
msgstr "Önéletrajz javítás"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Írd át ezt az önéletrajzot egy startup alapítóból termékvezetőv
msgid "Right Align"
msgstr "Jobbra igazítás"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Szerepkör-előmenetel"
@@ -3018,6 +3463,15 @@ msgstr "Futtassa le az első elemzést, hogy kapjon egy értékelőlapot, erőss
msgid "Russian"
msgstr "orosz"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Mentés és tesztelés szolgáltatója"
msgid "Save & Upload"
msgstr "Mentés és feltöltés"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Olvasd be az alábbi QR‑kódot a választott hitelesítő alkalmazáss
msgid "School"
msgstr "Iskola"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Eredményjegyzék"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Keresés"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Szakaszbeállítások"
msgid "Section Type"
msgstr "Szekció típusa"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Válasszon önéletrajzot"
@@ -3124,6 +3603,10 @@ msgstr "Válasszon önéletrajzot"
msgid "Select a thread"
msgstr "Válasszon egy szálat"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Válasszon egy ügynökmodellt"
@@ -3136,6 +3619,14 @@ msgstr "Válasszon egy AI-szolgáltatót"
msgid "Select..."
msgstr "Kiválasztás..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Önálló hosztolás Dockerrel"
@@ -3218,6 +3709,11 @@ msgstr "Megosztás"
msgid "Show"
msgstr "Megjelenítés"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Jelszó megjelenítése"
msgid "Show picture"
msgstr "Kép megjelenítése"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Valami rosszul sült el"
msgid "Something went wrong while analyzing your resume."
msgstr "Valami rosszul sült el az önéletrajzának elemzése során."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Valami hiba történt. Kérjük, próbáld újra."
@@ -3369,6 +3873,12 @@ msgstr "Valami hiba történt. Kérjük, próbáld újra."
msgid "Sort by"
msgstr "Rendezés alapja"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Szponzorációk"
msgid "Square"
msgstr "Négyzet"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Adj csillagot nekünk GitHubon (új lapon nyílik meg)"
@@ -3459,6 +3974,10 @@ msgstr "Erősségek"
msgid "Strike"
msgstr "Áthúzás"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Átváltottam a {0} sablonra."
msgid "Synced changes made in another tab."
msgstr "Egy másik lapon végrehajtott módosítások szinkronizálva."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Címkék"
@@ -3513,10 +4037,18 @@ msgstr "Címkék"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "A címkékkel kulcsszavak alapján kategorizálhatod az önéletrajzodat."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Igazítsd ezt az önéletrajzot egy termékmenedzser munkaköri leírásához, és hangsúlyozd az ütemterv felelősségvállalását, az érdekelt felekkel való kommunikációt és a mérhető bevezetési eredményeket."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "tamil"
@@ -3753,6 +4285,10 @@ msgstr "A készségekre vonatkozó részt szűkítsd le, hogy az a célzott szer
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Gyorsított felvétel az önéletrajz Reactive Resume‑zal történő elkészítéséről"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Tipp: Adj az API kulcsodnak olyan nevet, amely a kulcs céljára utal, így később könnyebben azonosíthatod."
@@ -3799,6 +4335,14 @@ msgstr "Jobb oldalsáv bekapcsolása"
msgid "Toggle threads"
msgstr "Témák ki-/bekapcsolása"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Kövesd nyomon az önéletrajzod megtekintéseinek és letöltéseinek számát"
@@ -3897,6 +4441,11 @@ msgstr "Tipográfia"
msgid "Ukrainian"
msgstr "ukrán"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Aláhúzás"
@@ -4011,6 +4560,10 @@ msgstr "Frissítse a projekt felsorolásjeleit a vezetés, a korlátok, a kompro
msgid "Update Resume"
msgstr "Önéletrajz frissítése"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Jelszó frissítése"
@@ -4023,6 +4576,10 @@ msgstr "Jelszó frissítése..."
msgid "Updating your resume..."
msgstr "Önéletrajz frissítése..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Mellékletek feltöltése"
@@ -4031,10 +4588,18 @@ msgstr "Mellékletek feltöltése"
msgid "Upload picture"
msgstr "Kép feltöltése"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Kép feltöltése…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Használat"
msgid "Use color {color}"
msgstr "Használja a {color} színt."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Mi újdonság a legfrissebb verzióban?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Ha az önéletrajz zárolva van, nem frissíthető és nem törölhető."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Munka OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Munka OpenAI"
msgid "Working…"
msgstr "Működik…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Kicsinyítés"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/id-ID.po b/apps/web/locales/id-ID.po
index c6e548d26..37312dc55 100644
--- a/apps/web/locales/id-ID.po
+++ b/apps/web/locales/id-ID.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# peran} other {# peran}}"
msgid "{0} characters"
msgstr "{0} karakter"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Tautan konfirmasi telah dikirim ke alamat email Anda saat ini. Silakan p
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Pembuat resume gratis dan sumber terbuka yang menyederhanakan proses membuat, memperbarui, dan membagikan resume Anda."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Tautan verifikasi baru telah dikirim ke alamat email Anda. Silakan perik
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Sebuah proyek penuh semangat dari <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Menu Akun"
msgid "Actual size (100%)"
msgstr "Ukuran sebenarnya (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Tambahkan kolom kustom"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Tambahkan kata kunci..."
@@ -196,10 +223,23 @@ msgstr "Tambah keahlian baru"
msgid "Add a new volunteer experience"
msgstr "Tambah pengalaman relawan baru"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Tambahkan dan uji penyedia sebelum memulai thread agen."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Tambahkan kata kunci"
@@ -225,6 +265,14 @@ msgstr "Tambahkan Penyedia"
msgid "Add Role"
msgstr "Tambah Peran"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Sesuaikan resume Anda untuk peran yang mengutamakan kerja jarak jauh dan menghargai komunikasi asinkron serta tanggung jawab."
@@ -285,6 +333,10 @@ msgstr "Penyedia AI memerlukan REDIS_URL dan ENCRYPTION_SECRET untuk dikonfigura
msgid "Albanian"
msgstr "Albania"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Izinkan Akses Publik"
@@ -360,10 +412,40 @@ msgstr "Referensi API"
msgid "App"
msgstr "Aplikasi"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Statistik Aplikasi"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Aturan yang Diterapkan"
@@ -372,11 +454,18 @@ msgstr "Aturan yang Diterapkan"
msgid "Arabic"
msgstr "Arab"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Arsip"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Apakah Anda yakin ingin menutup dialog ini?"
@@ -437,6 +526,10 @@ msgstr "Rasio Aspek"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud mendukung Reactive Resume sebagai sponsor proyek. Jika perusahaan Anda ingin mensponsori proyek ini, kirim email ke <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Lampirkan file"
@@ -455,6 +548,14 @@ msgstr "Lampiran telah diunggah."
msgid "Authentication"
msgstr "Autentikasi"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Tersedia dalam banyak bahasa. Jika Anda ingin berkontribusi, lihat Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengali"
msgid "Blank draft"
msgstr "Draf kosong"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Palet Perintah Builder"
msgid "Bulgarian"
msgstr "Bulgaria"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Daftar Poin"
@@ -552,6 +665,12 @@ msgstr "Daftar Poin"
msgid "By the community, for the community."
msgstr "Oleh komunitas, untuk komunitas."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Bisakah saya mengekspor resume saya ke PDF?"
@@ -566,6 +685,9 @@ msgstr "Bisakah saya mengekspor resume saya ke PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Lingkaran"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Jelas"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Hapus pilihan"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Komunitas"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Perusahaan"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Bandingkan resume ini dengan URL lowongan pekerjaan ini dan perbarui kata kunci sambil tetap menjaga gaya bahasa yang ringkas dan kredibel."
@@ -735,6 +867,10 @@ msgstr "Koneksi gagal"
msgid "Connection verified — provider is ready to use."
msgstr "Koneksi terverifikasi — penyedia siap digunakan."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Percakapan disalin."
msgid "Conversation JSON copied."
msgstr "JSON percakapan telah disalin."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Salin"
@@ -815,10 +956,43 @@ msgstr "Koneksi penyedia tidak dapat diverifikasi."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Koneksi tidak dapat diverifikasi. Periksa kunci API, model, dan URL dasar."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Tidak bisa menyimpan"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Tidak bisa menyimpan"
msgid "Cover Letter"
msgstr "Surat Lamaran"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Surat Lamaran"
msgid "Create"
msgstr "Buat"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Buat akun baru"
@@ -952,6 +1134,11 @@ msgstr "Buat resume dengan opsi"
msgid "Created"
msgstr "Dibuat"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Membuat API key Anda..."
@@ -964,6 +1151,10 @@ msgstr "Membuat resume Anda..."
msgid "Crop picture"
msgstr "Gambar tanaman"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Kata Sandi Saat Ini"
@@ -1041,6 +1232,9 @@ msgstr "Gelar"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Hapus penyedia"
msgid "Delete this agent thread?"
msgstr "Hapus utas agen ini?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Menghapus akun Anda..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Membubarkan"
@@ -1136,6 +1336,10 @@ msgstr "Membubarkan"
msgid "Documentation"
msgstr "Dokumentasi"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Belum punya akun? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Unduh DOCX"
msgid "Download JSON"
msgstr "Unduh JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Unduh PDF"
msgid "Downloads"
msgstr "Unduhan"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Seret dan jatuhkan bagian ke sini untuk memindahkannya antar kolom"
@@ -1227,11 +1444,17 @@ msgstr "Menduplikasi resume Anda..."
msgid "Dutch"
msgstr "Belanda"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Versi sebelumnya tetap disimpan; riwayat pembatalan (undo) pembuat diatur ulang."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Edit"
@@ -1241,6 +1464,10 @@ msgstr "Edit"
msgid "Edit {chip}"
msgstr "Sunting {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Ekspor"
msgid "Export my data"
msgstr "Ekspor data saya"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Ekspor resume Anda ke PDF secara instan, tanpa menunggu atau mengalami penundaan."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Gagal menganalisis resume."
@@ -1575,10 +1810,18 @@ msgstr "Fitur"
msgid "File"
msgstr "Mengajukan"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filter berdasarkan"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Temukan poin-poin yang lemah dan tulis ulang dengan hasil, angka, cakupan, dan kata kerja yang lebih kuat."
@@ -1599,6 +1842,22 @@ msgstr "Fleksibilitas"
msgid "Fluency"
msgstr "Kelancaran"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Keluarga Font"
@@ -1653,11 +1912,19 @@ msgstr "Bentuk bebas"
msgid "French"
msgstr "Prancis"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Lebar Penuh"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Layar Penuh"
@@ -1667,6 +1934,10 @@ msgstr "Layar Penuh"
msgid "Fullscreen Editor"
msgstr "Editor Layar Penuh"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Hasilkan nama acak"
@@ -1878,6 +2149,10 @@ msgstr "Bagaimana cara saya membagikan resume saya?"
msgid "How do I use the API?"
msgstr "Bagaimana cara saya menggunakan API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Bagaimana data saya dilindungi?"
@@ -1904,12 +2179,35 @@ msgstr "Identifikasi celah pada sistem pelacakan pelamar dan terapkan hanya perb
msgid "Import"
msgstr "Impor"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Impor resume yang sudah ada"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Mengimpor dari PDF atau Word memerlukan penyedia AI yang terhubung."
@@ -1942,6 +2240,10 @@ msgstr "Informasi"
msgid "Inline Code"
msgstr "Kode Inline"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Generasi Instan"
@@ -1986,6 +2288,14 @@ msgstr "Miring"
msgid "Japanese"
msgstr "Jepang"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Korea"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Label"
@@ -2072,6 +2383,10 @@ msgstr "Bahasa"
msgid "Languages"
msgstr "Bahasa"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Terakhir dianalisis pada {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Biarkan kosong untuk mengatur ulang judul ke aslinya."
msgid "Left Align"
msgstr "Rata Kiri"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Letter"
@@ -2152,6 +2471,18 @@ msgstr "Tema terang"
msgid "Line Height"
msgstr "Tinggi Baris"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Memuat…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Lokasi"
@@ -2266,6 +2599,14 @@ msgstr "Margin (Horizontal)"
msgid "Margin (Vertical)"
msgstr "Margin (Vertikal)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Opsi unduhan lainnya"
msgid "Move section to another column or page"
msgstr "Pindahkan bagian ke kolom atau halaman lain."
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Harus dimulai dengan https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Kata Sandi Baru"
msgid "New Section"
msgstr "Bagian Baru"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Utas baru"
@@ -2360,6 +2712,14 @@ msgstr "Utas baru"
msgid "No Advertising, No Tracking"
msgstr "Tanpa Iklan, Tanpa Pelacakan"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Tidak ada data sebelumnya"
msgid "No results found."
msgstr "Tidak ada hasil."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Tidak ada resume yang sesuai dengan pencarian Anda."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Belum ada versi yang tersimpan."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Belum ada aturan gaya."
@@ -2406,6 +2778,7 @@ msgstr "Norwegia"
msgid "Not connected"
msgstr "Tidak terhubung"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Catatan"
@@ -2431,6 +2804,10 @@ msgstr "Pemeliharaan Berkelanjutan"
msgid "Only applies when the section fits on a single page."
msgstr "Hanya berlaku jika bagian tersebut muat dalam satu halaman."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Perlindungan kata sandi telah dinonaktifkan."
msgid "Password protection has been enabled."
msgstr "Perlindungan kata sandi telah diaktifkan."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Patch telah diaplikasikan."
@@ -2636,6 +3025,22 @@ msgstr "Pilih ikon"
msgid "Picture"
msgstr "Gambar"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Silakan masukkan kata sandi baru untuk akun Anda"
@@ -2652,6 +3057,10 @@ msgstr "Silakan masukkan URL yang ingin Anda tautkan:"
msgid "Please support the project"
msgstr "Mohon dukung proyek ini."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Harap tunggu sementara PDF Anda sedang dibuat..."
@@ -2774,6 +3183,10 @@ msgstr "Publikasi"
msgid "Publisher"
msgstr "Penerbit"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Pergi ke beranda"
@@ -2817,6 +3230,10 @@ msgstr "Reaktif Lanjutkan v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Lanjutkan Reaktif v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Penerima"
@@ -2839,6 +3256,10 @@ msgstr "Mengulangi"
msgid "References"
msgstr "Referensi"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Daftarkan Perangkat Baru"
@@ -2856,6 +3277,14 @@ msgstr "Hapus"
msgid "Remove {chip}"
msgstr "Hapus {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Hapus kolom kustom"
@@ -2954,6 +3383,10 @@ msgstr "Lanjutkan analisis hingga selesai."
msgid "Resume content"
msgstr "Isi resume"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Opsi resume"
@@ -2962,6 +3395,10 @@ msgstr "Opsi resume"
msgid "Resume patch"
msgstr "Lanjutkan patch"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Tulis ulang resume ini untuk transisi dari pendiri startup menjadi pemim
msgid "Right Align"
msgstr "Rata Kanan"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Perkembangan Peran"
@@ -3018,6 +3463,15 @@ msgstr "Jalankan analisis pertama Anda untuk mendapatkan kartu skor, kekuatan, d
msgid "Russian"
msgstr "Rusia"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Penyedia Simpan & Uji"
msgid "Save & Upload"
msgstr "Simpan & Unggah"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Pindai kode QR di bawah ini dengan aplikasi autentikator pilihan Anda. A
msgid "School"
msgstr "Sekolah"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Kartu penilaian"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Mencari"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Opsi bagian"
msgid "Section Type"
msgstr "Tipe Bagian"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Pilih resume"
@@ -3124,6 +3603,10 @@ msgstr "Pilih resume"
msgid "Select a thread"
msgstr "Pilih utas"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Pilih model agen"
@@ -3136,6 +3619,14 @@ msgstr "Pilih penyedia AI"
msgid "Select..."
msgstr "Pilih..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Self-Host dengan Docker"
@@ -3218,6 +3709,11 @@ msgstr "Berbagi"
msgid "Show"
msgstr "Tampilkan"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Tampilkan kata sandi"
msgid "Show picture"
msgstr "Tampilkan gambar"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Terjadi kesalahan."
msgid "Something went wrong while analyzing your resume."
msgstr "Ada yang salah saat menganalisis resume Anda."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Terjadi sesuatu yang salah. Silakan coba lagi."
@@ -3369,6 +3873,12 @@ msgstr "Terjadi sesuatu yang salah. Silakan coba lagi."
msgid "Sort by"
msgstr "Urutkan berdasarkan"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Sponsor"
msgid "Square"
msgstr "Persegi"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Beri bintang kami di GitHub (terbuka di tab baru)"
@@ -3459,6 +3974,10 @@ msgstr "Kekuatan"
msgid "Strike"
msgstr "Coret"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Beralih ke templat {0}."
msgid "Synced changes made in another tab."
msgstr "Perubahan yang dilakukan di tab lain telah disinkronkan."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Tag"
@@ -3513,10 +4037,18 @@ msgstr "Tag"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Tag dapat digunakan untuk mengkategorikan resume Anda dengan kata kunci."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Sesuaikan resume ini dengan deskripsi pekerjaan manajer produk dan tekankan kepemilikan peta jalan (roadmap), komunikasi dengan pemangku kepentingan, dan hasil peluncuran yang terukur."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamil"
@@ -3753,6 +4285,10 @@ msgstr "Perbaiki bagian keterampilan agar mendukung peran yang ditargetkan, buka
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Demo timelapse membuat resume dengan Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Tips: Beri API key Anda nama sesuai dengan tujuan kunci, untuk membantu Anda mengidentifikasinya nanti."
@@ -3799,6 +4335,14 @@ msgstr "Beralih ke bilah sisi kanan"
msgid "Toggle threads"
msgstr "Alihkan utas"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Lacak tampilan dan unduhan resume Anda"
@@ -3897,6 +4441,11 @@ msgstr "Tipografi"
msgid "Ukrainian"
msgstr "Ukraina"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Garis Bawah"
@@ -4011,6 +4560,10 @@ msgstr "Perbarui poin-poin proyek untuk menunjukkan kepemimpinan, kendala, perti
msgid "Update Resume"
msgstr "Perbarui Resume"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Perbarui kata sandi Anda"
@@ -4023,6 +4576,10 @@ msgstr "Memperbarui kata sandi Anda..."
msgid "Updating your resume..."
msgstr "Memperbarui resume Anda..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Unggah lampiran"
@@ -4031,10 +4588,18 @@ msgstr "Unggah lampiran"
msgid "Upload picture"
msgstr "Unggah gambar"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Mengunggah gambar…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Menggunakan"
msgid "Use color {color}"
msgstr "Gunakan warna {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Apa yang baru di versi terbaru?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Saat dikunci, resume tidak dapat diperbarui atau dihapus."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Kerja OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Kerja OpenAI"
msgid "Working…"
msgstr "Sedang bekerja…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Perkecil"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/it-IT.po b/apps/web/locales/it-IT.po
index 1e2e151f8..61e3256a7 100644
--- a/apps/web/locales/it-IT.po
+++ b/apps/web/locales/it-IT.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# ruolo} other {# ruoli}}"
msgid "{0} characters"
msgstr "{0} caratteri"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Un link di conferma è stato inviato al tuo attuale indirizzo email. Con
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Un generatore di curriculum gratuito e open source che semplifica il processo di creazione, aggiornamento e condivisione del tuo curriculum."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Un nuovo link di verifica è stato inviato al tuo indirizzo email. Contr
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Un progetto appassionato di <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Menu dell'account"
msgid "Actual size (100%)"
msgstr "Dimensioni reali (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Aggiungi un campo personalizzato"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Aggiunga una parola chiave..."
@@ -196,10 +223,23 @@ msgstr "Aggiungi una nuova competenza"
msgid "Add a new volunteer experience"
msgstr "Aggiungi una nuova esperienza di volontariato"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Aggiungi e testa un provider prima di avviare un thread dell'agente."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Aggiungi la parola chiave"
@@ -225,6 +265,14 @@ msgstr "Aggiungi fornitore"
msgid "Add Role"
msgstr "Aggiungi ruolo"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Adatta il curriculum per un ruolo che predilige il lavoro da remoto, valorizzando la comunicazione asincrona e l'autonomia."
@@ -285,6 +333,10 @@ msgstr "I provider di intelligenza artificiale richiedono la configurazione di R
msgid "Albanian"
msgstr "Albanese"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Consenti accesso pubblico"
@@ -360,10 +412,40 @@ msgstr "Riferimento API"
msgid "App"
msgstr "App"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Statistiche dell'applicazione"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Regole applicate"
@@ -372,11 +454,18 @@ msgstr "Regole applicate"
msgid "Arabic"
msgstr "Arabo"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Archivio"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Sei sicuro di voler chiudere questa finestra di dialogo?"
@@ -437,6 +526,10 @@ msgstr "Proporzioni"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud supporta Reactive Resume in qualità di sponsor del progetto. Se la tua azienda desidera sponsorizzare il progetto, invia un'e-mail a <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Allega i file"
@@ -455,6 +548,14 @@ msgstr "Allegato caricato."
msgid "Authentication"
msgstr "Autenticazione"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Disponibile in più lingue. Se vuoi contribuire, dai un'occhiata a Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengalese"
msgid "Blank draft"
msgstr "Bozza vuota"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Tavolo comandi del generatore"
msgid "Bulgarian"
msgstr "Bulgaro"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Elenco puntato"
@@ -552,6 +665,12 @@ msgstr "Elenco puntato"
msgid "By the community, for the community."
msgstr "Dalla comunità, per la comunità."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Posso esportare il mio curriculum in PDF?"
@@ -566,6 +685,9 @@ msgstr "Posso esportare il mio curriculum in PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Cerchio"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Libero"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Cancella selezione"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Comunità"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Azienda"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Confronta questo curriculum con l'URL di questa offerta di lavoro e aggiorna le parole chiave, mantenendo un tono conciso e credibile."
@@ -735,6 +867,10 @@ msgstr "Connessione fallita"
msgid "Connection verified — provider is ready to use."
msgstr "Connessione verificata: il provider è pronto all'uso."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Conversazione copiata."
msgid "Conversation JSON copied."
msgstr "Copia del JSON della conversazione."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Copia"
@@ -815,10 +956,43 @@ msgstr "Impossibile verificare la connessione al provider."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Impossibile verificare la connessione. Controllare la chiave API, il modello e l'URL di base."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Impossibile salvare"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Impossibile salvare"
msgid "Cover Letter"
msgstr "Lettera di presentazione"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Lettera di presentazione"
msgid "Create"
msgstr "Crea"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Crea un nuovo account"
@@ -952,6 +1134,11 @@ msgstr "Creare il curriculum con le opzioni"
msgid "Created"
msgstr "Creato"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Creazione della chiave API in corso..."
@@ -964,6 +1151,10 @@ msgstr "Creazione del tuo curriculum in corso..."
msgid "Crop picture"
msgstr "Immagine ritagliata"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Password attuale"
@@ -1041,6 +1232,9 @@ msgstr "Titolo di studio"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Elimina il fornitore"
msgid "Delete this agent thread?"
msgstr "Eliminare questa discussione dell'agente?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Eliminazione del tuo account in corso..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Congedare"
@@ -1136,6 +1336,10 @@ msgstr "Congedare"
msgid "Documentation"
msgstr "Documentazione"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Non hai un account? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Scaricare DOCX"
msgid "Download JSON"
msgstr "Scarica JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Scarica PDF"
msgid "Downloads"
msgstr "Download"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Trascina e rilascia qui le sezioni per spostarle tra le colonne"
@@ -1227,11 +1444,17 @@ msgstr "Duplicazione del tuo curriculum in corso..."
msgid "Dutch"
msgstr "Olandese"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Le versioni precedenti vengono conservate; la cronologia delle operazioni annullate dal programmatore viene ripristinata."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Modificare"
@@ -1241,6 +1464,10 @@ msgstr "Modificare"
msgid "Edit {chip}"
msgstr "Modifica {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Esporta"
msgid "Export my data"
msgstr "Esporta i miei dati"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Esporta il tuo curriculum in PDF all'istante, senza attese né ritardi."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Non è riuscito ad analizzare il curriculum."
@@ -1575,10 +1810,18 @@ msgstr "Funzionalità"
msgid "File"
msgstr "File"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filtra per"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Individua i punti deboli e riscrivili con risultati più solidi, dati più dettagliati, una maggiore portata e verbi più incisivi."
@@ -1599,6 +1842,22 @@ msgstr "Flessibilità"
msgid "Fluency"
msgstr "Fluenza"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Famiglia font"
@@ -1653,11 +1912,19 @@ msgstr "Forma libera"
msgid "French"
msgstr "Francese"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Larghezza completa"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "A schermo intero"
@@ -1667,6 +1934,10 @@ msgstr "A schermo intero"
msgid "Fullscreen Editor"
msgstr "Editor a schermo intero"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Genera un nome casuale"
@@ -1878,6 +2149,10 @@ msgstr "Come posso condividere il mio curriculum?"
msgid "How do I use the API?"
msgstr "Come faccio a usare l'API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "In che modo i miei dati sono protetti?"
@@ -1904,12 +2179,35 @@ msgstr "Individua le lacune in un sistema di gestione delle candidature e applic
msgid "Import"
msgstr "Importazione"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Importa un curriculum esistente"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "L'importazione da PDF o Word richiede un provider di intelligenza artificiale connesso."
@@ -1942,6 +2240,10 @@ msgstr "Informazioni"
msgid "Inline Code"
msgstr "Codice inline"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Generazione istantanea"
@@ -1986,6 +2288,14 @@ msgstr "Corsivo"
msgid "Japanese"
msgstr "Giapponese"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Coreano"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Etichetta"
@@ -2072,6 +2383,10 @@ msgstr "Lingua"
msgid "Languages"
msgstr "Lingue"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Ultima analisi il {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Lascia vuoto per ripristinare il titolo originale."
msgid "Left Align"
msgstr "Allinea a sinistra"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Lettera"
@@ -2152,6 +2471,18 @@ msgstr "Tema chiaro"
msgid "Line Height"
msgstr "Altezza linea"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Caricamento…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Località"
@@ -2266,6 +2599,14 @@ msgstr "Margine (orizzontale)"
msgid "Margin (Vertical)"
msgstr "Margine (verticale)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Altre opzioni di download"
msgid "Move section to another column or page"
msgstr "Spostare la sezione in un'altra colonna o pagina"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Deve iniziare con https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Nuova password"
msgid "New Section"
msgstr "Nuova sezione"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Nuovo thread"
@@ -2360,6 +2712,14 @@ msgstr "Nuovo thread"
msgid "No Advertising, No Tracking"
msgstr "Nessuna pubblicità, nessun tracciamento"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Nessun dato precedente"
msgid "No results found."
msgstr "Nessun risultato trovato."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Nessun curriculum corrisponde alla tua ricerca."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Nessuna versione salvata al momento."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Non sono ancora state definite delle regole di stile."
@@ -2406,6 +2778,7 @@ msgstr "Norvegese"
msgid "Not connected"
msgstr "Non connesso"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Note"
@@ -2431,6 +2804,10 @@ msgstr "Manutenzione continua"
msgid "Only applies when the section fits on a single page."
msgstr "Si applica solo quando la sezione rientra in una singola pagina."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "La protezione tramite password è stata disattivata."
msgid "Password protection has been enabled."
msgstr "La protezione tramite password è stata attivata."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Applicazione del pulsante"
@@ -2636,6 +3025,22 @@ msgstr "Scegli un'icona"
msgid "Picture"
msgstr "Immagine"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Inserisci una nuova password per il tuo account"
@@ -2652,6 +3057,10 @@ msgstr "Inserisci l'URL a cui vuoi collegarti:"
msgid "Please support the project"
msgstr "Per favore, sostenete il progetto."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Attendi mentre il tuo PDF viene generato..."
@@ -2774,6 +3183,10 @@ msgstr "Pubblicazioni"
msgid "Publisher"
msgstr "Editore"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Vai alla homepage"
@@ -2817,6 +3230,10 @@ msgstr "Ripresa reattiva v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Ripresa reattiva v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Destinatario"
@@ -2839,6 +3256,10 @@ msgstr "Rifare"
msgid "References"
msgstr "Referenze"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Registra un nuovo dispositivo"
@@ -2856,6 +3277,14 @@ msgstr "Rimuovi"
msgid "Remove {chip}"
msgstr "Rimuovere {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Rimuovi campo personalizzato"
@@ -2954,6 +3383,10 @@ msgstr "Analisi del curriculum completata."
msgid "Resume content"
msgstr "Contenuto del curriculum"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Opzioni di curriculum"
@@ -2962,6 +3395,10 @@ msgstr "Opzioni di curriculum"
msgid "Resume patch"
msgstr "Riprendi la patch"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Riscrivi questo curriculum per una transizione da fondatore di una start
msgid "Right Align"
msgstr "Allinea a destra"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Progressione di ruolo"
@@ -3018,6 +3463,15 @@ msgstr "Esegua la prima analisi per ottenere una scorecard, i punti di forza e i
msgid "Russian"
msgstr "Russo"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Provider di salvataggio e test"
msgid "Save & Upload"
msgstr "Salva e carica"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Scansiona il codice QR qui sotto con la tua app di autenticazione prefer
msgid "School"
msgstr "Scuola"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Scheda di valutazione"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Ricerca"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Opzioni della sezione"
msgid "Section Type"
msgstr "Tipo di sezione"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Seleziona un curriculum"
@@ -3124,6 +3603,10 @@ msgstr "Seleziona un curriculum"
msgid "Select a thread"
msgstr "Seleziona una discussione"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Seleziona un modello di agente"
@@ -3136,6 +3619,14 @@ msgstr "Seleziona un fornitore di IA"
msgid "Select..."
msgstr "Seleziona..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Self-host con Docker"
@@ -3218,6 +3709,11 @@ msgstr "Condivisione"
msgid "Show"
msgstr "Mostra"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Mostra la password"
msgid "Show picture"
msgstr "Mostra l'immagine"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Qualcosa è andato storto"
msgid "Something went wrong while analyzing your resume."
msgstr "Qualcosa è andato storto durante l'analisi del suo curriculum."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Qualcosa è andato storto. Riprova."
@@ -3369,6 +3873,12 @@ msgstr "Qualcosa è andato storto. Riprova."
msgid "Sort by"
msgstr "Ordina per"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Sponsorizzazioni"
msgid "Square"
msgstr "Quadrato"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Metti una stella su GitHub (apre in una nuova scheda)"
@@ -3459,6 +3974,10 @@ msgstr "Punti di forza"
msgid "Strike"
msgstr "Barrato"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Passato al modello {0}."
msgid "Synced changes made in another tab."
msgstr "Modifiche sincronizzate apportate in un'altra scheda."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Tag"
@@ -3513,10 +4037,18 @@ msgstr "Tag"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "I tag possono essere usati per categorizzare il tuo curriculum tramite parole chiave."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Adatta questo curriculum alla descrizione di una posizione da product manager e metti in evidenza la responsabilità della roadmap, la comunicazione con gli stakeholder e i risultati di lancio misurabili."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamil"
@@ -3753,6 +4285,10 @@ msgstr "Rendi più concisa la sezione relativa alle competenze, in modo che supp
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Dimostrazione in timelapse della creazione di un curriculum con Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Suggerimento: assegna alla tua chiave API un nome corrispondente allo scopo della chiave, così potrai identificarla più facilmente in seguito."
@@ -3799,6 +4335,14 @@ msgstr "Alterna la barra laterale destra"
msgid "Toggle threads"
msgstr "Discussioni di attivazione/disattivazione"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Tieni traccia delle visualizzazioni e dei download del tuo curriculum"
@@ -3897,6 +4441,11 @@ msgstr "Tipografia"
msgid "Ukrainian"
msgstr "Ucraino"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Sottolinea"
@@ -4011,6 +4560,10 @@ msgstr "Aggiorna i punti elenco del progetto per evidenziare la leadership, i vi
msgid "Update Resume"
msgstr "Aggiorna curriculum"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Aggiorna la tua password"
@@ -4023,6 +4576,10 @@ msgstr "Aggiornamento della tua password in corso..."
msgid "Updating your resume..."
msgstr "Aggiornamento del tuo curriculum in corso..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Carica allegati"
@@ -4031,10 +4588,18 @@ msgstr "Carica allegati"
msgid "Upload picture"
msgstr "Carica l'immagine"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Caricamento dell'immagine…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Utilizzo"
msgid "Use color {color}"
msgstr "Utilizzi il colore {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Cosa c'è di nuovo nell'ultima versione?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Quando è bloccato, il curriculum non può essere aggiornato o eliminato."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Lavora con OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Lavora con OpenAI"
msgid "Working…"
msgstr "Lavoro in corso…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Rimpicciolisci"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/ja-JP.po b/apps/web/locales/ja-JP.po
index b2493586c..bf0f0dd6d 100644
--- a/apps/web/locales/ja-JP.po
+++ b/apps/web/locales/ja-JP.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, other {# 個の役職}}"
msgid "{0} characters"
msgstr "{0} 文字"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "確認用リンクを現在のメールアドレスに送信しました
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Reactive Resume は、レジュメの作成・更新・共有を簡単にする、無料のオープンソース レジュメビルダーです。"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "新しい確認用リンクをメールアドレスに送信しました
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "<0>Amruth Pillai によるパッションプロジェクト0>です。"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "アカウントメニュー"
msgid "Actual size (100%)"
msgstr "実寸大(100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "カスタムフィールドを追加"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "キーワードを追加…"
@@ -196,10 +223,23 @@ msgstr "スキルを追加"
msgid "Add a new volunteer experience"
msgstr "ボランティアを追加"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "エージェントスレッドを開始する前に、プロバイダーを追加してテストしてください。"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "キーワードの追加"
@@ -225,6 +265,14 @@ msgstr "プロバイダーを追加"
msgid "Add Role"
msgstr "役職を追加"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "非同期コミュニケーションと主体性を重視する、リモートワーク中心の職種に合わせてレジュメを調整しましょう。"
@@ -285,6 +333,10 @@ msgstr "AIプロバイダーは、REDIS_URLとENCRYPTION_SECRETの設定を必
msgid "Albanian"
msgstr "アルバニア語"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "公開アクセスを許可"
@@ -360,10 +412,40 @@ msgstr "API リファレンス"
msgid "App"
msgstr "アプリ"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "アプリケーション統計"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "適用中のルール"
@@ -372,11 +454,18 @@ msgstr "適用中のルール"
msgid "Arabic"
msgstr "アラビア語"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "アーカイブ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "このダイアログを閉じますか?"
@@ -437,6 +526,10 @@ msgstr "アスペクト比"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloudは、Reactive Resumeをプロジェクトスポンサーとして支援しています。貴社がこのプロジェクトをスポンサーしたい場合は、<0>{sponsorshipEmail}までメールでご連絡ください。0> 。"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "ファイルを添付する"
@@ -455,6 +548,14 @@ msgstr "添付ファイルをアップロードしました。"
msgid "Authentication"
msgstr "認証"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "複数の言語で利用できます。翻訳に貢献したい場合は、Crowdin をご覧ください。"
@@ -511,6 +612,10 @@ msgstr "ベンガル語"
msgid "Blank draft"
msgstr "白紙の下書き"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "ビルダーコマンドパレット"
msgid "Bulgarian"
msgstr "ブルガリア語"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "箇条書きリスト"
@@ -552,6 +665,12 @@ msgstr "箇条書きリスト"
msgid "By the community, for the community."
msgstr "コミュニティによる、コミュニティのためのプロジェクト。"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "履歴書を PDF にエクスポートできますか?"
@@ -566,6 +685,9 @@ msgstr "履歴書を PDF にエクスポートできますか?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "サークル"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "クリア"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "選択をクリア"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "コミュニティ"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "会社名"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "このレジュメをこの求人情報のURLと比較し、簡潔かつ説得力のある文体を保ちつつ、キーワードを更新してください。"
@@ -735,6 +867,10 @@ msgstr "接続に失敗しました"
msgid "Connection verified — provider is ready to use."
msgstr "接続確認済み — プロバイダは使用可能です。"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "会話内容をコピーしました。"
msgid "Conversation JSON copied."
msgstr "会話のJSONデータがコピーされました。"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "コピー"
@@ -815,10 +956,43 @@ msgstr "プロバイダとの接続を確認できませんでした。"
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "接続を確認できませんでした。APIキー、モデル、およびベースURLを確認してください。"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "保存できませんでした"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "保存できませんでした"
msgid "Cover Letter"
msgstr "カバーレター"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "カバーレター"
msgid "Create"
msgstr "作成"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "新しいアカウントを作成"
@@ -952,6 +1134,11 @@ msgstr "オプション付きのレジュメを作成"
msgid "Created"
msgstr "作成日"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "API キーを作成しています..."
@@ -964,6 +1151,10 @@ msgstr "レジュメを作成しています…"
msgid "Crop picture"
msgstr "トリミング画像"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "現在のパスワード"
@@ -1041,6 +1232,9 @@ msgstr "学位"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "プロバイダーを削除"
msgid "Delete this agent thread?"
msgstr "このエージェントスレッドを削除しますか?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "アカウントを削除しています..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "閉じる"
@@ -1136,6 +1336,10 @@ msgstr "閉じる"
msgid "Documentation"
msgstr "ドキュメント"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "アカウントをお持ちでないですか? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "DOCXダウンロード"
msgid "Download JSON"
msgstr "JSON をダウンロード"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "PDF をダウンロード"
msgid "Downloads"
msgstr "ダウンロード数"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "ここにセクションをドラッグ&ドロップして、列間で移動します"
@@ -1227,11 +1444,17 @@ msgstr "レジュメを複製しています…"
msgid "Dutch"
msgstr "オランダ語"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "以前のバージョンは保持されますが、作成者の元に戻す履歴はリセットされます。"
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "編集"
@@ -1241,6 +1464,10 @@ msgstr "編集"
msgid "Edit {chip}"
msgstr "編集 {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "エクスポート"
msgid "Export my data"
msgstr "データをエクスポートする"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "待ち時間や遅延なく、即座にPDF形式でエクスポートできます。"
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "レジュメの解析に失敗しました。"
@@ -1575,10 +1810,18 @@ msgstr "機能"
msgid "File"
msgstr "ファイル"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "絞り込み条件"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "弱い箇条書きを見つけ出し、より力強い成果、数値、範囲、そしてより鋭い動詞を用いて書き直してください。"
@@ -1599,6 +1842,22 @@ msgstr "柔軟性"
msgid "Fluency"
msgstr "習熟度"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "フォント"
@@ -1653,11 +1912,19 @@ msgstr "自由形式"
msgid "French"
msgstr "フランス語"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "全幅"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "全画面表示"
@@ -1667,6 +1934,10 @@ msgstr "全画面表示"
msgid "Fullscreen Editor"
msgstr "フルスクリーンエディター"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "ランダムな名前を生成"
@@ -1878,6 +2149,10 @@ msgstr "レジュメはどのように共有できますか?"
msgid "How do I use the API?"
msgstr "API はどのように使えばよいですか?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "自分のデータはどのように保護されていますか?"
@@ -1904,12 +2179,35 @@ msgstr "応募者追跡システムのギャップを特定し、信頼性の高
msgid "Import"
msgstr "インポート"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "既存のレジュメをインポート"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "PDFまたはWordからのインポートには、接続されたAIプロバイダーが必要です。"
@@ -1942,6 +2240,10 @@ msgstr "情報"
msgid "Inline Code"
msgstr "インラインコード"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "即時生成"
@@ -1986,6 +2288,14 @@ msgstr "斜体"
msgid "Japanese"
msgstr "日本語"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "韓国語"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "ラベル"
@@ -2072,6 +2383,10 @@ msgstr "言語"
msgid "Languages"
msgstr "語学"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "最終分析日時: {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "空欄のままにすると、タイトルは元の名前にリセット
msgid "Left Align"
msgstr "左揃え"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "レター"
@@ -2152,6 +2471,18 @@ msgstr "ライトテーマ"
msgid "Line Height"
msgstr "行の高さ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "… を読み込み中"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "所在地"
@@ -2266,6 +2599,14 @@ msgstr "余白(左右)"
msgid "Margin (Vertical)"
msgstr "余白(上下)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "その他のダウンロードオプション"
msgid "Move section to another column or page"
msgstr "セクションを別の列またはページに移動"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "先頭を https:// にしてください"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "新しいパスワード"
msgid "New Section"
msgstr "新しいセクション"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "新しいスレッド"
@@ -2360,6 +2712,14 @@ msgstr "新しいスレッド"
msgid "No Advertising, No Tracking"
msgstr "広告なし・トラッキングなし"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "過去のデータなし"
msgid "No results found."
msgstr "結果が見つかりません。"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "検索条件に一致する履歴書は見つかりませんでした。"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "まだ保存されたバージョンはありません。"
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "まだスタイルに関するルールはありません。"
@@ -2406,6 +2778,7 @@ msgstr "ノルウェー語"
msgid "Not connected"
msgstr "接続されていません"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "メモ"
@@ -2431,6 +2804,10 @@ msgstr "継続的な保守"
msgid "Only applies when the section fits on a single page."
msgstr "当該セクションが1ページに収まる場合にのみ適用されます。"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "パスワード保護を無効にしました。"
msgid "Password protection has been enabled."
msgstr "パスワード保護を有効にしました。"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "パッチ適用済み"
@@ -2636,6 +3025,22 @@ msgstr "アイコンを選択してください"
msgid "Picture"
msgstr "プロフィール写真"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "アカウント用の新しいパスワードを入力してください。"
@@ -2652,6 +3057,10 @@ msgstr "リンク先の URL を入力してください:"
msgid "Please support the project"
msgstr "プロジェクトへのご支援をお願いいたします"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "PDF を生成しています。しばらくお待ちください..."
@@ -2774,6 +3183,10 @@ msgstr "著作物"
msgid "Publisher"
msgstr "出版社"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - ホームページへ移動"
@@ -2817,6 +3230,10 @@ msgstr "リアクティブレジューム v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reactive Resume v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "宛先"
@@ -2839,6 +3256,10 @@ msgstr "やり直し"
msgid "References"
msgstr "リファレンス"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "新しいデバイスを登録する"
@@ -2856,6 +3277,14 @@ msgstr "削除"
msgid "Remove {chip}"
msgstr "{chip} を削除する"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "カスタムフィールドを削除する"
@@ -2954,6 +3383,10 @@ msgstr "レジュメの分析が完了しました。"
msgid "Resume content"
msgstr "履歴書の内容"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "履歴書の選択肢"
@@ -2962,6 +3395,10 @@ msgstr "履歴書の選択肢"
msgid "Resume patch"
msgstr "レジュメパッチ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "スタートアップ創業者からプロダクトリーダーへのキ
msgid "Right Align"
msgstr "右揃え"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "役職履歴"
@@ -3018,6 +3463,15 @@ msgstr "分析を実行すると、スコアカード・強み・改善提案が
msgid "Russian"
msgstr "ロシア語"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "プロバイダーを保存してテストする"
msgid "Save & Upload"
msgstr "保存してアップロード"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "お好みの認証アプリで、以下の QR コードをスキャン
msgid "School"
msgstr "学校名"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "スコアカード"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "検索"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "セクションオプション"
msgid "Section Type"
msgstr "セクションタイプ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "レジュメを選択してください"
@@ -3124,6 +3603,10 @@ msgstr "レジュメを選択してください"
msgid "Select a thread"
msgstr "スレッドを選択してください"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "エージェントモデルを選択してください"
@@ -3136,6 +3619,14 @@ msgstr "AIプロバイダーを選択してください"
msgid "Select..."
msgstr "選択..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Docker でセルフホスト"
@@ -3218,6 +3709,11 @@ msgstr "共有"
msgid "Show"
msgstr "表示する"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "パスワードを表示する"
msgid "Show picture"
msgstr "画像を表示"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "何らかの問題が発生しました"
msgid "Something went wrong while analyzing your resume."
msgstr "レジュメの分析中に問題が発生しました。"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "問題が発生しました。もう一度お試しください。"
@@ -3369,6 +3873,12 @@ msgstr "問題が発生しました。もう一度お試しください。"
msgid "Sort by"
msgstr "並べ替え条件"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "スポンサーシップ"
msgid "Square"
msgstr "正方形"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "GitHub でスターを付ける(新しいタブで開きます)"
@@ -3459,6 +3974,10 @@ msgstr "強み"
msgid "Strike"
msgstr "取り消し線"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "{0} テンプレートに切り替えました。"
msgid "Synced changes made in another tab."
msgstr "別のタブで行われた変更を同期しました。"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "タグ"
@@ -3513,10 +4037,18 @@ msgstr "タグ"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "タグを使って、レジュメをキーワードで分類できます。"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "この履歴書はプロダクトマネージャーの職務内容に合わせて作成し、ロードマップの策定責任、ステークホルダーとのコミュニケーション、そして測定可能なローンチ成果を強調してください。"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "タミル語"
@@ -3753,6 +4285,10 @@ msgstr "スキルセクションを、キーワードの羅列ではなく、対
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Reactive Resume で履歴書を作成する様子を早送りで示したデモ動画"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "ヒント: API キーの用途がすぐに分かるように、目的に応じた名前を付けておくと、後から識別しやすくなります。"
@@ -3799,6 +4335,14 @@ msgstr "右サイドバーの切り替え"
msgid "Toggle threads"
msgstr "スレッドの切り替え"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "閲覧数とダウンロード数を確認する"
@@ -3897,6 +4441,11 @@ msgstr "タイポグラフィ"
msgid "Ukrainian"
msgstr "ウクライナ語"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "下線"
@@ -4011,6 +4560,10 @@ msgstr "プロジェクトの箇条書きを更新して、リーダーシップ
msgid "Update Resume"
msgstr "レジュメを更新"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "パスワードを更新してください。"
@@ -4023,6 +4576,10 @@ msgstr "パスワードを更新しています..."
msgid "Updating your resume..."
msgstr "レジュメを更新しています…"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "添付ファイルをアップロードする"
@@ -4031,10 +4588,18 @@ msgstr "添付ファイルをアップロードする"
msgid "Upload picture"
msgstr "画像のアップロード"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "画像をアップロード中…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "使用"
msgid "Use color {color}"
msgstr "カラーを使う {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "最新バージョンでの変更点"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "ロックされている場合、更新や削除はできません。"
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "OpenAIでの活動"
@@ -4181,6 +4758,10 @@ msgstr "OpenAIでの活動"
msgid "Working…"
msgstr "作業中…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X(ツイッター)"
@@ -4308,4 +4889,3 @@ msgstr "ズームアウト"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "ズールー語"
-
diff --git a/apps/web/locales/km-KH.po b/apps/web/locales/km-KH.po
index 542d9e13c..fe4a281b1 100644
--- a/apps/web/locales/km-KH.po
+++ b/apps/web/locales/km-KH.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# តួនាទី} other {# តួនាទី}}"
msgid "{0} characters"
msgstr "{0} តួអក្សរ"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "តំណផ្ទៀងផ្ទាត់ត្រូវបា
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "កម្មវិធីបង្កើតប្រវត្តិរូបឥតគិតថ្លៃ និងបើកប្រភព ដែលធ្វើឱ្យដំណើរការបង្កើត បច្ចុប្បន្នភាព និងចែករំលែកប្រវត្តិរូបរបស់អ្នកកាន់តែងាយស្រួល។"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "តំណផ្ទៀងផ្ទាត់ថ្មីមួយ
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "គម្រោងចិត្តស្រឡាញ់មួយរបស់ <0>Amruth Pillai0>។"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "ម៉ឺនុយគណនី"
msgid "Actual size (100%)"
msgstr "ទំហំពិត (១០០%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "បន្ថែមវាលផ្ទាល់ខ្លួន"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "បន្ថែមពាក្យគន្លឹះ..."
@@ -196,10 +223,23 @@ msgstr "បន្ថែមជំនាញថ្មី"
msgid "Add a new volunteer experience"
msgstr "បន្ថែមបទពិសោធន៍ស្ម័គ្រចិត្តថ្មី"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "បន្ថែម និងសាកល្បងអ្នកផ្តល់សេវា មុនពេលចាប់ផ្តើមខ្សែស្រឡាយភ្នាក់ងារ។"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "បន្ថែមពាក្យគន្លឹះ"
@@ -225,6 +265,14 @@ msgstr "បន្ថែមអ្នកផ្តល់សេវា"
msgid "Add Role"
msgstr "បន្ថែមតួនាទី"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "កែសម្រួលប្រវត្តិរូបសង្ខេបសម្រាប់តួនាទីដែលផ្តោតលើការងារពីចម្ងាយជាមុន ដែលឱ្យតម្លៃដល់ការទំនាក់ទំនងអសមកាលកម្ម និងភាពជាម្ចាស់។"
@@ -285,6 +333,10 @@ msgstr "អ្នកផ្តល់សេវា AI តម្រូវឱ្យ R
msgid "Albanian"
msgstr "Albanian"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "អនុញ្ញាតឱ្យចូលដំណើរការសាធារណៈ"
@@ -360,10 +412,40 @@ msgstr "ឯកសារយោង API"
msgid "App"
msgstr "កម្មវិធី"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "ស្ថិតិកម្មវិធី"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "ច្បាប់ដែលបានអនុវត្ត"
@@ -372,11 +454,18 @@ msgstr "ច្បាប់ដែលបានអនុវត្ត"
msgid "Arabic"
msgstr "Arabic"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "បណ្ណសារ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "តើអ្នកប្រាកដថាចង់បិទប្រអប់នេះមែនទេ?"
@@ -437,6 +526,10 @@ msgstr "សមាមាត្រទ្រង់ទ្រាយ"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud គាំទ្រ Reactive Resume ក្នុងនាមជាអ្នកឧបត្ថម្ភគម្រោង។ ប្រសិនបើក្រុមហ៊ុនរបស់អ្នកចង់ឧបត្ថម្ភគម្រោងនេះ សូមផ្ញើអ៊ីមែលទៅកាន់ <0>{sponsorshipEmail}0> ។"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "ភ្ជាប់ឯកសារ"
@@ -455,6 +548,14 @@ msgstr "បានផ្ទុកឡើងឯកសារភ្ជាប់។"
msgid "Authentication"
msgstr "ការផ្ទៀងផ្ទាត់ភាពត្រឹមត្រូវ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "មាននៅក្នុងភាសាច្រើន។ ប្រសិនបើអ្នកចង់ចូលរួម សូមមើល Crowdin។"
@@ -511,6 +612,10 @@ msgstr "Bengali"
msgid "Blank draft"
msgstr "សេចក្តីព្រាងទទេ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "បញ្ជីពាក្យបញ្ជារបស់ក
msgid "Bulgarian"
msgstr "Bulgarian"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "បញ្ជីមានគ្រាប់ចំណុច"
@@ -552,6 +665,12 @@ msgstr "បញ្ជីមានគ្រាប់ចំណុច"
msgid "By the community, for the community."
msgstr "ដោយសហគមន៍ សម្រាប់សហគមន៍។"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "តើខ្ញុំអាចនាំចេញប្រវត្តិរូបរបស់ខ្ញុំជា PDF បានទេ?"
@@ -566,6 +685,9 @@ msgstr "តើខ្ញុំអាចនាំចេញប្រវ
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "រង្វង់"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "សម្អាត"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "សម្អាតការជ្រើសរើស"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "សហគមន៍"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "ក្រុមហ៊ុន"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "ប្រៀបធៀបប្រវត្តិរូបសង្ខេបនេះទៅនឹង URL តួនាទីនេះ ហើយធ្វើបច្ចុប្បន្នភាពពាក្យគន្លឹះ ខណៈពេលដែលរក្សាសំឡេងឲ្យខ្លី និងគួរឱ្យទុកចិត្ត។"
@@ -735,6 +867,10 @@ msgstr "ការតភ្ជាប់បរាជ័យ"
msgid "Connection verified — provider is ready to use."
msgstr "ការភ្ជាប់ត្រូវបានផ្ទៀងផ្ទាត់ — អ្នកផ្តល់សេវារួចរាល់សម្រាប់ប្រើប្រាស់។"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "បានចម្លងការសន្ទនា។"
msgid "Conversation JSON copied."
msgstr "បានចម្លង JSON នៃការសន្ទនា។"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "ចម្លង"
@@ -815,10 +956,43 @@ msgstr "មិនអាចផ្ទៀងផ្ទាត់ការតភ្ជ
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "មិនអាចផ្ទៀងផ្ទាត់ការតភ្ជាប់បានទេ។ សូមពិនិត្យមើលសោ API, ម៉ូដែល និង URL មូលដ្ឋាន។"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "មិនអាចរក្សាទុកបានទេ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "មិនអាចរក្សាទុកបានទេ"
msgid "Cover Letter"
msgstr "លិខិតសម្រាប់ដាក់ពាក្យ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "លិខិតសម្រាប់ដាក់ពាក្យ"
msgid "Create"
msgstr "បង្កើត"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "បង្កើតគណនីថ្មី"
@@ -952,6 +1134,11 @@ msgstr "បង្កើតប្រវត្តិរូបជាមួយជម
msgid "Created"
msgstr "បានបង្កើត"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "កំពុងបង្កើតកូនសោ API របស់អ្នក..."
@@ -964,6 +1151,10 @@ msgstr "កំពុងបង្កើតប្រវត្តិរូប
msgid "Crop picture"
msgstr "ច្រឹបរូបភាព"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "ពាក្យសម្ងាត់បច្ចុប្បន្ន"
@@ -1041,6 +1232,9 @@ msgstr "សញ្ញាប័ត្រ"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "លុបអ្នកផ្តល់សេវា"
msgid "Delete this agent thread?"
msgstr "លុបខ្សែស្រឡាយភ្នាក់ងារនេះ?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "កំពុងលុបគណនីរបស់អ្នក..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "បដិសេធ"
@@ -1136,6 +1336,10 @@ msgstr "បដិសេធ"
msgid "Documentation"
msgstr "ឯកសារ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "មិនមានគណនី? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "ទាញយក DOCX"
msgid "Download JSON"
msgstr "ទាញយក JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "ទាញយក PDF"
msgid "Downloads"
msgstr "ចំនួនទាញយក"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "អូស និងទម្លាក់ផ្នែកមកទីនេះ ដើម្បីផ្លាស់ទីពួកវារវាងជួរឈរ"
@@ -1227,11 +1444,17 @@ msgstr "កំពុងស្ទួនប្រវត្តិរូប
msgid "Dutch"
msgstr "Dutch"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "កំណែមុនៗត្រូវបានរក្សាទុក; ប្រវត្តិមិនធ្វើវិញរបស់កម្មវិធីបង្កើតត្រូវបានកំណត់ឡើងវិញ។"
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "កែសម្រួល"
@@ -1241,6 +1464,10 @@ msgstr "កែសម្រួល"
msgid "Edit {chip}"
msgstr "កែសម្រួល {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "នាំចេញ"
msgid "Export my data"
msgstr "នាំចេញទិន្នន័យរបស់ខ្ញុំ"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "នាំចេញប្រវត្តិរូបសង្ខេបរបស់អ្នកទៅជា PDF ភ្លាមៗ ដោយមិនចាំបាច់រង់ចាំ ឬការពន្យារពេលឡើយ។"
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "ការវិភាគប្រវត្តិរូបបានបរាជ័យ។"
@@ -1575,10 +1810,18 @@ msgstr "មុខងារ"
msgid "File"
msgstr "ឯកសារ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "ត្រងតាម"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "ស្វែងរកចំណុចខ្សោយ ហើយសរសេរវាឡើងវិញជាមួយនឹងលទ្ធផល លេខ វិសាលភាព និងកិរិយាសព្ទមុតជាង។"
@@ -1599,6 +1842,22 @@ msgstr "ភាពបត់បែន"
msgid "Fluency"
msgstr "កម្រិតភាសា"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "គ្រួសារពុម្ពអក្សរ"
@@ -1653,11 +1912,19 @@ msgstr "ទម្រង់សេរី"
msgid "French"
msgstr "French"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "ទទឹងពេញ"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "អេក្រង់ពេញ"
@@ -1667,6 +1934,10 @@ msgstr "អេក្រង់ពេញ"
msgid "Fullscreen Editor"
msgstr "កម្មវិធីកែសម្រួលពេញអេក្រង់"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "បង្កើតឈ្មោះចៃដន្យ"
@@ -1878,6 +2149,10 @@ msgstr "តើខ្ញុំចែករំលែកប្រវត្
msgid "How do I use the API?"
msgstr "តើខ្ញុំប្រើ API ដោយរបៀបណា?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "តើទិន្នន័យរបស់ខ្ញុំត្រូវបានការពារដោយរបៀបណា?"
@@ -1904,12 +2179,35 @@ msgstr "កំណត់ចន្លោះប្រហោងសម្រាប់
msgid "Import"
msgstr "នាំចូល"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "នាំចូលប្រវត្តិរូបមានស្រាប់"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "ការនាំចូលពី PDF ឬ Word តម្រូវឱ្យមានអ្នកផ្តល់សេវា AI ដែលបានភ្ជាប់។"
@@ -1942,6 +2240,10 @@ msgstr "ព័ត៌មាន"
msgid "Inline Code"
msgstr "កូដក្នុងបន្ទាត់"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "ការបង្កើតភ្លាមៗ"
@@ -1986,6 +2288,14 @@ msgstr "អក្សរទ្រេត"
msgid "Japanese"
msgstr "Japanese"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Korean"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "ស្លាក"
@@ -2072,6 +2383,10 @@ msgstr "ភាសា"
msgid "Languages"
msgstr "ភាសា"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "វិភាគចុងក្រោយនៅថ្ងៃទី {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "ទុកវែងៗ ដើម្បីកំណត់ចំ
msgid "Left Align"
msgstr "តម្រង់ឆ្វេង"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "លិខិត"
@@ -2152,6 +2471,18 @@ msgstr "ស្បែកភ្លឺ"
msgid "Line Height"
msgstr "កម្ពស់បន្ទាត់"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "កំពុងផ្ទុក…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "ទីតាំង"
@@ -2266,6 +2599,14 @@ msgstr "រឹម (ផ្ដេក)"
msgid "Margin (Vertical)"
msgstr "រឹម (បញ្ឈរ)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "ជម្រើសទាញយកច្រើនទៀត"
msgid "Move section to another column or page"
msgstr "ផ្លាស់ទីផ្នែកទៅជួរឈរ ឬទំព័រផ្សេងទៀត"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "ត្រូវតែចាប់ផ្តើមដោយ https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "ពាក្យសម្ងាត់ថ្មី"
msgid "New Section"
msgstr "ផ្នែកថ្មី"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "ខ្សែស្រឡាយថ្មី"
@@ -2360,6 +2712,14 @@ msgstr "ខ្សែស្រឡាយថ្មី"
msgid "No Advertising, No Tracking"
msgstr "គ្មានការផ្សពាណិជ្ជកម្ម គ្មានការតាមដាន"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "គ្មានទិន្នន័យពីមុនទេ"
msgid "No results found."
msgstr "រកមិនឃើញលទ្ធផល។"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "គ្មានប្រវត្តិរូបសង្ខេបដែលត្រូវនឹងការស្វែងរករបស់អ្នកទេ។"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "មិនទាន់មានកំណែដែលបានរក្សាទុកនៅឡើយទេ។"
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "មិនទាន់មានច្បាប់រចនាប័ទ្មនៅឡើយទេ។"
@@ -2406,6 +2778,7 @@ msgstr "Norwegian"
msgid "Not connected"
msgstr "មិនបានភ្ជាប់"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "កំណត់ចំណាំ"
@@ -2431,6 +2804,10 @@ msgstr "ការថែទាំបន្ត"
msgid "Only applies when the section fits on a single page."
msgstr "អនុវត្តតែនៅពេលដែលផ្នែកនេះសមនឹងទំព័រតែមួយប៉ុណ្ណោះ។"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "ការការពារដោយពាក្យសម្ង
msgid "Password protection has been enabled."
msgstr "ការការពារដោយពាក្យសម្ងាត់ត្រូវបានបើក។"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "បានអនុវត្តបំណះ"
@@ -2636,6 +3025,22 @@ msgstr "ជ្រើសរើសរូបតំណាង"
msgid "Picture"
msgstr "រូបភាព"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "សូមបញ្ចូលពាក្យសម្ងាត់ថ្មីមួយសម្រាប់គណនីរបស់អ្នក"
@@ -2652,6 +3057,10 @@ msgstr "សូមបញ្ចូល URL ដែលអ្នកចង់
msgid "Please support the project"
msgstr "សូមជួយគាំទ្រគម្រោងនេះផង"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "សូមរង់ចាំ ខណៈពេលកំពុងបង្កើត PDF របស់អ្នក..."
@@ -2774,6 +3183,10 @@ msgstr "អត្ថបទផ្សព្វផ្សាយ"
msgid "Publisher"
msgstr "អ្នកបោះពុម្ពផ្សាយ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - ទៅកាន់ទំព័រដើម"
@@ -2817,6 +3230,10 @@ msgstr "ប្រវត្តិរូបសង្ខេបដែលមានប
msgid "Reactive Resume v4 (JSON)"
msgstr "Reactive Resume v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "អ្នកទទួល"
@@ -2839,6 +3256,10 @@ msgstr "ធ្វើឡើងវិញ"
msgid "References"
msgstr "យោង"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "ចុះឈ្មោះឧបករណ៍ថ្មី"
@@ -2856,6 +3277,14 @@ msgstr "លុបចេញ"
msgid "Remove {chip}"
msgstr "យក {chip} ចេញ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "លុបវាលផ្ទាល់ខ្លួន"
@@ -2954,6 +3383,10 @@ msgstr "ការវិភាគប្រវត្តិរូបបានបញ
msgid "Resume content"
msgstr "ខ្លឹមសារនៃប្រវត្តិរូបសង្ខេប"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "ជម្រើសប្រវត្តិរូបសង្ខេប"
@@ -2962,6 +3395,10 @@ msgstr "ជម្រើសប្រវត្តិរូបសង្ខេប
msgid "Resume patch"
msgstr "បន្តបំណះ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "សរសេរប្រវត្តិរូបសង្ខេបនេ
msgid "Right Align"
msgstr "តម្រង់ស្ដាំ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "ការរីកចម្រើនតួនាទី"
@@ -3018,6 +3463,15 @@ msgstr "ដំណើរការវិភាគលើកដំបូងរបស
msgid "Russian"
msgstr "Russian"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "រក្សាទុក និងសាកល្បងអ្នកផ
msgid "Save & Upload"
msgstr "រក្សាទុក និងផ្ទុកឡើង"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "ស្កេនកូដ QR ខាងក្រោមដោយ
msgid "School"
msgstr "សាលា"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "តារាងពិន្ទុ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "ស្វែងរក"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "ជម្រើសផ្នែក"
msgid "Section Type"
msgstr "ប្រភេទផ្នែក"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "ជ្រើសរើសប្រវត្តិរូបសង្ខេប"
@@ -3124,6 +3603,10 @@ msgstr "ជ្រើសរើសប្រវត្តិរូបសង្ខេ
msgid "Select a thread"
msgstr "ជ្រើសរើសខ្សែស្រឡាយ"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "ជ្រើសរើសម៉ូដែលភ្នាក់ងារ"
@@ -3136,6 +3619,14 @@ msgstr "ជ្រើសរើសអ្នកផ្តល់សេវា AI"
msgid "Select..."
msgstr "ជ្រើសរើស..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "ដំឡើងផ្ទាល់ខ្លួនដោយប្រើ Docker"
@@ -3218,6 +3709,11 @@ msgstr "ការចែករំលែក"
msgid "Show"
msgstr "បង្ហាញ"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "បង្ហាញពាក្យសម្ងាត់"
msgid "Show picture"
msgstr "បង្ហាញរូបភាព"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "មានអ្វីមួយខុសប្រក្រតី"
msgid "Something went wrong while analyzing your resume."
msgstr "មានបញ្ហាអ្វីមួយខុសប្រក្រតីខណៈពេលវិភាគប្រវត្តិរូបរបស់អ្នក។"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "មានអ្វីមួយខុសប្រក្រតី។ សូមព្យាយាមម្ដងទៀត។"
@@ -3369,6 +3873,12 @@ msgstr "មានអ្វីមួយខុសប្រក្រតី។
msgid "Sort by"
msgstr "តម្រៀបតាម"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "ការឧបត្ថម្ភ"
msgid "Square"
msgstr "ការេ"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "ផ្ដល់ផ្កាយឲ្យយើងលើ GitHub (បើកក្នុងផ្ទាំងថ្មី)"
@@ -3459,6 +3974,10 @@ msgstr "ចំណុចខ្លាំង"
msgid "Strike"
msgstr "អក្សរឆូត"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "បានប្តូរទៅគំរូ {0}។"
msgid "Synced changes made in another tab."
msgstr "ការផ្លាស់ប្ដូរដែលបានធ្វើសមកាលកម្មបានធ្វើឡើងនៅក្នុងផ្ទាំងផ្សេងទៀត។"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "ស្លាក"
@@ -3513,10 +4037,18 @@ msgstr "ស្លាក"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "ស្លាកអាចត្រូវបានប្រើ ដើម្បីចាត់ថ្នាក់ប្រវត្តិរូបរបស់អ្នកតាមពាក្យគន្លឹះ។"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "កែសម្រួលប្រវត្តិរូបសង្ខេបនេះទៅតាមការពិពណ៌នាការងាររបស់អ្នកគ្រប់គ្រងផលិតផល ហើយសង្កត់ធ្ងន់លើភាពជាម្ចាស់នៃផែនទីបង្ហាញផ្លូវ ការទំនាក់ទំនងជាមួយអ្នកពាក់ព័ន្ធ និងលទ្ធផលបើកដំណើរការដែលអាចវាស់វែងបាន។"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamil"
@@ -3753,6 +4285,10 @@ msgstr "រឹតបន្តឹងផ្នែកជំនាញ ដើម្
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "វីដេអូបង្ហាញល្បឿនលឿនអំពីការបង្កើតប្រវត្តិរូបជាមួយ Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "គន្លឹះ៖ ដាក់ឈ្មោះឲ្យកូនសោ API របស់អ្នក អាស្រ័យតាមគោលបំណងប្រើប្រាស់ ដើម្បីជួយឱ្យអ្នកអាចសម្គាល់វាបានក្រោយមក។"
@@ -3799,6 +4335,14 @@ msgstr "បិទបើករបារចំហៀងខាងស្តាំ"
msgid "Toggle threads"
msgstr "បិទ/បើកខ្សែស្រឡាយ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "តាមដានចំនួនមើល និងចំនួនទាញយកប្រវត្តិរូបរបស់អ្នក"
@@ -3897,6 +4441,11 @@ msgstr "រចនាប័ទ្មអក្សរ"
msgid "Ukrainian"
msgstr "Ukrainian"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "គូសបន្ទាត់ក្រោម"
@@ -4011,6 +4560,10 @@ msgstr "ធ្វើបច្ចុប្បន្នភាពចំណុចគ
msgid "Update Resume"
msgstr "បច្ចុប្បន្នភាពប្រវត្តិរូប"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "បច្ចុប្បន្នភាពពាក្យសម្ងាត់របស់អ្នក"
@@ -4023,6 +4576,10 @@ msgstr "កំពុងបច្ចុប្បន្នភាពពាក
msgid "Updating your resume..."
msgstr "កំពុងបច្ចុប្បន្នភាពប្រវត្តិរូបរបស់អ្នក..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "ផ្ទុកឡើងឯកសារភ្ជាប់"
@@ -4031,10 +4588,18 @@ msgstr "ផ្ទុកឡើងឯកសារភ្ជាប់"
msgid "Upload picture"
msgstr "អាប់ឡូដរូបភាព"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "កំពុងផ្ទុកឡើងរូបភាព…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "ប្រើប្រាស់"
msgid "Use color {color}"
msgstr "ប្រើពណ៌ {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "អ្វីថ្មីនៅក្នុងកំណែ
msgid "When locked, the resume cannot be updated or deleted."
msgstr "នៅពេលចាក់សោ ប្រវត្តិរូបនឹងមិនអាចបច្ចុប្បន្នភាព ឬលុបបានទេ។"
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "ធ្វើការ OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "ធ្វើការ OpenAI"
msgid "Working…"
msgstr "កំពុងដំណើរការ…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (ធ្វីតធ័រ)"
@@ -4308,4 +4889,3 @@ msgstr "បង្រួម"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/kn-IN.po b/apps/web/locales/kn-IN.po
index 3d7c6e4a6..716a28f45 100644
--- a/apps/web/locales/kn-IN.po
+++ b/apps/web/locales/kn-IN.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# ಪಾತ್ರ} other {# ಪಾತ್ರಗಳು}}"
msgid "{0} characters"
msgstr "{0} ಅಕ್ಷರಗಳು"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "ದೃಢೀಕರಣ ಲಿಂಕ್ ಅನ್ನು ನಿಮ್ಮ
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "ನಿಮ್ಮ ರೆಸ್ಯೂಮ್ ಅನ್ನು ರಚಿಸುವ, ನವೀಕರಿಸುವ ಮತ್ತು ಹಂಚಿಕೊಳ್ಳುವ ಪ್ರಕ್ರಿಯೆಯನ್ನು ಸರಳಗೊಳಿಸುವ ಉಚಿತ ಮತ್ತು ಮುಕ್ತ-ಮೂಲ ರೆಸ್ಯೂಮ್ ನಿರ್ಮಾಪಕ."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "ಹೊಸ ಪರಿಶೀಲನಾ ಲಿಂಕ್ ಅನ್ನು ನ
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "<0>ಅಮೃತ್ ಪಿಳ್ಳೈ0> ಅವರಿಂದ ಒಂದು ಆಸಕ್ತಿಪೂರ್ಣ ಪ್ರಾಜೆಕ್ಟ್."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "ಖಾತೆ ಮೆನು"
msgid "Actual size (100%)"
msgstr "ನಿಜವಾದ ಗಾತ್ರ (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "ಕಸ್ಟಮ್ ಕ್ಷೇತ್ರವನ್ನು ಸೇರಿಸಿ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "ಒಂದು ಕೀವರ್ಡ್ ಸೇರಿಸಿ..."
@@ -196,10 +223,23 @@ msgstr "ಹೊಸ ಕೌಶಲ್ಯವನ್ನು ಸೇರಿಸಿ"
msgid "Add a new volunteer experience"
msgstr "ಹೊಸ ಸ್ವಯಂಸೇವಕ ಅನುಭವವನ್ನು ಸೇರಿಸಿ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "ಏಜೆಂಟ್ ಥ್ರೆಡ್ ಅನ್ನು ಪ್ರಾರಂಭಿಸುವ ಮೊದಲು ಪೂರೈಕೆದಾರರನ್ನು ಸೇರಿಸಿ ಮತ್ತು ಪರೀಕ್ಷಿಸಿ."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "ಕೀವರ್ಡ್ ಸೇರಿಸಿ"
@@ -225,6 +265,14 @@ msgstr "ಪೂರೈಕೆದಾರರನ್ನು ಸೇರಿಸಿ"
msgid "Add Role"
msgstr "ಪಾತ್ರ ಸೇರಿಸಿ"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "ಅಸಮಕಾಲಿಕ ಸಂವಹನ ಮತ್ತು ಮಾಲೀಕತ್ವವನ್ನು ಮೌಲ್ಯೀಕರಿಸುವ ರಿಮೋಟ್-ಮೊದಲ ಪಾತ್ರಕ್ಕಾಗಿ ರೆಸ್ಯೂಮ್ ಅನ್ನು ಹೊಂದಿಸಿ."
@@ -285,6 +333,10 @@ msgstr "AI ಪೂರೈಕೆದಾರರು REDIS_URL ಮತ್ತು ENCRYPTIO
msgid "Albanian"
msgstr "ಅಲ್ಬೇನಿಯನ್"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "ಸಾರ್ವಜನಿಕ ಪ್ರವೇಶಕ್ಕೆ ಅನುಮತಿಸಿ"
@@ -360,10 +412,40 @@ msgstr "API ಉಲ್ಲೇಖ"
msgid "App"
msgstr "ಆ್ಯಪ್"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "ಅಪ್ಲಿಕೇಶನ್ ಅಂಕಿಅಂಶಗಳು"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "ಅನ್ವಯವಾಗುವ ನಿಯಮಗಳು"
@@ -372,11 +454,18 @@ msgstr "ಅನ್ವಯವಾಗುವ ನಿಯಮಗಳು"
msgid "Arabic"
msgstr "ಅರೇಬಿಕ್"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "ಆರ್ಕೈವ್"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "ನೀವು ಈ ಸಂವಾದವನ್ನು ಮುಚ್ಚಲು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ?"
@@ -437,6 +526,10 @@ msgstr "ಆಕಾರ ಅನುಪಾತ"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "ಯೋಜನೆಯ ಪ್ರಾಯೋಜಕರಾಗಿ ಅಟ್ಲಾಸ್ ಕ್ಲೌಡ್ ರಿಯಾಕ್ಟಿವ್ ರೆಸ್ಯೂಮ್ ಅನ್ನು ಬೆಂಬಲಿಸುತ್ತದೆ. ನಿಮ್ಮ ಕಂಪನಿಯು ಯೋಜನೆಯನ್ನು ಪ್ರಾಯೋಜಿಸಲು ಬಯಸಿದರೆ, <0>{sponsorshipEmail}ಗೆ ಇಮೇಲ್ ಮಾಡಿ0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "ಫೈಲ್ಗಳನ್ನು ಲಗತ್ತಿಸಿ"
@@ -455,6 +548,14 @@ msgstr "ಲಗತ್ತನ್ನು ಅಪ್ಲೋಡ್ ಮಾಡಲಾಗ
msgid "Authentication"
msgstr "ದೃಢೀಕರಣ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "ಅನೇಕ ಭಾಷೆಗಳಲ್ಲೂ ಲಭ್ಯ. ನೀವು ಕೊಡುಗೆ ನೀಡಲು ಬಯಸಿದ್ದರೆ, Crowdin ಅನ್ನು ಪರಿಶೀಲಿಸಿ."
@@ -511,6 +612,10 @@ msgstr "ಬೆಂಗಾಲಿ"
msgid "Blank draft"
msgstr "ಖಾಲಿ ಡ್ರಾಫ್ಟ್"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "ಬಿಲ್ಡರ್ ಕಮಾಂಡ್ ಪ್ಯಾಲೆಟ್"
msgid "Bulgarian"
msgstr "ಬಲ್ಗೇರಿಯನ್"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "ಬುಲೆಟ್ ಪಟ್ಟ್ತಿ"
@@ -552,6 +665,12 @@ msgstr "ಬುಲೆಟ್ ಪಟ್ಟ್ತಿ"
msgid "By the community, for the community."
msgstr "ಸಮುದಾಯದಿಂದ, ಸಮುದಾಯಕ್ಕಾಗಿ."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "ನಾನು ನನ್ನ ರೆಸ್ಯೂಮ್ ಅನ್ನು PDF ಗೆ ರಫ್ತು ಮಾಡಿಸಬಹುದೇ?"
@@ -566,6 +685,9 @@ msgstr "ನಾನು ನನ್ನ ರೆಸ್ಯೂಮ್ ಅನ್ನು PDF
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "ವೃತ್ತ"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "ತೆರವುಗೊಳಿಸಿ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "ಆಯ್ಕೆಯನ್ನು ತೆರವುಗೊಳಿಸಿ"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "ಸಮುದಾಯ"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "ಕಂಪನಿ"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "ಈ ರೆಸ್ಯೂಮ್ ಅನ್ನು ಈ ಪಾತ್ರ URL ನೊಂದಿಗೆ ಹೋಲಿಕೆ ಮಾಡಿ ಮತ್ತು ಧ್ವನಿಯನ್ನು ಸಂಕ್ಷಿಪ್ತ ಮತ್ತು ವಿಶ್ವಾಸಾರ್ಹವಾಗಿಡುವಾಗ ಕೀವರ್ಡ್ಗಳನ್ನು ನವೀಕರಿಸಿ."
@@ -735,6 +867,10 @@ msgstr "ಸಂಪರ್ಕ ವಿಫಲವಾಗಿದೆ"
msgid "Connection verified — provider is ready to use."
msgstr "ಸಂಪರ್ಕವನ್ನು ಪರಿಶೀಲಿಸಲಾಗಿದೆ — ಪೂರೈಕೆದಾರರು ಬಳಸಲು ಸಿದ್ಧರಾಗಿದ್ದಾರೆ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "ಸಂಭಾಷಣೆಯನ್ನು ನಕಲಿಸಲಾಗಿದೆ."
msgid "Conversation JSON copied."
msgstr "ಸಂಭಾಷಣೆಯನ್ನು JSON ನಕಲಿಸಲಾಗಿದೆ."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "ನಕಲು ಮಾಡಿ"
@@ -815,10 +956,43 @@ msgstr "ಪೂರೈಕೆದಾರರ ಸಂಪರ್ಕವನ್ನು ಪರ
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "ಸಂಪರ್ಕವನ್ನು ಪರಿಶೀಲಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ. API ಕೀ, ಮಾದರಿ ಮತ್ತು ಮೂಲ URL ಅನ್ನು ಪರಿಶೀಲಿಸಿ."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "ಉಳಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "ಉಳಿಸಲು ಸಾಧ್ಯವಾಗಲಿಲ್ಲ"
msgid "Cover Letter"
msgstr "ಕವರ್ ಲೆಟರ್"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "ಕವರ್ ಲೆಟರ್"
msgid "Create"
msgstr "ರಚಿಸಿ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "ಹೊಸ ಖಾತೆಯನ್ನು ರಚಿಸಿ"
@@ -952,6 +1134,11 @@ msgstr "ಆಯ್ಕೆಗಳೊಂದಿಗೆ ರೆಸ್ಯೂಮ್ ರಚ
msgid "Created"
msgstr "ರಚಿಸಿದ ದಿನಾಂಕ"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "ನಿಮ್ಮ API ಕೀಲಿ ರಚಿಸಲಾಗುತ್ತಿದೆ..."
@@ -964,6 +1151,10 @@ msgstr "ನಿಮ್ಮ ರೆಸ್ಯೂಮ್ ರಚಿಸಲಾಗುತ್
msgid "Crop picture"
msgstr "ಚಿತ್ರವನ್ನು ಕ್ರಾಪ್ ಮಾಡಿ"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "ಪ್ರಸ್ತುತ ಪಾಸ್ವರ್ಡ್"
@@ -1041,6 +1232,9 @@ msgstr "ಪದವಿ"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "ಪೂರೈಕೆದಾರರನ್ನು ಅಳಿಸಿ"
msgid "Delete this agent thread?"
msgstr "ಈ ಏಜೆಂಟ್ ಥ್ರೆಡ್ ಅನ್ನು ಅಳಿಸುವುದೇ?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಅಳಿಸಲಾಗುತ್ತಿದೆ..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "ಡಿಸ್ಕೋರ್ಡ್"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "ವಜಾಗೊಳಿಸಿ"
@@ -1136,6 +1336,10 @@ msgstr "ವಜಾಗೊಳಿಸಿ"
msgid "Documentation"
msgstr "ದಾಖಲೀಕರಣ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "ಖಾತೆ ಇಲ್ಲವೇ? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "DOCX ಡೌನ್ಲೋಡ್ ಮಾಡಿ"
msgid "Download JSON"
msgstr "JSON ಡೌನ್ಲೋಡ್ ಮಾಡಿ"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "PDF ಡೌನ್ಲೋಡ್ ಮಾಡಿ"
msgid "Downloads"
msgstr "ಡೌನ್ಲೋಡ್ಗಳು"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "ಕಾಲಮ್ಗಳ ನಡುವೆ ಸ್ಥಳಾಂತರಿಸಲು ವಿಭಾಗಗಳನ್ನು ಇಲ್ಲಿ ಎಳೆದು ಬಿಟ್ಟು ಬಿಡಿ"
@@ -1227,11 +1444,17 @@ msgstr "ನಿಮ್ಮ ರೆಸ್ಯೂಮ್ ನಕಲಿಸಲಾಗುತ
msgid "Dutch"
msgstr "ಡಚ್"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "ಹಿಂದಿನ ಆವೃತ್ತಿಗಳನ್ನು ಇರಿಸಲಾಗುತ್ತದೆ; ಬಿಲ್ಡರ್ನ ರದ್ದುಗೊಳಿಸಿದ ಇತಿಹಾಸವನ್ನು ಮರುಹೊಂದಿಸಲಾಗುತ್ತದೆ."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "ಸಂಪಾದಿಸಿ"
@@ -1241,6 +1464,10 @@ msgstr "ಸಂಪಾದಿಸಿ"
msgid "Edit {chip}"
msgstr "{chip} ಸಂಪಾದಿಸಿ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "ರಫ್ತು ಮಾಡು"
msgid "Export my data"
msgstr "ನನ್ನ ಡೇಟಾವನ್ನು ರಫ್ತು ಮಾಡಿ"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "ಯಾವುದೇ ಕಾಯುವಿಕೆ ಅಥವಾ ವಿಳಂಬವಿಲ್ಲದೆ ನಿಮ್ಮ ರೆಸ್ಯೂಮ್ ಅನ್ನು ತಕ್ಷಣವೇ PDF ಗೆ ರಫ್ತು ಮಾಡಿ."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "ರೆಸ್ಯೂಮ್ ವಿಶ್ಲೇಷಣೆ ವಿಫಲವಾಗಿದೆ."
@@ -1575,10 +1810,18 @@ msgstr "ವೈಶಿಷ್ಟ್ಯಗಳು"
msgid "File"
msgstr "ಫೈಲ್"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "ಫಿಲ್ಟರ್ ಆಧಾರಿತವಾಗಿ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "ದುರ್ಬಲ ಗುಂಡುಗಳನ್ನು ಹುಡುಕಿ ಮತ್ತು ಅವುಗಳನ್ನು ಬಲವಾದ ಫಲಿತಾಂಶಗಳು, ಸಂಖ್ಯೆಗಳು, ವ್ಯಾಪ್ತಿ ಮತ್ತು ತೀಕ್ಷ್ಣವಾದ ಕ್ರಿಯಾಪದಗಳೊಂದಿಗೆ ಪುನಃ ಬರೆಯಿರಿ."
@@ -1599,6 +1842,22 @@ msgstr "ಅನುವಿಹಿತತ್ವ"
msgid "Fluency"
msgstr "ಪಾರಂಗತತೆ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "ಅಕ್ಷರಗಳ ಸಮೂಹ"
@@ -1653,11 +1912,19 @@ msgstr "ಮುಕ್ತ-ರೂಪ"
msgid "French"
msgstr "ಫ್ರೆಂಚ್"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "ಪೂರ್ಣ ಅಗಲ"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "ಪೂರ್ಣ ಪರದೆ"
@@ -1667,6 +1934,10 @@ msgstr "ಪೂರ್ಣ ಪರದೆ"
msgid "Fullscreen Editor"
msgstr "ಪೂರ್ಣಪರದೆ ಸಂಪಾದಕ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "ಯಾದೃಚ್ಛಿಕ ಹೆಸರನ್ನು ತಯಾರಿಸಿ"
@@ -1878,6 +2149,10 @@ msgstr "ನಾನು ನನ್ನ ರೆಸ್ಯೂಮ್ ಅನ್ನು ಹ
msgid "How do I use the API?"
msgstr "ನಾನು API ಅನ್ನು ಹೇಗೆ ಬಳಸಬೇಕು?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "ನನ್ನ ಡೇಟಾವನ್ನು ಹೇಗೆ ರಕ್ಷಿಸಲಾಗಿದೆ?"
@@ -1904,12 +2179,35 @@ msgstr "ಅರ್ಜಿದಾರರ ಟ್ರ್ಯಾಕಿಂಗ್ ವ್ಯ
msgid "Import"
msgstr "ಆಮದು"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "ಅಸ್ತಿತ್ವದಲ್ಲಿರುವ ರೆಸ್ಯೂಮೇ ಅನ್ನು ಆಮದು ಮಾಡಿ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "PDF ಅಥವಾ Word ನಿಂದ ಆಮದು ಮಾಡಿಕೊಳ್ಳಲು ಸಂಪರ್ಕಿತ AI ಪೂರೈಕೆದಾರರ ಅಗತ್ಯವಿದೆ."
@@ -1942,6 +2240,10 @@ msgstr "ಮಾಹಿತಿ"
msgid "Inline Code"
msgstr "ಇನ್ಲೈನ್ ಕೋಡ್"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "ತತ್ಕ್ಷಣ ಜನರೇಷನ್"
@@ -1986,6 +2288,14 @@ msgstr "ಇಟಾಲಿಕ್"
msgid "Japanese"
msgstr "ಜಾಪನೀಸ್"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "ಕೊರಿಯನ್"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "ಲೇಬಲ್"
@@ -2072,6 +2383,10 @@ msgstr "ಭಾಷೆ"
msgid "Languages"
msgstr "ಭಾಷೆಗಳು"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "ಕೊನೆಯದಾಗಿ ವಿಶ್ಲೇಷಿಸಿದ್ದು {updatedAtLabel} ನಲ್ಲಿ"
@@ -2119,6 +2434,10 @@ msgstr "ಶೀರ್ಷಿಕೆಯನ್ನು ಮೂಲದಂತೆ ಮರು
msgid "Left Align"
msgstr "ಎಡ ಸರಿಸು"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "ಪತ್ರ"
@@ -2152,6 +2471,18 @@ msgstr "ಲೈಟ್ ಥೀಮ್"
msgid "Line Height"
msgstr "ಗೆರೆಯ ಎತ್ತರ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "… ಲೋಡ್ ಆಗುತ್ತಿದೆ"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "ಸ್ಥಳ"
@@ -2266,6 +2599,14 @@ msgstr "ಮಾರ್ಜಿನ್ (ಅಡ್ಡ)"
msgid "Margin (Vertical)"
msgstr "ಮಾರ್ಜಿನ್ (ಲಂಬ)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "ಹೆಚ್ಚಿನ ಡೌನ್ಲೋಡ್ ಆಯ್ಕೆಗಳ
msgid "Move section to another column or page"
msgstr "ವಿಭಾಗವನ್ನು ಮತ್ತೊಂದು ಕಾಲಮ್ ಅಥವಾ ಪುಟಕ್ಕೆ ಸರಿಸಿ"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "https:// ನಿಂದ ಪ್ರಾರಂಭವಾಗಬೇಕು"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "ಹೊಸ ಪಾಸ್ವರ್ಡ್"
msgid "New Section"
msgstr "ಹೊಸ ವಿಭಾಗ"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "ಹೊಸ ಥ್ರೆಡ್"
@@ -2360,6 +2712,14 @@ msgstr "ಹೊಸ ಥ್ರೆಡ್"
msgid "No Advertising, No Tracking"
msgstr "ಯಾವುದೇ ಜಾಹೀರಾತುಗಳಿಲ್ಲ, ಯಾವುದೇ ಟ್ರ್ಯಾಕಿಂಗ್ ಇಲ್ಲ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "ಯಾವುದೇ ಹಿಂದಿನ ಡೇಟಾ ಇಲ್ಲ"
msgid "No results found."
msgstr "ಯಾವುದೇ ಫಲಿತಾಂಶಗಳು ಕಂಡುಬರಲಿಲ್ಲ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "ನಿಮ್ಮ ಹುಡುಕಾಟಕ್ಕೆ ಹೊಂದಿಕೆಯಾಗುವ ಯಾವುದೇ ರೆಸ್ಯೂಮ್ಗಳಿಲ್ಲ."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "ಇನ್ನೂ ಯಾವುದೇ ಉಳಿಸಿದ ಆವೃತ್ತಿಗಳಿಲ್ಲ."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "ಇನ್ನೂ ಯಾವುದೇ ಶೈಲಿಯ ನಿಯಮಗಳಿಲ್ಲ."
@@ -2406,6 +2778,7 @@ msgstr "ನಾರ್ವೇಜಿಯನ್"
msgid "Not connected"
msgstr "ಸಂಪರ್ಕಗೊಂಡಿಲ್ಲ"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "ಟಿಪ್ಪಣಿಗಳು"
@@ -2431,6 +2804,10 @@ msgstr "ನಿರಂತರ ನಿರ್ವಹಣೆ"
msgid "Only applies when the section fits on a single page."
msgstr "ವಿಭಾಗವು ಒಂದೇ ಪುಟದಲ್ಲಿ ಹೊಂದಿಕೊಂಡಾಗ ಮಾತ್ರ ಅನ್ವಯಿಸುತ್ತದೆ."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "ಪಾಸ್ವರ್ಡ್ ರಕ್ಷಣೆಯನ್ನು ನಿ
msgid "Password protection has been enabled."
msgstr "ಪಾಸ್ವರ್ಡ್ ರಕ್ಷಣೆಯನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಲಾಗಿದೆ."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "ಪ್ಯಾಚ್ ಅನ್ವಯಿಸಲಾಗಿದೆ"
@@ -2636,6 +3025,22 @@ msgstr "ಐಕಾನ್ ಆರಿಸಿ"
msgid "Picture"
msgstr "ಚಿತ್ರ"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "ದಯವಿಟ್ಟು ನಿಮ್ಮ ಖಾತೆಗೆ ಹೊಸ ಪಾಸ್ವರ್ಡ್ ಅನ್ನು ನಮೂದಿಸಿ"
@@ -2652,6 +3057,10 @@ msgstr "ನೀವು ಲಿಂಕ್ ಮಾಡಲು ಬಯಸುವ URL ಅನ
msgid "Please support the project"
msgstr "ದಯವಿಟ್ಟು ಯೋಜನೆಯನ್ನು ಬೆಂಬಲಿಸಿ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "ದಯವಿಟ್ಟು ನಿಮ್ಮ PDF ರಚಿಸಲಾಗುವವರೆಗೆ ನಿರೀಕ್ಷಿಸಿ..."
@@ -2774,6 +3183,10 @@ msgstr "ಪ್ರಕಟನೆಗಳು"
msgid "Publisher"
msgstr "ಪ್ರಕಾಶಕರು"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - ಮುಖ್ಯ ಪುಟಕ್ಕೆ ಹೋಗಿ"
@@ -2817,6 +3230,10 @@ msgstr "ಪ್ರತಿಕ್ರಿಯಾತ್ಮಕ ಪುನರಾರಂಭ v
msgid "Reactive Resume v4 (JSON)"
msgstr "ರಿಯಾಕ್ಟಿವ್ ರೆಸ್ಯೂಮೇ v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "ಸ್ವೀಕೃತದಾರ"
@@ -2839,6 +3256,10 @@ msgstr "ಮತ್ತೆಮಾಡು"
msgid "References"
msgstr "ಪರಿಚಯಗಳು"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "ಹೊಸ ಸಾಧನವನ್ನು ನೋಂದಾಯಿಸಿ"
@@ -2856,6 +3277,14 @@ msgstr "ತೆಗೆದುಹಾಕಿ"
msgid "Remove {chip}"
msgstr "{chip} ತೆಗೆದುಹಾಕಿ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "ಕಸ್ಟಮ್ ಕ್ಷೇತ್ರವನ್ನು ತೆಗೆದುಹಾಕಿ"
@@ -2954,6 +3383,10 @@ msgstr "ರೆಸ್ಯೂಮ್ ವಿಶ್ಲೇಷಣೆ ಪೂರ್ಣಗ
msgid "Resume content"
msgstr "ವಿಷಯವನ್ನು ಪುನರಾರಂಭಿಸಿ"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "ರೆಸ್ಯೂಮ್ ಆಯ್ಕೆಗಳು"
@@ -2962,6 +3395,10 @@ msgstr "ರೆಸ್ಯೂಮ್ ಆಯ್ಕೆಗಳು"
msgid "Resume patch"
msgstr "ಪುನರಾರಂಭ ಪ್ಯಾಚ್"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "ಈ ರೆಸ್ಯೂಮ್ ಅನ್ನು ಪುನಃ ಬರೆಯ
msgid "Right Align"
msgstr "ಬಲ ಸರಿಸು"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "ಪಾತ್ರ ಪ್ರಗತಿ"
@@ -3018,6 +3463,15 @@ msgstr "ಸ್ಕೋರ್ಕಾರ್ಡ್, ಬಲಗಳು ಮತ್ತು
msgid "Russian"
msgstr "ರಷಿಯನ್"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "ಉಳಿಸಿ ಮತ್ತು ಪರೀಕ್ಷಿಸಿ ಪೂರೈ
msgid "Save & Upload"
msgstr "ಉಳಿಸಿ ಮತ್ತು ಅಪ್ಲೋಡ್ ಮಾಡಿ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "ನಿಮ್ಮ ಇಷ್ಟದ ದೃಢೀಕರಣ ಆ್ಯಪ್
msgid "School"
msgstr "ಶಾಲೆ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "ಸ್ಕೋರ್ಕಾರ್ಡ್"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "ಹುಡುಕಿ Kannada"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "ವಿಭಾಗ ಆಯ್ಕೆಗಳು"
msgid "Section Type"
msgstr "ವಿಭಾಗದ ಪ್ರಕಾರ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "ರೆಸ್ಯೂಮ್ ಆಯ್ಕೆಮಾಡಿ"
@@ -3124,6 +3603,10 @@ msgstr "ರೆಸ್ಯೂಮ್ ಆಯ್ಕೆಮಾಡಿ"
msgid "Select a thread"
msgstr "ಥ್ರೆಡ್ ಆಯ್ಕೆಮಾಡಿ"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "ಏಜೆಂಟ್ ಮಾದರಿಯನ್ನು ಆಯ್ಕೆಮಾಡಿ"
@@ -3136,6 +3619,14 @@ msgstr "AI ಪೂರೈಕೆದಾರರನ್ನು ಆಯ್ಕೆಮಾಡ
msgid "Select..."
msgstr "ಆಯ್ಕೆಮಾಡಿ..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "ಡಾಕರ್ ಜೊತೆಗೆ ಸ್ವಯಂ ಹೋಸ್ಟ್"
@@ -3218,6 +3709,11 @@ msgstr "ಹಂಚಿಕೆ"
msgid "Show"
msgstr "ತೋರಿಸು"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "ಪಾಸ್ವರ್ಡ್ ತೋರಿಸಿ"
msgid "Show picture"
msgstr "ಚಿತ್ರವನ್ನು ತೋರಿಸಿ"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "ಏನೋ ತಪ್ಪಾಗಿದೆ."
msgid "Something went wrong while analyzing your resume."
msgstr "ನಿಮ್ಮ ರೆಸ್ಯೂಮ್ ಅನ್ನು ವಿಶ್ಲೇಷಿಸುವಾಗ ಏನೋ ತಪ್ಪಾಗಿದೆ."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "ಏನೋ ತಪ್ಪಾಗಿದೆ. ದಯವಿಟ್ಟು ಮರುಪ್ರಯತ್ನಿಸಿ."
@@ -3369,6 +3873,12 @@ msgstr "ಏನೋ ತಪ್ಪಾಗಿದೆ. ದಯವಿಟ್ಟು ಮರ
msgid "Sort by"
msgstr "ವಿನ್ಯಾಸ ಆಧಾರದ ಮೇಲೆ ವಿಂಗಡಿಸಿ"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "ಪ್ರಾಯೋಜಕತ್ವಗಳು"
msgid "Square"
msgstr "ಚೌಕ"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "GitHub ನಲ್ಲಿ ನಮಗೆ ಸ್ಟಾರ್ ನೀಡಿ (ಹೊಸ ಟ್ಯಾಬ್ನಲ್ಲಿ ತೆರೆಯುತ್ತದೆ)"
@@ -3459,6 +3974,10 @@ msgstr "ಬಲಗಳು"
msgid "Strike"
msgstr "ಸ್ಟ್ರೈಕ್"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "ಸಬ್ರೆಡಿಟ್"
@@ -3505,7 +4024,12 @@ msgstr "{0} ಟೆಂಪ್ಲೇಟ್ಗೆ ಬದಲಾಯಿಸಲಾಗ
msgid "Synced changes made in another tab."
msgstr "ಮತ್ತೊಂದು ಟ್ಯಾಬ್ನಲ್ಲಿ ಸಿಂಕ್ ಮಾಡಿದ ಬದಲಾವಣೆಗಳು."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "ಟ್ಯಾಗ್ಗಳು"
@@ -3513,10 +4037,18 @@ msgstr "ಟ್ಯಾಗ್ಗಳು"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "ಟ್ಯಾಗ್ಗಳನ್ನು ಕೀವರ್ಡ್ಗಳ ಮೂಲಕ ನಿಮ್ಮ ರೆಸ್ಯೂಮ್ ಅನ್ನು ವರ್ಗೀಕರಿಸಲು ಬಳಸಬಹುದು."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "ಈ ರೆಸ್ಯೂಮ್ ಅನ್ನು ಉತ್ಪನ್ನ ವ್ಯವಸ್ಥಾಪಕರ ಕೆಲಸದ ವಿವರಣೆಗೆ ತಕ್ಕಂತೆ ರೂಪಿಸಿ ಮತ್ತು ರಸ್ತೆ ನಕ್ಷೆಯ ಮಾಲೀಕತ್ವ, ಪಾಲುದಾರರ ಸಂವಹನ ಮತ್ತು ಅಳೆಯಬಹುದಾದ ಉಡಾವಣಾ ಫಲಿತಾಂಶಗಳಿಗೆ ಒತ್ತು ನೀಡಿ."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "ತಮಿಳು"
@@ -3753,6 +4285,10 @@ msgstr "ಕೌಶಲ್ಯ ವಿಭಾಗವನ್ನು ಬಿಗಿಗೊಳ
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Reactive Resume ಬಳಸಿ ರೆಸ್ಯೂಮ್ ನಿರ್ಮಿಸುವ ಟೈಮ್ಲ್ಯಾಪ್ಸ್ ಡೆಮೋ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "ಸಲಹೆ: ನಂತರ ಗುರುತಿಸಲು ಸುಲಭವಾಗುವಂತೆ, API ಕೀಲಿಗೆ ಅದರ ಉದ್ದೇಶಕ್ಕೆ ಹೊಂದುವ ಹೆಸರನ್ನು ನೀಡಿ."
@@ -3799,6 +4335,14 @@ msgstr "ಬಲ ಸೈಡ್ಬಾರ್ ಟಾಗಲ್ ಮಾಡಿ"
msgid "Toggle threads"
msgstr "ಥ್ರೆಡ್ಗಳನ್ನು ಟಾಗಲ್ ಮಾಡಿ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "ನಿಮ್ಮ ರೆಸ್ಯೂಮ್ನ ವೀಕ್ಷಣೆಗಳು ಮತ್ತು ಡೌನ್ಲೋಡ್ಗಳನ್ನು ಟ್ರ್ಯಾಕ್ ಮಾಡಿ"
@@ -3897,6 +4441,11 @@ msgstr "ಮುದ್ರಣಕಲೆ"
msgid "Ukrainian"
msgstr "ಉಕ್ರೇನಿಯನ್"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "ಅಂಡರ್ಲೈನ್"
@@ -4011,6 +4560,10 @@ msgstr "ನಾಯಕತ್ವ, ನಿರ್ಬಂಧಗಳು, ರಾಜಿ ವ
msgid "Update Resume"
msgstr "ರೆಸ್ಯೂಮ್ ನವೀಕರಿಸಿ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "ನಿಮ್ಮ ಪಾಸ್ವರ್ಡ್ ಅನ್ನು ನವೀಕರಿಸಿ"
@@ -4023,6 +4576,10 @@ msgstr "ನಿಮ್ಮ ಪಾಸ್ವರ್ಡ್ ಅನ್ನು ನವೀ
msgid "Updating your resume..."
msgstr "ನಿಮ್ಮ ರೆಸ್ಯೂಮ್ ನವೀಕರಿಸಲಾಗುತ್ತಿದೆ..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "ಲಗತ್ತುಗಳನ್ನು ಅಪ್ಲೋಡ್ ಮಾಡಿ"
@@ -4031,10 +4588,18 @@ msgstr "ಲಗತ್ತುಗಳನ್ನು ಅಪ್ಲೋಡ್ ಮಾಡ
msgid "Upload picture"
msgstr "ಚಿತ್ರವನ್ನು ಅಪ್ಲೋಡ್ ಮಾಡಿ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "… ಚಿತ್ರವನ್ನು ಅಪ್ಲೋಡ್ ಮಾಡಲಾಗುತ್ತಿದೆ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "ಬಳಸಿ"
msgid "Use color {color}"
msgstr "{color} ಬಣ್ಣವನ್ನು ಬಳಸಿ"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "ಇತ್ತೀಚಿನ ಆವೃತ್ತಿಯಲ್ಲಿ ಹೊಸ
msgid "When locked, the resume cannot be updated or deleted."
msgstr "ಲಾಕ್ ಮಾಡಿದಾಗ, ರೆಸ್ಯೂಮ್ ಅನ್ನು ನವೀಕರಿಸಲು ಅಥವಾ ಅಳಿಸಲು ಸಾಧ್ಯವಿಲ್ಲ."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "ಕೆಲಸ ಓಪನ್ಎಐ"
@@ -4181,6 +4758,10 @@ msgstr "ಕೆಲಸ ಓಪನ್ಎಐ"
msgid "Working…"
msgstr "ಕಾರ್ಯನಿರ್ವಹಿಸುತ್ತಿದೆ…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "ಎಕ್ಸ್ (ಟ್ವಿಟರ್)"
@@ -4308,4 +4889,3 @@ msgstr "ಗಾತ್ರ ಕುಗ್ಗಿಸಿ"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "ಜೂಲೂ"
-
diff --git a/apps/web/locales/ko-KR.po b/apps/web/locales/ko-KR.po
index fc6de5f25..4a558947f 100644
--- a/apps/web/locales/ko-KR.po
+++ b/apps/web/locales/ko-KR.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, other {# 개 역할}}"
msgid "{0} characters"
msgstr "{0} 문자"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "확인 링크가 현재 이메일 주소로 전송되었습니다. 받
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "이력서 작성, 업데이트 및 공유를 간단하게 할 수 있는 무료 오픈 소스 이력서 작성 도구입니다."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "새로운 인증 링크가 이메일 주소로 전송되었습니다.
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "<0>Amruth Pillai0>가 만든 열정 프로젝트입니다."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "계정 메뉴"
msgid "Actual size (100%)"
msgstr "실제 크기(100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "사용자 지정 필드 추가"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "키워드 추가..."
@@ -196,10 +223,23 @@ msgstr "새 기술 추가"
msgid "Add a new volunteer experience"
msgstr "새 봉사 경험 추가"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "에이전트 스레드를 시작하기 전에 공급자를 추가하고 테스트하십시오."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "키워드 추가"
@@ -225,6 +265,14 @@ msgstr "공급자 추가"
msgid "Add Role"
msgstr "역할 추가"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "비동기적 소통과 책임감을 중시하는 원격 근무 우선 직무에 맞춰 이력서를 수정하세요."
@@ -285,6 +333,10 @@ msgstr "AI 제공업체는 REDIS_URL 및 ENCRYPTION_SECRET이 구성되어 있
msgid "Albanian"
msgstr "알바니아어"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "공개 액세스 허용"
@@ -360,10 +412,40 @@ msgstr "API 레퍼런스"
msgid "App"
msgstr "앱"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "애플리케이션 통계"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "적용된 규칙"
@@ -372,11 +454,18 @@ msgstr "적용된 규칙"
msgid "Arabic"
msgstr "아랍어"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "보관소"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "이 대화상자를 닫으시겠습니까?"
@@ -437,6 +526,10 @@ msgstr "가로세로 비율"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud는 Reactive Resume의 프로젝트 스폰서로 지원합니다. 귀사에서 프로젝트 스폰서 참여를 원하시면 <0>{sponsorshipEmail}으로 이메일을 보내주세요.0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "파일 첨부"
@@ -455,6 +548,14 @@ msgstr "첨부파일이 업로드되었습니다."
msgid "Authentication"
msgstr "인증"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "여러 언어로 제공됩니다. 기여하고 싶다면 Crowdin을 확인해 보세요."
@@ -511,6 +612,10 @@ msgstr "벵골어"
msgid "Blank draft"
msgstr "빈 초안"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "빌더 명령 팔레트"
msgid "Bulgarian"
msgstr "불가리아어"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "글머리 기호 목록"
@@ -552,6 +665,12 @@ msgstr "글머리 기호 목록"
msgid "By the community, for the community."
msgstr "커뮤니티에 의해, 커뮤니티를 위해."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "이력서를 PDF로 내보낼 수 있나요?"
@@ -566,6 +685,9 @@ msgstr "이력서를 PDF로 내보낼 수 있나요?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "원"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "지우기"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "선택 해제"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "커뮤니티"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "회사"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "이력서를 해당 채용 공고 URL과 비교하고, 간결하고 신뢰할 수 있는 어조를 유지하면서 키워드를 업데이트하세요."
@@ -735,6 +867,10 @@ msgstr "연결 실패"
msgid "Connection verified — provider is ready to use."
msgstr "연결이 확인되었습니다. 공급자를 사용할 준비가 되었습니다."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "대화 내용이 복사되었습니다."
msgid "Conversation JSON copied."
msgstr "대화 JSON이 복사되었습니다."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "복사"
@@ -815,10 +956,43 @@ msgstr "공급자 연결을 확인할 수 없습니다."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "연결을 확인할 수 없습니다. API 키, 모델 및 기본 URL을 확인하세요."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "저장할 수 없었습니다"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "저장할 수 없었습니다"
msgid "Cover Letter"
msgstr "자기소개서"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "자기소개서"
msgid "Create"
msgstr "생성"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "새 계정 만들기"
@@ -952,6 +1134,11 @@ msgstr "옵션으로 이력서 만들기"
msgid "Created"
msgstr "생성일"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "API 키를 생성하는 중입니다..."
@@ -964,6 +1151,10 @@ msgstr "이력서를 생성하는 중입니다..."
msgid "Crop picture"
msgstr "사진을 잘라내세요"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "현재 비밀번호"
@@ -1041,6 +1232,9 @@ msgstr "학위"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "제공자 삭제"
msgid "Delete this agent thread?"
msgstr "이 에이전트 스레드를 삭제하시겠습니까?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "계정을 삭제하는 중입니다..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "디스코드"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "해고하다"
@@ -1136,6 +1336,10 @@ msgstr "해고하다"
msgid "Documentation"
msgstr "문서"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "계정이 없으신가요? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "DOCX 다운로드"
msgid "Download JSON"
msgstr "JSON 다운로드"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "PDF 다운로드"
msgid "Downloads"
msgstr "다운로드"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "섹션을 이곳으로 끌어다 놓아 열 사이에서 이동하세요"
@@ -1227,11 +1444,17 @@ msgstr "이력서를 복제하는 중입니다..."
msgid "Dutch"
msgstr "네덜란드어"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "이전 버전은 유지되지만, 빌더의 실행 취소 기록은 초기화됩니다."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "편집하다"
@@ -1241,6 +1464,10 @@ msgstr "편집하다"
msgid "Edit {chip}"
msgstr "{chip} 수정"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "내보내기"
msgid "Export my data"
msgstr "내 데이터를 내보내기"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "기다림이나 지연 없이 이력서를 즉시 PDF로 내보내세요."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "이력서를 분석하지 못했습니다."
@@ -1575,10 +1810,18 @@ msgstr "기능"
msgid "File"
msgstr "파일"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "다음 기준으로 필터링"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "약한 항목들을 찾아내어 더 강력한 결과, 수치, 범위 및 더 명확한 동사를 사용하여 다시 작성하십시오."
@@ -1599,6 +1842,22 @@ msgstr "유연성"
msgid "Fluency"
msgstr "유창도"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "글꼴"
@@ -1653,11 +1912,19 @@ msgstr "자유 형식"
msgid "French"
msgstr "프랑스어"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "전체 너비"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "전체 화면"
@@ -1667,6 +1934,10 @@ msgstr "전체 화면"
msgid "Fullscreen Editor"
msgstr "전체 화면 편집기"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "무작위 이름 생성"
@@ -1878,6 +2149,10 @@ msgstr "이력서는 어떻게 공유하나요?"
msgid "How do I use the API?"
msgstr "API는 어떻게 사용하나요?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "내 데이터는 어떻게 보호되나요?"
@@ -1904,12 +2179,35 @@ msgstr "지원자 추적 시스템의 부족한 부분을 파악하고, 신뢰
msgid "Import"
msgstr "가져오기"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "기존 이력서 가져오기"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "PDF 또는 Word 파일에서 가져오기를 하려면 연결된 AI 공급자가 필요합니다."
@@ -1942,6 +2240,10 @@ msgstr "정보"
msgid "Inline Code"
msgstr "인라인 코드"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "즉시 생성"
@@ -1986,6 +2288,14 @@ msgstr "기울임"
msgid "Japanese"
msgstr "일본어"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "한국어"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "레이블"
@@ -2072,6 +2383,10 @@ msgstr "언어"
msgid "Languages"
msgstr "언어"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "마지막 분석일: {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "원래 제목으로 되돌리려면 비워 두세요."
msgid "Left Align"
msgstr "왼쪽 정렬"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "레터"
@@ -2152,6 +2471,18 @@ msgstr "라이트 테마"
msgid "Line Height"
msgstr "줄 간격"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "… 로딩 중"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "위치"
@@ -2266,6 +2599,14 @@ msgstr "여백(가로)"
msgid "Margin (Vertical)"
msgstr "여백(세로)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "더 많은 다운로드 옵션"
msgid "Move section to another column or page"
msgstr "해당 섹션을 다른 열이나 페이지로 이동합니다."
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "https:// 으로 시작해야 합니다."
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "새 비밀번호"
msgid "New Section"
msgstr "새 섹션"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "새 스레드"
@@ -2360,6 +2712,14 @@ msgstr "새 스레드"
msgid "No Advertising, No Tracking"
msgstr "광고 없음, 추적 없음"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "사전 데이터 없음"
msgid "No results found."
msgstr "결과가 없습니다."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "검색 조건에 맞는 이력서가 없습니다."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "아직 저장된 버전이 없습니다."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "아직 스타일 규칙은 없습니다."
@@ -2406,6 +2778,7 @@ msgstr "노르웨이어"
msgid "Not connected"
msgstr "연결되지 않음"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "노트"
@@ -2431,6 +2804,10 @@ msgstr "지속적인 유지 관리"
msgid "Only applies when the section fits on a single page."
msgstr "해당 섹션이 한 페이지에 들어갈 경우에만 적용됩니다."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "비밀번호 보호가 비활성화되었습니다."
msgid "Password protection has been enabled."
msgstr "비밀번호 보호가 활성화되었습니다."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "패치 적용됨"
@@ -2636,6 +3025,22 @@ msgstr "아이콘을 선택하세요"
msgid "Picture"
msgstr "사진"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "계정에 사용할 새 비밀번호를 입력해 주세요"
@@ -2652,6 +3057,10 @@ msgstr "링크할 URL을 입력하세요:"
msgid "Please support the project"
msgstr "이 프로젝트를 지원해 주세요."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "PDF를 생성하는 동안 잠시만 기다려 주세요..."
@@ -2774,6 +3183,10 @@ msgstr "출판물"
msgid "Publisher"
msgstr "발행인"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - 홈페이지로 이동"
@@ -2817,6 +3230,10 @@ msgstr "반응형 재개 v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "리액티브 이력서 v4(JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "수신인"
@@ -2839,6 +3256,10 @@ msgstr "다시 하다"
msgid "References"
msgstr "추천인"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "새 장치 등록"
@@ -2856,6 +3277,14 @@ msgstr "제거"
msgid "Remove {chip}"
msgstr "{chip} 제거"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "사용자 정의 필드 제거"
@@ -2954,6 +3383,10 @@ msgstr "이력서 분석 완료."
msgid "Resume content"
msgstr "이력서 내용"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "이력서 옵션"
@@ -2962,6 +3395,10 @@ msgstr "이력서 옵션"
msgid "Resume patch"
msgstr "재개 패치"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "창업자에서 제품 책임자로의 전환을 명확하게 보여주
msgid "Right Align"
msgstr "오른쪽 정렬"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "역할 진행"
@@ -3018,6 +3463,15 @@ msgstr "첫 번째 분석을 실행하여 스코어카드, 강점, 우선순위
msgid "Russian"
msgstr "러시아어"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "저장 및 테스트 제공업체"
msgid "Save & Upload"
msgstr "저장 및 업로드"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "아래 QR 코드를 선호하는 인증 앱으로 스캔하세요. 아
msgid "School"
msgstr "학교"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "스코어카드"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "찾다"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "섹션 옵션"
msgid "Section Type"
msgstr "섹션 유형"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "이력서를 선택하세요"
@@ -3124,6 +3603,10 @@ msgstr "이력서를 선택하세요"
msgid "Select a thread"
msgstr "실을 선택하세요"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "에이전트 모델을 선택하세요"
@@ -3136,6 +3619,14 @@ msgstr "AI 제공업체를 선택하세요"
msgid "Select..."
msgstr "선택..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Docker로 자체 호스팅"
@@ -3218,6 +3709,11 @@ msgstr "공유"
msgid "Show"
msgstr "표시"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "비밀번호 표시"
msgid "Show picture"
msgstr "사진 표시"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "뭔가 잘못됐어요"
msgid "Something went wrong while analyzing your resume."
msgstr "이력서를 분석하는 동안 문제가 발생했습니다."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "문제가 발생했습니다. 다시 시도해 주세요."
@@ -3369,6 +3873,12 @@ msgstr "문제가 발생했습니다. 다시 시도해 주세요."
msgid "Sort by"
msgstr "정렬 기준"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "후원"
msgid "Square"
msgstr "정사각형"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "GitHub에서 Star 누르기(새 탭에서 열림)"
@@ -3459,6 +3974,10 @@ msgstr "강점"
msgid "Strike"
msgstr "취소선"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "서브레딧"
@@ -3505,7 +4024,12 @@ msgstr "{0} 템플릿으로 전환했습니다."
msgid "Synced changes made in another tab."
msgstr "다른 탭에서 변경된 내용이 동기화되었습니다."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "태그"
@@ -3513,10 +4037,18 @@ msgstr "태그"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "태그는 키워드로 이력서를 분류하는 데 사용할 수 있습니다."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "제품 관리자 직무 설명에 맞춰 이력서를 수정하고, 로드맵 관리, 이해관계자 소통, 측정 가능한 출시 성과를 강조하세요."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "타밀어"
@@ -3753,6 +4285,10 @@ msgstr "스킬 섹션을 다듬어서 단순히 키워드 나열처럼 보이지
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Reactive Resume로 이력서를 작성하는 타임랩스 데모"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "팁: 나중에 쉽게 구분할 수 있도록 API 키의 용도에 맞는 이름을 지정하세요."
@@ -3799,6 +4335,14 @@ msgstr "오른쪽 사이드바 토글"
msgid "Toggle threads"
msgstr "스레드 토글"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "이력서 조회 수와 다운로드 수 추적"
@@ -3897,6 +4441,11 @@ msgstr "타이포그래피"
msgid "Ukrainian"
msgstr "우크라이나어"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "밑줄"
@@ -4011,6 +4560,10 @@ msgstr "프로젝트 항목에 리더십, 제약 조건, 절충안 및 측정
msgid "Update Resume"
msgstr "이력서 업데이트"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "비밀번호 업데이트"
@@ -4023,6 +4576,10 @@ msgstr "비밀번호를 업데이트하는 중입니다..."
msgid "Updating your resume..."
msgstr "이력서를 업데이트하는 중입니다..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "첨부 파일을 업로드하세요"
@@ -4031,10 +4588,18 @@ msgstr "첨부 파일을 업로드하세요"
msgid "Upload picture"
msgstr "사진 업로드"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "사진 업로드 중…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "사용"
msgid "Use color {color}"
msgstr "색상 사용 {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "최신 버전의 새로운 기능"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "잠그면 이력서는 수정하거나 삭제할 수 없습니다."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "OpenAI에서 근무"
@@ -4181,6 +4758,10 @@ msgstr "OpenAI에서 근무"
msgid "Working…"
msgstr "작업 중…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (트위터)"
@@ -4308,4 +4889,3 @@ msgstr "축소"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "줄루어"
-
diff --git a/apps/web/locales/lt-LT.po b/apps/web/locales/lt-LT.po
index 74c10c33d..5f106b236 100644
--- a/apps/web/locales/lt-LT.po
+++ b/apps/web/locales/lt-LT.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# vaidmuo} few {# vaidmenys} many {# vaidmenų} other {
msgid "{0} characters"
msgstr "{0} simbolių"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Į jūsų dabartinį el. pašto adresą išsiųsta patvirtinimo nuoroda.
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Nemokama atvirojo kodo gyvenimo aprašymų kūrimo priemonė, supaprastinanti gyvenimo aprašymo kūrimo, atnaujinimo ir bendrinimo procesą."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Į jūsų el. pašto adresą išsiųsta nauja patvirtinimo nuoroda. Pati
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Aistros projektas, kurį sukūrė <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Paskyros meniu"
msgid "Actual size (100%)"
msgstr "Tikrasis dydis (100 %)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Pridėti pasirinktinį lauką"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Pridėkite raktažodį..."
@@ -196,10 +223,23 @@ msgstr "Pridėti naują įgūdį"
msgid "Add a new volunteer experience"
msgstr "Pridėti naują savanorišką veiklą"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Prieš pradėdami agento giją, pridėkite ir išbandykite teikėją."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Pridėti raktažodį"
@@ -225,6 +265,14 @@ msgstr "Pridėti teikėją"
msgid "Add Role"
msgstr "Pridėti vaidmenį"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Koreguokite gyvenimo aprašymą, kad jis atitiktų nuotolinio darbo prioritetą turintį vaidmenį, kuriame vertinamas asinchroninis bendravimas ir atsakomybė."
@@ -285,6 +333,10 @@ msgstr "Dirbtinio intelekto teikėjams reikia sukonfigūruoti REDIS_URL ir ENCRY
msgid "Albanian"
msgstr "Albanų"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Leisti viešą prieigą"
@@ -360,10 +412,40 @@ msgstr "API nuoroda"
msgid "App"
msgstr "Programa"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Programos statistika"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Taikomos taisyklės"
@@ -372,11 +454,18 @@ msgstr "Taikomos taisyklės"
msgid "Arabic"
msgstr "Arabų"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Archyvas"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Ar tikrai norite uždaryti šį langą?"
@@ -437,6 +526,10 @@ msgstr "Vaizdo santykis"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "„Atlas Cloud“ remia „Reactive Resume“ kaip projekto rėmėją. Jei jūsų įmonė norėtų remti projektą, rašykite el. paštu <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Pridėti failus"
@@ -455,6 +548,14 @@ msgstr "Priedas įkeltas."
msgid "Authentication"
msgstr "Tapatybės nustatymas"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Prieinama keliomis kalbomis. Jei norite prisidėti, apsilankykite Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengalų"
msgid "Blank draft"
msgstr "Tuščias juodraštis"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Kūrėjo komandų paletė"
msgid "Bulgarian"
msgstr "Bulgarų"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Suženklintas sąrašas"
@@ -552,6 +665,12 @@ msgstr "Suženklintas sąrašas"
msgid "By the community, for the community."
msgstr "Bendruomenės ir bendruomenei."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Ar galiu eksportuoti savo gyvenimo aprašymą į PDF?"
@@ -566,6 +685,9 @@ msgstr "Ar galiu eksportuoti savo gyvenimo aprašymą į PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Apskritimas"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Skaidrus"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Išvalyti pasirinkimą"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Bendruomenė"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Įmonė"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Palyginkite šį gyvenimo aprašymą su šio vaidmens URL adresu ir atnaujinkite raktinius žodžius, išlaikydami glaustą ir įtikinamą toną."
@@ -735,6 +867,10 @@ msgstr "Ryšys nepavyko"
msgid "Connection verified — provider is ready to use."
msgstr "Ryšys patvirtintas – tiekėjas paruoštas naudoti."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Pokalbis nukopijuotas."
msgid "Conversation JSON copied."
msgstr "Pokalbio JSON nukopijuotas."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Kopijuoti"
@@ -815,10 +956,43 @@ msgstr "Nepavyko patvirtinti tiekėjo ryšio."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Nepavyko patvirtinti ryšio. Patikrinkite API raktą, modelį ir bazinį URL."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Nepavyko išsaugoti"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Nepavyko išsaugoti"
msgid "Cover Letter"
msgstr "Motyvacinis laiškas"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Motyvacinis laiškas"
msgid "Create"
msgstr "Sukurti"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Sukurti naują paskyrą"
@@ -952,6 +1134,11 @@ msgstr "Sukurti CV su parinktimis"
msgid "Created"
msgstr "Sukurta"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Kuriamas jūsų API raktas..."
@@ -964,6 +1151,10 @@ msgstr "Kuriamas jūsų gyvenimo aprašymas..."
msgid "Crop picture"
msgstr "Apkirpti paveikslėlį"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Dabartinis slaptažodis"
@@ -1041,6 +1232,9 @@ msgstr "Laipsnis"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Ištrinti teikėją"
msgid "Delete this agent thread?"
msgstr "Ištrinti šią agento temą?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Jūsų paskyra ištrinama..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Atmesti"
@@ -1136,6 +1336,10 @@ msgstr "Atmesti"
msgid "Documentation"
msgstr "Dokumentacija"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Neturite paskyros? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Atsisiųsti DOCX"
msgid "Download JSON"
msgstr "Atsisiųsti JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Atsisiųsti PDF"
msgid "Downloads"
msgstr "Atsisiuntimai"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Vilkite ir numeskite skyrius čia, kad perkeltumėte juos tarp stulpelių"
@@ -1227,11 +1444,17 @@ msgstr "Dubliuojamas jūsų gyvenimo aprašymas..."
msgid "Dutch"
msgstr "Olandų"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Ankstesnės versijos išsaugomos; kūrimo priemonės atšaukimų istorija nustatoma iš naujo."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Redaguoti"
@@ -1241,6 +1464,10 @@ msgstr "Redaguoti"
msgid "Edit {chip}"
msgstr "Redaguoti {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Eksportuoti"
msgid "Export my data"
msgstr "Eksportuoti mano duomenis"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Eksportuokite savo gyvenimo aprašymą į PDF formatą akimirksniu, be jokio laukimo ar vėlavimų."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Nepavyko išanalizuoti atnaujinimo."
@@ -1575,10 +1810,18 @@ msgstr "Funkcijos"
msgid "File"
msgstr "Failas"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filtruoti pagal"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Raskite silpnus sąrašus ir perrašykite juos su stipresniais rezultatais, skaičiais, apimtimi ir aštresniais veiksmažodžiais."
@@ -1599,6 +1842,22 @@ msgstr "Lankstumas"
msgid "Fluency"
msgstr "Kalbos mokėjimas"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Šriftų šeima"
@@ -1653,11 +1912,19 @@ msgstr "Laisva forma"
msgid "French"
msgstr "Prancūzų"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Visas plotis"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Visas ekranas"
@@ -1667,6 +1934,10 @@ msgstr "Visas ekranas"
msgid "Fullscreen Editor"
msgstr "Viso ekrano redaktorius"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Sugeneruoti atsitiktinį pavadinimą"
@@ -1878,6 +2149,10 @@ msgstr "Kaip galiu bendrinti savo gyvenimo aprašymą?"
msgid "How do I use the API?"
msgstr "Kaip naudoti API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Kaip apsaugoti mano duomenis?"
@@ -1904,12 +2179,35 @@ msgstr "Nustatykite kandidatų stebėjimo sistemos spragas ir taikykite tik dide
msgid "Import"
msgstr "Importas"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Importuoti esamą gyvenimo aprašymą"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Importavimui iš PDF arba „Word“ reikalingas prijungtas dirbtinio intelekto teikėjas."
@@ -1942,6 +2240,10 @@ msgstr "Informacija"
msgid "Inline Code"
msgstr "Įterptinis kodas"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Momentinis generavimas"
@@ -1986,6 +2288,14 @@ msgstr "Kursyvas"
msgid "Japanese"
msgstr "Japonų"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Korėjiečių"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Etiketė"
@@ -2072,6 +2383,10 @@ msgstr "Kalba"
msgid "Languages"
msgstr "Kalbos"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Paskutinį kartą analizuota {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Palikite tuščią, jei norite atstatyti pirminį pavadinimą."
msgid "Left Align"
msgstr "Lygiuoti kairėje"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Laiškas"
@@ -2152,6 +2471,18 @@ msgstr "Šviesi tema"
msgid "Line Height"
msgstr "Tarpueilio aukštis"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Kraunama…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Vieta"
@@ -2266,6 +2599,14 @@ msgstr "Paraštė (horizontali)"
msgid "Margin (Vertical)"
msgstr "Paraštė (vertikali)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Daugiau atsisiuntimo parinkčių"
msgid "Move section to another column or page"
msgstr "Perkelti skyrių į kitą stulpelį arba puslapį"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Turi prasidėti nuo https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Naujas slaptažodis"
msgid "New Section"
msgstr "Naujas skyrius"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Nauja tema"
@@ -2360,6 +2712,14 @@ msgstr "Nauja tema"
msgid "No Advertising, No Tracking"
msgstr "Be reklamų, be sekimo"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Ankstesnių duomenų nėra"
msgid "No results found."
msgstr "Rezultatų nerasta."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Nėra gyvenimo aprašymų, atitinkančių jūsų paiešką."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Kol kas nėra išsaugotų versijų."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Stiliaus taisyklių dar nėra."
@@ -2406,6 +2778,7 @@ msgstr "Norvegų"
msgid "Not connected"
msgstr "Nesusijungta"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Pastabos"
@@ -2431,6 +2804,10 @@ msgstr "Nuolatinė priežiūra"
msgid "Only applies when the section fits on a single page."
msgstr "Taikoma tik tada, kai skyrius telpa viename puslapyje."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Apsauga slaptažodžiu išjungta."
msgid "Password protection has been enabled."
msgstr "Apsauga slaptažodžiu įjungta."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Pataisa pritaikyta"
@@ -2636,6 +3025,22 @@ msgstr "Pasirinkite piktogramą"
msgid "Picture"
msgstr "Paveikslėlis"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Įveskite naują slaptažodį savo paskyrai"
@@ -2652,6 +3057,10 @@ msgstr "Įveskite URL, su kuriuo norite susieti:"
msgid "Please support the project"
msgstr "Prašome paremti projektą"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Palaukite, kol bus sugeneruotas jūsų PDF..."
@@ -2774,6 +3183,10 @@ msgstr "Publikacijos"
msgid "Publisher"
msgstr "Leidėjas"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "„Reactive Resume“ – eiti į pagrindinį puslapį"
@@ -2817,6 +3230,10 @@ msgstr "Reaktyvus gyvenimo aprašymas v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reaktyvusis CV v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Gavėjas"
@@ -2839,6 +3256,10 @@ msgstr "Pakartoti"
msgid "References"
msgstr "Rekomendacijos"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Naujo įrenginio registravimas"
@@ -2856,6 +3277,14 @@ msgstr "Pašalinti"
msgid "Remove {chip}"
msgstr "Pašalinti {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Pašalinti pasirinktinį lauką"
@@ -2954,6 +3383,10 @@ msgstr "Baigta gyvenimo aprašymo analizė."
msgid "Resume content"
msgstr "Gyvenimo aprašymo turinys"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Gyvenimo aprašymo parinktys"
@@ -2962,6 +3395,10 @@ msgstr "Gyvenimo aprašymo parinktys"
msgid "Resume patch"
msgstr "Gyvenimo aprašymo pataisa"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Perrašykite šį gyvenimo aprašymą, kad jis atitiktų pradedančiojo
msgid "Right Align"
msgstr "Lygiuoti dešinėje"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Pareigybių raida"
@@ -3018,6 +3463,15 @@ msgstr "Atlikite pirmąją analizę, kad gautumėte rezultatų lentelę, stipri
msgid "Russian"
msgstr "Rusų"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Išsaugoti ir išbandyti teikėją"
msgid "Save & Upload"
msgstr "Išsaugoti ir įkelti"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Nuskenuokite žemiau esantį QR kodą pasirinkta autentifikavimo program
msgid "School"
msgstr "Mokykla"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Rezultatų kortelė"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Paieška"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Skyriaus parinktys"
msgid "Section Type"
msgstr "Skyriaus tipas"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Pasirinkite gyvenimo aprašymą"
@@ -3124,6 +3603,10 @@ msgstr "Pasirinkite gyvenimo aprašymą"
msgid "Select a thread"
msgstr "Pasirinkite giją"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Pasirinkite agento modelį"
@@ -3136,6 +3619,14 @@ msgstr "Pasirinkite dirbtinio intelekto teikėją"
msgid "Select..."
msgstr "Pasirinkite..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Savarankiškas talpinimas naudojant Docker"
@@ -3218,6 +3709,11 @@ msgstr "Dalijimasis"
msgid "Show"
msgstr "Rodyti"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Rodyti slaptažodį"
msgid "Show picture"
msgstr "Rodyti paveikslėlį"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Kažkas nutiko ne taip"
msgid "Something went wrong while analyzing your resume."
msgstr "Analizuojant jūsų gyvenimo aprašymą kažkas nepavyko."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Kažkas nepavyko. Bandykite dar kartą."
@@ -3369,6 +3873,12 @@ msgstr "Kažkas nepavyko. Bandykite dar kartą."
msgid "Sort by"
msgstr "Rikiuoti pagal"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Rėmimas"
msgid "Square"
msgstr "Kvadratinis"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Pridėkite žvaigždutę „GitHub“ (atidaro naujame skirtuke)"
@@ -3459,6 +3974,10 @@ msgstr "Stipriosios pusės"
msgid "Strike"
msgstr "Perbraukti"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreditas"
@@ -3505,7 +4024,12 @@ msgstr "Perjungta į šabloną {0}."
msgid "Synced changes made in another tab."
msgstr "Sinchronizuoti pakeitimai, atlikti kitame skirtuke."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Žymos"
@@ -3513,10 +4037,18 @@ msgstr "Žymos"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Žymomis galite grupuoti savo gyvenimo aprašymą pagal raktinius žodžius."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Pritaikykite šį gyvenimo aprašymą prie produkto vadovo pareigybės aprašymo ir pabrėžkite veiksmų plano atsakomybę, suinteresuotųjų šalių bendravimą ir išmatuojamus paleidimo rezultatus."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamilų"
@@ -3753,6 +4285,10 @@ msgstr "Susiaurinkite įgūdžių skyrių, kad jis atitiktų tikslinį vaidmenį
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Timelapse demonstracija, kaip kuriamas gyvenimo aprašymas naudojant „Reactive Resume“"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Patarimas: suteikite API raktui pavadinimą pagal jo paskirtį, kad vėliau būtų lengviau jį atpažinti."
@@ -3799,6 +4335,14 @@ msgstr "Dešiniosios šoninės juostos perjungimas"
msgid "Toggle threads"
msgstr "Perjungti gijas"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Stebėkite savo gyvenimo aprašymo peržiūras ir atsisiuntimus"
@@ -3897,6 +4441,11 @@ msgstr "Tipografija"
msgid "Ukrainian"
msgstr "Ukrainiečių"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Pabraukti"
@@ -4011,6 +4560,10 @@ msgstr "Atnaujinkite projekto sąrašus, kad būtų parodyta lyderystė, apriboj
msgid "Update Resume"
msgstr "Atnaujinti gyvenimo aprašymą"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Atnaujinkite savo slaptažodį"
@@ -4023,6 +4576,10 @@ msgstr "Atnaujinamas jūsų slaptažodis..."
msgid "Updating your resume..."
msgstr "Atnaujinamas jūsų gyvenimo aprašymas..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Įkelti priedus"
@@ -4031,10 +4588,18 @@ msgstr "Įkelti priedus"
msgid "Upload picture"
msgstr "Įkelti nuotrauką"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Įkeliama nuotrauka…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Naudojimas"
msgid "Use color {color}"
msgstr "Naudokite spalvą {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Kas naujo naujausioje versijoje?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Užrakinus gyvenimo aprašymas negali būti atnaujintas ar ištrintas."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Darbas OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Darbas OpenAI"
msgid "Working…"
msgstr "Dirba…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Tolinti"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulų"
-
diff --git a/apps/web/locales/lv-LV.po b/apps/web/locales/lv-LV.po
index 5bbc6c6b8..95537e5ba 100644
--- a/apps/web/locales/lv-LV.po
+++ b/apps/web/locales/lv-LV.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, zero {# lomas} one {# loma} other {# lomas}}"
msgid "{0} characters"
msgstr "{0} rakstzīmes"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Uz jūsu pašreizējo e-pasta adresi ir nosūtīta apstiprinājuma saite
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Bezmaksas un atvērtā pirmkoda CV veidotājs, kas vienkāršo jūsu CV izveidi, atjaunināšanu un kopīgošanu."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Uz jūsu e-pasta adresi ir nosūtīta jauna verifikācijas saite. Lūdzu
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Aizrautības projekts, ko veidojis <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Konta izvēlne"
msgid "Actual size (100%)"
msgstr "Faktiskais izmērs (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Pievienot pielāgotu lauku"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Pievienojiet atslēgvārdu..."
@@ -196,10 +223,23 @@ msgstr "Pievienot jaunu prasmju ierakstu"
msgid "Add a new volunteer experience"
msgstr "Pievienot jaunu brīvprātīgo pieredzi"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Pirms aģenta pavediena sākšanas pievienojiet un pārbaudiet pakalpojumu sniedzēju."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Pievienot atslēgvārdu"
@@ -225,6 +265,14 @@ msgstr "Pievienot pakalpojumu sniedzēju"
msgid "Add Role"
msgstr "Pievienot lomu"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Pielāgojiet CV attālināti strādājošai lomai, kurā tiek vērtēta asinhronā saziņa un atbildības uzņemšanās."
@@ -285,6 +333,10 @@ msgstr "Mākslīgā intelekta pakalpojumu sniedzējiem ir jākonfigurē REDIS_UR
msgid "Albanian"
msgstr "Albāņu"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Atļaut publisku piekļuvi"
@@ -360,10 +412,40 @@ msgstr "API dokumentācija"
msgid "App"
msgstr "Lietotne"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Lietotnes statistika"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Piemērotie noteikumi"
@@ -372,11 +454,18 @@ msgstr "Piemērotie noteikumi"
msgid "Arabic"
msgstr "Arābu"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Arhīvs"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Vai tiešām vēlaties aizvērt šo dialogu?"
@@ -437,6 +526,10 @@ msgstr "Proporcijas"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud atbalsta Reactive Resume kā projekta sponsoru. Ja jūsu uzņēmums vēlas sponsorēt projektu, rakstiet uz e-pastu <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Pievienot failus"
@@ -455,6 +548,14 @@ msgstr "Pielikums augšupielādēts."
msgid "Authentication"
msgstr "Autentifikācija"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Pieejama vairākās valodās. Ja vēlaties iesaistīties, apmeklējiet Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengāļu"
msgid "Blank draft"
msgstr "Tukšs melnraksts"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Veidotāja komandu palete"
msgid "Bulgarian"
msgstr "Bulgāru"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Aizzīmju saraksts"
@@ -552,6 +665,12 @@ msgstr "Aizzīmju saraksts"
msgid "By the community, for the community."
msgstr "No kopienas kopienai."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Vai varu eksportēt savu CV uz PDF?"
@@ -566,6 +685,9 @@ msgstr "Vai varu eksportēt savu CV uz PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Aplis"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Skaidrs"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Notīrīt atlasi"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Kopiena"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Uzņēmums"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Salīdziniet šo CV ar šīs vakances URL un atjauniniet atslēgvārdus, vienlaikus saglabājot kodolīgu un ticamu toni."
@@ -735,6 +867,10 @@ msgstr "Savienojums neizdevās"
msgid "Connection verified — provider is ready to use."
msgstr "Savienojums ir pārbaudīts — pakalpojumu sniedzējs ir gatavs lietošanai."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Saruna nokopēta."
msgid "Conversation JSON copied."
msgstr "Sarunas JSON fails ir nokopēts."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Kopēt"
@@ -815,10 +956,43 @@ msgstr "Nevarēja pārbaudīt pakalpojumu sniedzēja savienojumu."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Nevarēja pārbaudīt savienojumu. Pārbaudiet API atslēgu, modeli un bāzes URL."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Nevarēja saglabāt"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Nevarēja saglabāt"
msgid "Cover Letter"
msgstr "Motivācijas vēstule"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Motivācijas vēstule"
msgid "Create"
msgstr "Izveidot"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Izveidot jaunu kontu"
@@ -952,6 +1134,11 @@ msgstr "Izveidot CV ar iespējām"
msgid "Created"
msgstr "Izveidots"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Tiek izveidota jūsu API atslēga..."
@@ -964,6 +1151,10 @@ msgstr "Tiek izveidots jūsu CV..."
msgid "Crop picture"
msgstr "Apgriezt attēlu"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Pašreizējā parole"
@@ -1041,6 +1232,9 @@ msgstr "Grāds"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Dzēst pakalpojumu sniedzēju"
msgid "Delete this agent thread?"
msgstr "Vai dzēst šo aģenta pavedienu?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Tiek dzēsts jūsu konts..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Noraidīt"
@@ -1136,6 +1336,10 @@ msgstr "Noraidīt"
msgid "Documentation"
msgstr "Dokumentācija"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Nav konta? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Lejupielādēt DOCX"
msgid "Download JSON"
msgstr "Lejupielādēt JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Lejupielādēt PDF"
msgid "Downloads"
msgstr "Lejupielādes"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Velciet un nometiet sadaļas šeit, lai pārvietotu tās starp kolonnām"
@@ -1227,11 +1444,17 @@ msgstr "Tiek dublēts jūsu CV..."
msgid "Dutch"
msgstr "Holandiešu"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Iepriekšējās versijas tiek saglabātas; veidotāja atsaukšanas vēsture tiek atiestatīta."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Rediģēt"
@@ -1241,6 +1464,10 @@ msgstr "Rediģēt"
msgid "Edit {chip}"
msgstr "Rediģēt {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Eksports"
msgid "Export my data"
msgstr "Eksportēt manus datus"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Eksportējiet savu CV PDF formātā acumirklī, bez gaidīšanas vai kavēšanās."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Neizdevās analizēt atsākšanu."
@@ -1575,10 +1810,18 @@ msgstr "Funkcijas"
msgid "File"
msgstr "Fails"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filtrēt pēc"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Atrodiet vājas aizzīmes un pārrakstiet tās ar spēcīgākiem rezultātiem, skaitļiem, darbības jomu un asākiem darbības vārdiem."
@@ -1599,6 +1842,22 @@ msgstr "Elastība"
msgid "Fluency"
msgstr "Valodas prasme"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Fonta saime"
@@ -1653,11 +1912,19 @@ msgstr "Brīvā forma"
msgid "French"
msgstr "Franču"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Pilns platums"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Pilnekrāns"
@@ -1667,6 +1934,10 @@ msgstr "Pilnekrāns"
msgid "Fullscreen Editor"
msgstr "Pilnekrāna ekrāna redaktors"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Ģenerēt nejaušu nosaukumu"
@@ -1878,6 +2149,10 @@ msgstr "Kā kopīgot savu CV?"
msgid "How do I use the API?"
msgstr "Kā izmantot API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Kā tiek aizsargāti mani dati?"
@@ -1904,12 +2179,35 @@ msgstr "Nosakiet pretendentu izsekošanas sistēmas nepilnības un izmantojiet t
msgid "Import"
msgstr "Importēt"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Importēt esošu CV"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Importēšanai no PDF vai Word ir nepieciešams pievienots mākslīgā intelekta pakalpojumu sniedzējs."
@@ -1942,6 +2240,10 @@ msgstr "Informācija"
msgid "Inline Code"
msgstr "Iekļautais kods"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Tūlītēja ģenerēšana"
@@ -1986,6 +2288,14 @@ msgstr "Slīpraksts"
msgid "Japanese"
msgstr "Japāņu"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Korejiešu"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Etiķete"
@@ -2072,6 +2383,10 @@ msgstr "Valoda"
msgid "Languages"
msgstr "Valodas"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Pēdējo reizi analizēts {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Atstājiet tukšu, lai atjaunotu sākotnējo virsrakstu."
msgid "Left Align"
msgstr "Izlīdzināt pa kreisi"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Letter"
@@ -2152,6 +2471,18 @@ msgstr "Gaišā tēma"
msgid "Line Height"
msgstr "Rindu augstums"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Notiek ielāde…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Atrašanās vieta"
@@ -2266,6 +2599,14 @@ msgstr "Mala (horizontāli)"
msgid "Margin (Vertical)"
msgstr "Mala (vertikāli)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Vairāk lejupielādes opciju"
msgid "Move section to another column or page"
msgstr "Pārvietot sadaļu uz citu kolonnu vai lapu"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Jāuzsāk ar https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Jaunā parole"
msgid "New Section"
msgstr "Jauna sadaļa"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Jauna tēma"
@@ -2360,6 +2712,14 @@ msgstr "Jauna tēma"
msgid "No Advertising, No Tracking"
msgstr "Bez reklāmām, bez izsekošanas"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Nav iepriekšēju datu"
msgid "No results found."
msgstr "Rezultāti nav atrasti."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Neviens CV neatbilst jūsu meklēšanas vaicājumam."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Vēl nav saglabātu versiju."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Vēl nav stila noteikumu."
@@ -2406,6 +2778,7 @@ msgstr "Norvēģu"
msgid "Not connected"
msgstr "Nav izveidots savienojums"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Piezīmes"
@@ -2431,6 +2804,10 @@ msgstr "Nepārtraukta uzturēšana"
msgid "Only applies when the section fits on a single page."
msgstr "Attiecas tikai tad, ja sadaļa ietilpst vienā lapā."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Paroles aizsardzība ir deaktivēta."
msgid "Password protection has been enabled."
msgstr "Paroles aizsardzība ir aktivēta."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Ielāps uzlikts"
@@ -2636,6 +3025,22 @@ msgstr "Izvēlieties ikonu"
msgid "Picture"
msgstr "Attēls"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Lūdzu, ievadiet jaunu paroli savam kontam"
@@ -2652,6 +3057,10 @@ msgstr "Lūdzu, ievadiet URL, uz kuru vēlaties izveidot saiti:"
msgid "Please support the project"
msgstr "Lūdzu, atbalstiet projektu"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Lūdzu, uzgaidiet, kamēr tiek ģenerēts jūsu PDF..."
@@ -2774,6 +3183,10 @@ msgstr "Publikācijas"
msgid "Publisher"
msgstr "Izdevējs"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - doties uz sākumlapu"
@@ -2817,6 +3230,10 @@ msgstr "Reaktīvs CV v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reactive Resume v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Saņēmējs"
@@ -2839,6 +3256,10 @@ msgstr "Atkārtot"
msgid "References"
msgstr "Atsauksmes"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Reģistrēt jaunu ierīci"
@@ -2856,6 +3277,14 @@ msgstr "Noņemt"
msgid "Remove {chip}"
msgstr "Noņemt {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Noņemt pielāgoto lauku"
@@ -2954,6 +3383,10 @@ msgstr "CV analīze pabeigta."
msgid "Resume content"
msgstr "CV saturs"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "CV opcijas"
@@ -2962,6 +3395,10 @@ msgstr "CV opcijas"
msgid "Resume patch"
msgstr "CV ielāps"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Pārrakstiet šo CV, lai tas atbilstu jaunuzņēmuma dibinātāja un pro
msgid "Right Align"
msgstr "Izlīdzināt pa labi"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Lomu attīstība"
@@ -3018,6 +3463,15 @@ msgstr "Veiciet pirmo analīzi, lai iegūtu rezultātu tabulu, stiprās puses un
msgid "Russian"
msgstr "Krievu"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Saglabāšanas un testēšanas pakalpojumu sniedzējs"
msgid "Save & Upload"
msgstr "Saglabāt un augšupielādēt"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Skenējiet zemāk redzamo QR kodu ar savu izvēlēto autentifikatora lie
msgid "School"
msgstr "Skola"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Rezultātu tabula"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Meklēt"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Sadaļas opcijas"
msgid "Section Type"
msgstr "Sadaļas tips"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Izvēlieties CV"
@@ -3124,6 +3603,10 @@ msgstr "Izvēlieties CV"
msgid "Select a thread"
msgstr "Atlasīt pavedienu"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Izvēlieties aģenta modeli"
@@ -3136,6 +3619,14 @@ msgstr "Izvēlieties mākslīgā intelekta pakalpojumu sniedzēju"
msgid "Select..."
msgstr "Atlasīt..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Pašhostēšana ar Docker"
@@ -3218,6 +3709,11 @@ msgstr "Kopīgošana"
msgid "Show"
msgstr "Rādīt"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Rādīt paroli"
msgid "Show picture"
msgstr "Rādīt attēlu"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Kaut kas nogāja greizi"
msgid "Something went wrong while analyzing your resume."
msgstr "Analizējot jūsu CV, kaut kas ir noticis nepareizi."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Kaut kas nogāja greizi. Lūdzu, mēģiniet vēlreiz."
@@ -3369,6 +3873,12 @@ msgstr "Kaut kas nogāja greizi. Lūdzu, mēģiniet vēlreiz."
msgid "Sort by"
msgstr "Kārtot pēc"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Sponsori"
msgid "Square"
msgstr "Kvadrāts"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Uzdodiet mums zvaigznīti GitHub (atveras jaunā cilnē)"
@@ -3459,6 +3974,10 @@ msgstr "Stiprās puses"
msgid "Strike"
msgstr "Pārsvītrot"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddits"
@@ -3505,7 +4024,12 @@ msgstr "Pārslēgts uz veidni {0}."
msgid "Synced changes made in another tab."
msgstr "Sinhronizētās izmaiņas, kas veiktas citā cilnē."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Tagi"
@@ -3513,10 +4037,18 @@ msgstr "Tagi"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Tagus var izmantot, lai kategorizētu savu CV pēc atslēgvārdiem."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Pielāgojiet šo CV produktu vadītāja amata aprakstam un uzsveriet ceļveža atbildību, ieinteresēto personu komunikāciju un izmērāmus palaišanas rezultātus."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamilu"
@@ -3753,6 +4285,10 @@ msgstr "Saskaņojiet prasmju sadaļu, lai tā atbilstu mērķa lomai, nevis las
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Paātrināts ieraksts, kurā demonstrēta CV veidošana ar Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Padoms: piešķiriet savai API atslēgai nosaukumu atbilstoši tās lietojumam, lai vēlāk to būtu vieglāk identificēt."
@@ -3799,6 +4335,14 @@ msgstr "Pārslēgt labo sānjjoslu"
msgid "Toggle threads"
msgstr "Pārslēgt pavedienus"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Izsekojiet sava CV skatījumiem un lejupielādēm"
@@ -3897,6 +4441,11 @@ msgstr "Tipogrāfija"
msgid "Ukrainian"
msgstr "Ukraiņu"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Pasvītrot"
@@ -4011,6 +4560,10 @@ msgstr "Atjauniniet projekta aizzīmes, lai parādītu vadību, ierobežojumus,
msgid "Update Resume"
msgstr "Atjaunināt CV"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Atjauniniet savu paroli"
@@ -4023,6 +4576,10 @@ msgstr "Tiek atjaunināta jūsu parole..."
msgid "Updating your resume..."
msgstr "Tiek atjaunināts jūsu CV..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Augšupielādēt pielikumus"
@@ -4031,10 +4588,18 @@ msgstr "Augšupielādēt pielikumus"
msgid "Upload picture"
msgstr "Augšupielādēt attēlu"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Augšupielādē attēlu…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Lietošana"
msgid "Use color {color}"
msgstr "Izmantojiet krāsu {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Kas jauns jaunākajā versijā?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Kad CV ir bloķēts, to nevar atjaunināt vai dzēst."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Darbs OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Darbs OpenAI"
msgid "Working…"
msgstr "Darbs…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Tālināt"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/ml-IN.po b/apps/web/locales/ml-IN.po
index 746aa616c..7ed2cb3cd 100644
--- a/apps/web/locales/ml-IN.po
+++ b/apps/web/locales/ml-IN.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# റോൾ} other {# റോളുകൾ}}"
msgid "{0} characters"
msgstr "{0} പ്രതീകങ്ങൾ"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "നിങ്ങളുടെ ഇപ്പോഴത്തെ ഇമെയ
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "റിസ്യൂം സൃഷ്ടിക്കാനും അപ്ഡേറ്റ് ചെയ്യാനും പങ്കിടാനും ഉള്ള പ്രക്രിയ ലളിതമാക്കുന്ന, സൗജന്യവും ഓപ്പൺ സോഴ്സുമായ ഒരു റിസ്യൂം ബിൽഡർ."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "നിങ്ങളുടെ ഇമെയിൽ വിലാസത്ത
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "<0>അമൃത് പിള്ള0>യുടെ ഒരു പാഷൻ പ്രോജക്ട്."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "അക്കൗണ്ട് മെനു"
msgid "Actual size (100%)"
msgstr "യഥാർത്ഥ വലുപ്പം (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "ഒരു കസ്റ്റം ഫീൽഡ് ചേർക്കുക"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "ഒരു കീവേഡ് ചേർക്കുക..."
@@ -196,10 +223,23 @@ msgstr "ഒരു പുതിയ സ്കിൽ ചേർക്കുക"
msgid "Add a new volunteer experience"
msgstr "ഒരു പുതിയ വളന്റിയർ അനുഭവം ചേർക്കുക"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "ഒരു ഏജന്റ് ത്രെഡ് ആരംഭിക്കുന്നതിന് മുമ്പ് ഒരു ദാതാവിനെ ചേർത്ത് പരിശോധിക്കുക."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "കീവേഡ് ചേർക്കുക"
@@ -225,6 +265,14 @@ msgstr "ദാതാവിനെ ചേർക്കുക"
msgid "Add Role"
msgstr "റോൾ ചേർക്കുക"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "അസമന്വിത ആശയവിനിമയത്തിനും ഉടമസ്ഥതയ്ക്കും പ്രാധാന്യം നൽകുന്ന ഒരു റിമോട്ട്-ഫസ്റ്റ് റോളിനായി റെസ്യൂമെ ക്രമീകരിക്കുക."
@@ -285,6 +333,10 @@ msgstr "AI ദാതാക്കൾക്ക് REDIS_URL ഉം ENCRYPTION_SECR
msgid "Albanian"
msgstr "അൽബേനിയൻ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "പബ്ലിക് ആക്സസ് അനുവദിക്കുക"
@@ -360,10 +412,40 @@ msgstr "API റഫറൻസ്"
msgid "App"
msgstr "ആപ്പ്"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "ആപ്ലിക്കേഷൻ സ്റ്റാറ്റിസ്റ്റിക്സ്"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "ബാധകമായ നിയമങ്ങൾ"
@@ -372,11 +454,18 @@ msgstr "ബാധകമായ നിയമങ്ങൾ"
msgid "Arabic"
msgstr "അറബിക്"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "ആർക്കൈവ്"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "ഈ ഡയലോഗ് അടയ്ക്കണമെന്ന് തീർച്ചയാണോ?"
@@ -437,6 +526,10 @@ msgstr "ആസ്പെക്ട് റേഷ്യോ"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "പ്രോജക്ട് സ്പോൺസർ എന്ന നിലയിൽ അറ്റ്ലസ് ക്ലൗഡ് റിയാക്ടീവ് റെസ്യൂമിനെ പിന്തുണയ്ക്കുന്നു. നിങ്ങളുടെ കമ്പനി പ്രോജക്റ്റ് സ്പോൺസർ ചെയ്യാൻ ആഗ്രഹിക്കുന്നുവെങ്കിൽ, ഇമെയിൽ ചെയ്യുക <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "ഫയലുകൾ അറ്റാച്ചുചെയ്യുക"
@@ -455,6 +548,14 @@ msgstr "അറ്റാച്ചുമെന്റ് അപ്ലോഡ്
msgid "Authentication"
msgstr "ഓത്ന്റിക്കേഷൻ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "ഒരുപാട് ഭാഷകളിൽ ലഭ്യമാണ്. നിങ്ങൾ സംഭാവന ചെയ്യാൻ ആഗ്രഹിക്കുന്നുവെങ്കിൽ, Crowdin നോക്കുക."
@@ -511,6 +612,10 @@ msgstr "ബെംഗാളി"
msgid "Blank draft"
msgstr "ശൂന്യമായ ഡ്രാഫ്റ്റ്"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "ബിൽഡർ കമാൻഡ് പാലറ്റ്"
msgid "Bulgarian"
msgstr "ബൾഗേറിയൻ"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "ബുള്ളറ്റ് ലിസ്റ്റ്"
@@ -552,6 +665,12 @@ msgstr "ബുള്ളറ്റ് ലിസ്റ്റ്"
msgid "By the community, for the community."
msgstr "സമൂഹം ഉണ്ടാക്കുന്നതും സമൂഹത്തിനുമുള്ളതുമായ ഒരു പ്രോജക്ട്."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "എന്റെ റിസ്യൂം PDF ആയി എക്സ്പോർട്ട് ചെയ്യാനാകുമോ?"
@@ -566,6 +685,9 @@ msgstr "എന്റെ റിസ്യൂം PDF ആയി എക്സ്പ
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "വൃത്തം"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "വ്യക്തമാക്കുക"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "തിരഞ്ഞെടുപ്പ് മായ്ക്കുക"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "കമ്മ്യൂണിറ്റി"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "കമ്പനി"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "ഈ റെസ്യൂമെ ഈ റോൾ URL-മായി താരതമ്യം ചെയ്ത് കീവേഡുകൾ അപ്ഡേറ്റ് ചെയ്യുക, ശബ്ദം സംക്ഷിപ്തവും വിശ്വസനീയവുമായി നിലനിർത്തുക."
@@ -735,6 +867,10 @@ msgstr "കണക്ഷൻ പരാജയപ്പെട്ടു"
msgid "Connection verified — provider is ready to use."
msgstr "കണക്ഷൻ സ്ഥിരീകരിച്ചു — ദാതാവ് ഉപയോഗിക്കാൻ തയ്യാറാണ്."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "സംഭാഷണം പകർത്തി."
msgid "Conversation JSON copied."
msgstr "സംഭാഷണം JSON പകർത്തി."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "പകർത്തുക"
@@ -815,10 +956,43 @@ msgstr "ദാതാവിന്റെ കണക്ഷൻ പരിശോധി
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "കണക്ഷൻ പരിശോധിക്കാൻ കഴിഞ്ഞില്ല. API കീ, മോഡൽ, അടിസ്ഥാന URL എന്നിവ പരിശോധിക്കുക."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "സംരക്ഷിക്കാനായില്ല"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "സംരക്ഷിക്കാനായില്ല"
msgid "Cover Letter"
msgstr "കവർ ലെറ്റർ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "കവർ ലെറ്റർ"
msgid "Create"
msgstr "സൃഷ്ടിക്കുക"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "ഒരു പുതിയ അക്കൗണ്ട് സൃഷ്ടിക്കുക"
@@ -952,6 +1134,11 @@ msgstr "ഓപ്ഷനുകളോടുകൂടി റെസ്യൂമെ
msgid "Created"
msgstr "സൃഷ്ടിച്ചത്"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "നിങ്ങളുടെ API കീ സൃഷ്ടിക്കുന്നു..."
@@ -964,6 +1151,10 @@ msgstr "നിങ്ങളുടെ റിസ്യൂം സൃഷ്ടി
msgid "Crop picture"
msgstr "ചിത്രം ക്രോപ്പ് ചെയ്യുക"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "നിലവിലെ പാസ്വേഡ്"
@@ -1041,6 +1232,9 @@ msgstr "ഡിഗ്രി"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "ദാതാവിനെ ഇല്ലാതാക്കുക"
msgid "Delete this agent thread?"
msgstr "ഈ ഏജന്റ് ത്രെഡ് ഇല്ലാതാക്കണോ?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "നിങ്ങളുടെ അക്കൗണ്ട് ഡിലീറ്റ് ചെയ്യുന്നു..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "ഡിസ്കോർഡ്"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "നിരസിക്കുക"
@@ -1136,6 +1336,10 @@ msgstr "നിരസിക്കുക"
msgid "Documentation"
msgstr "ഡോക്യുമെന്റേഷൻ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "അക്കൗണ്ട് ഇല്ലേ? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "ഡോക്സ് ഡൗൺലോഡ് ചെയ്യുക"
msgid "Download JSON"
msgstr "JSON ഡൗൺലോഡ് ചെയ്യുക"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "PDF ഡൗൺലോഡ് ചെയ്യുക"
msgid "Downloads"
msgstr "ഡൗൺലോഡുകൾ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "സെക്ഷനുകൾ കോളങ്ങൾക്കിടയിൽ നീക്കാൻ ഇവിടെ ഡ്രാഗ് ചെയ്ത് ഡ്രോപ്പ് ചെയ്യുക"
@@ -1227,11 +1444,17 @@ msgstr "നിങ്ങളുടെ റിസ്യൂം ഡൂപ്ലിക
msgid "Dutch"
msgstr "ഡച്ച്"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "മുൻ പതിപ്പുകൾ സൂക്ഷിക്കുന്നു; ബിൽഡറുടെ പഴയപടിയാക്കൽ ചരിത്രം പുനഃസജ്ജമാക്കുന്നു."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "എഡിറ്റ് ചെയ്യുക"
@@ -1241,6 +1464,10 @@ msgstr "എഡിറ്റ് ചെയ്യുക"
msgid "Edit {chip}"
msgstr "തിരുത്തുക {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "എക്സ്പോർട്ട്"
msgid "Export my data"
msgstr "എന്റെ ഡാറ്റ എക്സ്പോർട്ട് ചെയ്യുക"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "കാത്തിരിപ്പോ കാലതാമസമോ ഇല്ലാതെ നിങ്ങളുടെ റെസ്യൂമെ തൽക്ഷണം PDF-ലേക്ക് കയറ്റുമതി ചെയ്യുക."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "റെസ്യൂമെ വിശകലനം ചെയ്യുന്നതിൽ പരാജയപ്പെട്ടു."
@@ -1575,10 +1810,18 @@ msgstr "സവിശേഷതകൾ"
msgid "File"
msgstr "ഫയൽ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "ഫിൽറ്റർ ചെയ്യുക"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "ദുർബലമായ ബുള്ളറ്റുകൾ കണ്ടെത്തി ശക്തമായ ഫലങ്ങൾ, സംഖ്യകൾ, വ്യാപ്തി, മൂർച്ചയുള്ള ക്രിയകൾ എന്നിവ ഉപയോഗിച്ച് അവയെ മാറ്റിയെഴുതുക."
@@ -1599,6 +1842,22 @@ msgstr "സൗകര്യസ്വഭാവം"
msgid "Fluency"
msgstr "ഫ്ലുവൻസി"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "ഫോണ്ട് ഫാമിലി"
@@ -1653,11 +1912,19 @@ msgstr "ഫ്രീ-ഫോം"
msgid "French"
msgstr "ഫ്രഞ്ച്"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "പൂർണ്ണ വീതി"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "മുഴുവൻ സ്ക്രീൻ"
@@ -1667,6 +1934,10 @@ msgstr "മുഴുവൻ സ്ക്രീൻ"
msgid "Fullscreen Editor"
msgstr "ഫുൾസ്ക്രീൻ എഡിറ്റർ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "ഒരു റാൻഡം പേരുണ്ടാക്കുക"
@@ -1878,6 +2149,10 @@ msgstr "എന്റെ റിസ്യൂം എങ്ങനെ ഷെയർ
msgid "How do I use the API?"
msgstr "API എങ്ങനെ ഉപയോഗിക്കാം?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "എന്റെ ഡാറ്റ എങ്ങനെ സംരക്ഷിക്കപ്പെടുന്നു?"
@@ -1904,12 +2179,35 @@ msgstr "അപേക്ഷക ട്രാക്കിംഗ് സിസ്റ
msgid "Import"
msgstr "ഇംപോർട്ട്"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "നിലവിലുള്ള ഒരു റിസ്യൂം ഇംപോർട്ട് ചെയ്യുക"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "PDF-ൽ നിന്നോ Word-ൽ നിന്നോ ഇറക്കുമതി ചെയ്യുന്നതിന് കണക്റ്റുചെയ്ത ഒരു AI ദാതാവ് ആവശ്യമാണ്."
@@ -1942,6 +2240,10 @@ msgstr "വിവരങ്ങൾ"
msgid "Inline Code"
msgstr "ഇൻലൈൻ കോഡ്"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "തൽക്ഷണ ജനറേഷൻ"
@@ -1986,6 +2288,14 @@ msgstr "ഇറ്റാലിക്ക്"
msgid "Japanese"
msgstr "ജാപ്പനീസ്"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "കൊറിയൻ"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "ലേബൽ"
@@ -2072,6 +2383,10 @@ msgstr "ഭാഷ"
msgid "Languages"
msgstr "ഭാഷകൾ"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "അവസാനം വിശകലനം ചെയ്തത് {updatedAtLabel}-ൽ"
@@ -2119,6 +2434,10 @@ msgstr "ശീർഷകം ആദ്ധ്യത്തിലേതിലേക
msgid "Left Align"
msgstr "ലെഫ്റ്റ് അലൈനിൽ ആക്കുക"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "ലെറ്റർ"
@@ -2152,6 +2471,18 @@ msgstr "ലൈറ്റ് തീം"
msgid "Line Height"
msgstr "ലൈൻ ഹൈറ്റ്"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "… ലോഡ് ചെയ്യുന്നു"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "സ്ഥലം"
@@ -2266,6 +2599,14 @@ msgstr "മാർജിൻ (തിരശ്ചീനം)"
msgid "Margin (Vertical)"
msgstr "മാർജിൻ (ലംബം)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "കൂടുതൽ ഡൗൺലോഡ് ഓപ്ഷനുകൾ"
msgid "Move section to another column or page"
msgstr "വിഭാഗം മറ്റൊരു നിരയിലേക്കോ പേജിലേക്കോ നീക്കുക"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "https:// എന്നതിൽ തുടങ്ങണം"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "പുതിയ പാസ്വേഡ്"
msgid "New Section"
msgstr "പുതിയ സെക്ഷൻ"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "പുതിയ ത്രെഡ്"
@@ -2360,6 +2712,14 @@ msgstr "പുതിയ ത്രെഡ്"
msgid "No Advertising, No Tracking"
msgstr "പരസ്യങ്ങളില്ല, ട്രാക്കിംഗ് ഇല്ല"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "മുൻ ഡാറ്റ ഇല്ല."
msgid "No results found."
msgstr "ഒരൊന്നുമാത്രം ഫലങ്ങളൊന്നും ലഭ്യമല്ല."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "നിങ്ങളുടെ തിരയലുമായി പൊരുത്തപ്പെടുന്ന ഒരു റെസ്യൂമെയും ഇല്ല."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "ഇതുവരെ സംരക്ഷിച്ച പതിപ്പുകളൊന്നുമില്ല."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "ഇതുവരെ സ്റ്റൈൽ നിയമങ്ങളൊന്നുമില്ല."
@@ -2406,6 +2778,7 @@ msgstr "നോർവീജിയൻ"
msgid "Not connected"
msgstr "കണക്റ്റ് ചെയ്തിട്ടില്ല"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "കുറിപ്പുകൾ"
@@ -2431,6 +2804,10 @@ msgstr "തുടർച്ചയായ മെയിൻറനൻസ്"
msgid "Only applies when the section fits on a single page."
msgstr "വിഭാഗം ഒരു പേജിൽ മാത്രം യോജിക്കുമ്പോൾ മാത്രമേ ബാധകമാകൂ."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "പാസ്വേഡ് സംരക്ഷണം അപ്രാപ
msgid "Password protection has been enabled."
msgstr "പാസ്വേഡ് സംരക്ഷണം പ്രാപ്തമാക്കി."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "പാച്ച് പ്രയോഗിച്ചു"
@@ -2636,6 +3025,22 @@ msgstr "ഒരു ഐക്കൺ തിരഞ്ഞെടുക്കുക"
msgid "Picture"
msgstr "ചിത്രം"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "നിങ്ങളുടെ അക്കൗണ്ടിന് ഒരു പുതിയ പാസ്വേഡ് നൽകുക"
@@ -2652,6 +3057,10 @@ msgstr "നിങ്ങൾ ലിങ്ക് ചെയ്യാനാഗ്ര
msgid "Please support the project"
msgstr "ദയവായി പദ്ധതിയെ പിന്തുണയ്ക്കുക."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "നിങ്ങളുടെ PDF നിർമ്മിക്കുന്നതിനിടെയാണ്, ദയവായി കാത്തിരിക്കുക..."
@@ -2774,6 +3183,10 @@ msgstr "പ്രസിദ്ധീകരണങ്ങൾ"
msgid "Publisher"
msgstr "പ്രസാധകൻ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - ഹോംപേജിലേക്കു പോകുക"
@@ -2817,6 +3230,10 @@ msgstr "റിയാക്ടീവ് റെസ്യൂമെ v<0>{__APP_VERSI
msgid "Reactive Resume v4 (JSON)"
msgstr "റിയാക്ടീവ് റെസ്യൂമെ v4 (ജെസൺ)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "സ്വീകർത്താവ്"
@@ -2839,6 +3256,10 @@ msgstr "വീണ്ടും ചെയ്യുക"
msgid "References"
msgstr "റഫറൻസുകൾ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "പുതിയ ഉപകരണം രജിസ്റ്റർ ചെയ്യുക"
@@ -2856,6 +3277,14 @@ msgstr "നീക്കം ചെയ്യുക"
msgid "Remove {chip}"
msgstr "നീക്കുക {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "ഇഷ്ടാനുസൃത ഫീൽഡ് നീക്കം ചെയ്യുക"
@@ -2954,6 +3383,10 @@ msgstr "റെസ്യൂമെ വിശകലനം പൂർത്തിയ
msgid "Resume content"
msgstr "ഉള്ളടക്കം പുനരാരംഭിക്കുക"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "റെസ്യൂമെ ഓപ്ഷനുകൾ"
@@ -2962,6 +3395,10 @@ msgstr "റെസ്യൂമെ ഓപ്ഷനുകൾ"
msgid "Resume patch"
msgstr "റെസ്യൂമെ പാച്ച്"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "സ്റ്റാർട്ടപ്പ് സ്ഥാപകനിൽ
msgid "Right Align"
msgstr "റൈറ്റ് അലൈനിൽ ആക്കുക"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "റോൾ പുരോഗതി"
@@ -3018,6 +3463,15 @@ msgstr "നിങ്ങളുടെ ആദ്യ വിശകലനം നടത
msgid "Russian"
msgstr "റഷ്യൻ"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "സേവ് & ടെസ്റ്റ് ദാതാവ്"
msgid "Save & Upload"
msgstr "സേവ് & അപ്ലോഡ് ചെയ്യുക"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "നിങ്ങൾക്ക് ഇഷ്ടമുള്ള ഓത്
msgid "School"
msgstr "സ്കൂൾ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "സ്കോർകാർഡ്"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "തിരയുക"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "വിഭാഗ ഓപ്ഷനുകൾ"
msgid "Section Type"
msgstr "സെക്ഷൻ തരം"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "ഒരു റെസ്യൂമെ തിരഞ്ഞെടുക്കുക"
@@ -3124,6 +3603,10 @@ msgstr "ഒരു റെസ്യൂമെ തിരഞ്ഞെടുക്ക
msgid "Select a thread"
msgstr "ഒരു ത്രെഡ് തിരഞ്ഞെടുക്കുക"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "ഒരു ഏജന്റ് മോഡൽ തിരഞ്ഞെടുക്കുക"
@@ -3136,6 +3619,14 @@ msgstr "ഒരു AI ദാതാവിനെ തിരഞ്ഞെടുക്
msgid "Select..."
msgstr "തിരഞ്ഞെടുക്കുക..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Docker ഉപയോഗിച്ച് സ്വയം ഹോസ്റ്റ് ചെയ്യുക"
@@ -3218,6 +3709,11 @@ msgstr "ഷെയറിംഗ്"
msgid "Show"
msgstr "കാണിക്കുക"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "പാസ്വേഡ് കാണിക്കുക"
msgid "Show picture"
msgstr "ചിത്രം കാണിക്കുക"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "എന്തോ കുഴപ്പം സംഭവിച്ചു."
msgid "Something went wrong while analyzing your resume."
msgstr "നിങ്ങളുടെ റെസ്യൂമെ വിശകലനം ചെയ്യുന്നതിനിടയിൽ ഒരു പിഴവ് സംഭവിച്ചു."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "എന്തോ പിശക് സംഭവിച്ചു. ദയവായി വീണ്ടും ശ്രമിക്കുക."
@@ -3369,6 +3873,12 @@ msgstr "എന്തോ പിശക് സംഭവിച്ചു. ദയവ
msgid "Sort by"
msgstr "സോർട്ട് ചെയ്യുക"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "പ്രായജനങ്ങൾ"
msgid "Square"
msgstr "സ്ക്വയർ"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "GitHub‑ൽ ഞങ്ങളെ സ്റ്റാർ ചെയ്യുക (പുതിയ ടാബിൽ തുറക്കും)"
@@ -3459,6 +3974,10 @@ msgstr "ശക്തികൾ"
msgid "Strike"
msgstr "സ്ട്രൈക്ക്"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "സബ്റെഡിറ്റ്"
@@ -3505,7 +4024,12 @@ msgstr "{0} ടെംപ്ലേറ്റിലേക്ക് മാറി."
msgid "Synced changes made in another tab."
msgstr "മറ്റൊരു ടാബിൽ വരുത്തിയ സമന്വയിപ്പിച്ച മാറ്റങ്ങൾ."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "ടാഗുകൾ"
@@ -3513,10 +4037,18 @@ msgstr "ടാഗുകൾ"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "ടാഗുകൾ ഉപയോഗിച്ച് നിങ്ങൾക്ക് നിങ്ങളുടെ റിസ്യൂമിനെ കീവേഡുകൾ അനുസരിച്ച് വർഗ്ഗീകരിക്കാൻ കഴിയും."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "ഈ റെസ്യൂമെ ഒരു പ്രൊഡക്റ്റ് മാനേജർ ജോലി വിവരണത്തിന് അനുയോജ്യമാക്കുകയും റോഡ്മാപ്പ് ഉടമസ്ഥാവകാശം, പങ്കാളി ആശയവിനിമയം, അളക്കാവുന്ന ലോഞ്ച് ഫലങ്ങൾ എന്നിവയ്ക്ക് പ്രാധാന്യം നൽകുകയും ചെയ്യുക."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "തമിഴ്"
@@ -3753,6 +4285,10 @@ msgstr "ഒരു കീവേഡ് ഡംപ് പോലെ വായിക
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Reactive Resume ഉപയോഗിച്ച് ഒരു റിസ്യൂം നിർമ്മിക്കുന്നതിനുള്ള ടൈംലാപ്സ് ഡെമോൺസ്ട്രേഷൻ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "ടിപ്പ്: API കീയ്ക്ക് പിന്നീട് തിരിച്ചറിയാൻ സഹായിക്കുന്ന തരത്തിൽ, അതിന്റെ ഉദ്ദേശ്യം സൂചിപ്പിക്കുന്ന ഒരു പേര് നൽകുക."
@@ -3799,6 +4335,14 @@ msgstr "വലത് സൈഡ്ബാർ ഓൺ/ഓഫ് ചെയ്യു
msgid "Toggle threads"
msgstr "ത്രെഡുകൾ ടോഗിൾ ചെയ്യുക"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "നിങ്ങളുടെ റിസ്യൂമിന്റെ വ്യൂകളും ഡൗൺലോഡുകളും ട്രാക്ക് ചെയ്യുക"
@@ -3897,6 +4441,11 @@ msgstr "ടൈപ്പോഗ്രഫി"
msgid "Ukrainian"
msgstr "ഉക്രേനിയൻ"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "അണ്ടർലൈൻ"
@@ -4011,6 +4560,10 @@ msgstr "നേതൃത്വം, പരിമിതികൾ, വിട്ട
msgid "Update Resume"
msgstr "റിസ്യൂം അപ്ഡേറ്റ് ചെയ്യുക"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "നിങ്ങളുടെ പാസ്വേഡ് അപ്ഡേറ്റ് ചെയ്യുക"
@@ -4023,6 +4576,10 @@ msgstr "നിങ്ങളുടെ പാസ്വേഡ് അപ്ഡ
msgid "Updating your resume..."
msgstr "നിങ്ങളുടെ റിസ്യൂം അപ്ഡേറ്റ് ചെയ്യുന്നു..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "അറ്റാച്ചുമെന്റുകൾ അപ്ലോഡ് ചെയ്യുക"
@@ -4031,10 +4588,18 @@ msgstr "അറ്റാച്ചുമെന്റുകൾ അപ്ലോ
msgid "Upload picture"
msgstr "ചിത്രം അപ്ലോഡ് ചെയ്യുക"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "… ചിത്രം അപ്ലോഡ് ചെയ്യുന്നു"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "ഉപയോഗിക്കുക"
msgid "Use color {color}"
msgstr "നിറം ഉപയോഗിക്കുക {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "പുതിയ വേർഷനിൽ എന്താണ് പുതി
msgid "When locked, the resume cannot be updated or deleted."
msgstr "ലോക്കുചെയ്തിരിക്കുമ്പോൾ, റിസ്യൂം അപ്ഡേറ്റ് ചെയ്തോ ഡിലീറ്റ് ചെയ്തോ കഴിയില്ല."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "വർക്ക് ഓപ്പൺഎഐ"
@@ -4181,6 +4758,10 @@ msgstr "വർക്ക് ഓപ്പൺഎഐ"
msgid "Working…"
msgstr "പ്രവർത്തിക്കുന്നു…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "എക്സ് (ട്വിറ്റർ)"
@@ -4308,4 +4889,3 @@ msgstr "സൂം ഔട്ട് ചെയ്യുക"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "സൂളു"
-
diff --git a/apps/web/locales/mr-IN.po b/apps/web/locales/mr-IN.po
index b4a452b7b..c6cc8e582 100644
--- a/apps/web/locales/mr-IN.po
+++ b/apps/web/locales/mr-IN.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# भूमिका} other {# भूमिका}}"
msgid "{0} characters"
msgstr "{0} अक्षरे"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "तुमच्या सध्याच्या ईमेल पत्
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "मोफत आणि मुक्त-स्रोत रेझ्युमे बिल्डर, जो तुमचा रेझ्युमे तयार करणे, अपडेट करणे आणि शेअर करणे हा संपूर्ण प्रोसेस सोपा करतो."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "तुमच्या ईमेल पत्त्यावर नवी
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "<0>Amruth Pillai0> यांचा प्रचंड आवडीचा प्रकल्प."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "खाते मेनू"
msgid "Actual size (100%)"
msgstr "वास्तविक आकार (१००%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "सानुकूल फील्ड जोडा"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "कीवर्ड जोडा..."
@@ -196,10 +223,23 @@ msgstr "नवीन कौशल्य जोडा"
msgid "Add a new volunteer experience"
msgstr "नवीन स्वयंसेवी अनुभव जोडा"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "एजंट थ्रेड सुरू करण्यापूर्वी प्रोव्हायडर जोडा आणि त्याची चाचणी घ्या."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "कीवर्ड जोडा"
@@ -225,6 +265,14 @@ msgstr "प्रदाता जोडा"
msgid "Add Role"
msgstr "भूमिका जोडा"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "असिंक्रोनस कम्युनिकेशन आणि जबाबदारीला महत्त्व देणाऱ्या रिमोट-फर्स्ट भूमिकेसाठी रिझ्युमेमध्ये बदल करा."
@@ -285,6 +333,10 @@ msgstr "एआय प्रोव्हायडर्सना REDIS_URL आण
msgid "Albanian"
msgstr "अल्बेनियन"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "सार्वजनिक अॅक्सेस परवानगी द्या"
@@ -360,10 +412,40 @@ msgstr "API संदर्भ"
msgid "App"
msgstr "अॅप"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "अॅप्लिकेशन आकडेवारी"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "लागू केलेले नियम"
@@ -372,11 +454,18 @@ msgstr "लागू केलेले नियम"
msgid "Arabic"
msgstr "अरबी"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "संग्रह"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "तुम्हाला हा संवाद बंद करायचा आहे का?"
@@ -437,6 +526,10 @@ msgstr "प्रसर गुणोत्तर"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "अॅटलास क्लाउड, रिॲक्टिव्ह रिझ्युमेला प्रकल्प प्रायोजक म्हणून समर्थन देते. जर आपल्या कंपनीला या प्रकल्पाचे प्रायोजकत्व करायचे असेल, तर <0>{sponsorshipEmail}येथे ईमेल करा.0> ..."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "फाईल्स जोडा"
@@ -455,6 +548,14 @@ msgstr "संलग्नक अपलोड केले आहे."
msgid "Authentication"
msgstr "ओथेंटिकेशन"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "अनेक भाषांमध्ये उपलब्ध. तुम्हाला योगदान द्यायचे असल्यास, Crowdin पाहा."
@@ -511,6 +612,10 @@ msgstr "बंगाली"
msgid "Blank draft"
msgstr "कोरा मसुदा"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "बिल्डर कमांड पॅलेट"
msgid "Bulgarian"
msgstr "बल्गेरियन"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "बुलेट यादी"
@@ -552,6 +665,12 @@ msgstr "बुलेट यादी"
msgid "By the community, for the community."
msgstr "समाजाने, समाजासाठी."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "मी माझा रेझ्युमे PDF मध्ये निर्यात करू शकतो का?"
@@ -566,6 +685,9 @@ msgstr "मी माझा रेझ्युमे PDF मध्ये नि
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "गोलाकार"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "स्पष्ट"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "निवड साफ करा"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "कम्युनिटी"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "कंपनी"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "या रेझ्युमेची या रोलच्या URL शी तुलना करा आणि भाषा संक्षिप्त व विश्वासार्ह ठेवून कीवर्ड्स अद्ययावत करा."
@@ -735,6 +867,10 @@ msgstr "कनेक्शन अयशस्वी झाले."
msgid "Connection verified — provider is ready to use."
msgstr "कनेक्शन सत्यापित झाले आहे — प्रोव्हायडर वापरासाठी तयार आहे."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "संभाषण कॉपी केले."
msgid "Conversation JSON copied."
msgstr "संभाषणाचा JSON कॉपी केला."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "कॉपी करा"
@@ -815,10 +956,43 @@ msgstr "प्रोव्हायडर कनेक्शनची पडत
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "कनेक्शनची पडताळणी होऊ शकली नाही. API की, मॉडेल आणि बेस URL तपासा."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "वाचवता आले नाही"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "वाचवता आले नाही"
msgid "Cover Letter"
msgstr "कव्हर लेटर"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "कव्हर लेटर"
msgid "Create"
msgstr "बनवा"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "नवीन खाते बनवा"
@@ -952,6 +1134,11 @@ msgstr "पर्यायांसह रिझ्युमे तयार क
msgid "Created"
msgstr "तयार केले"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "तुमची API key तयार केली जात आहे..."
@@ -964,6 +1151,10 @@ msgstr "तुमचा रेझ्युमे तयार केला ज
msgid "Crop picture"
msgstr "क्रॉप चित्र"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "वर्तमान पासवर्ड"
@@ -1041,6 +1232,9 @@ msgstr "पदवी"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "प्रदाता हटवा"
msgid "Delete this agent thread?"
msgstr "हा एजंट थ्रेड हटवायचा का?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "तुमचे खाते हटवले जात आहे..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "डिस्कॉर्ड"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "बरखास्त करा"
@@ -1136,6 +1336,10 @@ msgstr "बरखास्त करा"
msgid "Documentation"
msgstr "दस्तऐवजीकरण"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "खाते नाही? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "DOCX डाउनलोड करा"
msgid "Download JSON"
msgstr "JSON डाउनलोड करा"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "PDF डाउनलोड करा"
msgid "Downloads"
msgstr "डाउनलोड"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "विभागांना एका स्तंभातून दुसऱ्या स्तंभात हलवण्यासाठी त्यांना येथे ड्रॅग आणि ड्रॉप करा"
@@ -1227,11 +1444,17 @@ msgstr "तुमचा रेझ्युमे डुप्लिकेट क
msgid "Dutch"
msgstr "डच"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "पूर्वीच्या आवृत्त्या ठेवल्या जातात; बिल्डरचा पूर्ववत करण्याचा इतिहास रीसेट केला जातो."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "संपादन करा"
@@ -1241,6 +1464,10 @@ msgstr "संपादन करा"
msgid "Edit {chip}"
msgstr "संपादन {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "निर्यात करा"
msgid "Export my data"
msgstr "माझा डेटा निर्यात करा"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "कोणताही विलंब न होता, तुमचा रिझ्युमे त्वरित PDF मध्ये एक्सपोर्ट करा."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "बायोडाटाचे विश्लेषण करण्यात अयशस्वी."
@@ -1575,10 +1810,18 @@ msgstr "वैशिष्ट्ये"
msgid "File"
msgstr "फाईल"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "यावरून फिल्टर करा"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "कमजोर मुद्दे शोधा आणि अधिक प्रभावी परिणाम, आकडे, व्याप्ती व अधिक धारदार क्रियापदांचा वापर करून ते पुन्हा लिहा."
@@ -1599,6 +1842,22 @@ msgstr "लवचिकता"
msgid "Fluency"
msgstr "फ्लुएंसी"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "फाँट फॅमिली"
@@ -1653,11 +1912,19 @@ msgstr "मुक्त-स्वरूप"
msgid "French"
msgstr "फ्रेंच"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "पूर्ण रुंदी"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "पूर्ण स्क्रीन"
@@ -1667,6 +1934,10 @@ msgstr "पूर्ण स्क्रीन"
msgid "Fullscreen Editor"
msgstr "पूर्ण स्क्रीन संपादक"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "एखादे रँडम नाव तयार करा"
@@ -1878,6 +2149,10 @@ msgstr "मी माझा रेझ्युमे कसा शेअर क
msgid "How do I use the API?"
msgstr "मी API कसा वापरू?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "माझा डेटा कसा संरक्षित आहे?"
@@ -1904,12 +2179,35 @@ msgstr "अर्जदार ट्रॅकिंग प्रणालीम
msgid "Import"
msgstr "आयात करा"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "अस्तित्वात असलेला रेझ्युमे आयात करा"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "PDF किंवा Word मधून आयात करण्यासाठी कनेक्टेड AI प्रोव्हायडरची आवश्यकता असते."
@@ -1942,6 +2240,10 @@ msgstr "माहिती"
msgid "Inline Code"
msgstr "इनलाइन कोड"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "झटपट निर्मिती"
@@ -1986,6 +2288,14 @@ msgstr "तिरपे (Italic)"
msgid "Japanese"
msgstr "जपानी"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "कोरियन"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "लेबल"
@@ -2072,6 +2383,10 @@ msgstr "भाषा"
msgid "Languages"
msgstr "भाषा"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "शेवटचे विश्लेषण {updatedAtLabel} रोजी केले गेले."
@@ -2119,6 +2434,10 @@ msgstr "शीर्षक मूळवर रीसेट करण्यास
msgid "Left Align"
msgstr "डावीकडे जुळवा"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "पत्र"
@@ -2152,6 +2471,18 @@ msgstr "हलकी थीम"
msgid "Line Height"
msgstr "रेषेची उंची"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "… लोड होत आहे"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "स्थान"
@@ -2266,6 +2599,14 @@ msgstr "मार्जिन (आडवे)"
msgid "Margin (Vertical)"
msgstr "मार्जिन (उभे)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "अधिक डाउनलोड पर्याय"
msgid "Move section to another column or page"
msgstr "विभाग दुसऱ्या स्तंभात किंवा पृष्ठावर हलवा"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "https:// नेच सुरू करावे."
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "नवीन पासवर्ड"
msgid "New Section"
msgstr "नवीन विभाग"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "नवीन धागा"
@@ -2360,6 +2712,14 @@ msgstr "नवीन धागा"
msgid "No Advertising, No Tracking"
msgstr "जाहिरात नाही, ट्रॅकिंग नाही"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "कोणताही पूर्व डेटा नाही"
msgid "No results found."
msgstr "कोणतेही परिणाम आढळले नाहीत."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "तुमच्या शोधाशी जुळणारे कोणतेही रेझ्युमे नाहीत."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "अद्याप कोणतीही आवृत्ती जतन केलेली नाही."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "अद्याप शैलीचे नियम नाहीत."
@@ -2406,6 +2778,7 @@ msgstr "नॉर्वेजियन"
msgid "Not connected"
msgstr "जोडलेले नाही"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "टिपा"
@@ -2431,6 +2804,10 @@ msgstr "चालू असलेली देखभाल"
msgid "Only applies when the section fits on a single page."
msgstr "जेव्हा विभाग एकाच पानावर बसतो तेव्हाच लागू होते."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "पासवर्ड संरक्षण अक्षम केले
msgid "Password protection has been enabled."
msgstr "पासवर्ड संरक्षण सक्षम केले गेले आहे."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "पॅच लावला"
@@ -2636,6 +3025,22 @@ msgstr "एक चिन्ह निवडा"
msgid "Picture"
msgstr "चित्र"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "तुमच्या खात्यासाठी कृपया नवीन पासवर्ड टाका"
@@ -2652,6 +3057,10 @@ msgstr "कृपया तुम्हाला ज्या URL ला लि
msgid "Please support the project"
msgstr "कृपया प्रकल्पाला पाठिंबा द्या"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "कृपया तुमचा PDF तयार होईपर्यंत थांबा..."
@@ -2774,6 +3183,10 @@ msgstr "प्रकाशने"
msgid "Publisher"
msgstr "प्रकाशक"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - मुखपृष्ठावर जा"
@@ -2817,6 +3230,10 @@ msgstr "रिॲक्टिव्ह रिझ्युमे v<0>{__APP_VERSI
msgid "Reactive Resume v4 (JSON)"
msgstr "प्रतिक्रियाशील बायोडाटा v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "प्राप्तकर्ता"
@@ -2839,6 +3256,10 @@ msgstr "पुन्हा करा"
msgid "References"
msgstr "रेफरन्सेस"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "नवीन उपकरण नोंदवा"
@@ -2856,6 +3277,14 @@ msgstr "काढा"
msgid "Remove {chip}"
msgstr "काढा {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "सानुकूल फील्ड काढून टाका"
@@ -2954,6 +3383,10 @@ msgstr "रेझ्युमे विश्लेषण पूर्ण झा
msgid "Resume content"
msgstr "रिझ्युमेमधील मजकूर"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "रेझ्युमेचे पर्याय"
@@ -2962,6 +3395,10 @@ msgstr "रेझ्युमेचे पर्याय"
msgid "Resume patch"
msgstr "पॅच पुन्हा सुरू करा"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "स्टार्टअपच्या संस्थापकाप
msgid "Right Align"
msgstr "उजवीकडे जुळवा"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "भूमिका प्रगती"
@@ -3018,6 +3463,15 @@ msgstr "तुमचे पहिले विश्लेषण चालवा
msgid "Russian"
msgstr "रशियन"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "सेव्ह आणि टेस्ट प्रोव्हायड
msgid "Save & Upload"
msgstr "जतन करा आणि अपलोड करा"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "खालील QR कोड तुमच्या पसंतीच्
msgid "School"
msgstr "शाळा"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "गुणावली"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "शोध"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "विभाग पर्याय"
msgid "Section Type"
msgstr "विभागाचा प्रकार"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "रेझ्युमे निवडा"
@@ -3124,6 +3603,10 @@ msgstr "रेझ्युमे निवडा"
msgid "Select a thread"
msgstr "एक धागा निवडा"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "एजंट मॉडेल निवडा"
@@ -3136,6 +3619,14 @@ msgstr "एआय प्रदाता निवडा"
msgid "Select..."
msgstr "निवडा..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Docker ने स्वतः होस्ट करा"
@@ -3218,6 +3709,11 @@ msgstr "शेअर करणे"
msgid "Show"
msgstr "दाखवा"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "पासवर्ड दाखवा"
msgid "Show picture"
msgstr "चित्र दाखवा"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "काहीतरी चूक झाली."
msgid "Something went wrong while analyzing your resume."
msgstr "तुमचे रिझ्युमेचे विश्लेषण करताना काहीतरी चूक झाली."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "काही तरी चूक झाली. कृपया पुन्हा प्रयत्न करा."
@@ -3369,6 +3873,12 @@ msgstr "काही तरी चूक झाली. कृपया पुन
msgid "Sort by"
msgstr "यावरून क्रम लावा"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "प्रायोजकत्वे"
msgid "Square"
msgstr "चौकोन"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "GitHub वर आम्हाला स्टार द्या (नवीन टॅबमध्ये उघडतो)"
@@ -3459,6 +3974,10 @@ msgstr "शक्ती"
msgid "Strike"
msgstr "स्ट्राइक"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "सबरेडिट"
@@ -3505,7 +4024,12 @@ msgstr "{0} टेम्पलेटवर स्विच केले."
msgid "Synced changes made in another tab."
msgstr "दुसऱ्या टॅबमध्ये केलेले बदल सिंक केले."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "टॅग्स"
@@ -3513,10 +4037,18 @@ msgstr "टॅग्स"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "टॅग्सचा वापर करून तुम्ही तुमचा रेझ्युमे कीवर्डनुसार गटवू शकता."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "हा रिझ्युमे प्रॉडक्ट मॅनेजरच्या जॉब डिस्क्रिप्शननुसार तयार करा आणि रोडमॅपची मालकी, स्टेकहोल्डर संवाद, आणि मोजता येण्याजोग्या लाँचच्या परिणामांवर भर द्या."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "तमिळ"
@@ -3753,6 +4285,10 @@ msgstr "कौशल्य विभाग अधिक सुटसुटीत
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Reactive Resume वापरून रेझ्युमे तयार करण्याचा टाईमलॅप्स डेमो"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "टीप: तुमच्या API key ला तिच्या उद्देशानुसार नाव द्या, म्हणजे नंतर ओळखणे सोपे जाईल."
@@ -3799,6 +4335,14 @@ msgstr "उजव्या साइडबारची टॉगल"
msgid "Toggle threads"
msgstr "थ्रेड्स टॉगल करा"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "तुमच्या रेझ्युमेचे views आणि downloads ट्रॅक करा"
@@ -3897,6 +4441,11 @@ msgstr "टायपोग्राफी"
msgid "Ukrainian"
msgstr "युक्रेनियन"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "अधोरेखा"
@@ -4011,6 +4560,10 @@ msgstr "नेतृत्व, मर्यादा, तडजोडी आण
msgid "Update Resume"
msgstr "रेझ्युमे अपडेट करा"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "तुमचा पासवर्ड अपडेट करा"
@@ -4023,6 +4576,10 @@ msgstr "तुमचा पासवर्ड अपडेट केला ज
msgid "Updating your resume..."
msgstr "तुमचा रेझ्युमे अपडेट केला जात आहे..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "संलग्नक अपलोड करा"
@@ -4031,10 +4588,18 @@ msgstr "संलग्नक अपलोड करा"
msgid "Upload picture"
msgstr "चित्र अपलोड करा"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "चित्र अपलोड करत आहे…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "वापरा"
msgid "Use color {color}"
msgstr "रंग वापरा {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "नवीनतम आवृत्तीत नवीन काय?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "रेझ्युमे लॉक केल्यावर तो अपडेट किंवा डिलीट करता येणार नाही."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "ओपनएआयचे कार्य"
@@ -4181,6 +4758,10 @@ msgstr "ओपनएआयचे कार्य"
msgid "Working…"
msgstr "कार्यरत…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "एक्स (ट्विटर)"
@@ -4308,4 +4889,3 @@ msgstr "बाहेर झूम करा"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "झुलू"
-
diff --git a/apps/web/locales/ms-MY.po b/apps/web/locales/ms-MY.po
index 9b0d9cf36..83d26e98b 100644
--- a/apps/web/locales/ms-MY.po
+++ b/apps/web/locales/ms-MY.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# peranan} other {# peranan}}"
msgid "{0} characters"
msgstr "aksara {0}"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Pautan pengesahan telah dihantar ke alamat e-mel semasa anda. Sila semak
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Sebuah pembina resume percuma dan sumber terbuka yang menyederhanakan proses mencipta, mengemas kini dan berkongsi resume anda."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Pautan pengesahan baharu telah dihantar ke alamat e-mel anda. Sila semak
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Sebuah projek yang digerakkan oleh <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Menu akaun"
msgid "Actual size (100%)"
msgstr "Saiz sebenar (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Tambahkan medan tersuai"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Tambah kata kunci..."
@@ -196,10 +223,23 @@ msgstr "Tambah kemahiran baharu"
msgid "Add a new volunteer experience"
msgstr "Tambah pengalaman sukarelawan baharu"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Tambah dan uji pembekal sebelum memulakan thread ejen."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Tambah kata kunci"
@@ -225,6 +265,14 @@ msgstr "Tambah Pembekal"
msgid "Add Role"
msgstr "Tambah Peranan"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Laraskan resume untuk peranan jarak jauh yang mengutamakan komunikasi dan pemilikan asinkron."
@@ -285,6 +333,10 @@ msgstr "Penyedia AI memerlukan REDIS_URL dan ENCRYPTION_SECRET dikonfigurasikan.
msgid "Albanian"
msgstr "Albanian"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Benarkan Akses Awam"
@@ -360,10 +412,40 @@ msgstr "Rujukan API"
msgid "App"
msgstr "Apl"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Statistik Aplikasi"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Peraturan yang Digunakan"
@@ -372,11 +454,18 @@ msgstr "Peraturan yang Digunakan"
msgid "Arabic"
msgstr "Bahasa Arab"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Arkib"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Adakah anda pasti mahu menutup dialog ini?"
@@ -437,6 +526,10 @@ msgstr "Nisbah Aspek"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud menyokong Reactive Resume sebagai penaja projek. Jika syarikat anda ingin menaja projek ini, emel <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Lampirkan fail"
@@ -455,6 +548,14 @@ msgstr "Lampiran dimuat naik."
msgid "Authentication"
msgstr "Pengesahan"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Tersedia dalam pelbagai bahasa. Jika anda ingin memberi sumbangan, lihat di Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengali"
msgid "Blank draft"
msgstr "Draf kosong"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Palet Perintah Pembina"
msgid "Bulgarian"
msgstr "Bulgarian"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Senarai Berbulet"
@@ -552,6 +665,12 @@ msgstr "Senarai Berbulet"
msgid "By the community, for the community."
msgstr "Oleh komuniti, untuk komuniti."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Bolehkah saya mengeksport resume saya ke PDF?"
@@ -566,6 +685,9 @@ msgstr "Bolehkah saya mengeksport resume saya ke PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Bulatan"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Jelas"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Kosongkan pilihan"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Komuniti"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Syarikat"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Bandingkan resume ini dengan URL peranan ini dan kemas kini kata kunci sambil mengekalkan suara yang ringkas dan boleh dipercayai."
@@ -735,6 +867,10 @@ msgstr "Sambungan gagal"
msgid "Connection verified — provider is ready to use."
msgstr "Sambungan disahkan — pembekal sedia untuk digunakan."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Perbualan disalin."
msgid "Conversation JSON copied."
msgstr "JSON perbualan disalin."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Salin"
@@ -815,10 +956,43 @@ msgstr "Tidak dapat mengesahkan sambungan pembekal."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Tidak dapat mengesahkan sambungan. Semak kunci API, model dan URL asas."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Tidak dapat menyimpan"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Tidak dapat menyimpan"
msgid "Cover Letter"
msgstr "Surat Iringan"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Surat Iringan"
msgid "Create"
msgstr "Cipta"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Cipta akaun baharu"
@@ -952,6 +1134,11 @@ msgstr "Buat resume dengan pilihan"
msgid "Created"
msgstr "Dicipta"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Mencipta kunci API anda..."
@@ -964,6 +1151,10 @@ msgstr "Mencipta resume anda..."
msgid "Crop picture"
msgstr "Pangkas gambar"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Kata Laluan Semasa"
@@ -1041,6 +1232,9 @@ msgstr "Ijazah"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Padam pembekal"
msgid "Delete this agent thread?"
msgstr "Padamkan thread ejen ini?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Memadam akaun anda..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Ketepikan"
@@ -1136,6 +1336,10 @@ msgstr "Ketepikan"
msgid "Documentation"
msgstr "Dokumentasi"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Tiada akaun? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Muat turun DOCX"
msgid "Download JSON"
msgstr "Muat turun JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Muat turun PDF"
msgid "Downloads"
msgstr "Muat turun"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Seret dan lepaskan seksyen di sini untuk memindahkannya antara kolum"
@@ -1227,11 +1444,17 @@ msgstr "Menduplikasi resume anda..."
msgid "Dutch"
msgstr "Belanda"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Versi terdahulu dikekalkan; sejarah batal pembina ditetapkan semula."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Sunting"
@@ -1241,6 +1464,10 @@ msgstr "Sunting"
msgid "Edit {chip}"
msgstr "Sunting {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Eksport"
msgid "Export my data"
msgstr "Eksport data saya"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Eksport resume anda ke PDF serta-merta, tanpa sebarang menunggu atau berlengah."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Gagal menganalisis resume."
@@ -1575,10 +1810,18 @@ msgstr "Ciri"
msgid "File"
msgstr "Fail"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Tapis mengikut"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Cari poin yang lemah dan tulis semula dengan hasil, nombor, skop dan kata kerja yang lebih kukuh."
@@ -1599,6 +1842,22 @@ msgstr "Fleksibiliti"
msgid "Fluency"
msgstr "Tahap kefasihan"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Keluarga Fon"
@@ -1653,11 +1912,19 @@ msgstr "Bentuk bebas"
msgid "French"
msgstr "Perancis"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Lebar Penuh"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Skrin Penuh"
@@ -1667,6 +1934,10 @@ msgstr "Skrin Penuh"
msgid "Fullscreen Editor"
msgstr "Penyunting Skrin Penuh"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Jana nama rawak"
@@ -1878,6 +2149,10 @@ msgstr "Bagaimanakah saya berkongsi resume saya?"
msgid "How do I use the API?"
msgstr "Bagaimanakah saya menggunakan API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Bagaimanakah data saya dilindungi?"
@@ -1904,12 +2179,35 @@ msgstr "Kenal pasti jurang untuk sistem penjejakan pemohon dan gunakan hanya pen
msgid "Import"
msgstr "Import"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Import resume sedia ada"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Mengimport daripada PDF atau Word memerlukan penyedia AI yang disambungkan."
@@ -1942,6 +2240,10 @@ msgstr "Maklumat"
msgid "Inline Code"
msgstr "Kod Sebaris"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Penjanaan Segera"
@@ -1986,6 +2288,14 @@ msgstr "Condong"
msgid "Japanese"
msgstr "Jepun"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Korea"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Label"
@@ -2072,6 +2383,10 @@ msgstr "Bahasa"
msgid "Languages"
msgstr "Bahasa"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Analisis terakhir pada {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Biarkan kosong untuk menetapkan semula tajuk kepada asal."
msgid "Left Align"
msgstr "Jajaran Kiri"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Surat"
@@ -2152,6 +2471,18 @@ msgstr "Tema cerah"
msgid "Line Height"
msgstr "Tinggi Baris"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Memuatkan…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Lokasi"
@@ -2266,6 +2599,14 @@ msgstr "Margin (Mengufuk)"
msgid "Margin (Vertical)"
msgstr "Margin (Menegak)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Lebih banyak pilihan muat turun"
msgid "Move section to another column or page"
msgstr "Alihkan bahagian ke lajur atau halaman lain"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Mesti bermula dengan https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Kata Laluan Baharu"
msgid "New Section"
msgstr "Seksyen Baharu"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Benang baharu"
@@ -2360,6 +2712,14 @@ msgstr "Benang baharu"
msgid "No Advertising, No Tracking"
msgstr "Tiada Pengiklanan, Tiada Penjejakan"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Tiada data terdahulu"
msgid "No results found."
msgstr "Tiada keputusan dijumpai."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Tiada resume yang sepadan dengan carian anda."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Tiada versi yang disimpan lagi."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Tiada peraturan gaya lagi."
@@ -2406,6 +2778,7 @@ msgstr "Norwegian"
msgid "Not connected"
msgstr "Tidak bersambung"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Nota"
@@ -2431,6 +2804,10 @@ msgstr "Penyelenggaraan Berterusan"
msgid "Only applies when the section fits on a single page."
msgstr "Hanya terpakai apabila bahagian tersebut dimuatkan pada satu halaman."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Perlindungan kata laluan telah dilumpuhkan."
msgid "Password protection has been enabled."
msgstr "Perlindungan kata laluan telah diaktifkan."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Tampalan telah digunakan"
@@ -2636,6 +3025,22 @@ msgstr "Pilih ikon"
msgid "Picture"
msgstr "Gambar"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Sila masukkan kata laluan baharu untuk akaun anda"
@@ -2652,6 +3057,10 @@ msgstr "Sila masukkan URL yang anda ingin pautkan:"
msgid "Please support the project"
msgstr "Sila sokong projek ini"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Sila tunggu sementara PDF anda dijana..."
@@ -2774,6 +3183,10 @@ msgstr "Penerbitan"
msgid "Publisher"
msgstr "Penerbit"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Pergi ke laman utama"
@@ -2817,6 +3230,10 @@ msgstr "Resume Reaktif v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reaktif Resume v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Penerima"
@@ -2839,6 +3256,10 @@ msgstr "Buat semula"
msgid "References"
msgstr "Rujukan"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Daftar Peranti Baru"
@@ -2856,6 +3277,14 @@ msgstr "Alih keluar"
msgid "Remove {chip}"
msgstr "Buang {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Alih keluar medan tersuai"
@@ -2954,6 +3383,10 @@ msgstr "Analisis resume selesai."
msgid "Resume content"
msgstr "Kandungan resume"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Pilihan resume"
@@ -2962,6 +3395,10 @@ msgstr "Pilihan resume"
msgid "Resume patch"
msgstr "Tampalan resume"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Tulis semula resume ini untuk peralihan pengasas syarikat baharu kepada
msgid "Right Align"
msgstr "Jajaran Kanan"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Kemajuan Peranan"
@@ -3018,6 +3463,15 @@ msgstr "Jalankan analisis pertama anda untuk mendapatkan kad skor, kekuatan, dan
msgid "Russian"
msgstr "Rusia"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Pembekal Simpan & Uji"
msgid "Save & Upload"
msgstr "Simpan & Muat Naik"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Imbas kod QR di bawah dengan aplikasi pengesah pilihan anda. Anda juga b
msgid "School"
msgstr "Sekolah"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Kad skor"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Carian"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Pilihan bahagian"
msgid "Section Type"
msgstr "Jenis Seksyen"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Pilih resume"
@@ -3124,6 +3603,10 @@ msgstr "Pilih resume"
msgid "Select a thread"
msgstr "Pilih thread"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Pilih model ejen"
@@ -3136,6 +3619,14 @@ msgstr "Pilih penyedia AI"
msgid "Select..."
msgstr "Pilih..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Hos Sendiri dengan Docker"
@@ -3218,6 +3709,11 @@ msgstr "Berkongsi"
msgid "Show"
msgstr "Paparkan"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Tunjukkan kata laluan"
msgid "Show picture"
msgstr "Tunjukkan gambar"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Ada yang tidak kena"
msgid "Something went wrong while analyzing your resume."
msgstr "Sesuatu telah berlaku semasa menganalisis resume anda."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Ada sesuatu yang tidak kena. Sila cuba lagi."
@@ -3369,6 +3873,12 @@ msgstr "Ada sesuatu yang tidak kena. Sila cuba lagi."
msgid "Sort by"
msgstr "Isih mengikut"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Tajaan"
msgid "Square"
msgstr "Petak"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Berikan bintang kepada kami di GitHub (dibuka dalam tab baharu)"
@@ -3459,6 +3974,10 @@ msgstr "Kekuatan"
msgid "Strike"
msgstr "Coret"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Telah bertukar kepada templat {0}."
msgid "Synced changes made in another tab."
msgstr "Perubahan disegerakkan yang dibuat dalam tab lain."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Tag"
@@ -3513,10 +4037,18 @@ msgstr "Tag"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Tag boleh digunakan untuk mengkategorikan resume anda mengikut kata kunci."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Sesuaikan resume ini dengan huraian kerja pengurus produk dan tekankan pemilikan pelan tindakan, komunikasi pihak berkepentingan dan hasil pelancaran yang boleh diukur."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamil"
@@ -3753,6 +4285,10 @@ msgstr "Ketatkan bahagian kemahiran supaya ia menyokong peranan sasaran dan buka
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Demonstrasi timelapse membina resume dengan Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Petua: Beri nama pada kunci API anda, selaras dengan tujuan kunci tersebut, untuk membantu anda mengenalinya kemudian hari."
@@ -3799,6 +4335,14 @@ msgstr "Togol bar sisi kanan"
msgid "Toggle threads"
msgstr "Togol thread"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Jejak pandangan dan muat turun resume anda"
@@ -3897,6 +4441,11 @@ msgstr "Tipografi"
msgid "Ukrainian"
msgstr "Ukraine"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Garis Bawah"
@@ -4011,6 +4560,10 @@ msgstr "Kemas kini bulet projek untuk menunjukkan kepimpinan, kekangan, pertukar
msgid "Update Resume"
msgstr "Kemas Kini Resume"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Kemas kini kata laluan anda"
@@ -4023,6 +4576,10 @@ msgstr "Mengemas kini kata laluan anda..."
msgid "Updating your resume..."
msgstr "Mengemas kini resume anda..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Muat naik lampiran"
@@ -4031,10 +4588,18 @@ msgstr "Muat naik lampiran"
msgid "Upload picture"
msgstr "Muat naik gambar"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Memuat naik gambar…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Gunakan"
msgid "Use color {color}"
msgstr "Gunakan warna {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Apakah yang baru dalam versi terkini?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Apabila dikunci, resume tidak boleh dikemas kini atau dipadam."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Kerja OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Kerja OpenAI"
msgid "Working…"
msgstr "Bekerja…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Zum keluar"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/ne-NP.po b/apps/web/locales/ne-NP.po
index 842f76fec..a37a3219f 100644
--- a/apps/web/locales/ne-NP.po
+++ b/apps/web/locales/ne-NP.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# भूमिका} other {# भूमिकाहर
msgid "{0} characters"
msgstr "{0} वर्णहरू"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "आपको हालको इमेल ठेगानामा ए
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "निःशुल्क र खुला-स्रोत बायोडाटा निर्माण गर्ने साधन जसले तपाईंको बायोडाटा बनाउन, अद्यावधिक गर्न र सेयर गर्ने प्रक्रियालाई सरल बनाउँछ।"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "तपाईंको इमेल ठेगानामा नयाँ
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "<0>Amruth Pillai0> द्वारा बनाइएको एउटा जोश र लगनको परियोजना।"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "खाता मेनु"
msgid "Actual size (100%)"
msgstr "वास्तविक आकार (१००%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "अनुकूल (custom) फाँट थप्नुहोस्"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "एक कीवर्ड थप्नुहोस्..."
@@ -196,10 +223,23 @@ msgstr "नयाँ सीप (skill) थप्नुहोस्"
msgid "Add a new volunteer experience"
msgstr "नयाँ स्वयंसेवी अनुभव थप्नुहोस्"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "एजेन्ट थ्रेड सुरु गर्नु अघि प्रदायक थप्नुहोस् र परीक्षण गर्नुहोस्।"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "कुञ्जीशब्द थप्नुहोस्"
@@ -225,6 +265,14 @@ msgstr "प्रदायक थप्नुहोस्"
msgid "Add Role"
msgstr "भूमिका थप्नुहोस्"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "एसिन्क्रोनस सञ्चार र स्वामित्वलाई महत्व दिने रिमोट-फर्स्ट भूमिकाको लागि बायोडाटा समायोजन गर्नुहोस्।"
@@ -285,6 +333,10 @@ msgstr "AI प्रदायकहरूलाई REDIS_URL र ENCRYPTION_SECR
msgid "Albanian"
msgstr "अल्बानियन"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "सार्वजनिक पहुँच अनुमति दिनुहोस्"
@@ -360,10 +412,40 @@ msgstr "API सन्दर्भ (Reference)"
msgid "App"
msgstr "एप"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "अनुप्रयोग तथ्याङ्क"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "लागू नियमहरू"
@@ -372,11 +454,18 @@ msgstr "लागू नियमहरू"
msgid "Arabic"
msgstr "अरबी"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "अभिलेख"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "के तपाईं यो संवाद बन्द गर्न निश्चित हुनुहुन्छ?"
@@ -437,6 +526,10 @@ msgstr "आकार अनुपात (Aspect Ratio)"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "एटलस क्लाउडले परियोजना प्रायोजकको रूपमा प्रतिक्रियाशील रिजुमेलाई समर्थन गर्दछ। यदि तपाईंको कम्पनीले परियोजनालाई प्रायोजन गर्न चाहन्छ भने, <0>{sponsorshipEmail}मा इमेल गर्नुहोस्।0> ।"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "फाइलहरू संलग्न गर्नुहोस्"
@@ -455,6 +548,14 @@ msgstr "संलग्नक अपलोड गरियो।"
msgid "Authentication"
msgstr "प्रमाणीकरण"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "धेरै भाषाहरूमा उपलब्ध। तपाईंले योगदान गर्न चाहनुहुन्छ भने Crowdin हेर्नुहोस्।"
@@ -511,6 +612,10 @@ msgstr "बंगाली"
msgid "Blank draft"
msgstr "खाली मस्यौदा"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "बिल्डर कमान्ड प्यालेट"
msgid "Bulgarian"
msgstr "बुल्गेरियन"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "बुलेट सूची"
@@ -552,6 +665,12 @@ msgstr "बुलेट सूची"
msgid "By the community, for the community."
msgstr "समुदायबाट, समुदायकै लागि।"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "के म आफ्नो बायोडाटा PDF मा निर्यात गर्न सक्छु?"
@@ -566,6 +685,9 @@ msgstr "के म आफ्नो बायोडाटा PDF मा निर
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "वृत्त"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "स्पष्ट"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "चयन खाली गर्नुहोस्"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "समुदाय"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "कम्पनी"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "यो रेज्युमेलाई यस रोल URL सँग तुलना गर्नुहोस् र आवाजलाई संक्षिप्त र विश्वसनीय राख्दै किवर्डहरू अपडेट गर्नुहोस्।"
@@ -735,6 +867,10 @@ msgstr "जडान असफल भयो"
msgid "Connection verified — provider is ready to use."
msgstr "जडान प्रमाणित भयो — प्रदायक प्रयोगको लागि तयार छ।"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "कुराकानीको प्रतिलिपि बनाइ
msgid "Conversation JSON copied."
msgstr "कुराकानी JSON प्रतिलिपि गरियो।"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "प्रतिलिपि गर्नुहोस्"
@@ -815,10 +956,43 @@ msgstr "प्रदायक जडान प्रमाणित गर्न
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "जडान प्रमाणित गर्न सकिएन। API कुञ्जी, मोडेल र आधार URL जाँच गर्नुहोस्।"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "सुरक्षित गर्न सकिएन"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "सुरक्षित गर्न सकिएन"
msgid "Cover Letter"
msgstr "कभर लेटर"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "कभर लेटर"
msgid "Create"
msgstr "बनाउनुहोस्"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "नयाँ खाता बनाउनुहोस्"
@@ -952,6 +1134,11 @@ msgstr "विकल्पहरूसहित रिजुमे सिर्
msgid "Created"
msgstr "बनाइएको मिति"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "तपाईंको API key बनाउँदै..."
@@ -964,6 +1151,10 @@ msgstr "तपाईंको बायोडाटा बनाउँदै..."
msgid "Crop picture"
msgstr "तस्बिर क्रप गर्नुहोस्"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "हालको पासवर्ड"
@@ -1041,6 +1232,9 @@ msgstr "डिग्री"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "प्रदायक मेटाउनुहोस्"
msgid "Delete this agent thread?"
msgstr "यो एजेन्ट थ्रेड मेटाउने हो?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "तपाईंको खाता मेटाउँदै..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "डिस्कोर्ड"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "खारेज गर्नुहोस्"
@@ -1136,6 +1336,10 @@ msgstr "खारेज गर्नुहोस्"
msgid "Documentation"
msgstr "प्रलेखन (Documentation)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "खाता छैन? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "DOCX डाउनलोड गर्नुहोस्"
msgid "Download JSON"
msgstr "JSON डाउनलोड गर्नुहोस्"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "PDF डाउनलोड गर्नुहोस्"
msgid "Downloads"
msgstr "डाउनलोडहरू"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "खण्डहरू स्तम्भहरू बीच सार्न यहाँ तानेर राख्नुहोस्"
@@ -1227,11 +1444,17 @@ msgstr "तपाईंको बायोडाटा नक्कल हुँ
msgid "Dutch"
msgstr "डच"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "पहिलेका संस्करणहरू राखिन्छन्; निर्माणकर्ताको पूर्ववत इतिहास रिसेट हुन्छ।"
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "सम्पादन गर्नुहोस्"
@@ -1241,6 +1464,10 @@ msgstr "सम्पादन गर्नुहोस्"
msgid "Edit {chip}"
msgstr "सम्पादन {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "निर्यात"
msgid "Export my data"
msgstr "मेरो डेटा निर्यात गर्नुहोस्"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "कुनै पनि पर्खाइ वा ढिलाइ बिना, तुरुन्तै आफ्नो बायोडाटा PDF मा निर्यात गर्नुहोस्।"
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "बायोडाटा विश्लेषण गर्न असफल भयो।"
@@ -1575,10 +1810,18 @@ msgstr "विशेषताहरू"
msgid "File"
msgstr "फाइल"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "यसद्वारा फिल्टर गर्नुहोस्"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "कमजोर बुलेटहरू फेला पार्नुहोस् र तिनीहरूलाई बलियो परिणाम, संख्या, दायरा, र तीखा क्रियापदहरू प्रयोग गरेर पुन: लेख्नुहोस्।"
@@ -1599,6 +1842,22 @@ msgstr "लचिलोपन"
msgid "Fluency"
msgstr "भाषा दक्षता (Fluency)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "फन्ट परिवार"
@@ -1653,11 +1912,19 @@ msgstr "फ्री-फर्म"
msgid "French"
msgstr "फ्रेन्च"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "पूर्ण चौडाइ"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "पूर्ण स्क्रिन"
@@ -1667,6 +1934,10 @@ msgstr "पूर्ण स्क्रिन"
msgid "Fullscreen Editor"
msgstr "पूर्ण-स्क्रिन सम्पादक"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "अनियमित (random) नाम सिर्जना गर्नुहोस्"
@@ -1878,6 +2149,10 @@ msgstr "म आफ्नो बायोडाटा कसरी सेयर
msgid "How do I use the API?"
msgstr "म API कसरी प्रयोग गर्ने?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "मेरो डाटा कसरी सुरक्षित हुन्छ?"
@@ -1904,12 +2179,35 @@ msgstr "आवेदक ट्र्याकिङ प्रणालीको
msgid "Import"
msgstr "आयात गर्नुहोस्"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "पहिले नै भएको बायोडाटा आयात गर्नुहोस्"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "PDF वा Word बाट आयात गर्न जडान गरिएको AI प्रदायक चाहिन्छ।"
@@ -1942,6 +2240,10 @@ msgstr "जानकारी"
msgid "Inline Code"
msgstr "इनलाइन कोड"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "तत्काल उत्पादन"
@@ -1986,6 +2288,14 @@ msgstr "इटालिक"
msgid "Japanese"
msgstr "जापानी"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "कोरियन"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "लेबल"
@@ -2072,6 +2383,10 @@ msgstr "भाषा"
msgid "Languages"
msgstr "भाषाहरू"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "अन्तिम पटक विश्लेषण गरिएको {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "शीर्षकलाई मौलिक अवस्थामा फ
msgid "Left Align"
msgstr "बायाँतिर क्रमबद्ध (Left Align)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "पत्र"
@@ -2152,6 +2471,18 @@ msgstr "ल्याइट थिम"
msgid "Line Height"
msgstr "लाइन उचाइ (Line Height)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "लोड हुँदै…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "स्थान"
@@ -2266,6 +2599,14 @@ msgstr "मार्जिन (तेर्सो)"
msgid "Margin (Vertical)"
msgstr "मार्जिन (ठाडो)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "थप डाउनलोड विकल्पहरू"
msgid "Move section to another column or page"
msgstr "खण्डलाई अर्को स्तम्भ वा पृष्ठमा सार्नुहोस्"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "https:// बाटै सुरु गर्नुपर्छ।"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "नयाँ पासवर्ड"
msgid "New Section"
msgstr "नयाँ खण्ड"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "नयाँ थ्रेड"
@@ -2360,6 +2712,14 @@ msgstr "नयाँ थ्रेड"
msgid "No Advertising, No Tracking"
msgstr "कुनै विज्ञापन छैन, कुनै ट्र्याकिङ छैन"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "पहिलेको कुनै डेटा छैन"
msgid "No results found."
msgstr "कुनै परिणाम फेला परेन।"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "तपाईंको खोजसँग मेल खाने कुनै पनि बायोडाटा छैन।"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "अहिलेसम्म कुनै पनि सुरक्षित संस्करणहरू छैनन्।"
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "अहिलेसम्म कुनै शैली नियमहरू छैनन्।"
@@ -2406,6 +2778,7 @@ msgstr "नर्वेजियन"
msgid "Not connected"
msgstr "जडान गरिएको छैन"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "नोटहरू"
@@ -2431,6 +2804,10 @@ msgstr "निरन्तर मर्मत"
msgid "Only applies when the section fits on a single page."
msgstr "खण्ड एउटै पृष्ठमा मिल्दा मात्र लागू हुन्छ।"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "पासवर्ड सुरक्षा अक्षम गरिए
msgid "Password protection has been enabled."
msgstr "पासवर्ड सुरक्षा सक्रिय गरिएको छ।"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "प्याच लागू गरियो"
@@ -2636,6 +3025,22 @@ msgstr "एउटा आइकन छान्नुहोस्"
msgid "Picture"
msgstr "तस्बिर"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "कृपया आफ्नो खाताका लागि नयाँ पासवर्ड प्रविष्ट गर्नुहोस्"
@@ -2652,6 +3057,10 @@ msgstr "कृपया तपाईंले लिङ्क गर्न च
msgid "Please support the project"
msgstr "कृपया परियोजनालाई समर्थन गर्नुहोस्।"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "कृपया प्रतीक्षा गर्नुहोस्, तपाईंको PDF बनाइँदैछ..."
@@ -2774,6 +3183,10 @@ msgstr "प्रकाशनहरू"
msgid "Publisher"
msgstr "प्रकाशक"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - गृहपृष्ठमा जानुहोस्"
@@ -2817,6 +3230,10 @@ msgstr "प्रतिक्रियाशील रिजुमे v<0>{__APP
msgid "Reactive Resume v4 (JSON)"
msgstr "प्रतिक्रियाशील बायोडाटा v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "प्राप्तकर्ता"
@@ -2839,6 +3256,10 @@ msgstr "पुन: गर्नुहोस्"
msgid "References"
msgstr "सन्दर्भहरू (References)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "नयाँ उपकरण दर्ता गर्नुहोस्"
@@ -2856,6 +3277,14 @@ msgstr "हटाउनुहोस्"
msgid "Remove {chip}"
msgstr "हटाउनुहोस् {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "आफू अनुकूल क्षेत्र हटाउनुहोस्"
@@ -2954,6 +3383,10 @@ msgstr "बायोडाटा विश्लेषण पूरा भयो
msgid "Resume content"
msgstr "सामग्री पुनःसुरु गर्नुहोस्"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "रिजुमे विकल्पहरू"
@@ -2962,6 +3395,10 @@ msgstr "रिजुमे विकल्पहरू"
msgid "Resume patch"
msgstr "प्याच पुनः सुरु गर्नुहोस्"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "स्पष्ट व्यावसायिक प्रभावक
msgid "Right Align"
msgstr "दायाँतिर क्रमबद्ध (Right Align)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "भूमिका प्रगति"
@@ -3018,6 +3463,15 @@ msgstr "स्कोरकार्ड, शक्तिहरू, र प्र
msgid "Russian"
msgstr "रुसियन"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "सेभ र टेस्ट प्रदायक"
msgid "Save & Upload"
msgstr "बचत गर्नुहोस् र अपलोड गर्नुहोस्"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "तलको QR कोड तपाईंको मनपर्ने au
msgid "School"
msgstr "विद्यालय/शैक्षिक संस्था"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "अंकतालिका"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "खोज्नुहोस्"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "खण्ड विकल्पहरू"
msgid "Section Type"
msgstr "खण्ड प्रकार"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "बायोडाटा चयन गर्नुहोस्"
@@ -3124,6 +3603,10 @@ msgstr "बायोडाटा चयन गर्नुहोस्"
msgid "Select a thread"
msgstr "थ्रेड चयन गर्नुहोस्"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "एजेन्ट मोडेल चयन गर्नुहोस्"
@@ -3136,6 +3619,14 @@ msgstr "एआई प्रदायक छान्नुहोस्"
msgid "Select..."
msgstr "छान्नुहोस्..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Docker प्रयोग गरेर आफैं होस्ट गर्नुहोस्"
@@ -3218,6 +3709,11 @@ msgstr "सेयरिङ"
msgid "Show"
msgstr "देखाउनुहोस्"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "पासवर्ड देखाउनुहोस्"
msgid "Show picture"
msgstr "तस्वीर देखाउनुहोस्"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "केही गडबड भयो।"
msgid "Something went wrong while analyzing your resume."
msgstr "तपाईंको रिजुमे विश्लेषण गर्दा केही गडबड भयो।"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "केही समस्या भयो। कृपया पुनः प्रयास गर्नुहोस्।"
@@ -3369,6 +3873,12 @@ msgstr "केही समस्या भयो। कृपया पुन
msgid "Sort by"
msgstr "यसअनुसार क्रमबद्ध गर्नुहोस्"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "प्रायोजनहरू"
msgid "Square"
msgstr "वर्ग (Square)"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "GitHub मा हामीलाई स्टार दिनुहोस् (नयाँ ट्याबमा खुल्छ)"
@@ -3459,6 +3974,10 @@ msgstr "शक्तिहरू"
msgid "Strike"
msgstr "स्ट्राइक (Strikethrough)"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "सबरेडिट"
@@ -3505,7 +4024,12 @@ msgstr "{0} टेम्प्लेटमा स्विच गरियो।
msgid "Synced changes made in another tab."
msgstr "अर्को ट्याबमा गरिएका सिङ्क गरिएका परिवर्तनहरू।"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "ट्यागहरू"
@@ -3513,10 +4037,18 @@ msgstr "ट्यागहरू"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "ट्यागहरू प्रयोग गरेर तपाईंले आफ्नो बायोडाटा कुञ्जी शब्दद्वारा वर्गीकृत गर्न सक्नुहुन्छ।"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "यो बायोडाटालाई उत्पादन प्रबन्धकको कामको विवरण अनुरूप बनाउनुहोस् र रोडम्याप स्वामित्व, सरोकारवाला सञ्चार, र मापनयोग्य सुरुवात परिणामहरूमा जोड दिनुहोस्।"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "तमिल"
@@ -3753,6 +4285,10 @@ msgstr "किवर्ड डम्प जस्तै पढ्नुको
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Reactive Resume प्रयोग गरेर बायोडाटा बनाउनेको समय-खण्ड (Timelapse) डेमो"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "टिप: पछि सजिलै चिन्न सहज होस् भनेर API key को प्रयोजनअनुरूप नाम दिनुहोस्।"
@@ -3799,6 +4335,14 @@ msgstr "दायाँ साइडबार स्विच गर्नुह
msgid "Toggle threads"
msgstr "थ्रेडहरू टगल गर्नुहोस्"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "तपाईंको बायोडाटाका हेर्ने र डाउनलोड गर्ने तथ्याङ्कहरू ट्र्याक गर्नुहोस्"
@@ -3897,6 +4441,11 @@ msgstr "टाइपोग्राफी"
msgid "Ukrainian"
msgstr "युक्रेनी"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "अन्डरलाइन"
@@ -4011,6 +4560,10 @@ msgstr "नेतृत्व, अवरोध, सम्झौता, र म
msgid "Update Resume"
msgstr "बायोडाटा अद्यावधिक गर्नुहोस्"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "तपाईंको पासवर्ड अद्यावधिक गर्नुहोस्"
@@ -4023,6 +4576,10 @@ msgstr "तपाईंको पासवर्ड अद्यावधिक
msgid "Updating your resume..."
msgstr "तपाईंको बायोडाटा अद्यावधिक हुँदैछ..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "संलग्नकहरू अपलोड गर्नुहोस्"
@@ -4031,10 +4588,18 @@ msgstr "संलग्नकहरू अपलोड गर्नुहोस
msgid "Upload picture"
msgstr "तस्बिर अपलोड गर्नुहोस्"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "तस्वीर अपलोड गर्दै…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "प्रयोग गर्नुहोस्"
msgid "Use color {color}"
msgstr "रङ प्रयोग गर्नुहोस् {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "नवीनतम संस्करणमा के नयाँ छ?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "लक गरिएको अवस्थामा, बायोडाटा अद्यावधिक वा मेटाउन सकिँदैन।"
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "OpenAI मा काम गर्नुहोस्"
@@ -4181,6 +4758,10 @@ msgstr "OpenAI मा काम गर्नुहोस्"
msgid "Working…"
msgstr "काम गर्दै…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "एक्स (ट्विटर)"
@@ -4308,4 +4889,3 @@ msgstr "जूम आउट"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "जुलु"
-
diff --git a/apps/web/locales/nl-NL.po b/apps/web/locales/nl-NL.po
index c15f814b3..cfa1dfb71 100644
--- a/apps/web/locales/nl-NL.po
+++ b/apps/web/locales/nl-NL.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# functie} other {# functies}}"
msgid "{0} characters"
msgstr "{0} tekens"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Er is een bevestigingslink naar uw huidige e-mailadres gestuurd. Control
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Een gratis en open-source cv-bouwer die het proces van het maken, bijwerken en delen van uw cv vereenvoudigt."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Er is een nieuwe verificatielink naar uw e-mailadres gestuurd. Controlee
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Een passieproject van <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Accountmenu"
msgid "Actual size (100%)"
msgstr "Werkelijke grootte (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Aangepast veld toevoegen"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Een trefwoord toevoegen..."
@@ -196,10 +223,23 @@ msgstr "Een nieuwe vaardigheid toevoegen"
msgid "Add a new volunteer experience"
msgstr "Een nieuwe vrijwilligerservaring toevoegen"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Voeg een provider toe en test deze voordat u een agentthread start."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Trefwoord toevoegen"
@@ -225,6 +265,14 @@ msgstr "Aanbieder toevoegen"
msgid "Add Role"
msgstr "Functie toevoegen"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Pas je cv aan voor een functie waarbij je voornamelijk op afstand werkt en waar asynchrone communicatie en verantwoordelijkheid belangrijk zijn."
@@ -285,6 +333,10 @@ msgstr "AI-providers vereisen dat REDIS_URL en ENCRYPTION_SECRET geconfigureerd
msgid "Albanian"
msgstr "Albanees"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Openbare toegang toestaan"
@@ -360,10 +412,40 @@ msgstr "API-referentie"
msgid "App"
msgstr "App"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Applicatiestatistieken"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Toegepaste regels"
@@ -372,11 +454,18 @@ msgstr "Toegepaste regels"
msgid "Arabic"
msgstr "Arabisch"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Archief"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Weet u zeker dat u dit venster wilt sluiten?"
@@ -437,6 +526,10 @@ msgstr "Beeldverhouding"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud ondersteunt Reactive Resume als projectsponsor. Als uw bedrijf het project wil sponsoren, kunt u een e-mail sturen naar <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Voeg bestanden toe"
@@ -455,6 +548,14 @@ msgstr "Bijlage geüpload."
msgid "Authentication"
msgstr "Authenticatie"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Beschikbaar in meerdere talen. Als u wilt bijdragen, kijk dan op Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengaals"
msgid "Blank draft"
msgstr "Leeg concept"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Builder-opdrachtpalet"
msgid "Bulgarian"
msgstr "Bulgaars"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Opsommingstekens"
@@ -552,6 +665,12 @@ msgstr "Opsommingstekens"
msgid "By the community, for the community."
msgstr "Door de gemeenschap, voor de gemeenschap."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Kan ik mijn cv naar PDF exporteren?"
@@ -566,6 +685,9 @@ msgstr "Kan ik mijn cv naar PDF exporteren?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Cirkel"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Duidelijk"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Selectie wissen"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Community"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Bedrijf"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Vergelijk dit cv met de URL van deze vacature en pas de trefwoorden aan, maar zorg ervoor dat de toon beknopt en geloofwaardig blijft."
@@ -735,6 +867,10 @@ msgstr "Verbinding mislukt"
msgid "Connection verified — provider is ready to use."
msgstr "Verbinding geverifieerd — provider is klaar voor gebruik."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Gesprek gekopieerd."
msgid "Conversation JSON copied."
msgstr "Het JSON-bestand van het gesprek is gekopieerd."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Kopiëren"
@@ -815,10 +956,43 @@ msgstr "De verbinding met de provider kon niet worden geverifieerd."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "De verbinding kon niet worden geverifieerd. Controleer de API-sleutel, het model en de basis-URL."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Opslaan mislukt"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Opslaan mislukt"
msgid "Cover Letter"
msgstr "Motivatiebrief"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Motivatiebrief"
msgid "Create"
msgstr "Aanmaken"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Maak een nieuw account aan"
@@ -952,6 +1134,11 @@ msgstr "Cv met opties maken"
msgid "Created"
msgstr "Aangemaakt"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Uw API-sleutel wordt aangemaakt..."
@@ -964,6 +1151,10 @@ msgstr "Uw cv wordt aangemaakt..."
msgid "Crop picture"
msgstr "Afbeelding bijsnijden"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Huidige wachtwoord"
@@ -1041,6 +1232,9 @@ msgstr "Diploma"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Verwijder provider"
msgid "Delete this agent thread?"
msgstr "Deze thread van de agent verwijderen?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Uw account wordt verwijderd..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Afwijzen"
@@ -1136,6 +1336,10 @@ msgstr "Afwijzen"
msgid "Documentation"
msgstr "Documentatie"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Heb je nog geen account? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Downloaden DOCX"
msgid "Download JSON"
msgstr "JSON downloaden"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "PDF downloaden"
msgid "Downloads"
msgstr "Downloads"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Sleep secties hierheen om ze tussen kolommen te verplaatsen"
@@ -1227,11 +1444,17 @@ msgstr "Uw cv wordt gedupliceerd..."
msgid "Dutch"
msgstr "Nederlands"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Eerdere versies blijven behouden; de undo-geschiedenis van de builder wordt gereset."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Bewerking"
@@ -1241,6 +1464,10 @@ msgstr "Bewerking"
msgid "Edit {chip}"
msgstr "Bewerk {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Exporteren"
msgid "Export my data"
msgstr "Exporteer mijn gegevens"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Exporteer je cv direct naar PDF, zonder wachttijden of vertragingen."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Kan cv niet analyseren."
@@ -1575,10 +1810,18 @@ msgstr "Functies"
msgid "File"
msgstr "Bestand"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filteren op"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Identificeer zwakke punten en herschrijf ze met sterkere resultaten, cijfers, een bredere reikwijdte en scherpere werkwoorden."
@@ -1599,6 +1842,22 @@ msgstr "Flexibiliteit"
msgid "Fluency"
msgstr "Vlotheid"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Lettertypefamilie"
@@ -1653,11 +1912,19 @@ msgstr "Vrije vorm"
msgid "French"
msgstr "Frans"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Volledige breedte"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Volledig Scherm"
@@ -1667,6 +1934,10 @@ msgstr "Volledig Scherm"
msgid "Fullscreen Editor"
msgstr "Volledig scherm-editor"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Genereer een willekeurige naam"
@@ -1878,6 +2149,10 @@ msgstr "Hoe deel ik mijn cv?"
msgid "How do I use the API?"
msgstr "Hoe gebruik ik de API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Hoe worden mijn gegevens beschermd?"
@@ -1904,12 +2179,35 @@ msgstr "Identificeer hiaten in een applicant tracking system (ATS) en voer allee
msgid "Import"
msgstr "Importeren"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Een bestaand cv importeren"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Importeren vanuit PDF- of Word-bestanden vereist een gekoppelde AI-provider."
@@ -1942,6 +2240,10 @@ msgstr "Informatie"
msgid "Inline Code"
msgstr "Inline code"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Directe generatie"
@@ -1986,6 +2288,14 @@ msgstr "Cursief"
msgid "Japanese"
msgstr "Japans"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Koreaans"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Label"
@@ -2072,6 +2383,10 @@ msgstr "Taal"
msgid "Languages"
msgstr "Talen"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Laatst geanalyseerd op {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Laat leeg om de titel terug te zetten naar de oorspronkelijke."
msgid "Left Align"
msgstr "Links uitlijnen"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Brief"
@@ -2152,6 +2471,18 @@ msgstr "Licht thema"
msgid "Line Height"
msgstr "Regelafstand"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Laden…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Locatie"
@@ -2266,6 +2599,14 @@ msgstr "Marge (horizontaal)"
msgid "Margin (Vertical)"
msgstr "Marge (verticaal)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Meer downloadopties"
msgid "Move section to another column or page"
msgstr "Verplaats de sectie naar een andere kolom of pagina."
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Moet beginnen met https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Nieuw wachtwoord"
msgid "New Section"
msgstr "Nieuwe sectie"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Nieuw topic"
@@ -2360,6 +2712,14 @@ msgstr "Nieuw topic"
msgid "No Advertising, No Tracking"
msgstr "Geen advertenties, geen tracking"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Geen eerdere gegevens"
msgid "No results found."
msgstr "Geen resultaten gevonden."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Er zijn geen cv's gevonden die aan uw zoekopdracht voldoen."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Er zijn nog geen opgeslagen versies."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Er zijn nog geen stijlregels."
@@ -2406,6 +2778,7 @@ msgstr "Noors"
msgid "Not connected"
msgstr "Niet verbonden"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Aantekeningen"
@@ -2431,6 +2804,10 @@ msgstr "Doorlopend onderhoud"
msgid "Only applies when the section fits on a single page."
msgstr "Dit geldt alleen als het onderdeel op één pagina past."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Wachtwoordbeveiliging is uitgeschakeld."
msgid "Password protection has been enabled."
msgstr "Wachtwoordbeveiliging is ingeschakeld."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Patch toegepast"
@@ -2636,6 +3025,22 @@ msgstr "Kies een pictogram"
msgid "Picture"
msgstr "Foto"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Voer een nieuw wachtwoord in voor uw account"
@@ -2652,6 +3057,10 @@ msgstr "Voer de URL in waarnaar u wilt linken:"
msgid "Please support the project"
msgstr "Steun dit project alstublieft."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Wacht alstublieft terwijl uw PDF wordt gegenereerd..."
@@ -2774,6 +3183,10 @@ msgstr "Publicaties"
msgid "Publisher"
msgstr "Uitgever"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Ga naar de startpagina"
@@ -2817,6 +3230,10 @@ msgstr "Reactief hervatten v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reactieve cv v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Ontvanger"
@@ -2839,6 +3256,10 @@ msgstr "Opnieuw doen"
msgid "References"
msgstr "Referenties"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Nieuw apparaat registreren"
@@ -2856,6 +3277,14 @@ msgstr "Verwijderen"
msgid "Remove {chip}"
msgstr "Verwijder {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Aangepast veld verwijderen"
@@ -2954,6 +3383,10 @@ msgstr "CV-analyse voltooid."
msgid "Resume content"
msgstr "Inhoud van het cv"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Opties voor het hervatten van je cv"
@@ -2962,6 +3395,10 @@ msgstr "Opties voor het hervatten van je cv"
msgid "Resume patch"
msgstr "Hervat de patch"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Herschrijf dit cv voor een functie waarin je de overstap maakt van start
msgid "Right Align"
msgstr "Rechts uitlijnen"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Loopbaanontwikkeling"
@@ -3018,6 +3463,15 @@ msgstr "Voer uw eerste analyse uit om een scorekaart, sterke punten en gepriorit
msgid "Russian"
msgstr "Russisch"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Aanbieder opslaan en testen"
msgid "Save & Upload"
msgstr "Opslaan en uploaden"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Scan de QR-code hieronder met uw voorkeursauthenticator-app. U kunt het
msgid "School"
msgstr "School"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Scorekaart"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Zoekopdracht"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Sectieopties"
msgid "Section Type"
msgstr "Sectietype"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Selecteer een cv"
@@ -3124,6 +3603,10 @@ msgstr "Selecteer een cv"
msgid "Select a thread"
msgstr "Selecteer een draad"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Selecteer een agentmodel"
@@ -3136,6 +3619,14 @@ msgstr "Selecteer een AI-aanbieder"
msgid "Select..."
msgstr "Selecteren..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Zelf hosten met Docker"
@@ -3218,6 +3709,11 @@ msgstr "Delen"
msgid "Show"
msgstr "Weergeven"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Wachtwoord tonen"
msgid "Show picture"
msgstr "Afbeelding weergeven"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Er is iets misgegaan."
msgid "Something went wrong while analyzing your resume."
msgstr "Er is iets misgegaan bij het analyseren van uw cv."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Er is iets misgegaan. Probeer het alstublieft opnieuw."
@@ -3369,6 +3873,12 @@ msgstr "Er is iets misgegaan. Probeer het alstublieft opnieuw."
msgid "Sort by"
msgstr "Sorteren op"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Sponsoring"
msgid "Square"
msgstr "Vierkant"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Geef ons een ster op GitHub (opent in nieuw tabblad)"
@@ -3459,6 +3974,10 @@ msgstr "Sterke punten"
msgid "Strike"
msgstr "Doorhalen"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Overgeschakeld naar de {0} -sjabloon."
msgid "Synced changes made in another tab."
msgstr "Gesynchroniseerde wijzigingen die in een ander tabblad zijn aangebracht."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Tags"
@@ -3513,10 +4037,18 @@ msgstr "Tags"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Tags kunnen worden gebruikt om uw cv te categoriseren op trefwoorden."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Pas dit cv aan de functieomschrijving van een productmanager aan en benadruk verantwoordelijkheid voor de roadmap, communicatie met stakeholders en meetbare resultaten bij de lancering."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamil"
@@ -3753,6 +4285,10 @@ msgstr "Beknopter het vaardighedengedeelte zodat het aansluit bij de beoogde fun
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Timelapse-demonstratie van het maken van een cv met Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Tip: Geef uw API-sleutel een naam die overeenkomt met het doel van de sleutel, zodat u deze later gemakkelijker kunt herkennen."
@@ -3799,6 +4335,14 @@ msgstr "Schakel rechter zijbalk in"
msgid "Toggle threads"
msgstr "Schakel threads in/uit"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Houd de weergaven en downloads van uw cv bij"
@@ -3897,6 +4441,11 @@ msgstr "Typografie"
msgid "Ukrainian"
msgstr "Oekraïens"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Onderstrepen"
@@ -4011,6 +4560,10 @@ msgstr "Werk de projectopsomming bij om leiderschap, beperkingen, afwegingen en
msgid "Update Resume"
msgstr "Cv bijwerken"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Werk uw wachtwoord bij"
@@ -4023,6 +4576,10 @@ msgstr "Uw wachtwoord wordt bijgewerkt..."
msgid "Updating your resume..."
msgstr "Uw cv wordt bijgewerkt..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Bijlagen uploaden"
@@ -4031,10 +4588,18 @@ msgstr "Bijlagen uploaden"
msgid "Upload picture"
msgstr "Afbeelding uploaden"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Afbeelding uploaden…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Gebruik"
msgid "Use color {color}"
msgstr "Gebruik kleur {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Wat is er nieuw in de laatste versie?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Wanneer het cv is vergrendeld, kan het niet worden bijgewerkt of verwijderd."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Werkzaamheden bij OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Werkzaamheden bij OpenAI"
msgid "Working…"
msgstr "Bezig met…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Uitzoomen"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/no-NO.po b/apps/web/locales/no-NO.po
index 4d86fbd8a..c512df790 100644
--- a/apps/web/locales/no-NO.po
+++ b/apps/web/locales/no-NO.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# rolle} other {# roller}}"
msgid "{0} characters"
msgstr "{0} tegn"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "En bekreftelseslenke er sendt til din nåværende e-postadresse. Sjekk i
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "En gratis og åpen kildekode CV-bygger som forenkler prosessen med å lage, oppdatere og dele CV-en din."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "En ny bekreftelseslenke er sendt til e-postadressen din. Sjekk innboksen
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Et lidenskapsprosjekt av <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Konto-meny"
msgid "Actual size (100%)"
msgstr "Faktisk størrelse (100 %)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Legg til egendefinert felt"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Legg til et nøkkelord..."
@@ -196,10 +223,23 @@ msgstr "Legg til en ny ferdighet"
msgid "Add a new volunteer experience"
msgstr "Legg til en ny frivillig erfaring"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Legg til og test en leverandør før du starter en agenttråd."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Legg til nøkkelord"
@@ -225,6 +265,14 @@ msgstr "Legg til leverandør"
msgid "Add Role"
msgstr "Legg til rolle"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Juster CV-en for en fjernstyrt rolle som verdsetter asynkron kommunikasjon og eierskap."
@@ -285,6 +333,10 @@ msgstr "AI-leverandører krever at REDIS_URL og ENCRYPTION_SECRET konfigureres."
msgid "Albanian"
msgstr "Albansk"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Tillat offentlig tilgang"
@@ -360,10 +412,40 @@ msgstr "API-dokumentasjon"
msgid "App"
msgstr "App"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Applikasjonsstatistikk"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Anvendte regler"
@@ -372,11 +454,18 @@ msgstr "Anvendte regler"
msgid "Arabic"
msgstr "Arabisk"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Arkiv"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Er du sikker på at du vil lukke denne dialogen?"
@@ -437,6 +526,10 @@ msgstr "Størrelsesforhold"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud støtter Reactive Resume som prosjektsponsor. Hvis bedriften din ønsker å sponse prosjektet, send en e-post til <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Legg ved filer"
@@ -455,6 +548,14 @@ msgstr "Vedlegg lastet opp."
msgid "Authentication"
msgstr "Autentisering"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Tilgjengelig på flere språk. Hvis du vil bidra, kan du sjekke ut Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengali"
msgid "Blank draft"
msgstr "Blankt utkast"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Bygger-kommandopalett"
msgid "Bulgarian"
msgstr "Bulgarsk"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Punktliste"
@@ -552,6 +665,12 @@ msgstr "Punktliste"
msgid "By the community, for the community."
msgstr "Av fellesskapet, for fellesskapet."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Kan jeg eksportere CV-en min til PDF?"
@@ -566,6 +685,9 @@ msgstr "Kan jeg eksportere CV-en min til PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Sirkel"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Tøm"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Fjern valg"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Fellesskap"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Firma"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Sammenlign denne CV-en med denne stillings-URL-en og oppdater nøkkelordene samtidig som du holder teksten konsis og troverdig."
@@ -735,6 +867,10 @@ msgstr "Tilkoblingen mislyktes"
msgid "Connection verified — provider is ready to use."
msgstr "Tilkobling bekreftet – leverandøren er klar til bruk."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Samtalen er kopiert."
msgid "Conversation JSON copied."
msgstr "Samtalens JSON-fil er kopiert."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Kopier"
@@ -815,10 +956,43 @@ msgstr "Kunne ikke bekrefte leverandørtilkoblingen."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Kunne ikke bekrefte tilkoblingen. Sjekk API-nøkkelen, modellen og basis-URL-en."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Kunne ikke lagre"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Kunne ikke lagre"
msgid "Cover Letter"
msgstr "Følgebrev"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Følgebrev"
msgid "Create"
msgstr "Opprett"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Opprett ny konto"
@@ -952,6 +1134,11 @@ msgstr "Opprett CV med alternativer"
msgid "Created"
msgstr "Opprettet"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Oppretter API-nøkkelen din..."
@@ -964,6 +1151,10 @@ msgstr "Oppretter CV-en din..."
msgid "Crop picture"
msgstr "Beskjær bilde"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Nåværende passord"
@@ -1041,6 +1232,9 @@ msgstr "Grad"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Slett leverandør"
msgid "Delete this agent thread?"
msgstr "Slette denne agenttråden?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Sletter kontoen din..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Avskjedige"
@@ -1136,6 +1336,10 @@ msgstr "Avskjedige"
msgid "Documentation"
msgstr "Dokumentasjon"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Har du ikke en konto? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Last ned DOCX"
msgid "Download JSON"
msgstr "Last ned JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Last ned PDF"
msgid "Downloads"
msgstr "Nedlastinger"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Dra og slipp seksjoner her for å flytte dem mellom kolonner"
@@ -1227,11 +1444,17 @@ msgstr "Dupliserer CV-en din..."
msgid "Dutch"
msgstr "Nederlandsk"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Tidligere versjoner beholdes; byggerens angrehistorikk nullstilles."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Redigere"
@@ -1241,6 +1464,10 @@ msgstr "Redigere"
msgid "Edit {chip}"
msgstr "Rediger {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Eksporter"
msgid "Export my data"
msgstr "Eksporter dataene mine"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Eksporter CV-en din til PDF umiddelbart, uten venting eller forsinkelser."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Kunne ikke analysere CV-en."
@@ -1575,10 +1810,18 @@ msgstr "Funksjoner"
msgid "File"
msgstr "Fil"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filtrer etter"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Finn svake punkter og skriv dem om med sterkere utfall, tall, omfang og skarpere verb."
@@ -1599,6 +1842,22 @@ msgstr "Fleksibilitet"
msgid "Fluency"
msgstr "Språkferdighet"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Skrifttype"
@@ -1653,11 +1912,19 @@ msgstr "Friform"
msgid "French"
msgstr "Fransk"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Full bredde"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Fullskjerm"
@@ -1667,6 +1934,10 @@ msgstr "Fullskjerm"
msgid "Fullscreen Editor"
msgstr "Fullskjermredigering"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Generer et tilfeldig navn"
@@ -1878,6 +2149,10 @@ msgstr "Hvordan deler jeg CV-en min?"
msgid "How do I use the API?"
msgstr "Hvordan bruker jeg API-et?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Hvordan er dataene mine beskyttet?"
@@ -1904,12 +2179,35 @@ msgstr "Identifiser mangler i et søkersporingssystem og bruk kun forbedrede sø
msgid "Import"
msgstr "Importer"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Importer en eksisterende CV"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Import fra PDF eller Word krever en tilkoblet AI-leverandør."
@@ -1942,6 +2240,10 @@ msgstr "Informasjon"
msgid "Inline Code"
msgstr "Innebygd kode"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Øyeblikkelig generering"
@@ -1986,6 +2288,14 @@ msgstr "Kursiv"
msgid "Japanese"
msgstr "Japansk"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Koreansk"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Etikett"
@@ -2072,6 +2383,10 @@ msgstr "Språk"
msgid "Languages"
msgstr "Språk"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Sist analysert {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "La være tom for å tilbakestille tittelen til originalen."
msgid "Left Align"
msgstr "Venstrejuster"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Brev"
@@ -2152,6 +2471,18 @@ msgstr "Lyst tema"
msgid "Line Height"
msgstr "Linjehøyde"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Laster…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Sted"
@@ -2266,6 +2599,14 @@ msgstr "Marg (horisontal)"
msgid "Margin (Vertical)"
msgstr "Marg (vertikal)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Flere nedlastingsalternativer"
msgid "Move section to another column or page"
msgstr "Flytt seksjon til en annen kolonne eller side"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Må starte med https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Nytt passord"
msgid "New Section"
msgstr "Ny seksjon"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Ny tråd"
@@ -2360,6 +2712,14 @@ msgstr "Ny tråd"
msgid "No Advertising, No Tracking"
msgstr "Ingen annonser, ingen sporing"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Ingen tidligere data"
msgid "No results found."
msgstr "Ingen resultater funnet."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Ingen CV-er samsvarer med søket ditt."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Ingen lagrede versjoner ennå."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Ingen stilregler ennå."
@@ -2406,6 +2778,7 @@ msgstr "Norsk"
msgid "Not connected"
msgstr "Ikke tilkoblet"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Notater"
@@ -2431,6 +2804,10 @@ msgstr "Løpende vedlikehold"
msgid "Only applies when the section fits on a single page."
msgstr "Gjelder bare når seksjonen får plass på én side."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Passordbeskyttelse er deaktivert."
msgid "Password protection has been enabled."
msgstr "Passordbeskyttelse er aktivert."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Oppdatering installert"
@@ -2636,6 +3025,22 @@ msgstr "Velg et ikon"
msgid "Picture"
msgstr "Bilde"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Skriv inn et nytt passord for kontoen din"
@@ -2652,6 +3057,10 @@ msgstr "Skriv inn URL-en du vil lenke til:"
msgid "Please support the project"
msgstr "Vennligst støtt prosjektet"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Vent mens PDF-en din genereres..."
@@ -2774,6 +3183,10 @@ msgstr "Publikasjoner"
msgid "Publisher"
msgstr "Utgiver"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Gå til startsiden"
@@ -2817,6 +3230,10 @@ msgstr "Reaktiv CV v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reactive Resume v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Mottaker"
@@ -2839,6 +3256,10 @@ msgstr "Gjør om"
msgid "References"
msgstr "Referanser"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Registrer ny enhet"
@@ -2856,6 +3277,14 @@ msgstr "Fjern"
msgid "Remove {chip}"
msgstr "Fjern {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Fjern tilpasset felt"
@@ -2954,6 +3383,10 @@ msgstr "CV-analysen er fullført."
msgid "Resume content"
msgstr "CV-innhold"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "CV-alternativer"
@@ -2962,6 +3395,10 @@ msgstr "CV-alternativer"
msgid "Resume patch"
msgstr "CV-oppdatering"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Skriv om denne CV-en for en overgang fra gründer til produktleder i en
msgid "Right Align"
msgstr "Høyrejuster"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Rolleutvikling"
@@ -3018,6 +3463,15 @@ msgstr "Kjør din første analyse for å få et poengkort, styrker og prioritert
msgid "Russian"
msgstr "Russisk"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Lagre og testleverandør"
msgid "Save & Upload"
msgstr "Lagre og last opp"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Skann QR-koden nedenfor med den foretrukne autentiseringsappen din. Du k
msgid "School"
msgstr "Skole"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Poengkort"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Søk"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Seksjonsalternativer"
msgid "Section Type"
msgstr "Seksjonstype"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Velg en CV"
@@ -3124,6 +3603,10 @@ msgstr "Velg en CV"
msgid "Select a thread"
msgstr "Velg en tråd"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Velg en agentmodell"
@@ -3136,6 +3619,14 @@ msgstr "Velg en AI-leverandør"
msgid "Select..."
msgstr "Velg..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Selvhosting med Docker"
@@ -3218,6 +3709,11 @@ msgstr "Deling"
msgid "Show"
msgstr "Vis"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Vis passord"
msgid "Show picture"
msgstr "Vis bilde"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Noe gikk galt"
msgid "Something went wrong while analyzing your resume."
msgstr "Noe gikk galt under analysen av CV-en din."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Noe gikk galt. Vennligst prøv igjen."
@@ -3369,6 +3873,12 @@ msgstr "Noe gikk galt. Vennligst prøv igjen."
msgid "Sort by"
msgstr "Sorter etter"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Sponsorer"
msgid "Square"
msgstr "Firkant"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Gi oss en stjerne på GitHub (åpnes i ny fane)"
@@ -3459,6 +3974,10 @@ msgstr "Styrker"
msgid "Strike"
msgstr "Gjennomstreking"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Byttet til {0} -malen."
msgid "Synced changes made in another tab."
msgstr "Synkroniserte endringer gjort i en annen fane."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Tagger"
@@ -3513,10 +4037,18 @@ msgstr "Tagger"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Tagger kan brukes til å kategorisere CV-en din etter nøkkelord."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Skreddersy denne CV-en til en stillingsbeskrivelse for produktleder, og legg vekt på eierskap til veikartet, interessentkommunikasjon og målbare lanseringsresultater."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamil"
@@ -3753,6 +4285,10 @@ msgstr "Stram inn ferdighetsdelen slik at den støtter målrollen i stedet for
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Tidsforløpsdemonstrasjon av å bygge en CV med Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Tips: Gi API-nøkkelen et navn som samsvarer med formålet med nøkkelen, slik at du enklere kan identifisere den senere."
@@ -3799,6 +4335,14 @@ msgstr "Veksle høyre sidepanel"
msgid "Toggle threads"
msgstr "Veksle tråder"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Spor visninger og nedlastinger av CV-en din"
@@ -3897,6 +4441,11 @@ msgstr "Typografi"
msgid "Ukrainian"
msgstr "Ukrainsk"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Understrek"
@@ -4011,6 +4560,10 @@ msgstr "Oppdater prosjektpunktene for å vise lederskap, begrensninger, avveinin
msgid "Update Resume"
msgstr "Oppdater CV"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Oppdater passordet ditt"
@@ -4023,6 +4576,10 @@ msgstr "Oppdaterer passordet ditt..."
msgid "Updating your resume..."
msgstr "Oppdaterer CV-en din..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Last opp vedlegg"
@@ -4031,10 +4588,18 @@ msgstr "Last opp vedlegg"
msgid "Upload picture"
msgstr "Last opp bilde"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Laster opp bilde…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Bruk"
msgid "Use color {color}"
msgstr "Bruk fargen {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Hva er nytt i den nyeste versjonen?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Når den er låst, kan ikke CV-en oppdateres eller slettes."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Arbeid med OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Arbeid med OpenAI"
msgid "Working…"
msgstr "Arbeider…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Zoom ut"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/or-IN.po b/apps/web/locales/or-IN.po
index 6d9db133a..963d8e45d 100644
--- a/apps/web/locales/or-IN.po
+++ b/apps/web/locales/or-IN.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# ଭୂମିକା} other {# ଭୂମିକା}}"
msgid "{0} characters"
msgstr "{0} ଅକ୍ଷରଗୁଡ଼ିକ"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "ଆପଣଙ୍କ ବର୍ତ୍ତମାନ ଇମେଲ୍ ଠିକ
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "ଏକ ନିଶୁଳ୍କ ଏବଂ ଖୋଲା‑ମୂଳ ରେଜ୍ୟୁମେ ବିଲ୍ଡର, ଯାହା ଆପଣଙ୍କ ରେଜ୍ୟୁମେ ତିଆରି କରିବା, ଅଦ୍ୟତନ କରିବା ଏବଂ ସେୟାର କରିବା ପ୍ରକ୍ରିୟାକୁ ସହଜ କରେ।"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "ଆପଣଙ୍କ ଇମେଲ୍ ଠିକଣାକୁ ଏକ ନୂ
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "<0>Amruth Pillai0> ଙ୍କ ଏକ ଆଗ୍ରହ ପୂର୍ଣ୍ଣ ପ୍ରକଳ୍ପ।"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "ଆକାଉଣ୍ଟ ମେନୁ"
msgid "Actual size (100%)"
msgstr "ପ୍ରକୃତ ଆକାର (୧୦୦%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "ଏକ କଷ୍ଟମ୍ ଫିଲ୍ଡ ଯୋଡନ୍ତୁ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "ଏକ କୀୱାର୍ଡ ଯୋଡନ୍ତୁ..."
@@ -196,10 +223,23 @@ msgstr "ଏକ ନୂତନ କୌଶଳ ଯୋଡନ୍ତୁ"
msgid "Add a new volunteer experience"
msgstr "ଏକ ନୂତନ ସ୍ୱେଚ୍ଛାସେବୀ ଅଭିଜ୍ଞତା ଯୋଡନ୍ତୁ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "ଏଜେଣ୍ଟ ଥ୍ରେଡ୍ ଆରମ୍ଭ କରିବା ପୂର୍ବରୁ ଜଣେ ପ୍ରଦାତାଙ୍କୁ ଯୋଡନ୍ତୁ ଏବଂ ପରୀକ୍ଷା କରନ୍ତୁ।"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "କୀୱାର୍ଡ ଯୋଡନ୍ତୁ"
@@ -225,6 +265,14 @@ msgstr "ପ୍ରଦାନକାରୀ ଯୋଡ଼ନ୍ତୁ"
msgid "Add Role"
msgstr "ଭୂମିକା ଯୋଡ଼ନ୍ତୁ"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "ଅସମକାୟ ଯୋଗାଯୋଗ ଏବଂ ମାଲିକାନା ମୂଲ୍ୟ ଦେଉଥିବା ଏକ ରିମୋଟ୍-ଫାଷ୍ଟ ଭୂମିକା ପାଇଁ ରିଜ୍ୟୁମ୍ ଆଡଜଷ୍ଟ କରନ୍ତୁ।"
@@ -285,6 +333,10 @@ msgstr "AI ପ୍ରଦାନକାରୀମାନଙ୍କୁ REDIS_URL ଏବ
msgid "Albanian"
msgstr "ଆଲବାନିଆନ୍"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "ସାର୍ବଜନିକ ଆକ୍ସେସ୍ ଅନୁମତି ଦିଅନ୍ତୁ"
@@ -360,10 +412,40 @@ msgstr "API ସନ୍ଦର୍ଭ"
msgid "App"
msgstr "ଆପ୍"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "ଆପ୍ଲିକେସନ୍ ସଂଖ୍ୟାତ୍ମକ ତଥ୍ୟ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "ଲାଗୁ ହୋଇଥିବା ନିୟମଗୁଡ଼ିକ"
@@ -372,11 +454,18 @@ msgstr "ଲାଗୁ ହୋଇଥିବା ନିୟମଗୁଡ଼ିକ"
msgid "Arabic"
msgstr "ଆରବୀ"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "ସଂଗ୍ରହାଳୟ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "ଆପଣ ଏହି ଡାଇଲଗ୍ ବନ୍ଦ କରିବାକୁ ନିଶ୍ଚିତ କି?"
@@ -437,6 +526,10 @@ msgstr "ଆସ୍ପେକ୍ଟ ଅନୁପାତ"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "ଆଟଲାସ୍ କ୍ଲାଉଡ୍ ପ୍ରୋଜେକ୍ଟ ପ୍ରାୟୋଜକ ଭାବରେ ରିଆକ୍ଟିଭ୍ ରିଜ୍ୟୁମ୍ ସମର୍ଥନ କରେ। ଯଦି ଆପଣଙ୍କ କମ୍ପାନୀ ପ୍ରୋଜେକ୍ଟ ପ୍ରାୟୋଜକ କରିବାକୁ ଚାହେଁ, ତେବେ <0>{sponsorshipEmail}କୁ ଇମେଲ୍ କରନ୍ତୁ।0> ।"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "ଫାଇଲ୍ ସଂଲଗ୍ନ କରନ୍ତୁ"
@@ -455,6 +548,14 @@ msgstr "ଆଟାଚମେଣ୍ଟ୍ ଅପଲୋଡ୍ କରାଯାଇଛ
msgid "Authentication"
msgstr "ପରିଚୟ ପ୍ରମାଣିକରଣ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "ଅନେକ ଭାଷାରେ ଉପଲବ୍ଧ। ଯଦି ଆପଣ ଅବଦାନ ଦେବାକୁ ଚାହାଁନ୍ତି, ତେବେ Crowdin ଯାଞ୍ଚ କରନ୍ତୁ।"
@@ -511,6 +612,10 @@ msgstr "ବଙ୍ଗାଳୀ"
msgid "Blank draft"
msgstr "ଖାଲି ଡ୍ରାଫ୍ଟ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "ବିଲ୍ଡର କମାଣ୍ଡ ପ୍ୟାଲେଟ୍"
msgid "Bulgarian"
msgstr "ବଲଗେରିଆନ୍"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "ବୁଲେଟ୍ ତାଲିକା"
@@ -552,6 +665,12 @@ msgstr "ବୁଲେଟ୍ ତାଲିକା"
msgid "By the community, for the community."
msgstr "ସମୁଦାୟ ଦ୍ୱାରା, ସମୁଦାୟ ପାଇଁ।"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "ମୁଁ ମୋର ରେଜ୍ୟୁମେକୁ PDF କୁ ନିର୍ଯ୍ୟାତ କରିପାରିବି କି?"
@@ -566,6 +685,9 @@ msgstr "ମୁଁ ମୋର ରେଜ୍ୟୁମେକୁ PDF କୁ ନିର
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "ବୃତ୍ତ"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "ସଫା କରନ୍ତୁ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "ଚୟନ ଖାଲି କରନ୍ତୁ"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "ସମୁଦାୟ"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "କମ୍ପାନୀ"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "ଏହି ରିଜ୍ୟୁମକୁ ଏହି ଭୂମିକା URL ସହିତ ତୁଳନା କରନ୍ତୁ ଏବଂ ସ୍ୱରକୁ ସଂକ୍ଷିପ୍ତ ଏବଂ ବିଶ୍ୱସନୀୟ ରଖି କୀୱାର୍ଡଗୁଡ଼ିକୁ ଅପଡେଟ୍ କରନ୍ତୁ।"
@@ -735,6 +867,10 @@ msgstr "ସଂଯୋଗ ବିଫଳ ହୋଇଛି"
msgid "Connection verified — provider is ready to use."
msgstr "ସଂଯୋଗ ଯାଞ୍ଚ ହୋଇଛି — ପ୍ରଦାତା ବ୍ୟବହାର କରିବାକୁ ପ୍ରସ୍ତୁତ।"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "ବାର୍ତ୍ତାଳାପ କପି କରାଯାଇଛି।"
msgid "Conversation JSON copied."
msgstr "ବାର୍ତ୍ତାଳାପ JSON କପି କରାଯାଇଛି।"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "କପି କରନ୍ତୁ"
@@ -815,10 +956,43 @@ msgstr "ପ୍ରଦାତା ସଂଯୋଗ ଯାଞ୍ଚ କରିପାର
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "ସଂଯୋଗ ଯାଞ୍ଚ କରିପାରିଲା ନାହିଁ। API କୀ, ମଡେଲ୍ ଏବଂ ମୂଳ URL ଯାଞ୍ଚ କରନ୍ତୁ।"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "ସେଭ୍ କରାଯାଇପାରିଲା ନାହିଁ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "ସେଭ୍ କରାଯାଇପାରିଲା ନାହିଁ"
msgid "Cover Letter"
msgstr "କଭର ଲେଟର"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "କଭର ଲେଟର"
msgid "Create"
msgstr "ତିଆରି କରନ୍ତୁ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "ଗୋଟିଏ ନୂତନ ଆକାଉଣ୍ଟ ତିଆରି କରନ୍ତୁ"
@@ -952,6 +1134,11 @@ msgstr "ବିକଳ୍ପ ସହ ରେଜ୍ୟୁମେ ସୃଷ୍ଟି
msgid "Created"
msgstr "ତିଆରି ହୋଇଛି"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "ଆପଣଙ୍କ API କି ତିଆରି ହେଉଛି..."
@@ -964,6 +1151,10 @@ msgstr "ଆପଣଙ୍କ ରେଜ୍ୟୁମେ ତିଆରି ହେଉଛ
msgid "Crop picture"
msgstr "ଫଟୋ କ୍ରପ୍ କରନ୍ତୁ"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "ବର୍ତ୍ତମାନର ପାସୱାର୍ଡ"
@@ -1041,6 +1232,9 @@ msgstr "ଡିଗ୍ରୀ"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "ପ୍ରଦାନକାରୀଙ୍କୁ ଡିଲିଟ୍ କରନ
msgid "Delete this agent thread?"
msgstr "ଏହି ଏଜେଣ୍ଟ ଥ୍ରେଡ୍କୁ ଡିଲିଟ୍ କରିବେ?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "ଆପଣଙ୍କ ଆକାଉଣ୍ଟ ବିଲୋପ ହୋଇଯାଉଛି..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "ଡିସକର୍ଡ (Discord)"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "ଖାରଜ କରନ୍ତୁ"
@@ -1136,6 +1336,10 @@ msgstr "ଖାରଜ କରନ୍ତୁ"
msgid "Documentation"
msgstr "ଦଳିଲପତ୍ର"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "ଖାତା ନାହିଁ? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "DOCX ଡାଉନଲୋଡ୍ କରନ୍ତୁ"
msgid "Download JSON"
msgstr "JSON ଡାଉନଲୋଡ୍ କରନ୍ତୁ"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "PDF ଡାଉନଲୋଡ୍ କରନ୍ତୁ"
msgid "Downloads"
msgstr "ଡାଉନଲୋଡ୍ଗୁଡିକ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "ବିଭାଗଗୁଡିକୁ କଲମ୍ଗୁଡିକ ମଧ୍ୟରେ ସଞ୍ଚାଳନ କରିବା ପାଇଁ ଏଠାରେ ଟାନି ଓ ଛାଡ଼ନ୍ତୁ"
@@ -1227,11 +1444,17 @@ msgstr "ଆପଣଙ୍କ ରେଜ୍ୟୁମେ ନକଲ ହେଉଛି...
msgid "Dutch"
msgstr "ଡଚ୍"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "ପୂର୍ବ ସଂସ୍କରଣଗୁଡ଼ିକୁ ରଖାଯାଇଛି; ନିର୍ମାତାଙ୍କ ପୂର୍ବବତ୍ ଇତିହାସ ପୁନଃସେଟ୍ କରାଯାଇଛି।"
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "ସମ୍ପାଦନ କରନ୍ତୁ"
@@ -1241,6 +1464,10 @@ msgstr "ସମ୍ପାଦନ କରନ୍ତୁ"
msgid "Edit {chip}"
msgstr "{chip} ସମ୍ପାଦନ କରନ୍ତୁ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "ନିର୍ଯ୍ୟାତ"
msgid "Export my data"
msgstr "ମୋର ଡାଟା ରପ୍ତାନି କରନ୍ତୁ"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "ଅପେକ୍ଷା କିମ୍ବା ବିଳମ୍ବ ନକରି ଆପଣଙ୍କର ରିଜ୍ୟୁମକୁ ତୁରନ୍ତ PDF ରେ ରପ୍ତାନି କରନ୍ତୁ।"
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "ରେଜ୍ୟୁମେ ବିଶ୍ଳେଷଣ କରିବାରେ ବିଫଳ ହେଲା।"
@@ -1575,10 +1810,18 @@ msgstr "ବିଶେଷତାଗୁଡିକ"
msgid "File"
msgstr "ଫାଇଲ୍"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "ଏହା ଦ୍ୱାରା ଫିଲ୍ଟର୍ କରନ୍ତୁ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "ଦୁର୍ବଳ ବୁଲେଟ୍ ଖୋଜନ୍ତୁ ଏବଂ ସେଗୁଡ଼ିକୁ ଅଧିକ ଶକ୍ତିଶାଳୀ ଫଳାଫଳ, ସଂଖ୍ୟା, ପରିସର ଏବଂ ଅଧିକ ତୀକ୍ଷ୍ଣ କ୍ରିୟା ସହିତ ପୁନଃଲେଖନ କରନ୍ତୁ।"
@@ -1599,6 +1842,22 @@ msgstr "ଲଚିଳାପଣ"
msgid "Fluency"
msgstr "ଦକ୍ଷତା"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "ଫଣ୍ଟ ପରିବାର"
@@ -1653,11 +1912,19 @@ msgstr "ମୁକ୍ତ-ଫର୍ମ"
msgid "French"
msgstr "ଫ୍ରେଞ୍ଚ୍"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "ପୁରା ପ୍ରସ୍ଥ"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "ପୂର୍ଣ୍ଣ ସ୍କ୍ରିନ"
@@ -1667,6 +1934,10 @@ msgstr "ପୂର୍ଣ୍ଣ ସ୍କ୍ରିନ"
msgid "Fullscreen Editor"
msgstr "ପୂର୍ଣ୍ଣପର୍ଦ୍ଦା ସମ୍ପାଦକ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "ଏକ ଯାଦୃଚ୍ଛିକ ନାମ ତିଆରି କରନ୍ତୁ"
@@ -1878,6 +2149,10 @@ msgstr "ମୁଁ ମୋର ରେଜ୍ୟୁମେ କିପରି ସେୟ
msgid "How do I use the API?"
msgstr "ମୁଁ API କିପରି ବ୍ୟବହାର କରିବି?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "ମୋର ତଥ୍ୟ କିପରି ସୁରକ୍ଷିତ ରହିଛି?"
@@ -1904,12 +2179,35 @@ msgstr "ଆବେଦନକାରୀ ଟ୍ରାକିଂ ସିଷ୍ଟମ ପ
msgid "Import"
msgstr "ଆୟାତ କରନ୍ତୁ"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "ଏକ ଅବସ୍ଥିତ ରେଜ୍ୟୁମେ ଆୟାତ କରନ୍ତୁ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "PDF କିମ୍ବା Wordରୁ ଆମଦାନି କରିବା ପାଇଁ ଏକ ସଂଯୁକ୍ତ AI ପ୍ରଦାନକାରୀ ଆବଶ୍ୟକ।"
@@ -1942,6 +2240,10 @@ msgstr "ତଥ୍ୟ"
msgid "Inline Code"
msgstr "ଇନ୍ଲାଇନ୍ କୋଡ୍"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "ଇନଷ୍ଟାଣ୍ଟ ଜେନେରେସନ୍"
@@ -1986,6 +2288,14 @@ msgstr "ଇଟାଲିକ୍"
msgid "Japanese"
msgstr "ଜାପାନୀ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "କୋରିଆନ୍"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "ଲେବେଲ୍"
@@ -2072,6 +2383,10 @@ msgstr "ଭାଷା"
msgid "Languages"
msgstr "ଭାଷାଗୁଡିକ"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "ଶେଷ ଥର ପାଇଁ {updatedAtLabel} ରେ ବିଶ୍ଳେଷଣ କରାଯାଇଥିଲା"
@@ -2119,6 +2434,10 @@ msgstr "ମୂଳ ଶିରୋନାମାକୁ ପୁନସ୍ଥାପିତ
msgid "Left Align"
msgstr "ବାମ ସଙ୍ଗୁଯୋଗ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "ଲେଟର୍ (Letter)"
@@ -2152,6 +2471,18 @@ msgstr "ଲାଇଟ୍ ଥିମ୍"
msgid "Line Height"
msgstr "ଲାଇନ୍ ଉଚ୍ଚତା"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "ଲୋଡ୍ ହେଉଛି…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "ଅବସ୍ଥାନ"
@@ -2266,6 +2599,14 @@ msgstr "ମାର୍ଜିନ୍ (ଅନୁପ୍ରାସ୍ଥିତ)"
msgid "Margin (Vertical)"
msgstr "ମାର୍ଜିନ୍ (ଉର୍ଦ୍ଧ୍ୱାଧର)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "ଡାଉନଲୋଡ୍ କରିବାର ଅଧିକ ବିକଳ୍
msgid "Move section to another column or page"
msgstr "ବିଭାଗଟିକୁ ଅନ୍ୟ ଏକ ସ୍ତମ୍ଭ କିମ୍ବା ପୃଷ୍ଠାକୁ ମୁଭ୍ କରନ୍ତୁ।"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "https:// ସହ ଆରମ୍ଭ ହେବା ଆବଶ୍ୟକ"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "ନୂତନ ପାସୱାର୍ଡ"
msgid "New Section"
msgstr "ନୂତନ ବିଭାଗ"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "ନୂଆ ଥ୍ରେଡ୍"
@@ -2360,6 +2712,14 @@ msgstr "ନୂଆ ଥ୍ରେଡ୍"
msgid "No Advertising, No Tracking"
msgstr "ବିଜ୍ଞାପନ ନାହିଁ, ଟ୍ରାକିଂ ନାହିଁ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "କୌଣସି ପୂର୍ବ ଡାଟା ନାହିଁ"
msgid "No results found."
msgstr "କୌଣସି ଫଳାଫଳ ମିଳିଲା ନାହିଁ।"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "ଆପଣଙ୍କ ସନ୍ଧାନ ସହ କୌଣସି ରିଜ୍ୟୁମ୍ ମେଳ ଖାଉନାହିଁ।"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "ଏପର୍ଯ୍ୟନ୍ତ କୌଣସି ସେଭ୍ କରାଯାଇଥିବା ସଂସ୍କରଣ ନାହିଁ।"
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "ଏପର୍ଯ୍ୟନ୍ତ କୌଣସି ଷ୍ଟାଇଲ୍ ନିୟମ ନାହିଁ।"
@@ -2406,6 +2778,7 @@ msgstr "ନରୱେଜିଆନ୍"
msgid "Not connected"
msgstr "ସଂଯୁକ୍ତ ହୋଇନାହିଁ"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "ଟିପ୍ପଣୀ"
@@ -2431,6 +2804,10 @@ msgstr "ଚାଲୁ ରଖିବାକୁ ମରାମତି"
msgid "Only applies when the section fits on a single page."
msgstr "କେବଳ ସେତେବେଳେ ଲାଗୁ ହୁଏ ଯେତେବେଳେ ବିଭାଗଟି ଗୋଟିଏ ପୃଷ୍ଠାରେ ଫିଟ୍ ହୁଏ।"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "ପାସୱାର୍ଡ ସୁରକ୍ଷା ଅସକ୍ରିୟ କ
msgid "Password protection has been enabled."
msgstr "ପାସୱାର୍ଡ ସୁରକ୍ଷା ସକ୍ରିୟ କରାଯାଇଛି।"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "ପ୍ୟାଚ୍ ଲାଗୁ କରାଯାଇଛି"
@@ -2636,6 +3025,22 @@ msgstr "ଏକ ଆଇକନ୍ ବାଛନ୍ତୁ"
msgid "Picture"
msgstr "ଛବି"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "ଆପଣଙ୍କ ଆକାଉଣ୍ଟ ପାଇଁ ଦୟାକରି ଏକ ନୂତନ ପାସୱାର୍ଡ ପ୍ରବେଶ କରନ୍ତୁ"
@@ -2652,6 +3057,10 @@ msgstr "ଦୟାକରି ଯେଉଁ URL କୁ ଲିଙ୍କ କରିବ
msgid "Please support the project"
msgstr "ଦୟାକରି ପ୍ରୋଜେକ୍ଟକୁ ସମର୍ଥନ କରନ୍ତୁ।"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "ଦୟାକରି ଅପେକ୍ଷା କରନ୍ତୁ, ଆପଣଙ୍କ PDF ସୃଷ୍ଟି ହେଉଛି..."
@@ -2774,6 +3183,10 @@ msgstr "ପ୍ରକାଶନଗୁଡିକ"
msgid "Publisher"
msgstr "ପ୍ରକାଶକ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - ହୋମ୍ପେଜ୍କୁ ଯାଆନ୍ତୁ"
@@ -2817,6 +3230,10 @@ msgstr "ପ୍ରତିକ୍ରିୟାଶୀଳ ରିଜ୍ୟୁମ୍ v<0>
msgid "Reactive Resume v4 (JSON)"
msgstr "Reactive Resume v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "ପ୍ରାପ୍ତକର୍ତ୍ତା"
@@ -2839,6 +3256,10 @@ msgstr "ପୁନଃକରିଦିଅନ୍ତୁ"
msgid "References"
msgstr "ସନ୍ଦର୍ଭଗୁଡିକ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "ନୂତନ ଡିଭାଇସ୍ ରେଜିଷ୍ଟର କରନ୍ତୁ"
@@ -2856,6 +3277,14 @@ msgstr "ବାହାର କରନ୍ତୁ"
msgid "Remove {chip}"
msgstr "{chip} କାଢନ୍ତୁ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "କଷ୍ଟମ୍ ଫିଲ୍ଡକୁ କାଢ଼ି ଦିଅନ୍ତୁ"
@@ -2954,6 +3383,10 @@ msgstr "ରେଜ୍ୟୁମେ ବିଶ୍ଳେଷଣ ସମ୍ପୂର୍
msgid "Resume content"
msgstr "ବିଷୟବସ୍ତୁକୁ ପୁଣି ଆରମ୍ଭ କରନ୍ତୁ"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "ରିଜ୍ୟୁମ୍ ବିକଳ୍ପଗୁଡ଼ିକ"
@@ -2962,6 +3395,10 @@ msgstr "ରିଜ୍ୟୁମ୍ ବିକଳ୍ପଗୁଡ଼ିକ"
msgid "Resume patch"
msgstr "ପ୍ୟାଚ୍ ପୁଣି ଆରମ୍ଭ କରନ୍ତୁ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "ଏକ ଷ୍ଟାର୍ଟଅପ୍ ପ୍ରତିଷ୍ଠାତା-
msgid "Right Align"
msgstr "ଡାହାଣ ସଙ୍ଗୁଯୋଗ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "ଭୂମିକା ପ୍ରଗତି"
@@ -3018,6 +3463,15 @@ msgstr "ସ୍କୋରକାର୍ଡ, ଶକ୍ତି ଏବଂ ପ୍ରା
msgid "Russian"
msgstr "ରୁଷିଆନ୍"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "ସେଭ୍ ଏବଂ ପରୀକ୍ଷଣ ପ୍ରଦାନକାର
msgid "Save & Upload"
msgstr "ସେଭ୍ ଏବଂ ଅପଲୋଡ୍ କରନ୍ତୁ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "ତଳେ ଥିବା QR କୋଡ୍ଟିକୁ ଆପଣଙ୍କ
msgid "School"
msgstr "ବିଦ୍ୟାଳୟ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "ସ୍କୋରକାର୍ଡ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "ଖୋଜନ୍ତୁ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "ବିଭାଗ ବିକଳ୍ପଗୁଡ଼ିକ"
msgid "Section Type"
msgstr "ବିଭାଗ ପ୍ରକାର"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "ଏକ ରିଜ୍ୟୁମ୍ ଚୟନ କରନ୍ତୁ"
@@ -3124,6 +3603,10 @@ msgstr "ଏକ ରିଜ୍ୟୁମ୍ ଚୟନ କରନ୍ତୁ"
msgid "Select a thread"
msgstr "ଗୋଟିଏ ଥ୍ରେଡ୍ ଚୟନ କରନ୍ତୁ"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "ଏକ ଏଜେଣ୍ଟ ମଡେଲ୍ ଚୟନ କରନ୍ତୁ"
@@ -3136,6 +3619,14 @@ msgstr "ଏକ AI ପ୍ରଦାନକାରୀ ଚୟନ କରନ୍ତୁ"
msgid "Select..."
msgstr "ବାଛନ୍ତୁ..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Docker ସହ ସ୍ୱୟଂ‑ହୋଷ୍ଟ କରନ୍ତୁ"
@@ -3218,6 +3709,11 @@ msgstr "ସେୟାର କରିବା"
msgid "Show"
msgstr "ଦେଖାନ୍ତୁ"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "ପାସୱାର୍ଡ ଦେଖାନ୍ତୁ"
msgid "Show picture"
msgstr "ଚିତ୍ର ଦେଖାନ୍ତୁ"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "କିଛି ତ୍ରୁଟି ହୋଇଗଲା"
msgid "Something went wrong while analyzing your resume."
msgstr "ଆପଣଙ୍କ ରେଜ୍ୟୁମେ ବିଶ୍ଳେଷଣ କରୁଥିବା ବେଳେ କିଛି ତ୍ରୁଟି ଘଟିଲା।"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "କିଛି ଭୁଲ୍ ହୋଇଛି। ଦୟାକରି ପୁନଃ ଚେଷ୍ଟା କରନ୍ତୁ।"
@@ -3369,6 +3873,12 @@ msgstr "କିଛି ଭୁଲ୍ ହୋଇଛି। ଦୟାକରି ପୁ
msgid "Sort by"
msgstr "ଏହା ଦ୍ୱାରା ସଜାଇବେ"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "ସ୍ପଂସର୍ସିପ୍ସ (Sponsorships)"
msgid "Square"
msgstr "ଚଔକ"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "GitHub ରେ ଆମକୁ ତାରା ଦିଅନ୍ତୁ (ନୂତନ ଟାବ୍ରେ ଖୋଲେ)"
@@ -3459,6 +3974,10 @@ msgstr "ଶକ୍ତିଗୁଡିକ"
msgid "Strike"
msgstr "ଷ୍ଟ୍ରାଇକ୍"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "ସବ୍ରେଡିଟ୍ (Subreddit)"
@@ -3505,7 +4024,12 @@ msgstr "{0} ଟେମ୍ପଲେଟକୁ ସ୍ୱିଚ୍ କରାଯାଇ
msgid "Synced changes made in another tab."
msgstr "ଅନ୍ୟ ଏକ ଟ୍ୟାବରେ ସିଙ୍କ୍ ହୋଇଥିବା ପରିବର୍ତ୍ତନଗୁଡ଼ିକ କରାଯାଇଛି।"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "ଟ୍ୟାଗଗୁଡିକ"
@@ -3513,10 +4037,18 @@ msgstr "ଟ୍ୟାଗଗୁଡିକ"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "ଟ୍ୟାଗଗୁଡିକୁ ଆପଣଙ୍କ ରେଜ୍ୟୁମେକୁ କୀୱାର୍ଡ ଦ୍ୱାରା ବର୍ଗୀକୃତ କରିବାକୁ ବ୍ୟବହାର କରିହୋଇପାରେ।"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "ଏହି ରିଜ୍ୟୁମକୁ ପ୍ରଡକ୍ଟ ମ୍ୟାନେଜର ଚାକିରି ବର୍ଣ୍ଣନା ଅନୁସାରେ ସଜାନ୍ତୁ ଏବଂ ରୋଡମ୍ୟାପ୍ ମାଲିକାନା, ଅଂଶୀଦାରଙ୍କ ଯୋଗାଯୋଗ ଏବଂ ମାପଯୋଗ୍ୟ ଲଞ୍ଚ ଫଳାଫଳ ଉପରେ ଗୁରୁତ୍ୱ ଦିଅନ୍ତୁ।"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "ତାମିଲ"
@@ -3753,6 +4285,10 @@ msgstr "ଦକ୍ଷତା ବିଭାଗକୁ କଡ଼ାକଡ଼ି କର
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Reactive Resume ସହ ଏକ ରେଜ୍ୟୁମେ ତିଆରି କରିବାର ଟାଇମଲାପ୍ସ ପ୍ରଦର୍ଶନ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "ଟିପ୍: ଆପଣଙ୍କ API କିକୁ ଯେଉଁ ଉଦ୍ଦେଶ୍ୟ ପାଇଁ ଆପଣ ଏହାକୁ ବ୍ୟବହାର କରିବେ ତାହା ସହ ସମ୍ପର୍କିତ ନାମ ଦିଅନ୍ତୁ, ଯାହା ଆଗାମୀରେ ଏହାକୁ ଠିକ୍ ଭାବେ ପହିଚାରିତ କରିବାରେ ସାହାଯ୍ୟ କରିବ।"
@@ -3799,6 +4335,14 @@ msgstr "ଡାହାଣ ସାଇଡବାର୍ ଟୋଗଲ୍ କରନ୍ତ
msgid "Toggle threads"
msgstr "ଥ୍ରେଡଗୁଡ଼ିକୁ ଟୋଗଲ୍ କରନ୍ତୁ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "ଆପଣଙ୍କ ରେଜ୍ୟୁମେର ଦେଖାଗଲା ଏବଂ ଡାଉନଲୋଡ୍ଗୁଡିକୁ ଟ୍ରାକ୍ କରନ୍ତୁ"
@@ -3897,6 +4441,11 @@ msgstr "ଟାଇପୋଗ୍ରାଫି"
msgid "Ukrainian"
msgstr "ୟୁକ୍ରେନିଆନ୍"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "ଅଣ୍ଡର୍ଲାଇନ୍"
@@ -4011,6 +4560,10 @@ msgstr "ନେତୃତ୍ୱ, ପ୍ରତିବନ୍ଧକ, ସମନ୍ୱ
msgid "Update Resume"
msgstr "ରେଜ୍ୟୁମେ ଅଦ୍ୟତନ କରନ୍ତୁ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "ଆପଣଙ୍କ ପାସୱାର୍ଡ ଅଦ୍ୟତନ କରନ୍ତୁ"
@@ -4023,6 +4576,10 @@ msgstr "ଆପଣଙ୍କ ପାସୱାର୍ଡ ଅଦ୍ୟତନ ହେଉ
msgid "Updating your resume..."
msgstr "ଆପଣଙ୍କ ରେଜ୍ୟୁମେ ଅଦ୍ୟତନ ହେଉଛି..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "ଆଟାଚମେଣ୍ଟ୍ ଅପଲୋଡ୍ କରନ୍ତୁ"
@@ -4031,10 +4588,18 @@ msgstr "ଆଟାଚମେଣ୍ଟ୍ ଅପଲୋଡ୍ କରନ୍ତୁ"
msgid "Upload picture"
msgstr "ଛବି ଅପଲୋଡ୍ କରନ୍ତୁ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "ଫଟୋ ଅପଲୋଡ୍ ହେଉଛି…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "ବ୍ୟବହାର କରନ୍ତୁ"
msgid "Use color {color}"
msgstr "{color} ରଙ୍ଗ ବ୍ୟବହାର କରନ୍ତୁ"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "ଶେଷ ସଂସ୍କରଣରେ କ’ଣ ନୂତନ ଅଛି?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "ଲକ୍ ହେଉଥିବା ବେଳେ, ରେଜ୍ୟୁମେକୁ ଅଦ୍ୟତନ କିମ୍ବା ବିଲୋପ କରିହୋଇପାରିବ ନାହିଁ।"
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "OpenAI କାମ କରନ୍ତୁ"
@@ -4181,6 +4758,10 @@ msgstr "OpenAI କାମ କରନ୍ତୁ"
msgid "Working…"
msgstr "କାମ କରୁଛି…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (ଟ୍ୱିଟର)"
@@ -4308,4 +4889,3 @@ msgstr "ଜୁମ୍ ଆଉଟ୍ କରନ୍ତୁ"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "ଜୁଲୁ"
-
diff --git a/apps/web/locales/pl-PL.po b/apps/web/locales/pl-PL.po
index 655d79832..16951f4e3 100644
--- a/apps/web/locales/pl-PL.po
+++ b/apps/web/locales/pl-PL.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# stanowisko} few {# stanowiska} many {# stanowisk} oth
msgid "{0} characters"
msgstr "{0} znaków"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Link potwierdzający został wysłany na Twój obecny adres e-mail. Spra
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Darmowy i open-source'owy kreator CV, który upraszcza proces tworzenia, aktualizowania i udostępniania CV."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Nowy link weryfikacyjny został wysłany na Twój adres e-mail. Sprawdź
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Projekt realizowany z pasją przez <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Menu konta"
msgid "Actual size (100%)"
msgstr "Rzeczywisty rozmiar (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Dodaj niestandardowe pole"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Proszę dodać słowo kluczowe..."
@@ -196,10 +223,23 @@ msgstr "Dodaj nową umiejętność"
msgid "Add a new volunteer experience"
msgstr "Dodaj nowe doświadczenie wolontariackie"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Dodaj i przetestuj dostawcę przed uruchomieniem wątku agenta."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Proszę dodać słowo kluczowe"
@@ -225,6 +265,14 @@ msgstr "Dodaj dostawcę"
msgid "Add Role"
msgstr "Dodaj stanowisko"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Dostosuj CV do stanowiska, w którym priorytetem jest praca zdalna, a która wymaga asynchronicznej komunikacji i poczucia odpowiedzialności."
@@ -285,6 +333,10 @@ msgstr "Dostawcy sztucznej inteligencji wymagają skonfigurowania parametrów RE
msgid "Albanian"
msgstr "Albański"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Zezwól na publiczny dostęp"
@@ -360,10 +412,40 @@ msgstr "Dokumentacja API"
msgid "App"
msgstr "Aplikacja"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Statystyki aplikacji"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Zastosowane zasady"
@@ -372,11 +454,18 @@ msgstr "Zastosowane zasady"
msgid "Arabic"
msgstr "Arabski"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Archiwum"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Czy na pewno chcesz zamknąć to okno dialogowe?"
@@ -437,6 +526,10 @@ msgstr "Proporcje obrazu"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud wspiera Reactive Resume jako sponsor projektu. Jeśli Twoja firma chciałaby sponsorować projekt, wyślij wiadomość e-mail na adres <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Dołącz pliki"
@@ -455,6 +548,14 @@ msgstr "Załącznik został przesłany."
msgid "Authentication"
msgstr "Uwierzytelnianie"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Dostępna w wielu językach. Jeśli chcesz pomóc, zajrzyj na Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengalski"
msgid "Blank draft"
msgstr "Pusty projekt"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Paleta poleceń kreatora"
msgid "Bulgarian"
msgstr "Bułgarski"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Lista wypunktowana"
@@ -552,6 +665,12 @@ msgstr "Lista wypunktowana"
msgid "By the community, for the community."
msgstr "Stworzone przez społeczność dla społeczności."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Czy mogę wyeksportować swoje CV do PDF?"
@@ -566,6 +685,9 @@ msgstr "Czy mogę wyeksportować swoje CV do PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Koło"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Wyczyść"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Wyczyść wybór"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Społeczność"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Firma"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Porównaj to CV z adresem URL tego stanowiska i zaktualizuj słowa kluczowe, starając się, aby przekaz był zwięzły i wiarygodny."
@@ -735,6 +867,10 @@ msgstr "Połączenie nieudane"
msgid "Connection verified — provider is ready to use."
msgstr "Połączenie zweryfikowane — dostawca jest gotowy do użycia."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Skopiowano konwersację."
msgid "Conversation JSON copied."
msgstr "Skopiowano plik JSON rozmowy."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Kopiuj"
@@ -815,10 +956,43 @@ msgstr "Nie można zweryfikować połączenia z dostawcą."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Nie udało się zweryfikować połączenia. Sprawdź klucz API, model i adres URL bazowy."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Nie udało się zapisać"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Nie udało się zapisać"
msgid "Cover Letter"
msgstr "List motywacyjny"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "List motywacyjny"
msgid "Create"
msgstr "Stwórz"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Stwórz nowe konto"
@@ -952,6 +1134,11 @@ msgstr "Proszę utworzyć CV z opcjami"
msgid "Created"
msgstr "Utworzono"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Tworzenie klucza API..."
@@ -964,6 +1151,10 @@ msgstr "Tworzenie CV..."
msgid "Crop picture"
msgstr "Przytnij zdjęcie"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Obecne hasło"
@@ -1041,6 +1232,9 @@ msgstr "Stopień"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Usuń dostawcę"
msgid "Delete this agent thread?"
msgstr "Usunąć ten wątek agenta?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Usuwanie konta..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Odrzucać"
@@ -1136,6 +1336,10 @@ msgstr "Odrzucać"
msgid "Documentation"
msgstr "Dokumentacja"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Nie masz konta? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Proszę pobrać DOCX"
msgid "Download JSON"
msgstr "Pobierz JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Pobierz PDF"
msgid "Downloads"
msgstr "Pobrania"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Przeciągnij i upuść sekcje tutaj, aby przenieść je między kolumnami"
@@ -1227,11 +1444,17 @@ msgstr "Duplikowanie CV..."
msgid "Dutch"
msgstr "Holenderski"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Wcześniejsze wersje zostają zachowane, a historia cofnięć konstruktora zostaje zresetowana."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Redagować"
@@ -1241,6 +1464,10 @@ msgstr "Redagować"
msgid "Edit {chip}"
msgstr "Proszę edytować {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Eksportuj"
msgid "Export my data"
msgstr "Eksportuj moje dane"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Eksportuj swoje CV do formatu PDF natychmiast, bez czekania i opóźnień."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Nie udało się przeanalizować wznowienia."
@@ -1575,10 +1810,18 @@ msgstr "Funkcje"
msgid "File"
msgstr "Plik"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filtruj według"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Znajdź słabe punkty i przepisz je, podając mocniejsze wyniki, liczby, zakres i bardziej precyzyjne czasowniki."
@@ -1599,6 +1842,22 @@ msgstr "Elastyczność"
msgid "Fluency"
msgstr "Biegłość językowa"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Czcionka"
@@ -1653,11 +1912,19 @@ msgstr "Forma dowolna"
msgid "French"
msgstr "Francuski"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Pełna szerokość"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Pełny ekran"
@@ -1667,6 +1934,10 @@ msgstr "Pełny ekran"
msgid "Fullscreen Editor"
msgstr "Edytor pełnoekranowy"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Wygeneruj losową nazwę"
@@ -1878,6 +2149,10 @@ msgstr "Jak mogę udostępnić swoje CV?"
msgid "How do I use the API?"
msgstr "Jak korzystać z API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Jak chronione są moje dane?"
@@ -1904,12 +2179,35 @@ msgstr "Zidentyfikuj luki w systemie śledzenia kandydatów i stosuj tylko te ul
msgid "Import"
msgstr "Importuj"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Importuj istniejące CV"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Importowanie z plików PDF lub Word wymaga podłączonego dostawcy sztucznej inteligencji."
@@ -1942,6 +2240,10 @@ msgstr "Informacje"
msgid "Inline Code"
msgstr "Kod inline"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Natychmiastowa generacja"
@@ -1986,6 +2288,14 @@ msgstr "Kursywa"
msgid "Japanese"
msgstr "Japoński"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Koreański"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Etykieta"
@@ -2072,6 +2383,10 @@ msgstr "Język"
msgid "Languages"
msgstr "Języki"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Ostatnia analiza: {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Pozostaw puste, aby przywrócić oryginalny tytuł."
msgid "Left Align"
msgstr "Wyrównaj do lewej"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "List"
@@ -2152,6 +2471,18 @@ msgstr "Jasny motyw"
msgid "Line Height"
msgstr "Wysokość wiersza"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Ładowanie…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Lokalizacja"
@@ -2266,6 +2599,14 @@ msgstr "Margines (poziomy)"
msgid "Margin (Vertical)"
msgstr "Margines (pionowy)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Więcej opcji pobierania"
msgid "Move section to another column or page"
msgstr "Przenieś sekcję do innej kolumny lub strony"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Proszę zacząć od https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Nowe hasło"
msgid "New Section"
msgstr "Nowa sekcja"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Nowy wątek"
@@ -2360,6 +2712,14 @@ msgstr "Nowy wątek"
msgid "No Advertising, No Tracking"
msgstr "Bez reklam, bez śledzenia"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Brak wcześniejszych danych"
msgid "No results found."
msgstr "Brak wyników."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Brak życiorysów odpowiadających Twojemu wyszukiwaniu."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Brak zapisanych wersji."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Nie ma jeszcze reguł dotyczących stylu."
@@ -2406,6 +2778,7 @@ msgstr "Norweski"
msgid "Not connected"
msgstr "Nie połączony"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Notatki"
@@ -2431,6 +2804,10 @@ msgstr "Bieżące utrzymanie"
msgid "Only applies when the section fits on a single page."
msgstr "Dotyczy wyłącznie sytuacji, gdy sekcja mieści się na jednej stronie."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Ochrona hasłem została wyłączona."
msgid "Password protection has been enabled."
msgstr "Ochrona hasłem została włączona."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Zastosowano łatkę"
@@ -2636,6 +3025,22 @@ msgstr "Wybierz ikonę"
msgid "Picture"
msgstr "Zdjęcie"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Wprowadź nowe hasło do swojego konta"
@@ -2652,6 +3057,10 @@ msgstr "Wpisz adres URL, do którego chcesz utworzyć link:"
msgid "Please support the project"
msgstr "Proszę wesprzeć projekt"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Poczekaj, aż Twój plik PDF zostanie wygenerowany..."
@@ -2774,6 +3183,10 @@ msgstr "Publikacje"
msgid "Publisher"
msgstr "Wydawca"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume – przejdź do strony głównej"
@@ -2817,6 +3230,10 @@ msgstr "Reaktywne CV v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reactive Resume v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Odbiorca"
@@ -2839,6 +3256,10 @@ msgstr "Przerobić"
msgid "References"
msgstr "Referencje"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Zarejestrować nowe urządzenie"
@@ -2856,6 +3277,14 @@ msgstr "Usuń"
msgid "Remove {chip}"
msgstr "Proszę usunąć {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Usuń pole niestandardowe"
@@ -2954,6 +3383,10 @@ msgstr "Analiza CV zakończona."
msgid "Resume content"
msgstr "Wznów treść"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Opcje wznawiania"
@@ -2962,6 +3395,10 @@ msgstr "Opcje wznawiania"
msgid "Resume patch"
msgstr "Wznów łatkę"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Napisz na nowo to CV, aby przygotować się do przejścia od założycie
msgid "Right Align"
msgstr "Wyrównaj do prawej"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Rozwój kariery"
@@ -3018,6 +3463,15 @@ msgstr "Proszę przeprowadzić pierwszą analizę, aby uzyskać kartę wyników,
msgid "Russian"
msgstr "Rosyjski"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Zapisz i przetestuj dostawcę"
msgid "Save & Upload"
msgstr "Zapisz i prześlij"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Zeskanuj poniższy kod QR ulubioną aplikacją uwierzytelniającą. Moż
msgid "School"
msgstr "Szkoła"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Karta wyników"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Szukaj"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Opcje sekcji"
msgid "Section Type"
msgstr "Typ sekcji"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Wybierz CV"
@@ -3124,6 +3603,10 @@ msgstr "Wybierz CV"
msgid "Select a thread"
msgstr "Wybierz wątek"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Wybierz model agenta"
@@ -3136,6 +3619,14 @@ msgstr "Wybierz dostawcę sztucznej inteligencji"
msgid "Select..."
msgstr "Wybierz..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Samodzielny hosting z Dockerem"
@@ -3218,6 +3709,11 @@ msgstr "Udostępnianie"
msgid "Show"
msgstr "Pokaż"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Proszę pokazać hasło"
msgid "Show picture"
msgstr "Pokaż zdjęcie"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Coś poszło nie tak"
msgid "Something went wrong while analyzing your resume."
msgstr "Coś poszło nie tak podczas analizy Pana/Pani CV."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Coś poszło nie tak. Spróbuj ponownie."
@@ -3369,6 +3873,12 @@ msgstr "Coś poszło nie tak. Spróbuj ponownie."
msgid "Sort by"
msgstr "Sortuj według"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Sponsorzy"
msgid "Square"
msgstr "Kwadrat"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Oznacz nas gwiazdką na GitHubie (otwiera się w nowej karcie)"
@@ -3459,6 +3974,10 @@ msgstr "Mocne strony"
msgid "Strike"
msgstr "Przekreślenie"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Przełączono na szablon {0}."
msgid "Synced changes made in another tab."
msgstr "Zsynchronizowano zmiany wprowadzone w innej karcie."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Tagi"
@@ -3513,10 +4037,18 @@ msgstr "Tagi"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Tagi można wykorzystać do kategoryzowania CV według słów kluczowych."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Dopasuj to CV do opisu stanowiska menedżera produktu i podkreśl odpowiedzialność za plan działania, komunikację z interesariuszami i mierzalne wyniki wprowadzenia na rynek."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamilski"
@@ -3753,6 +4285,10 @@ msgstr "Zwięźle opisz sekcję umiejętności, tak aby wspierała docelową rol
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Pokaz timelapse tworzenia CV w Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Wskazówka: Nadaj kluczowi API nazwę odpowiadającą jego przeznaczeniu, aby łatwiej było go później zidentyfikować."
@@ -3799,6 +4335,14 @@ msgstr "Przełączanie prawego paska bocznego"
msgid "Toggle threads"
msgstr "Przełącz wątki"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Śledź wyświetlenia i pobrania swojego CV"
@@ -3897,6 +4441,11 @@ msgstr "Typografia"
msgid "Ukrainian"
msgstr "Ukraiński"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Podkreślenie"
@@ -4011,6 +4560,10 @@ msgstr "Zaktualizuj punkty projektu, aby pokazać przywództwo, ograniczenia, ko
msgid "Update Resume"
msgstr "Zaktualizuj CV"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Zaktualizuj swoje hasło"
@@ -4023,6 +4576,10 @@ msgstr "Aktualizowanie hasła..."
msgid "Updating your resume..."
msgstr "Aktualizowanie CV..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Prześlij załączniki"
@@ -4031,10 +4588,18 @@ msgstr "Prześlij załączniki"
msgid "Upload picture"
msgstr "Proszę przesłać zdjęcie"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Przesyłanie obrazu…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Używać"
msgid "Use color {color}"
msgstr "Proszę użyć koloru {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Co nowego w najnowszej wersji?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Gdy jest zablokowane, CV nie może być aktualizowane ani usuwane."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Praca OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Praca OpenAI"
msgid "Working…"
msgstr "Praca…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Pomniejsz"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/pt-BR.po b/apps/web/locales/pt-BR.po
index a3f6f2961..78ba75a9c 100644
--- a/apps/web/locales/pt-BR.po
+++ b/apps/web/locales/pt-BR.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# cargo} other {# cargos}}"
msgid "{0} characters"
msgstr "{0} caracteres"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Um link de confirmação foi enviado para o seu endereço de email atual
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Um criador de currículos gratuito e de código aberto que simplifica o processo de criação, atualização e compartilhamento de seu currículo."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Um novo link de verificação foi enviado para o seu endereço de email.
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Um projeto pessoal de <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Menu da conta"
msgid "Actual size (100%)"
msgstr "Tamanho real (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Adicionar campo personalizado"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Adicionar uma palavra-chave..."
@@ -196,10 +223,23 @@ msgstr "Adicionar competência"
msgid "Add a new volunteer experience"
msgstr "Adicionar experiência de voluntariado"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Adicione e teste um provedor antes de iniciar uma thread do agente."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Adicionar palavra-chave"
@@ -225,6 +265,14 @@ msgstr "Adicionar provedor"
msgid "Add Role"
msgstr "Adicionar cargo"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Adapte o currículo para uma vaga que priorize o trabalho remoto e valorize a comunicação assíncrona e a autonomia."
@@ -285,6 +333,10 @@ msgstr "Os provedores de IA exigem que REDIS_URL e ENCRYPTION_SECRET sejam confi
msgid "Albanian"
msgstr "Albanês"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Permitir acesso público"
@@ -360,10 +412,40 @@ msgstr "Referência da API"
msgid "App"
msgstr "Aplicativo"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Estatísticas do aplicativo"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Regras Aplicadas"
@@ -372,11 +454,18 @@ msgstr "Regras Aplicadas"
msgid "Arabic"
msgstr "Árabe"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Arquivo"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Tem certeza de que deseja fechar este diálogo?"
@@ -437,6 +526,10 @@ msgstr "Proporção da imagem"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "A Atlas Cloud apoia a Reactive Resume como patrocinadora do projeto. Se sua empresa deseja patrocinar o projeto, envie um e-mail para <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Anexar arquivos"
@@ -455,6 +548,14 @@ msgstr "Anexo enviado."
msgid "Authentication"
msgstr "Autenticação"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Disponível em vários idiomas. Se você quiser contribuir, confira o Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengali"
msgid "Blank draft"
msgstr "Rascunho em branco"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Paleta de Comandos do Construtor"
msgid "Bulgarian"
msgstr "Búlgaro"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Lista com marcadores"
@@ -552,6 +665,12 @@ msgstr "Lista com marcadores"
msgid "By the community, for the community."
msgstr "Construída pela comunidade para a comunidade."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Posso exportar meu currículo para PDF?"
@@ -566,6 +685,9 @@ msgstr "Posso exportar meu currículo para PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Círculo"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Limpo"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Limpar seleção"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Comunidade"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Empresa"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Compare este currículo com o URL da vaga e atualize as palavras-chave, mantendo um tom conciso e confiável."
@@ -735,6 +867,10 @@ msgstr "Falha na conexão"
msgid "Connection verified — provider is ready to use."
msgstr "Conexão verificada — o provedor está pronto para uso."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Conversa copiada."
msgid "Conversation JSON copied."
msgstr "JSON da conversa copiado."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Copiar"
@@ -815,10 +956,43 @@ msgstr "Não foi possível verificar a conexão com o provedor."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Não foi possível verificar a conexão. Verifique a chave da API, o modelo e a URL base."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Não foi possível salvar"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Não foi possível salvar"
msgid "Cover Letter"
msgstr "Carta de apresentação"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Carta de apresentação"
msgid "Create"
msgstr "Criar"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Criar uma nova conta"
@@ -952,6 +1134,11 @@ msgstr "Criar currículo com opções"
msgid "Created"
msgstr "Criado em"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Criando sua chave de API..."
@@ -964,6 +1151,10 @@ msgstr "Criando seu currículo..."
msgid "Crop picture"
msgstr "Recortar imagem"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Senha atual"
@@ -1041,6 +1232,9 @@ msgstr "Grau"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Excluir provedor"
msgid "Delete this agent thread?"
msgstr "Excluir esta thread do agente?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Excluindo sua conta..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Liberar"
@@ -1136,6 +1336,10 @@ msgstr "Liberar"
msgid "Documentation"
msgstr "Documentação"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Não tem uma conta? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Baixar DOCX"
msgid "Download JSON"
msgstr "Baixar JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Baixar PDF"
msgid "Downloads"
msgstr "Downloads"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Arraste e solte seções aqui para movê-las entre colunas"
@@ -1227,11 +1444,17 @@ msgstr "Duplicando seu currículo..."
msgid "Dutch"
msgstr "Holandês"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "As versões anteriores são mantidas; o histórico de desfazer do construtor é redefinido."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Editar"
@@ -1241,6 +1464,10 @@ msgstr "Editar"
msgid "Edit {chip}"
msgstr "Editar {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Exportar"
msgid "Export my data"
msgstr "Exportar meus dados"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Exporte seu currículo para PDF instantaneamente, sem esperas ou atrasos."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Falha ao analisar o currículo."
@@ -1575,10 +1810,18 @@ msgstr "Recursos"
msgid "File"
msgstr "Arquivo"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filtrar por"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Identifique os pontos fracos e reescreva-os com resultados mais impactantes, números, abrangência e verbos mais concisos."
@@ -1599,6 +1842,22 @@ msgstr "Flexibilidade"
msgid "Fluency"
msgstr "Fluência"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Família de fontes"
@@ -1653,11 +1912,19 @@ msgstr "Forma livre"
msgid "French"
msgstr "Francês"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Largura total"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Tela cheia"
@@ -1667,6 +1934,10 @@ msgstr "Tela cheia"
msgid "Fullscreen Editor"
msgstr "Editor de tela cheia"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Gerar um nome aleatório"
@@ -1878,6 +2149,10 @@ msgstr "Como compartilho meu currículo?"
msgid "How do I use the API?"
msgstr "Como uso a API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Como meus dados são protegidos?"
@@ -1904,12 +2179,35 @@ msgstr "Identifique as lacunas em um sistema de rastreamento de candidatos e apl
msgid "Import"
msgstr "Importar"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Importar um currículo existente"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "A importação de arquivos PDF ou Word requer um provedor de IA conectado."
@@ -1942,6 +2240,10 @@ msgstr "Informações"
msgid "Inline Code"
msgstr "Código em linha"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Geração instantânea"
@@ -1986,6 +2288,14 @@ msgstr "Itálico"
msgid "Japanese"
msgstr "Japonês"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Coreano"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Rótulo"
@@ -2072,6 +2383,10 @@ msgstr "Idioma"
msgid "Languages"
msgstr "Idiomas"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Última análise em {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Deixe vazio para redefinir o título para o original."
msgid "Left Align"
msgstr "Alinhar à esquerda"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Carta"
@@ -2152,6 +2471,18 @@ msgstr "Tema claro"
msgid "Line Height"
msgstr "Altura da linha"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Carregando…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Localização"
@@ -2266,6 +2599,14 @@ msgstr "Margem (horizontal)"
msgid "Margin (Vertical)"
msgstr "Margem (vertical)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Mais opções de download"
msgid "Move section to another column or page"
msgstr "Mover seção para outra coluna ou página."
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Deve começar com https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Nova senha"
msgid "New Section"
msgstr "Nova seção"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Novo tópico"
@@ -2360,6 +2712,14 @@ msgstr "Novo tópico"
msgid "No Advertising, No Tracking"
msgstr "Sem publicidade, sem rastreamento"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Sem dados anteriores"
msgid "No results found."
msgstr "Nenhum resultado encontrado."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Nenhum currículo corresponde à sua pesquisa."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Ainda não há versões salvas."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Ainda não há regras de estilo."
@@ -2406,6 +2778,7 @@ msgstr "Norueguês"
msgid "Not connected"
msgstr "Não conectado"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Anotações"
@@ -2431,6 +2804,10 @@ msgstr "Manutenção contínua"
msgid "Only applies when the section fits on a single page."
msgstr "Aplica-se somente quando a seção cabe em uma única página."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "A proteção por senha foi desativada."
msgid "Password protection has been enabled."
msgstr "A proteção por senha foi ativada."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Remendo aplicado"
@@ -2636,6 +3025,22 @@ msgstr "Selecione um ícone"
msgid "Picture"
msgstr "Foto"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Insira uma nova senha para sua conta"
@@ -2652,6 +3057,10 @@ msgstr "Insira o URL para o qual você deseja criar o link:"
msgid "Please support the project"
msgstr "Por favor, apoie o projeto."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Aguarde enquanto seu PDF está sendo gerado..."
@@ -2774,6 +3183,10 @@ msgstr "Publicações"
msgid "Publisher"
msgstr "Editor"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Ir para a página inicial"
@@ -2817,6 +3230,10 @@ msgstr "Retomar reativo v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Currículo reativo v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Destinatário"
@@ -2839,6 +3256,10 @@ msgstr "Refazer"
msgid "References"
msgstr "Referências"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Registrar novo dispositivo"
@@ -2856,6 +3277,14 @@ msgstr "Remover"
msgid "Remove {chip}"
msgstr "Remover {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Remover campo personalizado"
@@ -2954,6 +3383,10 @@ msgstr "Análise de currículo concluída."
msgid "Resume content"
msgstr "Conteúdo do currículo"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Opções de currículo"
@@ -2962,6 +3395,10 @@ msgstr "Opções de currículo"
msgid "Resume patch"
msgstr "Retalho de currículo"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Reescreva este currículo para uma transição de fundador de startup pa
msgid "Right Align"
msgstr "Alinhar à direita"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Progressão de cargo"
@@ -3018,6 +3463,15 @@ msgstr "Faça sua primeira análise para obter um quadro de resultados, pontos f
msgid "Russian"
msgstr "Russo"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Fornecedor de salvamento e teste"
msgid "Save & Upload"
msgstr "Salvar e enviar"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Leia o código QR abaixo com o seu aplicativo autenticador preferido. Vo
msgid "School"
msgstr "Escola"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Tabela de pontuação"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Procurar"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Opções da seção"
msgid "Section Type"
msgstr "Tipo de seção"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Selecione um currículo"
@@ -3124,6 +3603,10 @@ msgstr "Selecione um currículo"
msgid "Select a thread"
msgstr "Selecione um tópico"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Selecione um modelo de agente"
@@ -3136,6 +3619,14 @@ msgstr "Selecione um fornecedor de IA"
msgid "Select..."
msgstr "Selecionar..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Auto-hospedagem com Docker"
@@ -3218,6 +3709,11 @@ msgstr "Compartilhamento"
msgid "Show"
msgstr "Mostrar"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Mostrar senha"
msgid "Show picture"
msgstr "Mostrar imagem"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Algo deu errado"
msgid "Something went wrong while analyzing your resume."
msgstr "Algo deu errado ao analisar seu currículo."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Algo deu errado. Tente novamente."
@@ -3369,6 +3873,12 @@ msgstr "Algo deu errado. Tente novamente."
msgid "Sort by"
msgstr "Ordenar por"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Patrocínios"
msgid "Square"
msgstr "Quadrado"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Dê uma estrela para nós no GitHub (abre em nova aba)"
@@ -3459,6 +3974,10 @@ msgstr "Pontos fortes"
msgid "Strike"
msgstr "Tachar"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Mudou para o modelo {0}."
msgid "Synced changes made in another tab."
msgstr "Alterações sincronizadas feitas em outra aba."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Tags"
@@ -3513,10 +4037,18 @@ msgstr "Tags"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Tags podem ser usadas para categorizar seu currículo por palavras-chave."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Adapte este currículo à descrição de uma vaga de gerente de produto e enfatize a responsabilidade pelo roadmap, a comunicação com as partes interessadas e os resultados mensuráveis do lançamento."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tâmil"
@@ -3753,6 +4285,10 @@ msgstr "Aperfeiçoe a seção de habilidades para que ela esteja alinhada com o
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Demonstração em timelapse da criação de um currículo com o Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Dica: dê um nome à sua chave de API correspondente ao propósito da chave, para ajudá-lo a identificá-la depois."
@@ -3799,6 +4335,14 @@ msgstr "Alternar a barra lateral direita"
msgid "Toggle threads"
msgstr "Alternar tópicos"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Acompanhe as visualizações e downloads do seu currículo"
@@ -3897,6 +4441,11 @@ msgstr "Tipografia"
msgid "Ukrainian"
msgstr "Ucraniano"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Sublinhar"
@@ -4011,6 +4560,10 @@ msgstr "Atualize os tópicos do projeto para destacar a liderança, as restriç
msgid "Update Resume"
msgstr "Atualizar currículo"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Atualize sua senha"
@@ -4023,6 +4576,10 @@ msgstr "Atualizando sua senha..."
msgid "Updating your resume..."
msgstr "Atualizando seu currículo..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Anexar arquivos"
@@ -4031,10 +4588,18 @@ msgstr "Anexar arquivos"
msgid "Upload picture"
msgstr "Carregar imagem"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Carregando imagem…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Usar"
msgid "Use color {color}"
msgstr "Use a cor {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "O que há de novo na versão mais recente?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Quando bloqueado, o currículo não pode ser atualizado ou excluído."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Trabalho OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Trabalho OpenAI"
msgid "Working…"
msgstr "Trabalhando…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Diminuir zoom"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/pt-PT.po b/apps/web/locales/pt-PT.po
index ec993a702..275cce295 100644
--- a/apps/web/locales/pt-PT.po
+++ b/apps/web/locales/pt-PT.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# função} other {# funções}}"
msgid "{0} characters"
msgstr "{0} caracteres"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Foi enviado um link de confirmação para o seu endereço de email atual
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Um criador de currículos gratuito e de código aberto que simplifica o processo de criação, atualização e de partilha do seu currículo."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Foi enviado um novo link de verificação para o seu endereço de email.
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Um projeto de paixão de <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Menu da conta"
msgid "Actual size (100%)"
msgstr "Tamanho real (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Adicionar um campo personalizado"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Adicione uma palavra-chave..."
@@ -196,10 +223,23 @@ msgstr "Adicionar uma nova competência"
msgid "Add a new volunteer experience"
msgstr "Adicionar uma nova experiência de voluntariado"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Adicione e teste um fornecedor antes de iniciar um thread do agente."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Adicionar palavra-chave"
@@ -225,6 +265,14 @@ msgstr "Adicionar provedor"
msgid "Add Role"
msgstr "Adicionar função"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Adapte o currículo a uma vaga que priorize o trabalho remoto e valorize a comunicação assíncrona e a autonomia."
@@ -285,6 +333,10 @@ msgstr "Os fornecedores de IA exigem que REDIS_URL e ENCRYPTION_SECRET estejam c
msgid "Albanian"
msgstr "Albanês"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Permitir acesso público"
@@ -360,10 +412,40 @@ msgstr "Referência da API"
msgid "App"
msgstr "Aplicação"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Estatísticas da aplicação"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Regras Aplicadas"
@@ -372,11 +454,18 @@ msgstr "Regras Aplicadas"
msgid "Arabic"
msgstr "Árabe"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Arquivo"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Tem a certeza de que pretende fechar esta janela?"
@@ -437,6 +526,10 @@ msgstr "Proporção"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "A Atlas Cloud apoia a Reactive Resume como patrocinador do projeto. Se a sua empresa desejar patrocinar o projeto, envie um e-mail para <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Anexar ficheiros"
@@ -455,6 +548,14 @@ msgstr "Anexo enviado."
msgid "Authentication"
msgstr "Autenticação"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Disponível em vários idiomas. Se quiser contribuir, consulte o Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengali"
msgid "Blank draft"
msgstr "Rascunho em branco"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Paleta de comandos do editor"
msgid "Bulgarian"
msgstr "Búlgaro"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Lista com marcadores"
@@ -552,6 +665,12 @@ msgstr "Lista com marcadores"
msgid "By the community, for the community."
msgstr "Pela comunidade, para a comunidade."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Posso exportar o meu currículo para PDF?"
@@ -566,6 +685,9 @@ msgstr "Posso exportar o meu currículo para PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Círculo"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Limpar"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Limpar seleção"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Comunidade"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Empresa"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Compare este currículo com o URL da vaga e atualize as palavras-chave, mantendo um tom conciso e fiável."
@@ -735,6 +867,10 @@ msgstr "Falha na ligação"
msgid "Connection verified — provider is ready to use."
msgstr "Ligação verificada — o fornecedor está pronto a utilizar."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Conversa copiada."
msgid "Conversation JSON copied."
msgstr "JSON da conversa copiado."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Copiar"
@@ -815,10 +956,43 @@ msgstr "Não foi possível verificar a ligação com o fornecedor."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Não foi possível verificar a ligação. Verifique a chave API, o modelo e o URL base."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Não foi possível guardar"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Não foi possível guardar"
msgid "Cover Letter"
msgstr "Carta de apresentação"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Carta de apresentação"
msgid "Create"
msgstr "Criar"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Criar conta"
@@ -952,6 +1134,11 @@ msgstr "Crie um currículo com opções"
msgid "Created"
msgstr "Criado"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "A criar a sua chave API..."
@@ -964,6 +1151,10 @@ msgstr "A criar o seu currículo..."
msgid "Crop picture"
msgstr "Recortar imagem"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Senha atual"
@@ -1041,6 +1232,9 @@ msgstr "Grau"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Apagar provedor"
msgid "Delete this agent thread?"
msgstr "Apagar esta thread do agente?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "A apagar a sua conta..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Dispensar"
@@ -1136,6 +1336,10 @@ msgstr "Dispensar"
msgid "Documentation"
msgstr "Documentação"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Não tem uma conta? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Descarregar DOCX"
msgid "Download JSON"
msgstr "Descarregar JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Descarregar PDF"
msgid "Downloads"
msgstr "Downloads"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Arraste e largue secções aqui para as mover entre colunas"
@@ -1227,11 +1444,17 @@ msgstr "A duplicar o seu currículo..."
msgid "Dutch"
msgstr "Neerlandês"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "As versões anteriores são mantidas; o histórico de anulação do construtor é reposto."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Editar"
@@ -1241,6 +1464,10 @@ msgstr "Editar"
msgid "Edit {chip}"
msgstr "Edite {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Exportar"
msgid "Export my data"
msgstr "Exportar os meus dados"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Exporte o seu currículo para PDF instantaneamente, sem esperas ou atrasos."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Falha na análise do currículo."
@@ -1575,10 +1810,18 @@ msgstr "Funcionalidades"
msgid "File"
msgstr "Ficheiro"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filtrar por"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Identifique os pontos fracos e reescreva-os com resultados mais impactantes, números, abrangência e verbos mais concisos."
@@ -1599,6 +1842,22 @@ msgstr "Flexibilidade"
msgid "Fluency"
msgstr "Fluência"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Tipo de letra"
@@ -1653,11 +1912,19 @@ msgstr "Forma livre"
msgid "French"
msgstr "Francês"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Largura total"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Ecrã inteiro"
@@ -1667,6 +1934,10 @@ msgstr "Ecrã inteiro"
msgid "Fullscreen Editor"
msgstr "Editor de ecrã completo"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Gerar um nome aleatório"
@@ -1878,6 +2149,10 @@ msgstr "Como partilho o meu currículo?"
msgid "How do I use the API?"
msgstr "Como utilizo a API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Como é que os meus dados são protegidos?"
@@ -1904,12 +2179,35 @@ msgstr "Identifique as lacunas num sistema de rastreio de candidatos e aplique a
msgid "Import"
msgstr "Importar"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Importar um currículo existente"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "A importação de ficheiros PDF ou Word requer um fornecedor de IA ligado."
@@ -1942,6 +2240,10 @@ msgstr "Informação"
msgid "Inline Code"
msgstr "Código em linha"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Geração instantânea"
@@ -1986,6 +2288,14 @@ msgstr "Itálico"
msgid "Japanese"
msgstr "Japonês"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Coreano"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Rótulo"
@@ -2072,6 +2383,10 @@ msgstr "Idioma"
msgid "Languages"
msgstr "Idiomas"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Última análise em {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Deixe em branco para repor o título para o original."
msgid "Left Align"
msgstr "Alinhar à esquerda"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Carta"
@@ -2152,6 +2471,18 @@ msgstr "Tema claro"
msgid "Line Height"
msgstr "Altura da linha"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Carregando…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Localização"
@@ -2266,6 +2599,14 @@ msgstr "Margem (horizontal)"
msgid "Margin (Vertical)"
msgstr "Margem (vertical)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Mais opções de download"
msgid "Move section to another column or page"
msgstr "Mover secção para outra coluna ou página."
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Deve começar por https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Nova senha"
msgid "New Section"
msgstr "Nova secção"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Novo tópico"
@@ -2360,6 +2712,14 @@ msgstr "Novo tópico"
msgid "No Advertising, No Tracking"
msgstr "Sem publicidade, sem rastreamento"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Sem dados anteriores"
msgid "No results found."
msgstr "Nenhum resultado encontrado."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Nenhum currículo corresponde à sua pesquisa."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Ainda não há versões guardadas."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Ainda não existem regras de estilo."
@@ -2406,6 +2778,7 @@ msgstr "Norueguês"
msgid "Not connected"
msgstr "Não conectado"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Notas"
@@ -2431,6 +2804,10 @@ msgstr "Manutenção contínua"
msgid "Only applies when the section fits on a single page."
msgstr "Aplica-se apenas quando a secção cabe numa única página."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "A proteção por senha foi desativada."
msgid "Password protection has been enabled."
msgstr "A proteção por senha foi ativada."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Remendo aplicado"
@@ -2636,6 +3025,22 @@ msgstr "Selecione um ícone"
msgid "Picture"
msgstr "Foto"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Introduza uma nova senha para a sua conta"
@@ -2652,6 +3057,10 @@ msgstr "Introduza o URL para o qual pretende criar o link:"
msgid "Please support the project"
msgstr "Por favor, apoie o projeto."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Aguarde enquanto o seu PDF está a ser gerado..."
@@ -2774,6 +3183,10 @@ msgstr "Publicações"
msgid "Publisher"
msgstr "Editora"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Ir para a página inicial"
@@ -2817,6 +3230,10 @@ msgstr "Reativo reativo v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Currículo reativo v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Destinatário"
@@ -2839,6 +3256,10 @@ msgstr "Refazer"
msgid "References"
msgstr "Referências"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Registar novo dispositivo"
@@ -2856,6 +3277,14 @@ msgstr "Remover"
msgid "Remove {chip}"
msgstr "Remova {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Remover campo personalizado"
@@ -2954,6 +3383,10 @@ msgstr "Análise do currículo concluída."
msgid "Resume content"
msgstr "Conteúdo do currículo"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Opções de currículo"
@@ -2962,6 +3395,10 @@ msgstr "Opções de currículo"
msgid "Resume patch"
msgstr "Retalho de currículo"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Reescreva este currículo para uma transição de fundador de uma startu
msgid "Right Align"
msgstr "Alinhar à direita"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Progressão de função"
@@ -3018,6 +3463,15 @@ msgstr "Execute a sua primeira análise para obter um quadro de pontuação, pon
msgid "Russian"
msgstr "Russo"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Fornecedor de salvamento e teste"
msgid "Save & Upload"
msgstr "Guardar e enviar"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Digitalize o código QR abaixo com a sua aplicação de autenticação p
msgid "School"
msgstr "Escola"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Quadro de resultados"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Pesquisa"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Opções da secção"
msgid "Section Type"
msgstr "Tipo de secção"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Selecione um currículo"
@@ -3124,6 +3603,10 @@ msgstr "Selecione um currículo"
msgid "Select a thread"
msgstr "Selecione um tópico"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Selecione um modelo de agente"
@@ -3136,6 +3619,14 @@ msgstr "Selecione um fornecedor de IA"
msgid "Select..."
msgstr "Selecionar..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Faça auto-hospedagem com o Docker"
@@ -3218,6 +3709,11 @@ msgstr "Partilhar"
msgid "Show"
msgstr "Mostrar"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Mostrar palavra-passe"
msgid "Show picture"
msgstr "Mostrar imagem"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Algo correu mal"
msgid "Something went wrong while analyzing your resume."
msgstr "Algo correu mal ao analisar o seu currículo."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Algo correu mal. Tente novamente."
@@ -3369,6 +3873,12 @@ msgstr "Algo correu mal. Tente novamente."
msgid "Sort by"
msgstr "Ordenar por"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Patrocínios"
msgid "Square"
msgstr "Quadrado"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Dê-nos uma estrela no GitHub (abre num novo separador)"
@@ -3459,6 +3974,10 @@ msgstr "Pontos fortes"
msgid "Strike"
msgstr "Rasurar"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Passou para o modelo {0}."
msgid "Synced changes made in another tab."
msgstr "Alterações sincronizadas efetuadas noutra aba."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Etiquetas"
@@ -3513,10 +4037,18 @@ msgstr "Etiquetas"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "As etiquetas podem ser usadas para categorizar o seu currículo por palavras-chave."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Adapte este currículo à descrição de uma função de gestor de produto e enfatize a responsabilidade pelo roadmap, a comunicação com as partes interessadas e os resultados mensuráveis do lançamento."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tâmil"
@@ -3753,6 +4285,10 @@ msgstr "Aperfeiçoe a secção de competências para que esteja alinhada com o c
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Demonstração em time-lapse da criação de um currículo com o Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Dica: dê à sua chave API um nome correspondente ao propósito da chave para o ajudar a identificá-la mais tarde."
@@ -3799,6 +4335,14 @@ msgstr "Alternar a barra lateral direita"
msgid "Toggle threads"
msgstr "Alternar tópicos"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Monitorizar visualizações e downloads do seu currículo"
@@ -3897,6 +4441,11 @@ msgstr "Fontes"
msgid "Ukrainian"
msgstr "Ucraniano"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Sublinhar"
@@ -4011,6 +4560,10 @@ msgstr "Atualize os tópicos do projeto para destacar a liderança, as restriç
msgid "Update Resume"
msgstr "Atualizar currículo"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Atualize a sua senha"
@@ -4023,6 +4576,10 @@ msgstr "A atualizar a sua senha..."
msgid "Updating your resume..."
msgstr "A atualizar o seu currículo..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Anexar ficheiros"
@@ -4031,10 +4588,18 @@ msgstr "Anexar ficheiros"
msgid "Upload picture"
msgstr "Carregar imagem"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "A carregar imagem…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Uso"
msgid "Use color {color}"
msgstr "Utilize a cor {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "O que há de novo na versão mais recente?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Quando bloqueado, o currículo não pode ser atualizado nem eliminado."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Trabalho OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Trabalho OpenAI"
msgid "Working…"
msgstr "Trabalhar…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Afastar"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/ro-RO.po b/apps/web/locales/ro-RO.po
index d89cd8d49..55bcb93bf 100644
--- a/apps/web/locales/ro-RO.po
+++ b/apps/web/locales/ro-RO.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# rol} few {# roluri} other {# de roluri}}"
msgid "{0} characters"
msgstr "caractere {0}"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Un link de confirmare a fost trimis la adresa dvs. de e-mail actuală. V
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Un constructor de CV-uri gratuit și open-source care simplifică procesul de creare, actualizare și partajare a CV-ului."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Un nou link de verificare a fost trimis la adresa dvs. de e-mail. Vă ru
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Un proiect de pasiune realizat de <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Meniul Cont"
msgid "Actual size (100%)"
msgstr "Dimensiune reală (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Adăugați un câmp personalizat"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Adăugați un cuvânt cheie..."
@@ -196,10 +223,23 @@ msgstr "Adăugați o nouă abilitate"
msgid "Add a new volunteer experience"
msgstr "Adăugați o nouă activitate de voluntariat"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Adăugați și testați un furnizor înainte de a porni un fir de execuție pentru agent."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Adăugați cuvântul cheie"
@@ -225,6 +265,14 @@ msgstr "Adăugați furnizor"
msgid "Add Role"
msgstr "Adaugă rol"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Ajustați CV-ul pentru un rol de lucru la distanță, care valorizează comunicarea asincronă și responsabilitatea."
@@ -285,6 +333,10 @@ msgstr "Furnizorii de inteligență artificială necesită configurarea REDIS_UR
msgid "Albanian"
msgstr "Albaneză"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Permite acces public"
@@ -360,10 +412,40 @@ msgstr "Referință API"
msgid "App"
msgstr "Aplicație"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Statistici aplicație"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Reguli aplicate"
@@ -372,11 +454,18 @@ msgstr "Reguli aplicate"
msgid "Arabic"
msgstr "Arabă"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Arhivă"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Sigur doriți să închideți această casetă de dialog?"
@@ -437,6 +526,10 @@ msgstr "Raport de aspect"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud acceptă Reactive Resume ca sponsor al proiectului. Dacă firma dumneavoastră dorește să sponsorizeze proiectul, trimiteți un e-mail la <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Atașați fișiere"
@@ -455,6 +548,14 @@ msgstr "Atașament încărcat."
msgid "Authentication"
msgstr "Autentificare"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Disponibilă în mai multe limbi. Dacă doriți să contribuiți, accesați Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengaleză"
msgid "Blank draft"
msgstr "Schiță goală"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Paletă de comenzi a constructorului"
msgid "Bulgarian"
msgstr "Bulgară"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Listă cu puncte"
@@ -552,6 +665,12 @@ msgstr "Listă cu puncte"
msgid "By the community, for the community."
msgstr "Construit de comunitate, pentru comunitate."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Pot să-mi export CV-ul în PDF?"
@@ -566,6 +685,9 @@ msgstr "Pot să-mi export CV-ul în PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Cerc"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Clar"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Ștergeți selecția"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Comunitate"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Companie"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Compară acest CV cu adresa URL a acestui rol și actualizează cuvintele cheie, menținând în același timp un ton concis și credibil."
@@ -735,6 +867,10 @@ msgstr "Conexiunea a eșuat"
msgid "Connection verified — provider is ready to use."
msgstr "Conexiune verificată — furnizorul este gata de utilizare."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Conversație copiată."
msgid "Conversation JSON copied."
msgstr "JSON-ul conversației a fost copiat."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Copiază"
@@ -815,10 +956,43 @@ msgstr "Nu s-a putut verifica conexiunea furnizorului."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Nu s-a putut verifica conexiunea. Verificați cheia API, modelul și adresa URL de bază."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Nu s-a putut salva"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Nu s-a putut salva"
msgid "Cover Letter"
msgstr "Scrisoare de intenție"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Scrisoare de intenție"
msgid "Create"
msgstr "Creează"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Creează un cont nou"
@@ -952,6 +1134,11 @@ msgstr "Creați un CV cu opțiuni"
msgid "Created"
msgstr "Creat"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Se creează cheia API..."
@@ -964,6 +1151,10 @@ msgstr "Se creează CV-ul..."
msgid "Crop picture"
msgstr "Decupează imaginea"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Parolă curentă"
@@ -1041,6 +1232,9 @@ msgstr "Diplomă"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Ștergeți furnizorul"
msgid "Delete this agent thread?"
msgstr "Ștergeți acest fir de discuție al agentului?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Se șterge contul..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Închide"
@@ -1136,6 +1336,10 @@ msgstr "Închide"
msgid "Documentation"
msgstr "Documentație"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Nu ai un cont? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Descărcați DOCX"
msgid "Download JSON"
msgstr "Descarcă JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Descarcă PDF-ul"
msgid "Downloads"
msgstr "Descărcări"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Glisați și fixați secțiunile aici pentru a le muta între coloane"
@@ -1227,11 +1444,17 @@ msgstr "Se duplică CV-ul..."
msgid "Dutch"
msgstr "Olandeză"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Versiunile anterioare sunt păstrate; istoricul de anulare al constructorului este resetat."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Edita"
@@ -1241,6 +1464,10 @@ msgstr "Edita"
msgid "Edit {chip}"
msgstr "Editează {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Exportă"
msgid "Export my data"
msgstr "Exportați datele mele"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Exportă-ți CV-ul instantaneu în format PDF, fără nicio așteptare sau întârziere."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "A eșuat analiza CV-ului."
@@ -1575,10 +1810,18 @@ msgstr "Funcționalități"
msgid "File"
msgstr "Fişier"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filtrați după"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Găsește punctele slabe și rescrie-le cu rezultate, numere, domenii de aplicare și verbe mai precise."
@@ -1599,6 +1842,22 @@ msgstr "Flexibilitate"
msgid "Fluency"
msgstr "Fluență"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Familia de fonturi"
@@ -1653,11 +1912,19 @@ msgstr "Formă liberă"
msgid "French"
msgstr "Franceză"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Lățime completă"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Ecran complet"
@@ -1667,6 +1934,10 @@ msgstr "Ecran complet"
msgid "Fullscreen Editor"
msgstr "Editor fullscreen"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Generați un nume aleatoriu"
@@ -1878,6 +2149,10 @@ msgstr "Cum îmi partajez CV-ul?"
msgid "How do I use the API?"
msgstr "Cum folosesc API-ul?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Cum sunt protejate datele mele?"
@@ -1904,12 +2179,35 @@ msgstr "Identificați lacunele unui sistem de urmărire a candidaților și apli
msgid "Import"
msgstr "Import"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Importați un CV existent"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Importul din PDF sau Word necesită un furnizor de inteligență artificială conectat."
@@ -1942,6 +2240,10 @@ msgstr "Informație"
msgid "Inline Code"
msgstr "Cod în linie"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Generare instantanee"
@@ -1986,6 +2288,14 @@ msgstr "Cursiv"
msgid "Japanese"
msgstr "Japoneză"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Coreeană"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Etichetă"
@@ -2072,6 +2383,10 @@ msgstr "Limbă"
msgid "Languages"
msgstr "Limbi"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Ultima analiză efectuată pe {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Lăsați necompletat pentru a reseta titlul la cel original."
msgid "Left Align"
msgstr "Aliniere la stânga"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Scrisoare"
@@ -2152,6 +2471,18 @@ msgstr "Temă deschisă"
msgid "Line Height"
msgstr "Înălțimea liniei"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Se încarcă…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Locație"
@@ -2266,6 +2599,14 @@ msgstr "Margine (orizontală)"
msgid "Margin (Vertical)"
msgstr "Margine (verticală)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Mai multe opțiuni de descărcare"
msgid "Move section to another column or page"
msgstr "Mutați secțiunea în altă coloană sau pagină"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Trebuie să înceapă cu https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Parolă nouă"
msgid "New Section"
msgstr "Secțiune nouă"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Fir nou"
@@ -2360,6 +2712,14 @@ msgstr "Fir nou"
msgid "No Advertising, No Tracking"
msgstr "Fără reclame, fără urmărire"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Fără date anterioare"
msgid "No results found."
msgstr "Nu s-a găsit niciun rezultat."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Niciun CV nu corespunde căutării dvs."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Încă nu există versiuni salvate."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Încă nu există reguli de stil."
@@ -2406,6 +2778,7 @@ msgstr "Norvegiană"
msgid "Not connected"
msgstr "Neconectat"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Notițe"
@@ -2431,6 +2804,10 @@ msgstr "Mentenanță continuă"
msgid "Only applies when the section fits on a single page."
msgstr "Se aplică numai atunci când secțiunea încape pe o singură pagină."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Protecția prin parolă a fost dezactivată."
msgid "Password protection has been enabled."
msgstr "Protecția prin parolă a fost activată."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Aplicat plasture"
@@ -2636,6 +3025,22 @@ msgstr "Alegeți o pictogramă"
msgid "Picture"
msgstr "Imagine"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Introduceți o parolă nouă pentru contul dvs."
@@ -2652,6 +3057,10 @@ msgstr "Introduceți URL-ul la care doriți să faceți link:"
msgid "Please support the project"
msgstr "Vă rugăm să susțineți proiectul"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Vă rugăm să așteptați în timp ce se generează PDF-ul..."
@@ -2774,6 +3183,10 @@ msgstr "Publicații"
msgid "Publisher"
msgstr "Editor"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Mergi la pagina principală"
@@ -2817,6 +3230,10 @@ msgstr "CV reactiv v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "CV reactiv v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Destinatar"
@@ -2839,6 +3256,10 @@ msgstr "Refaceți"
msgid "References"
msgstr "Referințe"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Înregistrare dispozitiv nou"
@@ -2856,6 +3277,14 @@ msgstr "Elimină"
msgid "Remove {chip}"
msgstr "Eliminați {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Eliminați câmpul personalizat"
@@ -2954,6 +3383,10 @@ msgstr "Analiza CV-ului este completă."
msgid "Resume content"
msgstr "Conținut CV"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Opțiuni pentru CV"
@@ -2962,6 +3395,10 @@ msgstr "Opțiuni pentru CV"
msgid "Resume patch"
msgstr "Reluare patch"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Rescrie acest CV pentru o tranziție de la fondator de startup la lider
msgid "Right Align"
msgstr "Aliniere la dreapta"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Progresia rolurilor"
@@ -3018,6 +3463,15 @@ msgstr "Efectuați prima analiză pentru a obține o fișă de evaluare, puncte
msgid "Russian"
msgstr "Rusă"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Salvați și testați furnizorul"
msgid "Save & Upload"
msgstr "Salvați și încărcați"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Scanați codul QR de mai jos cu aplicația de autentificare preferată.
msgid "School"
msgstr "Școală"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Fișă de scor"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Căutare"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Opțiuni secțiune"
msgid "Section Type"
msgstr "Tip secțiune"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Selectați un CV"
@@ -3124,6 +3603,10 @@ msgstr "Selectați un CV"
msgid "Select a thread"
msgstr "Selectați un fir de discuție"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Selectați un model de agent"
@@ -3136,6 +3619,14 @@ msgstr "Selectați un furnizor de inteligență artificială"
msgid "Select..."
msgstr "Selectează..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Self-host cu Docker"
@@ -3218,6 +3709,11 @@ msgstr "Partajarea"
msgid "Show"
msgstr "Arată"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Afișați parola"
msgid "Show picture"
msgstr "Afișați imaginea"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Ceva nu a mers bine"
msgid "Something went wrong while analyzing your resume."
msgstr "Ceva nu a mers bine în timpul analizării CV-ului dumneavoastră."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Ceva nu a funcționat. Vă rugăm să încercați din nou."
@@ -3369,6 +3873,12 @@ msgstr "Ceva nu a funcționat. Vă rugăm să încercați din nou."
msgid "Sort by"
msgstr "Sortați după"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Sponsorizări"
msgid "Square"
msgstr "Pătrat"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Adăugați o steluță pentru noi pe GitHub (se deschide într-o filă nouă)"
@@ -3459,6 +3974,10 @@ msgstr "Puncte forte"
msgid "Strike"
msgstr "Tăiat"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "S-a trecut la șablonul {0}."
msgid "Synced changes made in another tab."
msgstr "Modificările sincronizate efectuate într-o altă filă."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Etichete"
@@ -3513,10 +4037,18 @@ msgstr "Etichete"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Etichetele pot fi folosite pentru a categoriza CV-ul după cuvinte cheie."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Adaptați acest CV la fișa postului de manager de produs și puneți accent pe responsabilitatea pentru foaia de parcurs, comunicarea cu părțile interesate și rezultatele măsurabile ale lansării."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamilă"
@@ -3753,6 +4285,10 @@ msgstr "Restrângeți secțiunea de competențe astfel încât să susțină rol
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Demonstrație timelapse de construire a unui CV cu Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Sfat: Dați cheii API un nume, corespunzător scopului ei, pentru a o putea identifica mai ușor mai târziu."
@@ -3799,6 +4335,14 @@ msgstr "Alternați bara laterală din dreapta"
msgid "Toggle threads"
msgstr "Comutare fir de discuție"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Urmăriți vizualizările și descărcările CV-ului"
@@ -3897,6 +4441,11 @@ msgstr "Tipografie"
msgid "Ukrainian"
msgstr "Ucraineană"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Subliniat"
@@ -4011,6 +4560,10 @@ msgstr "Actualizați punctele cheie ale proiectului pentru a arăta conducerea,
msgid "Update Resume"
msgstr "Actualizați CV-ul"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Actualizați-vă parola"
@@ -4023,6 +4576,10 @@ msgstr "Se actualizează parola..."
msgid "Updating your resume..."
msgstr "Se actualizează CV-ul..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Încărcați atașamente"
@@ -4031,10 +4588,18 @@ msgstr "Încărcați atașamente"
msgid "Upload picture"
msgstr "Încărcați imaginea"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Se încarcă imaginea…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Utilizare"
msgid "Use color {color}"
msgstr "Utilizați culoarea {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Ce este nou în cea mai recentă versiune?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Când este blocat, CV-ul nu poate fi actualizat sau șters."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Lucrează cu OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Lucrează cu OpenAI"
msgid "Working…"
msgstr "Lucrând…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Micșorează"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/ru-RU.po b/apps/web/locales/ru-RU.po
index 57f8dff50..45c418929 100644
--- a/apps/web/locales/ru-RU.po
+++ b/apps/web/locales/ru-RU.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# должность} few {# должности} many {
msgid "{0} characters"
msgstr "{0} символов"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Ссылка для подтверждения отправлена на
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Бесплатный конструктор резюме с открытым исходным кодом, который упрощает процесс создания, обновления и публикации вашего резюме."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Новая ссылка для подтверждения отправл
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Проект <0>Амрута Пиллая0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Меню учетной записи"
msgid "Actual size (100%)"
msgstr "Фактический размер (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Добавьте настраиваемое поле"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Добавьте ключевое слово..."
@@ -196,10 +223,23 @@ msgstr "Добавить новый навык"
msgid "Add a new volunteer experience"
msgstr "Добавить новый волонтерский опыт"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Добавьте и протестируйте поставщика услуг, прежде чем запускать поток агента."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Добавьте ключевое слово"
@@ -225,6 +265,14 @@ msgstr "Добавить поставщика"
msgid "Add Role"
msgstr "Добавить должность"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Адаптируйте резюме под удаленную работу, где ценятся асинхронное общение и ответственность."
@@ -285,6 +333,10 @@ msgstr "Для работы с системами искусственного
msgid "Albanian"
msgstr "Албанский"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Разрешить публичный доступ"
@@ -360,10 +412,40 @@ msgstr "Справочник по API"
msgid "App"
msgstr "Приложение"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Статистика приложения"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Применяемые правила"
@@ -372,11 +454,18 @@ msgstr "Применяемые правила"
msgid "Arabic"
msgstr "Арабский"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Архив"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Вы уверены, что хотите закрыть этот диалог?"
@@ -437,6 +526,10 @@ msgstr "Соотношение сторон"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Компания Atlas Cloud поддерживает проект Reactive Resume в качестве спонсора. Если ваша компания хотела бы спонсировать проект, отправьте электронное письмо по адресу <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Прикрепить файлы"
@@ -455,6 +548,14 @@ msgstr "Вложение загружено."
msgid "Authentication"
msgstr "Аутентификация"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Доступно на нескольких языках. Если вы хотите внести вклад, загляните на Crowdin."
@@ -511,6 +612,10 @@ msgstr "Бенгальский"
msgid "Blank draft"
msgstr "Черновой вариант"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Командная палитра редактора"
msgid "Bulgarian"
msgstr "Болгарский"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Маркированный список"
@@ -552,6 +665,12 @@ msgstr "Маркированный список"
msgid "By the community, for the community."
msgstr "Продукт сообщества для сообщества."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Могу ли я экспортировать свое резюме в PDF?"
@@ -566,6 +685,9 @@ msgstr "Могу ли я экспортировать свое резюме в P
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Круг"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Clear"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Четкий выбор"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Сообщество"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Компания"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Сравните это резюме с URL-адресом данной вакансии и обновите ключевые слова, сохраняя при этом лаконичный и убедительный стиль изложения."
@@ -735,6 +867,10 @@ msgstr "Соединение не удалось."
msgid "Connection verified — provider is ready to use."
msgstr "Соединение подтверждено — провайдер готов к использованию."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Переписка скопирована."
msgid "Conversation JSON copied."
msgstr "JSON-данные диалога скопированы."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Скопировать"
@@ -815,10 +956,43 @@ msgstr "Не удалось проверить подключение к про
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Не удалось проверить соединение. Проверьте ключ API, модель и базовый URL."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Не удалось сохранить"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Не удалось сохранить"
msgid "Cover Letter"
msgstr "Сопроводительное письмо"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Сопроводительное письмо"
msgid "Create"
msgstr "Создать"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Создать новый аккаунт"
@@ -952,6 +1134,11 @@ msgstr "Создайте резюме с опциями"
msgid "Created"
msgstr "Создано"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Создание вашего API-ключа..."
@@ -964,6 +1151,10 @@ msgstr "Создание вашего резюме..."
msgid "Crop picture"
msgstr "Обрезанное изображение"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Текущий пароль"
@@ -1041,6 +1232,9 @@ msgstr "Степень"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Удалить поставщика"
msgid "Delete this agent thread?"
msgstr "Удалить эту ветку обсуждения с агентом?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Удаление вашей учетной записи..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Увольнять"
@@ -1136,6 +1336,10 @@ msgstr "Увольнять"
msgid "Documentation"
msgstr "Документация"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Нет аккаунта? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Скачать DOCX"
msgid "Download JSON"
msgstr "Скачать JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Скачать PDF"
msgid "Downloads"
msgstr "Загрузки"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Перетащите разделы сюда, чтобы переместить их между столбцами"
@@ -1227,11 +1444,17 @@ msgstr "Дублирование вашего резюме..."
msgid "Dutch"
msgstr "Нидерландский"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Сохраняются более ранние версии; история отмен действий конструктора сбрасывается."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Редактировать"
@@ -1241,6 +1464,10 @@ msgstr "Редактировать"
msgid "Edit {chip}"
msgstr "Редактировать {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Экспорт"
msgid "Export my data"
msgstr "Экспорт моих данных"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Мгновенно экспортируйте свое резюме в формат PDF без задержек и ожидания."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Не удалось проанализировать резюме."
@@ -1575,10 +1810,18 @@ msgstr "Возможности"
msgid "File"
msgstr "Файл"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Фильтровать по"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Найдите слабые пункты и переформулируйте их, указав более убедительные результаты, цифры, масштаб и используя более четкие глаголы."
@@ -1599,6 +1842,22 @@ msgstr "Гибкость"
msgid "Fluency"
msgstr "Уровень владения"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Семейство шрифтов"
@@ -1653,11 +1912,19 @@ msgstr "Свободная форма"
msgid "French"
msgstr "Французский"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "На всю ширину"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Полноэкранный режим"
@@ -1667,6 +1934,10 @@ msgstr "Полноэкранный режим"
msgid "Fullscreen Editor"
msgstr "Полноэкранный редактор"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Сгенерировать случайное название"
@@ -1878,6 +2149,10 @@ msgstr "Как поделиться своим резюме?"
msgid "How do I use the API?"
msgstr "Как пользоваться API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Как защищаются мои данные?"
@@ -1904,12 +2179,35 @@ msgstr "Выявите недостатки системы отслеживан
msgid "Import"
msgstr "Импорт"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Импорт существующего резюме"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Для импорта из PDF или Word требуется подключенный поставщик услуг искусственного интеллекта."
@@ -1942,6 +2240,10 @@ msgstr "Информация"
msgid "Inline Code"
msgstr "Встроенный код"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Мгновенное порождение"
@@ -1986,6 +2288,14 @@ msgstr "Курсив"
msgid "Japanese"
msgstr "Японский"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Корейский"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Метка"
@@ -2072,6 +2383,10 @@ msgstr "Язык"
msgid "Languages"
msgstr "Языки"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Последний анализ был проведен {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Оставьте пустым, чтобы сбросить заголо
msgid "Left Align"
msgstr "Выровнять по левому краю"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Letter"
@@ -2152,6 +2471,18 @@ msgstr "Светлая тема"
msgid "Line Height"
msgstr "Высота строки"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Загрузка…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Местоположение"
@@ -2266,6 +2599,14 @@ msgstr "Отступ (по горизонтали)"
msgid "Margin (Vertical)"
msgstr "Отступ (по вертикали)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Дополнительные варианты загрузки"
msgid "Move section to another column or page"
msgstr "Переместить раздел в другой столбец или на другую страницу"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Должно начинаться с https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Новый пароль"
msgid "New Section"
msgstr "Новый раздел"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Новая тема"
@@ -2360,6 +2712,14 @@ msgstr "Новая тема"
msgid "No Advertising, No Tracking"
msgstr "Без рекламы и отслеживания"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Предварительные данные отсутствуют."
msgid "No results found."
msgstr "Результатов не найдено."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "По вашему запросу не найдено ни одного резюме."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Сохранённых версий пока нет."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Пока нет никаких правил стиля."
@@ -2406,6 +2778,7 @@ msgstr "Норвежский"
msgid "Not connected"
msgstr "Не подключено"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Заметки"
@@ -2431,6 +2804,10 @@ msgstr "Текущее сопровождение"
msgid "Only applies when the section fits on a single page."
msgstr "Применяется только в том случае, если раздел помещается на одной странице."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Защита паролем отключена."
msgid "Password protection has been enabled."
msgstr "Защита паролем включена."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Наклеен пластырь."
@@ -2636,6 +3025,22 @@ msgstr "Выберите значок"
msgid "Picture"
msgstr "Фотография"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Пожалуйста, введите новый пароль для своей учетной записи"
@@ -2652,6 +3057,10 @@ msgstr "Введите URL, на который вы хотите постави
msgid "Please support the project"
msgstr "Пожалуйста, поддержите проект."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Подождите, пока создается ваш PDF..."
@@ -2774,6 +3183,10 @@ msgstr "Публикации"
msgid "Publisher"
msgstr "Издатель"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume — перейти на главную страницу"
@@ -2817,6 +3230,10 @@ msgstr "Реактивное возобновление v<0>{__APP_VERSION__}0
msgid "Reactive Resume v4 (JSON)"
msgstr "Reactive Resume v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Получатель"
@@ -2839,6 +3256,10 @@ msgstr "Переделать"
msgid "References"
msgstr "Рекомендации"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Зарегистрируйте новое устройство"
@@ -2856,6 +3277,14 @@ msgstr "Удалить"
msgid "Remove {chip}"
msgstr "Удалить {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Удалить пользовательское поле"
@@ -2954,6 +3383,10 @@ msgstr "Анализ резюме завершен."
msgid "Resume content"
msgstr "Содержание резюме"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Варианты резюме"
@@ -2962,6 +3395,10 @@ msgstr "Варианты резюме"
msgid "Resume patch"
msgstr "Возобновить обновление"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Перепишите это резюме для перехода от о
msgid "Right Align"
msgstr "Выровнять по правому краю"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Карьерный рост"
@@ -3018,6 +3463,15 @@ msgstr "Проведите свой первый анализ, чтобы пол
msgid "Russian"
msgstr "Русский"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Сохранение и тестирование поставщика"
msgid "Save & Upload"
msgstr "Сохранить и загрузить"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Сканируйте QR-код ниже с помощью вашего
msgid "School"
msgstr "Учебное заведение"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Оценочный лист"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Поиск"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Параметры раздела"
msgid "Section Type"
msgstr "Тип раздела"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Выберите резюме"
@@ -3124,6 +3603,10 @@ msgstr "Выберите резюме"
msgid "Select a thread"
msgstr "Выберите тему"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Выберите модель агента"
@@ -3136,6 +3619,14 @@ msgstr "Выберите поставщика ИИ."
msgid "Select..."
msgstr "Выбрать..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Хостинг на Docker"
@@ -3218,6 +3709,11 @@ msgstr "Общий доступ"
msgid "Show"
msgstr "Показать"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Показать пароль"
msgid "Show picture"
msgstr "Показать картинку"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Что-то пошло не так."
msgid "Something went wrong while analyzing your resume."
msgstr "Что-то пошло не так при анализе Вашего резюме."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Что-то пошло не так. Пожалуйста, попробуйте еще раз."
@@ -3369,6 +3873,12 @@ msgstr "Что-то пошло не так. Пожалуйста, попробу
msgid "Sort by"
msgstr "Сортировать по"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Спонсорство"
msgid "Square"
msgstr "Квадрат"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Отметьте нас звездой на GitHub (откроется в новой вкладке)"
@@ -3459,6 +3974,10 @@ msgstr "Сильные стороны"
msgid "Strike"
msgstr "Зачеркнутый"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Сабреддит"
@@ -3505,7 +4024,12 @@ msgstr "Переключился на шаблон {0}."
msgid "Synced changes made in another tab."
msgstr "Изменения, синхронизированные в другой вкладке, также синхронизированы."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Теги"
@@ -3513,10 +4037,18 @@ msgstr "Теги"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Теги можно использовать для категоризации резюме по ключевым словам."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Адаптируйте это резюме под описание вакансии менеджера по продукту и сделайте акцент на ответственности за дорожную карту, взаимодействии с заинтересованными сторонами и измеримых результатах запуска."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Тамильский"
@@ -3753,6 +4285,10 @@ msgstr "Оптимизируйте раздел навыков, чтобы он
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Ускоренная демонстрация создания резюме в Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Совет: Дайте API-ключу название, отражающее его назначение, чтобы позже проще было его идентифицировать."
@@ -3799,6 +4335,14 @@ msgstr "Переключите правую боковую панель"
msgid "Toggle threads"
msgstr "Переключить потоки"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Отслеживайте просмотры и загрузки вашего резюме"
@@ -3897,6 +4441,11 @@ msgstr "Типография"
msgid "Ukrainian"
msgstr "Украинский"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Подчеркивание"
@@ -4011,6 +4560,10 @@ msgstr "Обновите пункты описания проекта, чтоб
msgid "Update Resume"
msgstr "Обновить резюме"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Обновите пароль"
@@ -4023,6 +4576,10 @@ msgstr "Обновление пароля..."
msgid "Updating your resume..."
msgstr "Обновление вашего резюме..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Загрузить вложения"
@@ -4031,10 +4588,18 @@ msgstr "Загрузить вложения"
msgid "Upload picture"
msgstr "Загрузите картинку"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Загрузка изображения…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Использовать"
msgid "Use color {color}"
msgstr "Используйте цвет {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Что нового в последней версии?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Когда резюме заблокировано, его нельзя обновить или удалить."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Работа в OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Работа в OpenAI"
msgid "Working…"
msgstr "Работает…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Твиттер)"
@@ -4308,4 +4889,3 @@ msgstr "Уменьшить"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Зулу"
-
diff --git a/apps/web/locales/sk-SK.po b/apps/web/locales/sk-SK.po
index d96b0b897..9dfffcedc 100644
--- a/apps/web/locales/sk-SK.po
+++ b/apps/web/locales/sk-SK.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# rola} few {# roly} many {# rolí} other {# rolí}}"
msgid "{0} characters"
msgstr "{0} znakov"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Potvrdzujúci odkaz bol odoslaný na tvoju aktuálnu e‑mailovú adresu
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Bezplatný a open‑source nástroj na tvorbu životopisov, ktorý zjednodušuje vytváranie, aktualizáciu a zdieľanie tvojho životopisu."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Nový overovací odkaz bol odoslaný na tvoju e‑mailovú adresu. Skont
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Nadšenecký projekt od <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Ponuka účtu"
msgid "Actual size (100%)"
msgstr "Skutočná veľkosť (100 %)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Pridať vlastné pole"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Pridajte kľúčové slovo..."
@@ -196,10 +223,23 @@ msgstr "Pridať novú zručnosť"
msgid "Add a new volunteer experience"
msgstr "Pridať novú dobrovoľnícku skúsenosť"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Pred spustením vlákna agenta pridajte a otestujte poskytovateľa."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Pridať kľúčové slovo"
@@ -225,6 +265,14 @@ msgstr "Pridať poskytovateľa"
msgid "Add Role"
msgstr "Pridať rolu"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Upravte životopis pre pozíciu pracujúcu predovšetkým na diaľku, ktorá si cení asynchrónnu komunikáciu a zodpovednosť."
@@ -285,6 +333,10 @@ msgstr "Poskytovatelia umelej inteligencie vyžadujú konfiguráciu REDIS_URL a
msgid "Albanian"
msgstr "Albánčina"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Povoliť verejný prístup"
@@ -360,10 +412,40 @@ msgstr "API dokumentácia"
msgid "App"
msgstr "Aplikácia"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Štatistiky aplikácie"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Použité pravidlá"
@@ -372,11 +454,18 @@ msgstr "Použité pravidlá"
msgid "Arabic"
msgstr "Arabčina"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Archív"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Ste si istí, že chcete zavrieť tento dialóg?"
@@ -437,6 +526,10 @@ msgstr "Pomer strán"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud podporuje Reactive Resume ako sponzora projektu. Ak by vaša spoločnosť chcela projekt sponzorovať, pošlite e-mail na adresu <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Priložiť súbory"
@@ -455,6 +548,14 @@ msgstr "Príloha bola nahraná."
msgid "Authentication"
msgstr "Overenie"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "K dispozícii vo viacerých jazykoch. Ak chceš prispieť, pozri si Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengálčina"
msgid "Blank draft"
msgstr "Prázdny koncept"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Príkazová paleta editora"
msgid "Bulgarian"
msgstr "Bulharčina"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Odrážkový zoznam"
@@ -552,6 +665,12 @@ msgstr "Odrážkový zoznam"
msgid "By the community, for the community."
msgstr "Komunitou vytvorené pre komunitu."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Môžem svoj životopis exportovať do PDF?"
@@ -566,6 +685,9 @@ msgstr "Môžem svoj životopis exportovať do PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Kruh"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Jasné"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Vymazať výber"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Komunita"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Spoločnosť"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Porovnajte tento životopis s URL adresou tejto pracovnej pozície a aktualizujte kľúčové slová, pričom zachovajte stručnosť a dôveryhodnosť textu."
@@ -735,6 +867,10 @@ msgstr "Pripojenie zlyhalo"
msgid "Connection verified — provider is ready to use."
msgstr "Pripojenie overené – poskytovateľ je pripravený na použitie."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Konverzácia bola skopírovaná."
msgid "Conversation JSON copied."
msgstr "JSON konverzácie bol skopírovaný."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Kopírovať"
@@ -815,10 +956,43 @@ msgstr "Nepodarilo sa overiť pripojenie poskytovateľa."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Nepodarilo sa overiť pripojenie. Skontrolujte kľúč API, model a základnú URL adresu."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Nepodarilo sa uložiť"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Nepodarilo sa uložiť"
msgid "Cover Letter"
msgstr "Motivačný list"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Motivačný list"
msgid "Create"
msgstr "Vytvoriť"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Vytvoriť nový účet"
@@ -952,6 +1134,11 @@ msgstr "Vytvorenie životopisu s možnosťami"
msgid "Created"
msgstr "Vytvorené"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Vytváram tvoj API kľúč..."
@@ -964,6 +1151,10 @@ msgstr "Vytváram tvoj životopis..."
msgid "Crop picture"
msgstr "Orezať obrázok"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Aktuálne heslo"
@@ -1041,6 +1232,9 @@ msgstr "Titul"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Odstrániť poskytovateľa"
msgid "Delete this agent thread?"
msgstr "Odstrániť toto vlákno agenta?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Vymazávam tvoj účet..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Zavrieť"
@@ -1136,6 +1336,10 @@ msgstr "Zavrieť"
msgid "Documentation"
msgstr "Dokumentácia"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Nemáte účet? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Stiahnuť DOCX"
msgid "Download JSON"
msgstr "Stiahnuť JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Stiahnuť PDF"
msgid "Downloads"
msgstr "Stiahnutia"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Potiahni sem sekcie a pusti ich, aby si ich presunul medzi stĺpcami"
@@ -1227,11 +1444,17 @@ msgstr "Duplikujem tvoj životopis..."
msgid "Dutch"
msgstr "Holandčina"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Staršie verzie sa zachovajú; história vrátenia zmien v nástroji na tvorbu sa vynuluje."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Upraviť"
@@ -1241,6 +1464,10 @@ msgstr "Upraviť"
msgid "Edit {chip}"
msgstr "Upraviť {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Export"
msgid "Export my data"
msgstr "Exportovať moje údaje"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Exportujte svoj životopis do PDF okamžite, bez čakania alebo zdržania."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Nepodarilo sa analyzovať životopis."
@@ -1575,10 +1810,18 @@ msgstr "Funkcie"
msgid "File"
msgstr "Súbor"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filtrovať podľa"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Nájdite slabé odrážky a prepíšte ich so silnejšími výsledkami, číslami, rozsahom a ostrejšími slovesami."
@@ -1599,6 +1842,22 @@ msgstr "Flexibilita"
msgid "Fluency"
msgstr "Jazyková úroveň"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Písmo"
@@ -1653,11 +1912,19 @@ msgstr "Voľný tvar"
msgid "French"
msgstr "Francúzština"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Plná šírka"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Celá obrazovka"
@@ -1667,6 +1934,10 @@ msgstr "Celá obrazovka"
msgid "Fullscreen Editor"
msgstr "Editor na celú obrazovku"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Vygenerovať náhodný názov"
@@ -1878,6 +2149,10 @@ msgstr "Ako môžem zdieľať svoj životopis?"
msgid "How do I use the API?"
msgstr "Ako používam API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Ako sú moje dáta chránené?"
@@ -1904,12 +2179,35 @@ msgstr "Identifikujte nedostatky v systéme sledovania uchádzačov a aplikujte
msgid "Import"
msgstr "Importovať"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Importovať existujúci životopis"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Import z PDF alebo Wordu vyžaduje pripojeného poskytovateľa umelej inteligencie."
@@ -1942,6 +2240,10 @@ msgstr "Informácie"
msgid "Inline Code"
msgstr "Vložený kód"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Okamžité generovanie"
@@ -1986,6 +2288,14 @@ msgstr "Kurzíva"
msgid "Japanese"
msgstr "Japončina"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Kórejčina"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Štítok"
@@ -2072,6 +2383,10 @@ msgstr "Jazyk"
msgid "Languages"
msgstr "Jazyky"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Naposledy analyzované dňa {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Ak necháš prázdne, názov sa vráti na pôvodný."
msgid "Left Align"
msgstr "Zarovnať vľavo"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Letter"
@@ -2152,6 +2471,18 @@ msgstr "Svetlá téma"
msgid "Line Height"
msgstr "Riadkovanie"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Načítava sa…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Lokalita"
@@ -2266,6 +2599,14 @@ msgstr "Okraj (vodorovne)"
msgid "Margin (Vertical)"
msgstr "Okraj (zvisle)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Viac možností sťahovania"
msgid "Move section to another column or page"
msgstr "Presunúť sekciu do iného stĺpca alebo na inú stranu"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Musí začať na https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Nové heslo"
msgid "New Section"
msgstr "Nová sekcia"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Nové vlákno"
@@ -2360,6 +2712,14 @@ msgstr "Nové vlákno"
msgid "No Advertising, No Tracking"
msgstr "Bez reklám, bez sledovania"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Žiadne predchádzajúce údaje"
msgid "No results found."
msgstr "Nenašli sa žiadne výsledky."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Žiadne životopisy nezodpovedajú vášmu vyhľadávaniu."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Zatiaľ nie sú uložené žiadne verzie."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Zatiaľ žiadne pravidlá štýlu."
@@ -2406,6 +2778,7 @@ msgstr "Nórčina"
msgid "Not connected"
msgstr "Nepripojené"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Poznámky"
@@ -2431,6 +2804,10 @@ msgstr "Priebežná údržba"
msgid "Only applies when the section fits on a single page."
msgstr "Platí iba vtedy, keď sa sekcia zmestí na jednu stranu."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Ochrana heslom bola vypnutá."
msgid "Password protection has been enabled."
msgstr "Ochrana heslom bola zapnutá."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Použitá záplata"
@@ -2636,6 +3025,22 @@ msgstr "Vyberte ikonu"
msgid "Picture"
msgstr "Fotografia"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Zadaj, prosím, nové heslo pre svoj účet"
@@ -2652,6 +3057,10 @@ msgstr "Zadaj prosím URL adresu, na ktorú chceš odkazovať:"
msgid "Please support the project"
msgstr "Prosím, podporte projekt"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Počkaj, prosím, kým sa tvoje PDF vygeneruje..."
@@ -2774,6 +3183,10 @@ msgstr "Publikácie"
msgid "Publisher"
msgstr "Vydavateľ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume – prejsť na domovskú stránku"
@@ -2817,6 +3230,10 @@ msgstr "Reaktívny životopis v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reaktívny životopis v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Príjemca"
@@ -2839,6 +3256,10 @@ msgstr "Znovu"
msgid "References"
msgstr "Referencie"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Registrácia nového zariadenia"
@@ -2856,6 +3277,14 @@ msgstr "Odstrániť"
msgid "Remove {chip}"
msgstr "Odstránenie stránky {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Odstrániť vlastné pole"
@@ -2954,6 +3383,10 @@ msgstr "Dokončenie analýzy životopisu."
msgid "Resume content"
msgstr "Obsah životopisu"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Možnosti životopisu"
@@ -2962,6 +3395,10 @@ msgstr "Možnosti životopisu"
msgid "Resume patch"
msgstr "Obnoviť opravu"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Prepíšte tento životopis pre prechod od zakladateľa startupu k vedú
msgid "Right Align"
msgstr "Zarovnať vpravo"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Kariérny postup"
@@ -3018,6 +3463,15 @@ msgstr "Spustite prvú analýzu, aby ste získali hodnotiacu tabuľku, silné st
msgid "Russian"
msgstr "Ruština"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Poskytovateľ uloženia a testovania"
msgid "Save & Upload"
msgstr "Uložiť a nahrať"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Naskenuj nižšie uvedený QR kód svojou obľúbenou autentifikačnou a
msgid "School"
msgstr "Škola"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Hodnotiaca karta"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Hľadať"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Možnosti sekcie"
msgid "Section Type"
msgstr "Typ sekcie"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Vyberte životopis"
@@ -3124,6 +3603,10 @@ msgstr "Vyberte životopis"
msgid "Select a thread"
msgstr "Vyberte vlákno"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Vyberte model agenta"
@@ -3136,6 +3619,14 @@ msgstr "Vyberte poskytovateľa umelej inteligencie"
msgid "Select..."
msgstr "Vybrať..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Vlastný hosting cez Docker"
@@ -3218,6 +3709,11 @@ msgstr "Zdieľanie"
msgid "Show"
msgstr "Zobraziť"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Zobraziť heslo"
msgid "Show picture"
msgstr "Zobraziť obrázok"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Niečo sa pokazilo"
msgid "Something went wrong while analyzing your resume."
msgstr "Pri analýze vášho životopisu sa niečo pokazilo."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Niečo sa pokazilo. Skús to, prosím, znova."
@@ -3369,6 +3873,12 @@ msgstr "Niečo sa pokazilo. Skús to, prosím, znova."
msgid "Sort by"
msgstr "Zoradiť podľa"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Sponzorstvo"
msgid "Square"
msgstr "Štvorec"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Daj nám hviezdičku na GitHube (otvorí sa na novej karte)"
@@ -3459,6 +3974,10 @@ msgstr "Silné stránky"
msgid "Strike"
msgstr "Prečiarknuté"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Prepnuté na šablónu {0}."
msgid "Synced changes made in another tab."
msgstr "Synchronizované zmeny vykonané na inej karte."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Tagy"
@@ -3513,10 +4037,18 @@ msgstr "Tagy"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Tagy môžeš použiť na kategorizáciu životopisu podľa kľúčových slov."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Prispôsobte tento životopis popisu práce produktového manažéra a zdôraznite zodpovednosť za plán, komunikáciu so zainteresovanými stranami a merateľné výsledky uvedenia na trh."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamilčina"
@@ -3753,6 +4285,10 @@ msgstr "Dolaďte sekciu o zručnostiach tak, aby podporovala cieľovú rolu, a n
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Time‑lapse ukážka tvorby životopisu v Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Tip: Pomenuj si API kľúč podľa účelu, na ktorý ho používaš, aby si ho neskôr ľahko identifikoval."
@@ -3799,6 +4335,14 @@ msgstr "Prepnutie pravého bočného panela"
msgid "Toggle threads"
msgstr "Prepínať vlákna"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Sleduj zobrazenia a stiahnutia svojho životopisu"
@@ -3897,6 +4441,11 @@ msgstr "Typografia"
msgid "Ukrainian"
msgstr "Ukrajinčina"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Podčiarknuté"
@@ -4011,6 +4560,10 @@ msgstr "Aktualizujte odrážky projektu tak, aby zobrazovali vedenie, obmedzenia
msgid "Update Resume"
msgstr "Aktualizovať životopis"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Aktualizuj svoje heslo"
@@ -4023,6 +4576,10 @@ msgstr "Aktualizujem tvoje heslo..."
msgid "Updating your resume..."
msgstr "Aktualizujem tvoj životopis..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Nahrať prílohy"
@@ -4031,10 +4588,18 @@ msgstr "Nahrať prílohy"
msgid "Upload picture"
msgstr "Nahrať obrázok"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Nahráva sa obrázok…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Použitie"
msgid "Use color {color}"
msgstr "Používanie farieb {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Čo je nové v poslednej verzii?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Keď je životopis uzamknutý, nemožno ho aktualizovať ani vymazať."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Práca s OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Práca s OpenAI"
msgid "Working…"
msgstr "Funguje…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Oddialiť"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/sl-SI.po b/apps/web/locales/sl-SI.po
index 99fe9a303..8e10cc4a1 100644
--- a/apps/web/locales/sl-SI.po
+++ b/apps/web/locales/sl-SI.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# vloga} two {# vlogi} few {# vloge} other {# vlog}}"
msgid "{0} characters"
msgstr "{0} znakov"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Potrditvena povezava je bila poslana na vaš trenutni e-poštni naslov.
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Brezplačni in odprtokodni graditelj življenjepisov, ki poenostavi ustvarjanje, posodabljanje in deljenje vašega življenjepisa."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Nova potrditvena povezava je bila poslana na vaš e-poštni naslov. Za p
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Projekt iz strasti avtorja <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Meni računa"
msgid "Actual size (100%)"
msgstr "Dejanska velikost (100 %)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Dodaj polje po meri"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Dodajte ključno besedo..."
@@ -196,10 +223,23 @@ msgstr "Dodaj novo veščino"
msgid "Add a new volunteer experience"
msgstr "Dodaj novo prostovoljno izkušnjo"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Preden začnete nit agenta, dodajte in preizkusite ponudnika."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Dodajte ključno besedo"
@@ -225,6 +265,14 @@ msgstr "Dodaj ponudnika"
msgid "Add Role"
msgstr "Dodaj vlogo"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Prilagodite življenjepis za delovno mesto, ki je usmerjeno v delo na daljavo in ceni asinhrono komunikacijo in lastništvo."
@@ -285,6 +333,10 @@ msgstr "Ponudniki umetne inteligence zahtevajo konfiguracijo REDIS_URL in ENCRYP
msgid "Albanian"
msgstr "Albanščina"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Dovoli javni dostop"
@@ -360,10 +412,40 @@ msgstr "API dokumentacija"
msgid "App"
msgstr "Aplikacija"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Statistika aplikacije"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Uporabljena pravila"
@@ -372,11 +454,18 @@ msgstr "Uporabljena pravila"
msgid "Arabic"
msgstr "Arabščina"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Arhiv"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Ali ste prepričani, da želite zapreti to pogovorno okno?"
@@ -437,6 +526,10 @@ msgstr "Razmerje stranic"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud podpira Reactive Resume kot sponzor projekta. Če bi vaše podjetje želelo sponzorirati projekt, pišite na <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Priložite datoteke"
@@ -455,6 +548,14 @@ msgstr "Priloga je naložena."
msgid "Authentication"
msgstr "Avtentikacija"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Na voljo v več jezikih. Če želite prispevati, obiščite Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengalščina"
msgid "Blank draft"
msgstr "Prazen osnutek"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Paleta ukazov graditelja"
msgid "Bulgarian"
msgstr "Bolgarščina"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Označen seznam"
@@ -552,6 +665,12 @@ msgstr "Označen seznam"
msgid "By the community, for the community."
msgstr "Od skupnosti, za skupnost."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Ali lahko izvozite svoj življenjepis v PDF?"
@@ -566,6 +685,9 @@ msgstr "Ali lahko izvozite svoj življenjepis v PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Krog"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Jasno"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Počisti izbor"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Skupnost"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Podjetje"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Primerjajte ta življenjepis z URL-jem tega delovnega mesta in posodobite ključne besede, pri čemer ohranite jedrnat in verodostojen glas."
@@ -735,6 +867,10 @@ msgstr "Povezava ni uspela"
msgid "Connection verified — provider is ready to use."
msgstr "Povezava preverjena – ponudnik je pripravljen za uporabo."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Pogovor je kopiran."
msgid "Conversation JSON copied."
msgstr "JSON pogovora je bil kopiran."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Kopiraj"
@@ -815,10 +956,43 @@ msgstr "Povezave s ponudnikom ni bilo mogoče preveriti."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Povezave ni bilo mogoče preveriti. Preverite ključ API-ja, model in osnovni URL."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Ni bilo mogoče shraniti"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Ni bilo mogoče shraniti"
msgid "Cover Letter"
msgstr "Spremno pismo"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Spremno pismo"
msgid "Create"
msgstr "Ustvari"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Ustvari nov račun"
@@ -952,6 +1134,11 @@ msgstr "Ustvarite življenjepis z možnostmi"
msgid "Created"
msgstr "Ustvarjeno"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Ustvarjanje vašega API ključa..."
@@ -964,6 +1151,10 @@ msgstr "Ustvarjanje vašega življenjepisa..."
msgid "Crop picture"
msgstr "Obrezovanje slike"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Trenutno geslo"
@@ -1041,6 +1232,9 @@ msgstr "Stopnja"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Izbriši ponudnika"
msgid "Delete this agent thread?"
msgstr "Želite izbrisati to nit agenta?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Brišem vaš račun..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Zavrzi"
@@ -1136,6 +1336,10 @@ msgstr "Zavrzi"
msgid "Documentation"
msgstr "Dokumentacija"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Nimate računa? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Prenos DOCX"
msgid "Download JSON"
msgstr "Prenesi JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Prenesi PDF"
msgid "Downloads"
msgstr "Prenosi"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Povlecite in spustite razdelke tukaj, da jih premaknete med stolpci"
@@ -1227,11 +1444,17 @@ msgstr "Podvajam vaš življenjepis..."
msgid "Dutch"
msgstr "Nizozemščina"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Prejšnje različice se ohranijo; zgodovina razveljavitev v graditelju se ponastavi."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Uredi"
@@ -1241,6 +1464,10 @@ msgstr "Uredi"
msgid "Edit {chip}"
msgstr "Uredi {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Izvozi"
msgid "Export my data"
msgstr "Izvozi moje podatke"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Izvozite svoj življenjepis v PDF takoj, brez čakanja ali zamud."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Ni uspelo analizirati življenjepisa."
@@ -1575,10 +1810,18 @@ msgstr "Funkcionalnosti"
msgid "File"
msgstr "Datoteka"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filtriraj po"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Poiščite šibke točke in jih preoblikujte z močnejšimi rezultati, številkami, obsegom in ostrejšimi glagoli."
@@ -1599,6 +1842,22 @@ msgstr "Fleksibilnost"
msgid "Fluency"
msgstr "Stopnja znanja"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Družina pisav"
@@ -1653,11 +1912,19 @@ msgstr "Prosta oblika"
msgid "French"
msgstr "Francoščina"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Polna širina"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Celozaslonski način"
@@ -1667,6 +1934,10 @@ msgstr "Celozaslonski način"
msgid "Fullscreen Editor"
msgstr "Urejevalnik za celozaslonsko prikazovanje"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Ustvari naključno ime"
@@ -1878,6 +2149,10 @@ msgstr "Kako lahko delim svoj življenjepis?"
msgid "How do I use the API?"
msgstr "Kako uporabljam API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Kako so moji podatki zaščiteni?"
@@ -1904,12 +2179,35 @@ msgstr "Ugotovite vrzeli v sistemu za sledenje kandidatom in uporabite le izbolj
msgid "Import"
msgstr "Uvozi"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Uvozi obstoječi življenjepis"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Za uvoz iz PDF-ja ali Worda je potreben povezan ponudnik umetne inteligence."
@@ -1942,6 +2240,10 @@ msgstr "Informacije"
msgid "Inline Code"
msgstr "Inline koda"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Takojšnja generacija"
@@ -1986,6 +2288,14 @@ msgstr "Ležeče"
msgid "Japanese"
msgstr "Japonščina"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Korejščina"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Oznaka"
@@ -2072,6 +2383,10 @@ msgstr "Jezik"
msgid "Languages"
msgstr "Jeziki"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Nazadnje analizirano dne {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Pustite prazno, da ponastavite naslov na izvirnega."
msgid "Left Align"
msgstr "Poravnaj levo"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Letter"
@@ -2152,6 +2471,18 @@ msgstr "Svetla tema"
msgid "Line Height"
msgstr "Višina vrstice"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Nalaganje…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Lokacija"
@@ -2266,6 +2599,14 @@ msgstr "Rob (vodoravno)"
msgid "Margin (Vertical)"
msgstr "Rob (navpično)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Več možnosti prenosa"
msgid "Move section to another column or page"
msgstr "Premakni razdelek v drug stolpec ali na drugo stran"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Začeti je treba z https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Novo geslo"
msgid "New Section"
msgstr "Nov razdelek"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Nova nit"
@@ -2360,6 +2712,14 @@ msgstr "Nova nit"
msgid "No Advertising, No Tracking"
msgstr "Brez oglaševanja, brez sledenja"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Ni predhodnih podatkov"
msgid "No results found."
msgstr "Ni rezultatov."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Noben življenjepis ne ustreza vašemu iskanju."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Še ni shranjenih različic."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Še ni slogovnih pravil."
@@ -2406,6 +2778,7 @@ msgstr "norveščina"
msgid "Not connected"
msgstr "Ni povezano"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Opombe"
@@ -2431,6 +2804,10 @@ msgstr "Neprestano vzdrževanje"
msgid "Only applies when the section fits on a single page."
msgstr "Velja le, če se razdelek prilega eni strani."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Zaščita z geslom je bila onemogočena."
msgid "Password protection has been enabled."
msgstr "Zaščita z geslom je bila omogočena."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Popravek je bil uporabljen"
@@ -2636,6 +3025,22 @@ msgstr "Izberite ikono"
msgid "Picture"
msgstr "Slika"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Vnesite novo geslo za svoj račun"
@@ -2652,6 +3057,10 @@ msgstr "Vnesite URL, na katerega želite povezati:"
msgid "Please support the project"
msgstr "Prosim, podprite projekt"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Prosimo, počakajte, medtem ko se vaš PDF generira ..."
@@ -2774,6 +3183,10 @@ msgstr "Publikacije"
msgid "Publisher"
msgstr "Založnik"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Pojdi na domačo stran"
@@ -2817,6 +3230,10 @@ msgstr "Reaktivni življenjepis v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reaktivni življenjepis v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Prejemnik"
@@ -2839,6 +3256,10 @@ msgstr "Ponovi"
msgid "References"
msgstr "Reference"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Registracija nove naprave"
@@ -2856,6 +3277,14 @@ msgstr "Odstrani"
msgid "Remove {chip}"
msgstr "Odstranite {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Odstrani polje po meri"
@@ -2954,6 +3383,10 @@ msgstr "Analiza življenjepisa je končana."
msgid "Resume content"
msgstr "Vsebina življenjepisa"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Možnosti življenjepisa"
@@ -2962,6 +3395,10 @@ msgstr "Možnosti življenjepisa"
msgid "Resume patch"
msgstr "Nadaljuj z popravkom"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Prepišite ta življenjepis za prehod od ustanovitelja zagonskega podjet
msgid "Right Align"
msgstr "Poravnaj desno"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Napredovanje v vlogi"
@@ -3018,6 +3463,15 @@ msgstr "Izvedite prvo analizo in pridobite preglednico, prednosti in prednostne
msgid "Russian"
msgstr "ruščina"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Ponudnik shranjevanja in testiranja"
msgid "Save & Upload"
msgstr "Shrani in naloži"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Skenirajte spodnjo QR kodo z vašo izbrano aplikacijo za avtentikacijo.
msgid "School"
msgstr "Šola"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Preglednica rezultatov"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Iskanje"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Možnosti razdelka"
msgid "Section Type"
msgstr "Vrsta razdelka"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Izberite življenjepis"
@@ -3124,6 +3603,10 @@ msgstr "Izberite življenjepis"
msgid "Select a thread"
msgstr "Izberite nit"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Izberite model agenta"
@@ -3136,6 +3619,14 @@ msgstr "Izberite ponudnika umetne inteligence"
msgid "Select..."
msgstr "Izberi ..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Lastno gostovanje z Dockerjem"
@@ -3218,6 +3709,11 @@ msgstr "Deljenje"
msgid "Show"
msgstr "Prikaži"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Prikaži geslo"
msgid "Show picture"
msgstr "Prikaži sliko"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Nekaj je šlo narobe"
msgid "Something went wrong while analyzing your resume."
msgstr "Pri analizi vašega življenjepisa je šlo nekaj narobe."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Nekaj je šlo narobe. Prosimo, poskusite znova."
@@ -3369,6 +3873,12 @@ msgstr "Nekaj je šlo narobe. Prosimo, poskusite znova."
msgid "Sort by"
msgstr "Razvrsti po"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Sponzorstva"
msgid "Square"
msgstr "Kvadrat"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Dajte nam zvezdico na GitHubu (odpre se v novem zavihku)"
@@ -3459,6 +3974,10 @@ msgstr "Prednosti"
msgid "Strike"
msgstr "Prečrtano"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Podreddit"
@@ -3505,7 +4024,12 @@ msgstr "Preklopljeno na predlogo {0}."
msgid "Synced changes made in another tab."
msgstr "Sinhronizirane spremembe, narejene v drugem zavihku."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Oznake"
@@ -3513,10 +4037,18 @@ msgstr "Oznake"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Oznake lahko uporabite za kategorizacijo svojega življenjepisa po ključnih besedah."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Prilagodite ta življenjepis opisu delovnega mesta vodje izdelkov in poudarite odgovornost za načrt, komunikacijo z deležniki in merljive rezultate lansiranja."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "tamilščina"
@@ -3753,6 +4285,10 @@ msgstr "Razdelek o znanjih in spretnostih prilagodite tako, da bo podpiral ciljn
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Časovni posnetek gradnje življenjepisa z Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Namig: Poimenujte svoj API ključ v skladu z namenom ključa, da ga boste kasneje lažje prepoznali."
@@ -3799,6 +4335,14 @@ msgstr "Preklapljanje desne stranske vrstice"
msgid "Toggle threads"
msgstr "Preklopi niti"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Spremljajte oglede in prenose vašega življenjepisa"
@@ -3897,6 +4441,11 @@ msgstr "Tipografija"
msgid "Ukrainian"
msgstr "ukrajinščina"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Podčrtano"
@@ -4011,6 +4560,10 @@ msgstr "Posodobite označevalne oznake projekta, da prikažete vodstvo, omejitve
msgid "Update Resume"
msgstr "Posodobi življenjepis"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Posodobite svoje geslo"
@@ -4023,6 +4576,10 @@ msgstr "Posodabljanje vašega gesla..."
msgid "Updating your resume..."
msgstr "Posodabljanje vašega življenjepisa..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Naloži priloge"
@@ -4031,10 +4588,18 @@ msgstr "Naloži priloge"
msgid "Upload picture"
msgstr "Naloži sliko"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Nalaganje slike…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Uporaba"
msgid "Use color {color}"
msgstr "Uporaba barve {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Kaj je novega v zadnji različici?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Ko je zaklenjen, življenjepisa ni mogoče posodobiti ali izbrisati."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Delo na OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Delo na OpenAI"
msgid "Working…"
msgstr "Deluje…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Oddalji"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zuluščina"
-
diff --git a/apps/web/locales/sq-AL.po b/apps/web/locales/sq-AL.po
index 29ea7aa4d..262b84fa9 100644
--- a/apps/web/locales/sq-AL.po
+++ b/apps/web/locales/sq-AL.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# rol} other {# role}}"
msgid "{0} characters"
msgstr "{0} karaktere"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Një link konfirmimi është dërguar në adresën tuaj aktuale të emai
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Një ndërtues i CV-së, falas dhe me burim të hapur që thjeshton procesin e krijimit, përditësimit dhe shpërndarjes së CV-së tuaj."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Një link i ri verifikimi është dërguar në adresën tuaj të emailit
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Një projekt pasioni nga <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Menuja e llogarisë"
msgid "Actual size (100%)"
msgstr "Madhësia reale (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Shto një fushë të personalizuar"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Shto një fjalë kyçe..."
@@ -196,10 +223,23 @@ msgstr "Shto një aftësi të re"
msgid "Add a new volunteer experience"
msgstr "Shto një eksperiencë të re vullnetare"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Shtoni dhe testoni një ofrues përpara se të filloni një fije diskutimi agjentësh."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Shto fjalë kyçe"
@@ -225,6 +265,14 @@ msgstr "Shto ofrues"
msgid "Add Role"
msgstr "Shto rol"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Përshtatni CV-në për një rol në distancë që vlerëson komunikimin dhe përgjegjësinë asinkrone."
@@ -285,6 +333,10 @@ msgstr "Ofruesit e inteligjencës artificiale kërkojnë që REDIS_URL dhe ENCRY
msgid "Albanian"
msgstr "Shqip"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Lejo akses publik"
@@ -360,10 +412,40 @@ msgstr "Referencë API"
msgid "App"
msgstr "Aplikacioni"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Statistikat e aplikacionit"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Rregullat e zbatuara"
@@ -372,11 +454,18 @@ msgstr "Rregullat e zbatuara"
msgid "Arabic"
msgstr "Arabisht"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Arkiv"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Jeni i sigurt se dëshironi të mbyllni këtë kuti dialogu?"
@@ -437,6 +526,10 @@ msgstr "Proporcioni"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud mbështet Reactive Resume si sponsor projekti. Nëse kompania juaj dëshiron të sponsorizojë projektin, dërgoni një email në <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Bashkëngjit skedarë"
@@ -455,6 +548,14 @@ msgstr "Shtojca u ngarkua."
msgid "Authentication"
msgstr "Autentikimi"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "I disponueshëm në shumë gjuhë. Nëse dëshironi të kontribuoni, shikoni Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengalisht"
msgid "Blank draft"
msgstr "Draft i zbrazët"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Paneli i komandave të ndërtuesit"
msgid "Bulgarian"
msgstr "Bullgarisht"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Lista me pika"
@@ -552,6 +665,12 @@ msgstr "Lista me pika"
msgid "By the community, for the community."
msgstr "Nga komuniteti, për komunitetin."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "A mund ta eksportoj CV-në time në PDF?"
@@ -566,6 +685,9 @@ msgstr "A mund ta eksportoj CV-në time në PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Rreth"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "E qartë"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Fshij përzgjedhjen"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Komuniteti"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Kompania"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Krahasoni këtë CV me URL-në e këtij roli dhe përditësoni fjalët kyçe duke e mbajtur zërin konciz dhe të besueshëm."
@@ -735,6 +867,10 @@ msgstr "Lidhja dështoi"
msgid "Connection verified — provider is ready to use."
msgstr "Lidhja u verifikua — ofruesi është gati për përdorim."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Biseda u kopjua."
msgid "Conversation JSON copied."
msgstr "JSON i bisedës u kopjua."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Kopjo"
@@ -815,10 +956,43 @@ msgstr "Nuk mund të verifikohej lidhja e ofruesit."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Nuk mundi të verifikojë lidhjen. Kontrolloni çelësin API, modelin dhe URL-në bazë."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Nuk mund të ruhej"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Nuk mund të ruhej"
msgid "Cover Letter"
msgstr "Letër motivuese"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Letër motivuese"
msgid "Create"
msgstr "Krijo"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Krijo një llogari të re"
@@ -952,6 +1134,11 @@ msgstr "Krijo CV me opsione"
msgid "Created"
msgstr "Krijuar"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Po krijohet API key-ja juaj..."
@@ -964,6 +1151,10 @@ msgstr "Po krijohet CV-ja juaj..."
msgid "Crop picture"
msgstr "Prit foton"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Fjalëkalimi aktual"
@@ -1041,6 +1232,9 @@ msgstr "Diploma"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Fshi ofruesin"
msgid "Delete this agent thread?"
msgstr "Të fshihet kjo temë diskutimi e agjentëve?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Po fshihet llogaria juaj..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Hiq"
@@ -1136,6 +1336,10 @@ msgstr "Hiq"
msgid "Documentation"
msgstr "Dokumentacioni"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Nuk keni llogari? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Shkarko DOCX"
msgid "Download JSON"
msgstr "Shkarko JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Shkarko PDF"
msgid "Downloads"
msgstr "Shkarkimet"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Tërhiqni dhe lini seksionet këtu për t’i lëvizur midis kolonave"
@@ -1227,11 +1444,17 @@ msgstr "Po dyfishohet CV-ja juaj..."
msgid "Dutch"
msgstr "Holandisht"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Versionet e mëparshme ruhen; historiku i anulimeve të ndërtuesit rivendoset."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Modifiko"
@@ -1241,6 +1464,10 @@ msgstr "Modifiko"
msgid "Edit {chip}"
msgstr "Redakto {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Exporto"
msgid "Export my data"
msgstr "Eksporto të dhënat e mia"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Eksportoni CV-në tuaj në PDF menjëherë, pa pritje ose vonesa."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Dështoi të analizojë CV-në."
@@ -1575,10 +1810,18 @@ msgstr "Veçori"
msgid "File"
msgstr "Skedar"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filtro sipas"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Gjej pikat e dobëta dhe rishkruani ato me rezultate, numra, fushëveprim dhe folje më të mprehta."
@@ -1599,6 +1842,22 @@ msgstr "Fleksibilitet"
msgid "Fluency"
msgstr "Rrjedhshmëri"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Familja e germave"
@@ -1653,11 +1912,19 @@ msgstr "Formë e lirë"
msgid "French"
msgstr "Frëngjisht"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Gjerësi e plotë"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Ekran i plotë"
@@ -1667,6 +1934,10 @@ msgstr "Ekran i plotë"
msgid "Fullscreen Editor"
msgstr "Redaktori në ekran të plotë"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Gjenero një emër të rastësishëm"
@@ -1878,6 +2149,10 @@ msgstr "Si ta ndaj CV-në time?"
msgid "How do I use the API?"
msgstr "Si ta përdor API-n?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Si mbrohen të dhënat e mia?"
@@ -1904,12 +2179,35 @@ msgstr "Identifikoni boshllëqet për një sistem gjurmimi të aplikantëve dhe
msgid "Import"
msgstr "Importo"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Importoni një CV ekzistuese"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Importimi nga PDF ose Word kërkon një ofrues të lidhur të inteligjencës artificiale."
@@ -1942,6 +2240,10 @@ msgstr "Informacion"
msgid "Inline Code"
msgstr "Kod në rresht"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Gjenerimi i menjëhershëm"
@@ -1986,6 +2288,14 @@ msgstr "Të pjerrëta"
msgid "Japanese"
msgstr "Japonisht"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Koreanisht"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Etiketa"
@@ -2072,6 +2383,10 @@ msgstr "Gjuha"
msgid "Languages"
msgstr "Gjuhët"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Analizuar për herë të fundit më {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Lëreni bosh për ta rikthyer titullin në origjinal."
msgid "Left Align"
msgstr "Rreshto majtas"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Letër"
@@ -2152,6 +2471,18 @@ msgstr "Temë e çelët"
msgid "Line Height"
msgstr "Lartësia e rreshtit"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Duke u ngarkuar…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Vendndodhja"
@@ -2266,6 +2599,14 @@ msgstr "Margarina (Horizontale)"
msgid "Margin (Vertical)"
msgstr "Margarina (Vertikale)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Më shumë opsione shkarkimi"
msgid "Move section to another column or page"
msgstr "Zhvendos seksionin në një kolonë ose faqe tjetër"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Duhet të fillojë me https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Fjalëkalim i ri"
msgid "New Section"
msgstr "Seksion i ri"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Fije e re"
@@ -2360,6 +2712,14 @@ msgstr "Fije e re"
msgid "No Advertising, No Tracking"
msgstr "Pa reklama, pa gjurmim"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Pa të dhëna paraprake"
msgid "No results found."
msgstr "Nuk u gjetën rezultate."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Asnjë CV nuk përputhet me kërkimin tuaj."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Nuk ka ende versione të ruajtura."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Ende nuk ka rregulla stili."
@@ -2406,6 +2778,7 @@ msgstr "Norvegjisht"
msgid "Not connected"
msgstr "I palidhur"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Shënime"
@@ -2431,6 +2804,10 @@ msgstr "Mirëmbajtje e vazhdueshme"
msgid "Only applies when the section fits on a single page."
msgstr "Vlen vetëm kur seksioni përshtatet në një faqe të vetme."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Mbrojtja me fjalëkalim është çaktivizuar."
msgid "Password protection has been enabled."
msgstr "Mbrojtja me fjalëkalim është aktivizuar."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Patch u aplikua"
@@ -2636,6 +3025,22 @@ msgstr "Zgjidh një ikonë"
msgid "Picture"
msgstr "Foto"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Ju lutemi shkruani një fjalëkalim të ri për llogarinë tuaj"
@@ -2652,6 +3057,10 @@ msgstr "Ju lutemi shkruani URL-në që dëshironi të lidhni:"
msgid "Please support the project"
msgstr "Ju lutemi mbështesni projektin"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Ju lutemi prisni ndërkohë që po gjenerohet PDF-ja juaj..."
@@ -2774,6 +3183,10 @@ msgstr "Publikime"
msgid "Publisher"
msgstr "Botues"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Shko në faqen kryesore"
@@ -2817,6 +3230,10 @@ msgstr "Rezyme Reaktive v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reactive Resume v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Marrësi"
@@ -2839,6 +3256,10 @@ msgstr "Ribëj"
msgid "References"
msgstr "Referenca"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Regjistro pajisjen e re"
@@ -2856,6 +3277,14 @@ msgstr "Hiq"
msgid "Remove {chip}"
msgstr "Hiq {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Hiq fushën e personalizuar"
@@ -2954,6 +3383,10 @@ msgstr "Analiza e rezumesë e përfunduar."
msgid "Resume content"
msgstr "Përmbajtja e rifillimit"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Opsionet e CV-së"
@@ -2962,6 +3395,10 @@ msgstr "Opsionet e CV-së"
msgid "Resume patch"
msgstr "Rifillimi i patch-it"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Rishkruani këtë CV për një tranzicion nga themeluesi në udhëheqës
msgid "Right Align"
msgstr "Rreshto djathtas"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Progresi i rolit"
@@ -3018,6 +3463,15 @@ msgstr "Ekzekutoni analizën tuaj të parë për të marrë një kartë rezultat
msgid "Russian"
msgstr "Rusisht"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Ruaj dhe Testo Ofruesin"
msgid "Save & Upload"
msgstr "Ruaj dhe Ngarko"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Skano kodin QR më poshtë me aplikacionin tuaj të preferuar të autent
msgid "School"
msgstr "Shkolla"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Fletëvlerësimi"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Kërko"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Opsionet e seksionit"
msgid "Section Type"
msgstr "Lloji i seksionit"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Zgjidhni një CV"
@@ -3124,6 +3603,10 @@ msgstr "Zgjidhni një CV"
msgid "Select a thread"
msgstr "Zgjidh një fije"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Zgjidhni një model agjenti"
@@ -3136,6 +3619,14 @@ msgstr "Zgjidhni një ofrues të inteligjencës artificiale"
msgid "Select..."
msgstr "Zgjidh..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Self-host me Docker"
@@ -3218,6 +3709,11 @@ msgstr "Shpërndarja"
msgid "Show"
msgstr "Shfaq"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Shfaq fjalëkalimin"
msgid "Show picture"
msgstr "Shfaq foton"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Diçka shkoi keq"
msgid "Something went wrong while analyzing your resume."
msgstr "Diçka shkoi keq gjatë analizimit të CV-së suaj."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Diçka shkoi keq. Ju lutemi provoni përsëri."
@@ -3369,6 +3873,12 @@ msgstr "Diçka shkoi keq. Ju lutemi provoni përsëri."
msgid "Sort by"
msgstr "Rendit sipas"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Sponsorizime"
msgid "Square"
msgstr "Katrori"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Jepna yll në GitHub (hapet në skedë të re)"
@@ -3459,6 +3974,10 @@ msgstr "Përparësitë"
msgid "Strike"
msgstr "Heqje"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "U kalua në shabllonin {0}."
msgid "Synced changes made in another tab."
msgstr "Ndryshimet e sinkronizuara të bëra në një skedë tjetër."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Etiketa"
@@ -3513,10 +4037,18 @@ msgstr "Etiketa"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Etiketat mund të përdoren për të kategorizuar CV-në tuaj sipas fjalëve kyçe."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Përshtateni këtë CV me përshkrimin e punës së një menaxheri produkti dhe theksoni pronësinë e planit të punës, komunikimin me palët e interesuara dhe rezultatet e matshme të lançimit."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamile"
@@ -3753,6 +4285,10 @@ msgstr "Forconi seksionin e aftësive në mënyrë që të mbështesë rolin e s
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Demonstrim me timelapse i ndërtimit të një CV-je me Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Këshillë: Jepini API key-t tuaj një emër që i korrespondon qëllimit të tij, për t’ju ndihmuar ta identifikoni më vonë."
@@ -3799,6 +4335,14 @@ msgstr "Aktivizo shiritin anësor të djathtë"
msgid "Toggle threads"
msgstr "Aktivizo/çaktivizo temat"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Gjurmo shikimet dhe shkarkimet e CV-së suaj"
@@ -3897,6 +4441,11 @@ msgstr "Tipografia"
msgid "Ukrainian"
msgstr "Ukrainisht"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Nënvizo"
@@ -4011,6 +4560,10 @@ msgstr "Përditësoni pikat e projektit për të treguar lidershipin, kufizimet,
msgid "Update Resume"
msgstr "Përditëso CV-në"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Përditësoni fjalëkalimin tuaj"
@@ -4023,6 +4576,10 @@ msgstr "Po përditësohet fjalëkalimi juaj..."
msgid "Updating your resume..."
msgstr "Po përditësohet CV-ja juaj..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Ngarko bashkëngjitjet"
@@ -4031,10 +4588,18 @@ msgstr "Ngarko bashkëngjitjet"
msgid "Upload picture"
msgstr "Ngarko foton"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Duke ngarkuar foton…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Përdor"
msgid "Use color {color}"
msgstr "Përdor ngjyrën {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Çfarë ka të re në versionin e fundit?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Kur është e kyçur, CV-ja nuk mund të përditësohet ose fshihet."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Punoni OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Punoni OpenAI"
msgid "Working…"
msgstr "Duke punuar…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Zvogëlo"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/sr-SP.po b/apps/web/locales/sr-SP.po
index 25b5d1015..be4c64236 100644
--- a/apps/web/locales/sr-SP.po
+++ b/apps/web/locales/sr-SP.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# улога} few {# улоге} other {# улога}}"
msgid "{0} characters"
msgstr "{0} знакова"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Веза за потврду је послата на вашу трен
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Бесплатан и отворен алат за креирање резимеа који поједностављује процес креирања, ажурирања и дељења вашег резимеа."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Нова веза за верификацију је послата на
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Страстни пројекат аутора <0>Амрута Пилаија0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Мени налога"
msgid "Actual size (100%)"
msgstr "Стварна величина (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Додај прилагођено поље"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Додајте кључну реч..."
@@ -196,10 +223,23 @@ msgstr "Додај нову вештину"
msgid "Add a new volunteer experience"
msgstr "Додај ново волонтерско искуство"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Додајте и тестирајте провајдера пре покретања нити агента."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Додајте кључну реч"
@@ -225,6 +265,14 @@ msgstr "Додај добављача"
msgid "Add Role"
msgstr "Додај улогу"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Прилагодите резиме за улогу која првенствено ради на даљину и цени асинхрону комуникацију и власништво."
@@ -285,6 +333,10 @@ msgstr "Добављачи вештачке интелигенције захт
msgid "Albanian"
msgstr "Албански"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Дозволи јавни приступ"
@@ -360,10 +412,40 @@ msgstr "API референтна документација"
msgid "App"
msgstr "Апликација"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Статистика апликације"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Примењена правила"
@@ -372,11 +454,18 @@ msgstr "Примењена правила"
msgid "Arabic"
msgstr "Арапски"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Архива"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Да ли сте сигурни да желите да затворите овај дијалог?"
@@ -437,6 +526,10 @@ msgstr "Однос стране"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud подржава Reactive Resume као спонзора пројекта. Ако ваша компанија жели да спонзорише пројекат, пошаљите имејл на <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Приложи датотеке"
@@ -455,6 +548,14 @@ msgstr "Прилог је отпремљен."
msgid "Authentication"
msgstr "Аутентификација"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Доступно на више језика. Ако желите да допринесете, погледајте Crowdin."
@@ -511,6 +612,10 @@ msgstr "Бенгалски"
msgid "Blank draft"
msgstr "Празан нацрт"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Командна палета уређивача"
msgid "Bulgarian"
msgstr "Бугарски"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Списак са ставкама"
@@ -552,6 +665,12 @@ msgstr "Списак са ставкама"
msgid "By the community, for the community."
msgstr "Од заједнице, за заједницу."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Могу ли да извезем свој резиме у PDF?"
@@ -566,6 +685,9 @@ msgstr "Могу ли да извезем свој резиме у PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Круг"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Јасно"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Обриши избор"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Заједница"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Компанија"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Упоредите ову биографију са URL-ом ове позиције и ажурирајте кључне речи, а да притом глас буде концизан и веродостојан."
@@ -735,6 +867,10 @@ msgstr "Повезивање није успело"
msgid "Connection verified — provider is ready to use."
msgstr "Веза је верификована — провајдер је спреман за употребу."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Разговор је копиран."
msgid "Conversation JSON copied."
msgstr "JSON датотека разговора је копирана."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Копирај"
@@ -815,10 +956,43 @@ msgstr "Није могуће проверити везу са провајде
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Није могуће проверити везу. Проверите API кључ, модел и основни URL."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Није могуће сачувати"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Није могуће сачувати"
msgid "Cover Letter"
msgstr "Пропратно писмо"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Пропратно писмо"
msgid "Create"
msgstr "Креирај"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Креирајте нови налог"
@@ -952,6 +1134,11 @@ msgstr "Креирајте резиме са опцијама"
msgid "Created"
msgstr "Креирано"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Креирање вашег API кључа..."
@@ -964,6 +1151,10 @@ msgstr "Креирање вашег резимеа..."
msgid "Crop picture"
msgstr "Обрезивање слике"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Тренутна лозинка"
@@ -1041,6 +1232,9 @@ msgstr "Степен"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Обриши добављача"
msgid "Delete this agent thread?"
msgstr "Да ли желите да обришете ову тему агента?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Брисање вашег налога..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Дискорд"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Одбаци"
@@ -1136,6 +1336,10 @@ msgstr "Одбаци"
msgid "Documentation"
msgstr "Документација"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Немате налог? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Преузми DOCX"
msgid "Download JSON"
msgstr "Преузми JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Преузми PDF"
msgid "Downloads"
msgstr "Преузимања"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Превуците и пустите одељке овде да бисте их преместили између колона"
@@ -1227,11 +1444,17 @@ msgstr "Дуплирање вашег резимеа..."
msgid "Dutch"
msgstr "Холандски"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Раније верзије се чувају; историја поништавања у креатору се ресетује."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Измени"
@@ -1241,6 +1464,10 @@ msgstr "Измени"
msgid "Edit {chip}"
msgstr "Уреди {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Извоз"
msgid "Export my data"
msgstr "Извези моје податке"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Експортујте свој животопис у ПДФ одмах, без чекања или одлагања."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Није успело да анализира резиме."
@@ -1575,10 +1810,18 @@ msgstr "Функције"
msgid "File"
msgstr "Датотека"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Филтрирај по"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Пронађите слабе тачке и препишите их са јачим исходима, бројевима, обимом и оштријим глаголима."
@@ -1599,6 +1842,22 @@ msgstr "Флексибилност"
msgid "Fluency"
msgstr "Течност"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Породица фонтова"
@@ -1653,11 +1912,19 @@ msgstr "Слободан облик"
msgid "French"
msgstr "Француски"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Пуна ширина"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Цео екран"
@@ -1667,6 +1934,10 @@ msgstr "Цео екран"
msgid "Fullscreen Editor"
msgstr "Уређивач у пуном екрану"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Генериши насумично име"
@@ -1878,6 +2149,10 @@ msgstr "Како да поделим свој резиме?"
msgid "How do I use the API?"
msgstr "Како да користим API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Како су моји подаци заштићени?"
@@ -1904,12 +2179,35 @@ msgstr "Идентификујте недостатке у систему за
msgid "Import"
msgstr "Увези"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Увези постојећи резиме"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Увоз из PDF-а или Word-а захтева повезаног добављача вештачке интелигенције."
@@ -1942,6 +2240,10 @@ msgstr "Информације"
msgid "Inline Code"
msgstr "Унутрашњи кôд"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Тренутна генерација"
@@ -1986,6 +2288,14 @@ msgstr "Курзив"
msgid "Japanese"
msgstr "Јапански"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Корејски"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Ознака"
@@ -2072,6 +2383,10 @@ msgstr "Језик"
msgid "Languages"
msgstr "Језици"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Последња анализа {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Оставите празно да ресетујете на ориги
msgid "Left Align"
msgstr "Поравнај лево"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Летер"
@@ -2152,6 +2471,18 @@ msgstr "Светла тема"
msgid "Line Height"
msgstr "Висина реда"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Учитавање…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Локација"
@@ -2266,6 +2599,14 @@ msgstr "Маргина (хоризонтална)"
msgid "Margin (Vertical)"
msgstr "Маргина (вертикална)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Више опција за преузимање"
msgid "Move section to another column or page"
msgstr "Преместите одељак у другу колону или страницу"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Мора да почне са https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Нова лозинка"
msgid "New Section"
msgstr "Нови одељак"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Нова тема"
@@ -2360,6 +2712,14 @@ msgstr "Нова тема"
msgid "No Advertising, No Tracking"
msgstr "Без оглашавања, без праћења"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Нема претходних података"
msgid "No results found."
msgstr "Нема резултата."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Ниједан животопис не одговара вашој претрази."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Још нема сачуваних верзија."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Још нема стилских правила."
@@ -2406,6 +2778,7 @@ msgstr "Норвешки"
msgid "Not connected"
msgstr "Није повезано"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Белешке"
@@ -2431,6 +2804,10 @@ msgstr "Континуирано одржавање"
msgid "Only applies when the section fits on a single page."
msgstr "Примењује се само када се одељак уклапа на једну страницу."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Заштита лозинком је онемогућена."
msgid "Password protection has been enabled."
msgstr "Заштита лозинком је омогућена."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Примењена закрпа"
@@ -2636,6 +3025,22 @@ msgstr "Изаберите икону"
msgid "Picture"
msgstr "Слика"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Унесите нову лозинку за свој налог"
@@ -2652,6 +3057,10 @@ msgstr "Унесите URL на који желите да води веза:"
msgid "Please support the project"
msgstr "Молимо вас да подржите пројекат"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Сачекајте док се ваш PDF генерише..."
@@ -2774,6 +3183,10 @@ msgstr "Публикације"
msgid "Publisher"
msgstr "Издавач"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Реактивни Резиме - Иди на почетну страницу"
@@ -2817,6 +3230,10 @@ msgstr "Реактивни резиме v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Реактивни резиме v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Прималац"
@@ -2839,6 +3256,10 @@ msgstr "Понови"
msgid "References"
msgstr "Референце"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Региструјте нови уређај"
@@ -2856,6 +3277,14 @@ msgstr "Уклони"
msgid "Remove {chip}"
msgstr "Уклони {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Уклони прилагођено поље"
@@ -2954,6 +3383,10 @@ msgstr "Анализа резимеа је завршена."
msgid "Resume content"
msgstr "Садржај резимеа"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Опције за резиме"
@@ -2962,6 +3395,10 @@ msgstr "Опције за резиме"
msgid "Resume patch"
msgstr "Настави закрпу"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Препишите ову биографију за прелаз од о
msgid "Right Align"
msgstr "Поравнај десно"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Напредовање у улози"
@@ -3018,6 +3463,15 @@ msgstr "Покрените прву анализу да бисте добили
msgid "Russian"
msgstr "Руски"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Провајдер за чување и тестирање"
msgid "Save & Upload"
msgstr "Сачувај и отпреми"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Скенирајте QR код испод својом омиљеном
msgid "School"
msgstr "Школа"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Картица са резултатима"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Претрага"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Опције одељка"
msgid "Section Type"
msgstr "Тип одељка"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Изаберите резиме"
@@ -3124,6 +3603,10 @@ msgstr "Изаберите резиме"
msgid "Select a thread"
msgstr "Изаберите нит"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Изаберите модел агента"
@@ -3136,6 +3619,14 @@ msgstr "Изаберите добављача вештачке интелиге
msgid "Select..."
msgstr "Изаберите..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Самохостовање помоћу Docker-а"
@@ -3218,6 +3709,11 @@ msgstr "Дељење"
msgid "Show"
msgstr "Прикажи"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Прикажи лозинку"
msgid "Show picture"
msgstr "Прикажи слику"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Нешто је пошло наопако"
msgid "Something went wrong while analyzing your resume."
msgstr "Нешто је пошло по злу приликом анализе вашег резимеа."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Нешто је пошло наопако. Покушајте поново."
@@ -3369,6 +3873,12 @@ msgstr "Нешто је пошло наопако. Покушајте понов
msgid "Sort by"
msgstr "Сортирај по"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Спонзорства"
msgid "Square"
msgstr "Квадрат"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Дај нам звездицу на GitHub-у (отвара се у новом језичку)"
@@ -3459,6 +3974,10 @@ msgstr "Снаге"
msgid "Strike"
msgstr "Прецртано"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Субредит"
@@ -3505,7 +4024,12 @@ msgstr "Пребачено на шаблон {0}."
msgid "Synced changes made in another tab."
msgstr "Синхронизоване измене направљене на другој картици."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Ознаке"
@@ -3513,10 +4037,18 @@ msgstr "Ознаке"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Ознаке се могу користити за категоризацију резимеа по кључним речима."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Прилагодите овај животопис опису посла менаџера производа и нагласите одговорност за план рада, комуникацију са заинтересованим странама и мерљиве резултате лансирања."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Тамилски"
@@ -3753,6 +4285,10 @@ msgstr "Пооштрите одељак о вештинама тако да по
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Убрзана демонстрација креирања резимеа помоћу Реактивног Резимеа"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Савет: Дајте свом API кључу име које одговара сврси кључа, како бисте га касније лакше препознали."
@@ -3799,6 +4335,14 @@ msgstr "Пребаци десну бочну траку"
msgid "Toggle threads"
msgstr "Укључи/искључи нити"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Пратите прегледе и преузимања свог резимеа"
@@ -3897,6 +4441,11 @@ msgstr "Типографија"
msgid "Ukrainian"
msgstr "Украјински"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Подвучено"
@@ -4011,6 +4560,10 @@ msgstr "Ажурирајте пројектне тачке како бисте
msgid "Update Resume"
msgstr "Ажурирај резиме"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Ажурирајте своју лозинку"
@@ -4023,6 +4576,10 @@ msgstr "Ажурирање ваше лозинке..."
msgid "Updating your resume..."
msgstr "Ажурирање вашег резимеа..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Отпреми прилоге"
@@ -4031,10 +4588,18 @@ msgstr "Отпреми прилоге"
msgid "Upload picture"
msgstr "Отпреми фотографију"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Отпремање слике…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Користите"
msgid "Use color {color}"
msgstr "Користи боју {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Шта је ново у најновијој верзији?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Када је закључан, резиме се не може ажурирати или обрисати."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Радите на OpenAI-у"
@@ -4181,6 +4758,10 @@ msgstr "Радите на OpenAI-у"
msgid "Working…"
msgstr "Ради…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Твитер)"
@@ -4308,4 +4889,3 @@ msgstr "Умањи"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Зулу"
-
diff --git a/apps/web/locales/sv-SE.po b/apps/web/locales/sv-SE.po
index 44f0a530b..acffadfcd 100644
--- a/apps/web/locales/sv-SE.po
+++ b/apps/web/locales/sv-SE.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# roll} other {# roller}}"
msgid "{0} characters"
msgstr "{0} tecken"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "En bekräftelselänk har skickats till din nuvarande e-postadress. Kontr
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "En gratis CV-byggare med öppen källkod som förenklar processen med att skapa, uppdatera och dela ditt CV."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "En ny verifieringslänk har skickats till din e-postadress. Kontrollera
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Ett passionsprojekt av <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Konto-meny"
msgid "Actual size (100%)"
msgstr "Verklig storlek (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Lägg till ett anpassat fält"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Lägg till ett nyckelord..."
@@ -196,10 +223,23 @@ msgstr "Lägg till en ny färdighet"
msgid "Add a new volunteer experience"
msgstr "Lägg till en ny volontärerfarenhet"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Lägg till och testa en leverantör innan du startar en agenttråd."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Lägg till nyckelord"
@@ -225,6 +265,14 @@ msgstr "Lägg till leverantör"
msgid "Add Role"
msgstr "Lägg till roll"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Anpassa CV:t för en distansroll som värdesätter asynkron kommunikation och ägarskap."
@@ -285,6 +333,10 @@ msgstr "AI-leverantörer kräver att REDIS_URL och ENCRYPTION_SECRET konfigurera
msgid "Albanian"
msgstr "Albanska"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Tillåt offentlig åtkomst"
@@ -360,10 +412,40 @@ msgstr "API referens"
msgid "App"
msgstr "App"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Applikationsstatistik"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Tillämpade regler"
@@ -372,11 +454,18 @@ msgstr "Tillämpade regler"
msgid "Arabic"
msgstr "Arabiska"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Arkiv"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Är du säker på att du vill stänga denna dialog?"
@@ -437,6 +526,10 @@ msgstr "Bildförhållande"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud stöder Reactive Resume som projektsponsor. Om ditt företag vill sponsra projektet, skicka e-post till <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Bifoga filer"
@@ -455,6 +548,14 @@ msgstr "Bilaga uppladdad."
msgid "Authentication"
msgstr "Autentisering"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Tillgängligt på flera språk. Om du vill bidra kan du göra det via Crowdin."
@@ -511,6 +612,10 @@ msgstr "Bengali"
msgid "Blank draft"
msgstr "Tomt utkast"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Kommandopalett För Byggaren"
msgid "Bulgarian"
msgstr "Bulgariska"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Punktlista"
@@ -552,6 +665,12 @@ msgstr "Punktlista"
msgid "By the community, for the community."
msgstr "Av gemenskapen, för gemenskapen."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Kan jag exportera mitt CV till PDF?"
@@ -566,6 +685,9 @@ msgstr "Kan jag exportera mitt CV till PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Cirkel"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Klart"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Rensa valet"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Community"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Företag"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Jämför detta CV med rollens URL och uppdatera nyckelord samtidigt som du håller texten koncis och trovärdig."
@@ -735,6 +867,10 @@ msgstr "Anslutningen misslyckades"
msgid "Connection verified — provider is ready to use."
msgstr "Anslutning verifierad — leverantören är klar att användas."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Konversationen kopierades."
msgid "Conversation JSON copied."
msgstr "Konversationens JSON kopierades."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Kopiera"
@@ -815,10 +956,43 @@ msgstr "Kunde inte verifiera leverantörsanslutningen."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Kunde inte verifiera anslutningen. Kontrollera API-nyckeln, modellen och bas-URL:en."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Kunde inte spara"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Kunde inte spara"
msgid "Cover Letter"
msgstr "Personligt brev"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Personligt brev"
msgid "Create"
msgstr "Skapa"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Skapa ett nytt konto"
@@ -952,6 +1134,11 @@ msgstr "Skapa CV med alternativ"
msgid "Created"
msgstr "Skapad"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Skapar din API-nyckel..."
@@ -964,6 +1151,10 @@ msgstr "Skapar ditt CV..."
msgid "Crop picture"
msgstr "Beskär bild"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Nuvarande lösenord"
@@ -1041,6 +1232,9 @@ msgstr "Examen"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Ta bort leverantör"
msgid "Delete this agent thread?"
msgstr "Ta bort den här agenttråden?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Raderar ditt konto..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Avfärda"
@@ -1136,6 +1336,10 @@ msgstr "Avfärda"
msgid "Documentation"
msgstr "Dokumentation"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Har du inget konto? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Ladda ner DOCX"
msgid "Download JSON"
msgstr "Ladda ner JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Ladda ner PDF"
msgid "Downloads"
msgstr "Nedladdningar"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Dra och släpp avsnitt här för att flytta dem mellan kolumner"
@@ -1227,11 +1444,17 @@ msgstr "Duplicerar ditt CV..."
msgid "Dutch"
msgstr "Nederländska"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Tidigare versioner behålls; verktygets ångringshistorik återställs."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Redigera"
@@ -1241,6 +1464,10 @@ msgstr "Redigera"
msgid "Edit {chip}"
msgstr "Redigera {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Exportera"
msgid "Export my data"
msgstr "Exportera mina data"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Exportera ditt CV till PDF direkt, utan väntetid eller förseningar."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Misslyckades med att analysera CV."
@@ -1575,10 +1810,18 @@ msgstr "Funktioner"
msgid "File"
msgstr "Fil"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filtrera efter"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Hitta svaga punkter och skriv om dem med starkare utfall, siffror, omfattning och skarpare verb."
@@ -1599,6 +1842,22 @@ msgstr "Flexibilitet"
msgid "Fluency"
msgstr "Språknivå"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Typsnittsfamilj"
@@ -1653,11 +1912,19 @@ msgstr "Fri form"
msgid "French"
msgstr "Franska"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Full bredd"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Helskärm"
@@ -1667,6 +1934,10 @@ msgstr "Helskärm"
msgid "Fullscreen Editor"
msgstr "Fullskärmsredigerare"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Generera ett slumpmässigt namn"
@@ -1878,6 +2149,10 @@ msgstr "Hur delar jag mitt CV?"
msgid "How do I use the API?"
msgstr "Hur använder jag API:et?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Hur skyddas mina data?"
@@ -1904,12 +2179,35 @@ msgstr "Identifiera luckor i ett system för sökandespårning och tillämpa end
msgid "Import"
msgstr "Importera"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Importera ett befintligt CV"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Import från PDF eller Word kräver en ansluten AI-leverantör."
@@ -1942,6 +2240,10 @@ msgstr "Information"
msgid "Inline Code"
msgstr "Inline-kod"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Omedelbar generering"
@@ -1986,6 +2288,14 @@ msgstr "Kursiv"
msgid "Japanese"
msgstr "Japanska"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Koreanska"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Etikett"
@@ -2072,6 +2383,10 @@ msgstr "Språk"
msgid "Languages"
msgstr "Språk"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Senast analyserad {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Lämna tomt för att återställa titeln till originalet."
msgid "Left Align"
msgstr "Vänsterjustera"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Brev"
@@ -2152,6 +2471,18 @@ msgstr "Ljust tema"
msgid "Line Height"
msgstr "Radavstånd"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Laddar…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Plats"
@@ -2266,6 +2599,14 @@ msgstr "Marginal (horisontell)"
msgid "Margin (Vertical)"
msgstr "Marginal (vertikal)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Fler nedladdningsalternativ"
msgid "Move section to another column or page"
msgstr "Flytta avsnitt till en annan kolumn eller sida"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Börjar med https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Nytt lösenord"
msgid "New Section"
msgstr "Nytt avsnitt"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Ny tråd"
@@ -2360,6 +2712,14 @@ msgstr "Ny tråd"
msgid "No Advertising, No Tracking"
msgstr "Ingen reklam, ingen spårning"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Inga tidigare uppgifter"
msgid "No results found."
msgstr "Inga resultat hittades."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Inga CV matchar din sökning."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Inga sparade versioner ännu."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Inga stilregler än."
@@ -2406,6 +2778,7 @@ msgstr "Norska"
msgid "Not connected"
msgstr "Inte ansluten"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Anteckningar"
@@ -2431,6 +2804,10 @@ msgstr "Löpande underhåll"
msgid "Only applies when the section fits on a single page."
msgstr "Gäller endast när avsnittet får plats på en enda sida."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Lösenordsskydd har inaktiverats."
msgid "Password protection has been enabled."
msgstr "Lösenordsskydd har aktiverats."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Patch tillämpad"
@@ -2636,6 +3025,22 @@ msgstr "Välj en ikon"
msgid "Picture"
msgstr "Bild"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Ange ett nytt lösenord för ditt konto"
@@ -2652,6 +3057,10 @@ msgstr "Ange URL:en du vill länka till:"
msgid "Please support the project"
msgstr "Stöd projektet"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Vänta medan din PDF genereras..."
@@ -2774,6 +3183,10 @@ msgstr "Publikationer"
msgid "Publisher"
msgstr "Utgivare"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Gå till startsida"
@@ -2817,6 +3230,10 @@ msgstr "Reaktivt CV v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reaktivt CV v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Mottagare"
@@ -2839,6 +3256,10 @@ msgstr "Göra om"
msgid "References"
msgstr "Referenser"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Registrera ny enhet"
@@ -2856,6 +3277,14 @@ msgstr "Ta bort"
msgid "Remove {chip}"
msgstr "Ta bort {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Ta bort anpassat fält"
@@ -2954,6 +3383,10 @@ msgstr "CV-analysen är klar."
msgid "Resume content"
msgstr "CV-innehåll"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "CV-alternativ"
@@ -2962,6 +3395,10 @@ msgstr "CV-alternativ"
msgid "Resume patch"
msgstr "CV-patch"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Skriv om detta CV för en övergång från grundare till produktledare f
msgid "Right Align"
msgstr "Högerjustera"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Rollutveckling"
@@ -3018,6 +3463,15 @@ msgstr "Kör din första analys för att få ett scorecard, styrkor och priorite
msgid "Russian"
msgstr "Ryska"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Spara och testa leverantören"
msgid "Save & Upload"
msgstr "Spara och ladda upp"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Skanna QR-koden nedan med din föredragna autentiseringsapp. Du kan ocks
msgid "School"
msgstr "Skola"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Scorekort"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Söka"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Avsnittsalternativ"
msgid "Section Type"
msgstr "Avsnittstyp"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Välj ett CV"
@@ -3124,6 +3603,10 @@ msgstr "Välj ett CV"
msgid "Select a thread"
msgstr "Välj en tråd"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Välj en agentmodell"
@@ -3136,6 +3619,14 @@ msgstr "Välj en AI-leverantör"
msgid "Select..."
msgstr "Välj..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Självhosting med Docker"
@@ -3218,6 +3709,11 @@ msgstr "Delning"
msgid "Show"
msgstr "Visa"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Visa lösenord"
msgid "Show picture"
msgstr "Visa bild"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Något gick fel"
msgid "Something went wrong while analyzing your resume."
msgstr "Något gick fel när vi analyserade din meritförteckning."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Något gick fel. Försök igen."
@@ -3369,6 +3873,12 @@ msgstr "Något gick fel. Försök igen."
msgid "Sort by"
msgstr "Sortera efter"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Sponsorskap"
msgid "Square"
msgstr "Fyrkant"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Ge oss en stjärna på GitHub (öppnas i ny flik)"
@@ -3459,6 +3974,10 @@ msgstr "Styrkor"
msgid "Strike"
msgstr "Genomstrykning"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Bytte till mallen {0}."
msgid "Synced changes made in another tab."
msgstr "Synkroniserade ändringar gjorda i en annan flik."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Taggar"
@@ -3513,10 +4037,18 @@ msgstr "Taggar"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Taggar kan användas för att kategorisera ditt CV med nyckelord."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Anpassa detta CV till en produktchefs arbetsbeskrivning och betona ansvarstagande för färdplanen, intressentkommunikation och mätbara lanseringsresultat."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamil"
@@ -3753,6 +4285,10 @@ msgstr "Skärp ner färdighetsavsnittet så att det stöder målrollen istället
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Demonstration av hur man bygger ett CV med Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Tips: Ge din API-nyckel ett namn som gör det lätt att identifiera den senare."
@@ -3799,6 +4335,14 @@ msgstr "Växla höger sidofält"
msgid "Toggle threads"
msgstr "Växla trådar"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Spåra visningar och nedladdningar av ditt CV"
@@ -3897,6 +4441,11 @@ msgstr "Typografi"
msgid "Ukrainian"
msgstr "Ukrainska"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Understrykning"
@@ -4011,6 +4560,10 @@ msgstr "Uppdatera projektpunkter för att visa ledarskap, begränsningar, avväg
msgid "Update Resume"
msgstr "Uppdatera CV"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Uppdatera ditt lösenord"
@@ -4023,6 +4576,10 @@ msgstr "Uppdaterar ditt lösenord..."
msgid "Updating your resume..."
msgstr "Uppdaterar ditt CV..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Ladda upp bilagor"
@@ -4031,10 +4588,18 @@ msgstr "Ladda upp bilagor"
msgid "Upload picture"
msgstr "Ladda upp bild"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Laddar upp bild…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Använda"
msgid "Use color {color}"
msgstr "Använd färg {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Vad är nytt i den senaste versionen?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "När det är låst kan CV:t inte uppdateras eller raderas."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Arbeta med OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Arbeta med OpenAI"
msgid "Working…"
msgstr "Arbetar…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Zooma ut"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/ta-IN.po b/apps/web/locales/ta-IN.po
index ee9647ef2..c5d157708 100644
--- a/apps/web/locales/ta-IN.po
+++ b/apps/web/locales/ta-IN.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# பங்கு} other {# பங்குகள்}}"
msgid "{0} characters"
msgstr "{0} எழுத்துக்கள்"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "உங்கள் தற்போதைய மின்னஞ்சல
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "உங்கள் ரெஸ்யூமியை உருவாக்குதல், புதுப்பித்தல் மற்றும் பகிர்தல் ஆகிய செயல்முறைகளை எளிதாக்கும் ஒரு இலவச மற்றும் திறந்த மூல ரெஸ்யூம் பில்டர்."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "உங்கள் மின்னஞ்சல் முகவரிக
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "<0>அம்ருத் பிள்ளை0> உருவாக்கிய ஒரு ஆர்வமான திட்டம்."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "ஏ4"
@@ -126,10 +144,19 @@ msgstr "கணக்கு மெனு"
msgid "Actual size (100%)"
msgstr "உண்மையான அளவு (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "ஒரு தனிப்பயன் புலத்தைச் சேர்க்கவும்"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "ஒரு முக்கிய வார்த்தையைச் சேர்க்கவும்..."
@@ -196,10 +223,23 @@ msgstr "ஒரு புதிய திறனைச் சேர்க்கவ
msgid "Add a new volunteer experience"
msgstr "ஒரு புதிய தன்னார்வ அனுபவத்தைச் சேர்க்கவும்"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "ஏஜென்ட் த்ரெட்டைத் தொடங்குவதற்கு முன், ஒரு வழங்குநரைச் சேர்த்துச் சோதிக்கவும்."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "முக்கியச்சொல்லைச் சேர்க்கவும்"
@@ -225,6 +265,14 @@ msgstr "வழங்குநரைச் சேர்க்கவும்"
msgid "Add Role"
msgstr "பங்கைச் சேர்"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "தன்னிச்சையான தகவல் தொடர்பு மற்றும் பொறுப்புணர்வை மதிக்கும், தொலைதூரத்தில் இருந்து பணிபுரியும் வகையிலான பணிக்கு ஏற்றவாறு சுயவிவரத்தை மாற்றியமைக்கவும்."
@@ -285,6 +333,10 @@ msgstr "AI வழங்குநர்களுக்கு REDIS_URL மற்
msgid "Albanian"
msgstr "அல்பேனியன்"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "பொது அணுகலை அனுமதிக்கவும்"
@@ -360,10 +412,40 @@ msgstr "API குறிப்பு"
msgid "App"
msgstr "செயலி"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "செயலி புள்ளிவிபரங்கள்"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "பயன்படுத்தப்பட்ட விதிகள்"
@@ -372,11 +454,18 @@ msgstr "பயன்படுத்தப்பட்ட விதிகள்"
msgid "Arabic"
msgstr "அரபிக்"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "காப்பகம்"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "இந்த உரையாடலை மூட விரும்புகிறீர்களா?"
@@ -437,6 +526,10 @@ msgstr "ஒப்புத்திணைவு விகிதம்"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "அட்லஸ் கிளவுட், ரியாக்டிவ் ரெஸ்யூமை ஒரு திட்ட ஆதரவாளராக ஆதரிக்கிறது. உங்கள் நிறுவனம் இத்திட்டத்திற்கு ஆதரவளிக்க விரும்பினால், <0>{sponsorshipEmail}என்ற முகவரிக்கு மின்னஞ்சல் அனுப்பவும்.0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "கோப்புகளை இணைக்கவும்"
@@ -455,6 +548,14 @@ msgstr "இணைப்பு பதிவேற்றப்பட்டது."
msgid "Authentication"
msgstr "அங்கீகாரம்"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "பல மொழிகளில் கிடைக்கிறது. நீங்கள் பங்களிக்க விரும்பினால், Crowdin-ஐ பார்க்கவும்."
@@ -511,6 +612,10 @@ msgstr "பெங்காலி"
msgid "Blank draft"
msgstr "வெற்று வரைவு"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "பில்டர் கட்டளைத் தேர்வு பட
msgid "Bulgarian"
msgstr "பல்கேரியன்"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "குறியிட்டு பட்டியல்"
@@ -552,6 +665,12 @@ msgstr "குறியிட்டு பட்டியல்"
msgid "By the community, for the community."
msgstr "சமூகத்தால், சமூகத்திற்காக."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "என் ரெஸ்யூமியை PDF ஆக ஏற்றுமதி செய்யலாமா?"
@@ -566,6 +685,9 @@ msgstr "என் ரெஸ்யூமியை PDF ஆக ஏற்றும
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "வட்டம்"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "தெளிவான"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "தெளிவான தேர்வு"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "சமூகம்"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "நிறுவனம்"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "இந்த சுயவிவரத்தை இந்தப் பணி முகவரியுடன் ஒப்பிட்டு, சுருக்கமாகவும் நம்பகத்தன்மையுடனும் இருக்கும் அதே வேளையில் முக்கிய வார்த்தைகளைப் புதுப்பிக்கவும்."
@@ -735,6 +867,10 @@ msgstr "இணைப்பு தோல்வியடைந்தது"
msgid "Connection verified — provider is ready to use."
msgstr "இணைப்பு சரிபார்க்கப்பட்டது — சேவை வழங்குநர் பயன்பாட்டிற்குத் தயாராக உள்ளது."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "உரையாடல் நகலெடுக்கப்பட்ட
msgid "Conversation JSON copied."
msgstr "உரையாடல் JSON நகலெடுக்கப்பட்டது."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "நகலெடு"
@@ -815,10 +956,43 @@ msgstr "வழங்குநர் இணைப்பைச் சரிபா
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "இணைப்பைச் சரிபார்க்க முடியவில்லை. API சாவி, மாடல் மற்றும் அடிப்படை URL-ஐச் சரிபார்க்கவும்."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "சேமிக்க முடியவில்லை"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "சேமிக்க முடியவில்லை"
msgid "Cover Letter"
msgstr "கவர் லெட்டர்"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "கவர் லெட்டர்"
msgid "Create"
msgstr "உருவாக்கு"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "ஒரு புதிய கணக்கை உருவாக்கவும்"
@@ -952,6 +1134,11 @@ msgstr "விருப்பத்தேர்வுகளுடன் ரெ
msgid "Created"
msgstr "உருவாக்கப்பட்டது"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "உங்கள் API விசையை உருவாக்குகிறது..."
@@ -964,6 +1151,10 @@ msgstr "உங்கள் ரெஸ்யூமியை உருவாக்
msgid "Crop picture"
msgstr "பயிர் படம்"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "தற்போதைய கடவுச்சொல்"
@@ -1041,6 +1232,9 @@ msgstr "பட்டம்"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "வழங்குநரை நீக்கு"
msgid "Delete this agent thread?"
msgstr "இந்த முகவர் உரையாடலை நீக்கவா?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "உங்கள் கணக்கை நீக்கிக் கொண்டிருக்கிறது..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "டிஸ்கார்ட்"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "நிராகரி"
@@ -1136,6 +1336,10 @@ msgstr "நிராகரி"
msgid "Documentation"
msgstr "ஆவணங்கள்"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "கணக்கு இல்லையா? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "DOCX-ஐப் பதிவிறக்கவும்"
msgid "Download JSON"
msgstr "JSON-ஐ பதிவிறக்கவும்"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "PDF-ஐ பதிவிறக்கவும்"
msgid "Downloads"
msgstr "பதிவிறக்கங்கள்"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "பகுதிகளை நெடுவரிசைகளுக்குள் நகர்த்த இதே இடத்திற்கு இழுத்து விடவும்"
@@ -1227,11 +1444,17 @@ msgstr "உங்கள் ரெஸ்யூமியின் நகலை உ
msgid "Dutch"
msgstr "டச்சு"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "முந்தைய பதிப்புகள் தக்கவைக்கப்படுகின்றன; உருவாக்குபவரின் செயல்தவிர்ப்பு வரலாறு மீட்டமைக்கப்படுகிறது."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "திருத்து"
@@ -1241,6 +1464,10 @@ msgstr "திருத்து"
msgid "Edit {chip}"
msgstr "திருத்து {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "ஏற்றுமதி"
msgid "Export my data"
msgstr "எனது தரவை ஏற்றுமதி செய்"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "உங்கள் சுயவிவரத்தை எந்தவிதக் காத்திருப்பும் தாமதமும் இன்றி உடனடியாக PDF ஆக ஏற்றுமதி செய்யுங்கள்."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "வாழ்க்கை வரலாற்றை பகுப்பாய்வு செய்யத் தவறியது."
@@ -1575,10 +1810,18 @@ msgstr "அம்சங்கள்"
msgid "File"
msgstr "கோப்பு"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "இதன்படி வடிகட்டு"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "பலவீனமான அம்சங்களைக் கண்டறிந்து, அவற்றை வலுவான விளைவுகள், எண்கள், நோக்கம் மற்றும் கூர்மையான வினைச்சொற்களுடன் மீண்டும் எழுதவும்."
@@ -1599,6 +1842,22 @@ msgstr "நெகிழ்வுத்தன்மை"
msgid "Fluency"
msgstr "வழக்காற்றுத் திறன்"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "எழுத்துரு குடும்பம்"
@@ -1653,11 +1912,19 @@ msgstr "இலவச வடிவம்"
msgid "French"
msgstr "ஃபிரென்ச்"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "முழு அகலம்"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "முழுத்திரை"
@@ -1667,6 +1934,10 @@ msgstr "முழுத்திரை"
msgid "Fullscreen Editor"
msgstr "முழுத்திரை ஆசிரியர்"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "ஒரு சீரற்ற பெயரை உருவாக்கு"
@@ -1878,6 +2149,10 @@ msgstr "என் ரெஸ்யூமியை நான் எப்படி
msgid "How do I use the API?"
msgstr "API-யை நான் எப்படி பயன்படுத்துவது?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "என் தரவு எப்படி பாதுகாக்கப்படுகிறது?"
@@ -1904,12 +2179,35 @@ msgstr "விண்ணப்பதாரர் கண்காணிப்ப
msgid "Import"
msgstr "இறக்குமதி செய்"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "ஏற்கனவே உள்ள ஒரு ரெஸ்யூமியை இறக்குமதி செய்"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "PDF அல்லது Word இலிருந்து இறக்குமதி செய்வதற்கு, இணைக்கப்பட்ட AI வழங்குநர் தேவைப்படுகிறது."
@@ -1942,6 +2240,10 @@ msgstr "தகவல்"
msgid "Inline Code"
msgstr "இன்லைன் குறியீடு"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "உடனடி உருவாக்கம்"
@@ -1986,6 +2288,14 @@ msgstr "சாய்ந்த"
msgid "Japanese"
msgstr "ஜப்பானியம்"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "கொரியன்"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "லேபிள்"
@@ -2072,6 +2383,10 @@ msgstr "மொழி"
msgid "Languages"
msgstr "மொழிகள்"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "{updatedAtLabel} இல் கடைசியாகப் பகுப்பாய்வு செய்யப்பட்டது"
@@ -2119,6 +2434,10 @@ msgstr "தலைப்பை அசல் நிலைக்குத் தி
msgid "Left Align"
msgstr "இடது சீரமை"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "அஞ்சல்"
@@ -2152,6 +2471,18 @@ msgstr "லைட் தீம்"
msgid "Line Height"
msgstr "வரி உயரம்"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "ஏற்றப்படுகிறது…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "இடம்"
@@ -2266,6 +2599,14 @@ msgstr "விளிம்பு (கிடைமட்ட)"
msgid "Margin (Vertical)"
msgstr "விளிம்பு (செங்குத்து)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "கூடுதல் பதிவிறக்க விருப்ப
msgid "Move section to another column or page"
msgstr "பகுதியை மற்றொரு பத்திக்கோ அல்லது பக்கத்திற்கோ நகர்த்தவும்"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "https:// கொண்டு தொடங்க வேண்டும்"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "புதிய கடவுச்சொல்"
msgid "New Section"
msgstr "புதிய பகுதி"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "புதிய இழை"
@@ -2360,6 +2712,14 @@ msgstr "புதிய இழை"
msgid "No Advertising, No Tracking"
msgstr "விளம்பரம் இல்லை, கண்காணிப்பு இல்லை"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "முந்தைய தரவு இல்லை"
msgid "No results found."
msgstr "எந்த முடிவுகளும் கிடைக்கவில்லை."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "உங்கள் தேடலுக்குப் பொருத்தமான சுயவிவரங்கள் எதுவும் இல்லை."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "இன்னும் சேமிக்கப்பட்ட பதிப்புகள் இல்லை."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "இன்னும் பாணி விதிகள் எதுவும் இல்லை."
@@ -2406,6 +2778,7 @@ msgstr "நார்வேஜியன்"
msgid "Not connected"
msgstr "இணைப்பு இல்லை"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "குறிப்புகள்"
@@ -2431,6 +2804,10 @@ msgstr "தொடர்ந்து பராமரிப்பு"
msgid "Only applies when the section fits on a single page."
msgstr "பகுதி ஒரே பக்கத்தில் பொருந்தினால் மட்டுமே இது பொருந்தும்."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "கடவுச்சொல் பாதுகாப்பு முட
msgid "Password protection has been enabled."
msgstr "கடவுச்சொல் பாதுகாப்பு இயக்கப்பட்டுள்ளது."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "பேட்ச் பயன்படுத்தப்பட்டது"
@@ -2636,6 +3025,22 @@ msgstr "ஒரு சின்னத்தைத் தேர்ந்தெட
msgid "Picture"
msgstr "படம்"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "தயவுசெய்து உங்கள் கணக்கிற்காக ஒரு புதிய கடவுச்சொல்லை உள்ளிடவும்"
@@ -2652,6 +3057,10 @@ msgstr "நீங்கள் இணைக்க விரும்பும்
msgid "Please support the project"
msgstr "திட்டத்திற்கு ஆதரவளிக்கவும்"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "உங்கள் PDF உருவாக்கப்படும் வரை காத்திருக்கவும்..."
@@ -2774,6 +3183,10 @@ msgstr "வெளியீடுகள்"
msgid "Publisher"
msgstr "பதிப்பாளர்"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - முகப்புப் பக்கத்துக்கு செல்லவும்"
@@ -2817,6 +3230,10 @@ msgstr "ரியாக்டிவ் ரெஸ்யூம் v<0>{__APP_VERSI
msgid "Reactive Resume v4 (JSON)"
msgstr "எதிர்வினை ரெஸ்யூம் v4 (ஜேசன்)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "பெறுநர்"
@@ -2839,6 +3256,10 @@ msgstr "மீண்டும் செய்"
msgid "References"
msgstr "பரிந்துரைகள்"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "புதிய சாதனத்தைப் பதிவு செய்யவும்"
@@ -2856,6 +3277,14 @@ msgstr "நீக்கு"
msgid "Remove {chip}"
msgstr "நீக்கவும் {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "தனிப்பயன் புலத்தை அகற்று"
@@ -2954,6 +3383,10 @@ msgstr "விண்ணப்பப் பகுப்பாய்வு நி
msgid "Resume content"
msgstr "சுயவிவர உள்ளடக்கம்"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "மீண்டும் தொடங்குவதற்கான விருப்பங்கள்"
@@ -2962,6 +3395,10 @@ msgstr "மீண்டும் தொடங்குவதற்கான வ
msgid "Resume patch"
msgstr "மீண்டும் தொடங்கும் இணைப்பு"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "ஒரு ஸ்டார்ட்அப் நிறுவனரில
msgid "Right Align"
msgstr "வலது சீரமை"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "பங்கு முன்னேற்றம்"
@@ -3018,6 +3463,15 @@ msgstr "மதிப்பெண் அட்டை, பலங்கள் ம
msgid "Russian"
msgstr "ரஷ்யன்"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "வழங்குநரைச் சேமித்துச் சோ
msgid "Save & Upload"
msgstr "சேமித்து பதிவேற்றவும்"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "கீழே உள்ள QR குறியீட்டை நீங்
msgid "School"
msgstr "பள்ளி"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "மதிப்பெண் அட்டை"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "தேடல்"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "பிரிவு விருப்பங்கள்"
msgid "Section Type"
msgstr "பகுதி வகை"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "ஒரு சுயவிவரத்தைத் தேர்ந்தெடுக்கவும்"
@@ -3124,6 +3603,10 @@ msgstr "ஒரு சுயவிவரத்தைத் தேர்ந்த
msgid "Select a thread"
msgstr "ஒரு இழையைத் தேர்ந்தெடுக்கவும்"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "ஒரு முகவர் மாதிரியைத் தேர்ந்தெடுக்கவும்"
@@ -3136,6 +3619,14 @@ msgstr "ஒரு AI வழங்குநரைத் தேர்ந்தெ
msgid "Select..."
msgstr "தேர்ந்தெடு..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Docker-இன் உதவியுடன் தானே ஹோஸ்ட் செய்யவும்"
@@ -3218,6 +3709,11 @@ msgstr "பகிர்வு"
msgid "Show"
msgstr "காட்டு"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "கடவுச்சொல்லைக் காட்டு"
msgid "Show picture"
msgstr "படத்தைக் காட்டு"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "ஏதோ தவறு நடந்துவிட்டது"
msgid "Something went wrong while analyzing your resume."
msgstr "உங்கள் ரெஸ்யூமேயை பகுப்பாய்வு செய்யும்போது ஒரு சிக்கல் ஏற்பட்டது."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "ஏதோ தவறு நடந்துள்ளது. தயவுசெய்து மீண்டும் முயற்சிக்கவும்."
@@ -3369,6 +3873,12 @@ msgstr "ஏதோ தவறு நடந்துள்ளது. தயவு
msgid "Sort by"
msgstr "இதன்படி வரிசைப்படுத்து"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "வேந்துகளை ஆதரிப்புகள்"
msgid "Square"
msgstr "சதுரம்"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "GitHub-இல் எங்களுக்கு ஸ்டார் கொடுக்கவும் (புதிய தாவலில் திறக்கிறது)"
@@ -3459,6 +3974,10 @@ msgstr "வலிமைகள்"
msgid "Strike"
msgstr "கோடு கிழித்தல்"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "சப்ரெட்டிட்"
@@ -3505,7 +4024,12 @@ msgstr "{0} வார்ப்புருவிற்கு மாற்றப
msgid "Synced changes made in another tab."
msgstr "மற்றொரு தாவலில் செய்யப்பட்ட மாற்றங்கள் ஒத்திசைக்கப்பட்டன."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "டேக்குகள்"
@@ -3513,10 +4037,18 @@ msgstr "டேக்குகள்"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "டேக்குகளை உங்கள் ரெஸ்யூமியை முக்கிய சொற்களால் வகைப்படுத்த பயன்படுத்தலாம்."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "இந்த சுயவிவரத்தை ஒரு தயாரிப்பு மேலாளர் பணி விவரத்திற்கு ஏற்றவாறு வடிவமைத்து, செயல்திட்டப் பொறுப்பு, பங்குதாரர்களுடனான தொடர்பு மற்றும் அளவிடக்கூடிய வெளியீட்டு முடிவுகள் ஆகியவற்றை வலியுறுத்துங்கள்."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "தமிழ்"
@@ -3753,6 +4285,10 @@ msgstr "திறன்கள் பகுதியானது, வெறும
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Reactive Resume-யை பயன்படுத்தி ஒரு ரெஸ்யூமியை உருவாக்கும் காலச்சுருக்கக் காணொளி விளக்கம்"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "குறிப்பு: உங்கள் API விசைக்கு அதன் நோக்கத்துக்கு ஏற்ப ஒரு பெயரை கொடுங்கள்; பின்னர் அதை எளிதில் அடையாளம் காண இது உதவும்."
@@ -3799,6 +4335,14 @@ msgstr "வலது பக்கப் பட்டை மாற்று"
msgid "Toggle threads"
msgstr "இழைகளை நிலைமாற்று"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "உங்கள் ரெஸ்யூமியின் பார்வை மற்றும் பதிவிறக்கம் எண்ணிக்கைகளை கண்காணிக்கவும்"
@@ -3897,6 +4441,11 @@ msgstr "எழுத்துரு வடிவமைப்பு"
msgid "Ukrainian"
msgstr "உக்ரேனியன்"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "அடைமுறை கோடு"
@@ -4011,6 +4560,10 @@ msgstr "தலைமைத்துவம், கட்டுப்பாடு
msgid "Update Resume"
msgstr "ரெஸ்யூமியை புதுப்பிக்கவும்"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "உங்கள் கடவுச்சொல்லை புதுப்பிக்கவும்"
@@ -4023,6 +4576,10 @@ msgstr "உங்கள் கடவுச்சொல்லை புதுப
msgid "Updating your resume..."
msgstr "உங்கள் ரெஸ்யூமியை புதுப்பித்து கொண்டிருக்கிறது..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "இணைப்புகளைப் பதிவேற்றவும்"
@@ -4031,10 +4588,18 @@ msgstr "இணைப்புகளைப் பதிவேற்றவும
msgid "Upload picture"
msgstr "படத்தைப் பதிவேற்றவும்"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "படம் பதிவேற்றப்படுகிறது…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "பயன்படுத்து"
msgid "Use color {color}"
msgstr "வண்ணத்தைப் பயன்படுத்துங்கள் {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "சமீபத்திய பதிப்பில் என்ன ப
msgid "When locked, the resume cannot be updated or deleted."
msgstr "பூட்டப்பட்டிருக்கும் போது, ரெஸ்யூமியை புதுப்பிக்கவோ நீக்கவோ முடியாது."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "OpenAI வேலை"
@@ -4181,6 +4758,10 @@ msgstr "OpenAI வேலை"
msgid "Working…"
msgstr "இயங்குகிறது…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (ட்விட்டர்)"
@@ -4308,4 +4889,3 @@ msgstr "சிறிதாக்கு"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "ஜூலு"
-
diff --git a/apps/web/locales/te-IN.po b/apps/web/locales/te-IN.po
index a2a5c51e8..424f2b7d4 100644
--- a/apps/web/locales/te-IN.po
+++ b/apps/web/locales/te-IN.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# పాత్ర} other {# పాత్రలు}}"
msgid "{0} characters"
msgstr "{0} అక్షరాలు"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "ఒక నిర్ధారణ లింక్ మీ ప్రస్
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "మీ రిజ్యూమ్ను సృష్టించడం, నవీకరించడం మరియు పంచుకోవడం వంటి ప్రక్రియను సులభతరం చేసే ఉచిత మరియు ఓపెన్-సోర్స్ రిజ్యూమ్ బిల్డర్."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "మీ ఇమెయిల్ చిరునామాకు కొత్
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "<0>అమృత్ పిల్లై0> రూపొందించిన ఒక అభిరుచి ప్రాజెక్ట్."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "ఎ4"
@@ -126,10 +144,19 @@ msgstr "ఖాతా మెనూ"
msgid "Actual size (100%)"
msgstr "వాస్తవ పరిమాణం (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "కస్టమ్ ఫీల్డ్ జోడించండి"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "కీవర్డ్ జోడించండి..."
@@ -196,10 +223,23 @@ msgstr "కొత్త నైపుణ్యతను జోడించండ
msgid "Add a new volunteer experience"
msgstr "కొత్త వాలంటీర్ అనుభవాన్ని జోడించండి"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "ఏజెంట్ థ్రెడ్ను ప్రారంభించే ముందు ప్రొవైడర్ను జోడించి పరీక్షించండి."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "కీవర్డ్ జోడించండి"
@@ -225,6 +265,14 @@ msgstr "ప్రొవైడర్ను జోడించండి"
msgid "Add Role"
msgstr "పాత్ర జోడించు"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "అసింక్ కమ్యూనికేషన్ మరియు యాజమాన్యానికి విలువనిచ్చే రిమోట్-ఫస్ట్ ఉద్యోగానికి అనుగుణంగా రెజ్యూమెను సర్దుబాటు చేసుకోండి."
@@ -285,6 +333,10 @@ msgstr "AI ప్రొవైడర్లకు REDIS_URL మరియు ENCRYP
msgid "Albanian"
msgstr "అల్బేనియన్"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "ప్రజా యాక్సెస్ని అనుమతించండి"
@@ -360,10 +412,40 @@ msgstr "API సూచన"
msgid "App"
msgstr "యాప్"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "యాప్ గణాంకాలు"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "వర్తింపజేసిన నియమాలు"
@@ -372,11 +454,18 @@ msgstr "వర్తింపజేసిన నియమాలు"
msgid "Arabic"
msgstr "అరబిక్"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "ఆర్కైవ్"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "మీరు ఈ డైలాగ్ను మూసివేయాలనుకుంటున్నారా?"
@@ -437,6 +526,10 @@ msgstr "కారక నిష్పత్తి"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "అట్లాస్ క్లౌడ్, రియాక్టివ్ రెజ్యూమ్ను ప్రాజెక్ట్ స్పాన్సర్గా సపోర్ట్ చేస్తుంది. మీ కంపెనీ ఈ ప్రాజెక్ట్ను స్పాన్సర్ చేయాలనుకుంటే, <0>{sponsorshipEmail}కు ఇమెయిల్ చేయండి.0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "ఫైళ్లను జతచేయండి"
@@ -455,6 +548,14 @@ msgstr "అటాచ్మెంట్ అప్లోడ్ చేయబ
msgid "Authentication"
msgstr "ధృవీకరణ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "బహుళ భాషల్లో అందుబాటులో ఉంది. మీరు సహాయం చేయాలనుకుంటే, Crowdinను చూడండి."
@@ -511,6 +612,10 @@ msgstr "బెంగాలీ"
msgid "Blank draft"
msgstr "ఖాళీ డ్రాఫ్ట్"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "బిల్డర్ కమాండ్ పలెట్"
msgid "Bulgarian"
msgstr "బల్గేరియన్"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "బుల్లెట్ జాబితా"
@@ -552,6 +665,12 @@ msgstr "బుల్లెట్ జాబితా"
msgid "By the community, for the community."
msgstr "కమ్యూనిటీ కోసం, కమ్యూనిటీ చేత."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "నేను నా రిజ్యూమ్ని PDFగా ఎగుమతి చేయగలనా?"
@@ -566,6 +685,9 @@ msgstr "నేను నా రిజ్యూమ్ని PDFగా ఎగ
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "వృత్తం"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "తొలగించు"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "స్పష్టమైన ఎంపిక"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "కమ్యూనిటీ"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "కంపెనీ"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "ఈ రెజ్యూమెను ఈ రోల్ URLతో సరిపోల్చి, మీ శైలి సంక్షిప్తంగా మరియు విశ్వసనీయంగా ఉండేలా చూసుకుంటూ కీలకపదాలను అప్డేట్ చేయండి."
@@ -735,6 +867,10 @@ msgstr "కనెక్షన్ విఫలమైంది"
msgid "Connection verified — provider is ready to use."
msgstr "కనెక్షన్ ధృవీకరించబడింది — ప్రొవైడర్ ఉపయోగించడానికి సిద్ధంగా ఉంది."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "సంభాషణ నకలు చేయబడింది."
msgid "Conversation JSON copied."
msgstr "సంభాషణ JSON కాపీ చేయబడింది."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "కాపీ"
@@ -815,10 +956,43 @@ msgstr "ప్రొవైడర్ కనెక్షన్ను ధృవ
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "కనెక్షన్ను ధృవీకరించలేకపోయాము. API కీ, మోడల్ మరియు బేస్ URLను తనిఖీ చేయండి."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "సేవ్ చేయలేకపోయారు"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "సేవ్ చేయలేకపోయారు"
msgid "Cover Letter"
msgstr "కవర్ లెటర్"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "కవర్ లెటర్"
msgid "Create"
msgstr "సృష్టించండి"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "క్రొత్త ఖాతాను సృష్టించండి"
@@ -952,6 +1134,11 @@ msgstr "ఎంపికలతో రెస్యూమ్ సృష్టిం
msgid "Created"
msgstr "సృష్టించబడింది"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "మీ API కీ సృష్టించబడుతోంది..."
@@ -964,6 +1151,10 @@ msgstr "మీ రిజ్యూమ్ సృష్టించబడుతో
msgid "Crop picture"
msgstr "చిత్రాన్ని కత్తిరించండి"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "ప్రస్తుత పాస్వర్డ్"
@@ -1041,6 +1232,9 @@ msgstr "డిగ్రీ"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "ప్రొవైడర్ను తొలగించండి"
msgid "Delete this agent thread?"
msgstr "ఈ ఏజెంట్ థ్రెడ్ను తొలగించాలా?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "మీ ఖాతాను తొలగిస్తున్నారు..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "డిస్కోర్డ్"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "కొట్టివేయండి"
@@ -1136,6 +1336,10 @@ msgstr "కొట్టివేయండి"
msgid "Documentation"
msgstr "డాక్యుమెంటేషన్"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "ఖాతా లేదా? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "DOCX డౌన్లోడ్"
msgid "Download JSON"
msgstr "JSON ను డౌన్లోడ్ చేయండి"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "PDF ను డౌన్లోడ్ చేయండి"
msgid "Downloads"
msgstr "డౌన్లోడ్లు"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "విభాగాలను ఇక్కడకి డ్రాగ్ చేసి వదలండి, వీటిని కాలమ్స్ మధ్యలో తరలించేందుకు"
@@ -1227,11 +1444,17 @@ msgstr "మీ రిజ్యూమ్ను నకిలీ చేస్త
msgid "Dutch"
msgstr "డచ్"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "మునుపటి వెర్షన్లు ఉంచబడతాయి; బిల్డర్ యొక్క అన్డు హిస్టరీ రీసెట్ చేయబడుతుంది."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "సవరించు"
@@ -1241,6 +1464,10 @@ msgstr "సవరించు"
msgid "Edit {chip}"
msgstr "సవరించు {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "ఎగుమతి"
msgid "Export my data"
msgstr "నా డేటాను ఎగుమతి చేయండి"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "ఎటువంటి నిరీక్షణ లేదా ఆలస్యం లేకుండా, మీ రెజ్యూమెను తక్షణమే PDF రూపంలోకి ఎగుమతి చేసుకోండి."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "రిజ్యూమ్ను విశ్లేషించడంలో విఫలమయ్యాము."
@@ -1575,10 +1810,18 @@ msgstr "ఫీచర్లు"
msgid "File"
msgstr "ఫైల్"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "ద్వారా ఫిల్టర్ చేయండి"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "బలహీనమైన అంశాలను గుర్తించి, వాటిని మరింత బలమైన ఫలితాలు, సంఖ్యలు, పరిధి మరియు పదునైన క్రియలతో తిరిగి రాయండి."
@@ -1599,6 +1842,22 @@ msgstr "లచకంగా"
msgid "Fluency"
msgstr "పరిజ్ఞానం"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "ఫాంట్ కుటుంబం"
@@ -1653,11 +1912,19 @@ msgstr "స్వేచ్ఛా రూపం"
msgid "French"
msgstr "ఫ్రెంచ్"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "పూర్తి వెడల్పు"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "పూర్తి స్క్రీన్"
@@ -1667,6 +1934,10 @@ msgstr "పూర్తి స్క్రీన్"
msgid "Fullscreen Editor"
msgstr "పూర్తిస్క్రీన్ ఎడిటర్"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "యాదృచ్ఛిక పేరు రూపొందించండి"
@@ -1878,6 +2149,10 @@ msgstr "నేను నా రిజ్యూమ్ను ఎలా పం
msgid "How do I use the API?"
msgstr "నేను APIని ఎలా ఉపయోగిస్తాను?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "నా డేటా ఎలా రక్షించబడుతుంది?"
@@ -1904,12 +2179,35 @@ msgstr "అప్లికెంట్ ట్రాకింగ్ సిస్
msgid "Import"
msgstr "ఇంపోర్ట్"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "ఉన్న రిజ్యూమ్ను ఇంపోర్ట్ చేయండి"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "PDF లేదా Word నుండి దిగుమతి చేసుకోవడానికి అనుసంధానించబడిన AI ప్రొవైడర్ అవసరం."
@@ -1942,6 +2240,10 @@ msgstr "ఇన్ఫర్మేషన్"
msgid "Inline Code"
msgstr "ఇన్లైన్ కోడ్"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "తక్షణ ఉత్పత్తి"
@@ -1986,6 +2288,14 @@ msgstr "ఇటాలిక్"
msgid "Japanese"
msgstr "జపానీస్"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "కొరియన్"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "లేబుల్"
@@ -2072,6 +2383,10 @@ msgstr "భాష"
msgid "Languages"
msgstr "భాషలు"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "{updatedAtLabel} న చివరిగా విశ్లేషించబడింది"
@@ -2119,6 +2434,10 @@ msgstr "ప్రధాన శీర్షికను పునఃస్థా
msgid "Left Align"
msgstr "ఎడమగా సరిపోండి"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "లేఖ"
@@ -2152,6 +2471,18 @@ msgstr "లైట్ థీమ్"
msgid "Line Height"
msgstr "లైన్ హైట్"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "లోడ్ అవుతోంది…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "స్థలం"
@@ -2266,6 +2599,14 @@ msgstr "మార్జిన్ (అడామ్)"
msgid "Margin (Vertical)"
msgstr "మార్జిన్ (ఉర్ధ్వాదహం)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "మరిన్ని డౌన్లోడ్ ఎంపికలు"
msgid "Move section to another column or page"
msgstr "విభాగాన్ని వేరొక కాలమ్కు లేదా పేజీకి తరలించండి"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "తప్పనిసరిగా https:// తో ప్రారంభ
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "న్యూ పాస్వర్డ్"
msgid "New Section"
msgstr "కొత్త విభాగం"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "కొత్త థ్రెడ్"
@@ -2360,6 +2712,14 @@ msgstr "కొత్త థ్రెడ్"
msgid "No Advertising, No Tracking"
msgstr "ప్రకటనలు లేవు, ట్రాకింగ్ లేదు"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "ముందస్తు డేటా లేదు"
msgid "No results found."
msgstr "ఏ ఫలితాలు లభించలేదు."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "మీ శోధనకు సరిపోయే రెజ్యూమెలు ఏవీ లేవు."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "ఇంకా సేవ్ చేసిన వెర్షన్లు ఏవీ లేవు."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "ఇంకా శైలి నియమాలు ఏవీ లేవు."
@@ -2406,6 +2778,7 @@ msgstr "నార్వేజియన్"
msgid "Not connected"
msgstr "కనెక్ట్ కాలేదు"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "నోట్స్"
@@ -2431,6 +2804,10 @@ msgstr "నిరంతర నిర్వహణ"
msgid "Only applies when the section fits on a single page."
msgstr "విభాగం ఒకే పేజీలో సరిపోయినప్పుడు మాత్రమే వర్తిస్తుంది."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "పాస్వర్డ్ రక్షణను నిలిపి
msgid "Password protection has been enabled."
msgstr "పాస్వర్డ్ రక్షణను ప్రారంభించారు."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "ప్యాచ్ వర్తింపజేయబడింది"
@@ -2636,6 +3025,22 @@ msgstr "ఒక చిహ్నాన్ని ఎంచుకోండి"
msgid "Picture"
msgstr "పిక్చర్"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "మీ ఖాతాకు కొత్త పాస్వర్డ్ను నమోదు చేయండి"
@@ -2652,6 +3057,10 @@ msgstr "మీరు లింక్ చేయాలనుకునే URLన
msgid "Please support the project"
msgstr "దయచేసి ప్రాజెక్ట్కు మద్దతు ఇవ్వండి"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "మీ PDF రూపొందించబడుతోంది, దయచేసి వేచి ఉండండి..."
@@ -2774,6 +3183,10 @@ msgstr "పబ్లికేషన్స్"
msgid "Publisher"
msgstr "పబ్లిషర్"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - హోమ్పేజీకి వెళ్ళండి"
@@ -2817,6 +3230,10 @@ msgstr "రియాక్టివ్ రెజ్యూమ్ v<0>{__APP_VERSI
msgid "Reactive Resume v4 (JSON)"
msgstr "రియాక్టివ్ రెజ్యూమ్ v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "గ్రహీత"
@@ -2839,6 +3256,10 @@ msgstr "మళ్ళీ చేయండి"
msgid "References"
msgstr "రిఫరెన్స్లు"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "కొత్త పరికరాన్ని నమోదు చేయండి"
@@ -2856,6 +3277,14 @@ msgstr "తొలగించు"
msgid "Remove {chip}"
msgstr "తొలగించు {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "కస్టమ్ ఫీల్డ్ను తొలగించండి"
@@ -2954,6 +3383,10 @@ msgstr "రిజ్యూమ్ విశ్లేషణ పూర్తయి
msgid "Resume content"
msgstr "పునఃప్రారంభ కంటెంట్"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "పునఃప్రారంభ ఎంపికలు"
@@ -2962,6 +3395,10 @@ msgstr "పునఃప్రారంభ ఎంపికలు"
msgid "Resume patch"
msgstr "రెస్యూమ్ ప్యాచ్"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "స్పష్టమైన వ్యాపార ప్రభావం
msgid "Right Align"
msgstr "కుడి align చేయండి"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "పాత్ర పురోగతి"
@@ -3018,6 +3463,15 @@ msgstr "స్కోర్కార్డ్, బలాలు మరియు
msgid "Russian"
msgstr "రష్యన్"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "సేవ్ & టెస్ట్ ప్రొవైడర్"
msgid "Save & Upload"
msgstr "సేవ్ చేసి అప్లోడ్ చేయండి"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "మీకు ఇష్టమైన ఆథెంటికేటర్ య
msgid "School"
msgstr "పాఠశాల"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "స్కోర్కార్డ్"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "శోధన"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "విభాగ ఎంపికలు"
msgid "Section Type"
msgstr "విభాగపు రకం"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "రెజ్యూమెను ఎంచుకోండి"
@@ -3124,6 +3603,10 @@ msgstr "రెజ్యూమెను ఎంచుకోండి"
msgid "Select a thread"
msgstr "ఒక థ్రెడ్ను ఎంచుకోండి"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "ఏజెంట్ మోడల్ను ఎంచుకోండి"
@@ -3136,6 +3619,14 @@ msgstr "AI ప్రొవైడర్ను ఎంచుకోండి"
msgid "Select..."
msgstr "ఎంచుకోండి..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "డాకర్తో స్వయంగా హోస్ట్ చేయండి"
@@ -3218,6 +3709,11 @@ msgstr "షేరింగ్"
msgid "Show"
msgstr "చూపించండి"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "పాస్వర్డ్ చూపించు"
msgid "Show picture"
msgstr "చిత్రాన్ని చూపించు"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "ఏదో తప్పు జరిగింది"
msgid "Something went wrong while analyzing your resume."
msgstr "మీ రెజ్యూమెను విశ్లేషిస్తున్నప్పుడు ఏదో పొరపాటు జరిగింది."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "ఏదో తప్పు జరిగింది. దయచేసి మళ్లీ ప్రయత్నించండి."
@@ -3369,6 +3873,12 @@ msgstr "ఏదో తప్పు జరిగింది. దయచేసి
msgid "Sort by"
msgstr "సორტ్ చేయండి"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "ప్రాయోజకత్వాలు"
msgid "Square"
msgstr "స్క్వేర్"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "GitHub లో మాకు స్టార్ ఇవ్వండి (కొత్త ట్యాబ్లో తెరవబడుతుంది)"
@@ -3459,6 +3974,10 @@ msgstr "బలాలు"
msgid "Strike"
msgstr "స్ట్రైక్"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "సబ్రెడిట్"
@@ -3505,7 +4024,12 @@ msgstr "{0} టెంప్లేట్కు మార్చబడింద
msgid "Synced changes made in another tab."
msgstr "మరొక ట్యాబ్లో చేసిన మార్పులు సింక్ చేయబడ్డాయి."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "ట్యాగ్స్"
@@ -3513,10 +4037,18 @@ msgstr "ట్యాగ్స్"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "కీవర్డ్స్ని ఉపయోగించి మీ రెజ్యూమేను వర్గీకరించడానికి ట్యాగ్స్ను ఉపయోగించవచ్చు."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "ఈ రెజ్యూమెను ప్రొడక్ట్ మేనేజర్ ఉద్యోగ వివరణకు అనుగుణంగా రూపొందించండి మరియు రోడ్మ్యాప్ యాజమాన్యం, వాటాదారులతో సంభాషణ, ఇంకా కొలవగల ప్రారంభ ఫలితాలపై నొక్కి చెప్పండి."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "తమిళ్"
@@ -3753,6 +4285,10 @@ msgstr "నైపుణ్యాల విభాగాన్ని కేవల
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Reactive Resume తో జీవన చరిత్రను తయారుచేసే టైమ్లాప్ డెమో"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "టిప్: మీ API కీని గుర్తుపట్టేందుకు దాని ఉద్దేశానికి అనుగుణంగా పేరు ఇవ్వండి."
@@ -3799,6 +4335,14 @@ msgstr "కుడి వైపు పక్క పట్టీని టోగ
msgid "Toggle threads"
msgstr "థ్రెడ్లను టోగుల్ చేయండి"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "మీ రెజ్యూమ్ వీవ్స్ మరియు డౌన్లోడ్స్ను ట్రాక్ చేయండి"
@@ -3897,6 +4441,11 @@ msgstr "టైపోగ్రఫీ"
msgid "Ukrainian"
msgstr "యుక్రేనియన్"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "అండర్లైన్"
@@ -4011,6 +4560,10 @@ msgstr "నాయకత్వం, పరిమితులు, సర్దు
msgid "Update Resume"
msgstr "రిజ్యూమ్ను నవీకరించండి"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "మీ పాస్వర్డ్ను నవీకరించండి"
@@ -4023,6 +4576,10 @@ msgstr "మీ పాస్వర్డ్ను నవీకరిస్
msgid "Updating your resume..."
msgstr "మీ రిజ్యూమ్ను నవీకరిస్తోంది..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "జోడింపులను అప్లోడ్ చేయండి"
@@ -4031,10 +4588,18 @@ msgstr "జోడింపులను అప్లోడ్ చేయండ
msgid "Upload picture"
msgstr "చిత్రాన్ని అప్లోడ్ చేయండి"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "చిత్రం అప్లోడ్ అవుతోంది…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "ఉపయోగించండి"
msgid "Use color {color}"
msgstr "రంగును ఉపయోగించండి {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "తాజా వెర్షన్లో ఏమి కొత్తగ
msgid "When locked, the resume cannot be updated or deleted."
msgstr "లాక్ చేసినప్పుడు, రిజ్యూమ్ను నవీకరించలేరు లేదా తొలగించలేరు."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "ఓపెన్ఏఐతో పని"
@@ -4181,6 +4758,10 @@ msgstr "ఓపెన్ఏఐతో పని"
msgid "Working…"
msgstr "పని చేస్తోంది…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (ట్విట్టర్)"
@@ -4308,4 +4889,3 @@ msgstr "జూమ్ అవుట్ చేయండి"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "జులు"
-
diff --git a/apps/web/locales/th-TH.po b/apps/web/locales/th-TH.po
index cc8301627..debac6ab2 100644
--- a/apps/web/locales/th-TH.po
+++ b/apps/web/locales/th-TH.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# ตำแหน่ง} other {# ตำแหน่ง
msgid "{0} characters"
msgstr "{0} ตัวอักษร"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "ลิงก์ยืนยันได้ถูกส่งไปยั
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "เครื่องมือสร้างเรซูเม่ฟรีและโอเพนซอร์สที่ทำให้กระบวนการสร้าง การปรับปรุง และการแชร์เรซูเม่ของคุณง่ายขึ้น"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "ลิงก์ยืนยันใหม่ได้ถูกส่ง
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "โครงการทำด้วยใจจาก <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "เมนูบัญชี"
msgid "Actual size (100%)"
msgstr "ขนาดจริง (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "เพิ่มช่องข้อมูลที่กำหนดเอง"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "เพิ่มคำค้นหา..."
@@ -196,10 +223,23 @@ msgstr "เพิ่มทักษะใหม่"
msgid "Add a new volunteer experience"
msgstr "เพิ่มประสบการณ์อาสาสมัครใหม่"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "เพิ่มและทดสอบผู้ให้บริการก่อนเริ่มเธรดเอเจนต์"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "เพิ่มคำค้นหา"
@@ -225,6 +265,14 @@ msgstr "เพิ่มผู้ให้บริการ"
msgid "Add Role"
msgstr "เพิ่มตำแหน่ง"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "ปรับเรซูเม่ให้เหมาะสมกับตำแหน่งงานที่เน้นการทำงานจากระยะไกลเป็นหลัก ซึ่งให้ความสำคัญกับการสื่อสารแบบไม่พร้อมกันและความรับผิดชอบ"
@@ -285,6 +333,10 @@ msgstr "ผู้ให้บริการ AI ต้องการให้
msgid "Albanian"
msgstr "แอลเบเนีย"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "อนุญาตให้เข้าถึงแบบสาธารณะ"
@@ -360,10 +412,40 @@ msgstr "API Reference"
msgid "App"
msgstr "แอป"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "สถิติของแอปพลิเคชัน"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "กฎที่ใช้"
@@ -372,11 +454,18 @@ msgstr "กฎที่ใช้"
msgid "Arabic"
msgstr "อารบิก"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "คลังเก็บเอกสารสำคัญ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "คุณแน่ใจหรือว่าต้องการปิดหน้าต่างนี้?"
@@ -437,6 +526,10 @@ msgstr "อัตราส่วนภาพ"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud สนับสนุน Reactive Resume ในฐานะผู้สนับสนุนโครงการ หากบริษัทของคุณสนใจสนับสนุนโครงการ โปรดส่งอีเมลไปที่ <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "แนบไฟล์"
@@ -455,6 +548,14 @@ msgstr "อัปโหลดไฟล์แนบเรียบร้อยแ
msgid "Authentication"
msgstr "การยืนยันตัวตน"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "มีให้เลือกหลายภาษา หากคุณอยากร่วมช่วยแปล ดูรายละเอียดที่ Crowdin"
@@ -511,6 +612,10 @@ msgstr "เบงกาลี"
msgid "Blank draft"
msgstr "ร่างเปล่า"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "แผงคำสั่งของตัวสร้าง"
msgid "Bulgarian"
msgstr "บัลแกเรีย"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "รายการหัวข้อย่อย"
@@ -552,6 +665,12 @@ msgstr "รายการหัวข้อย่อย"
msgid "By the community, for the community."
msgstr "โดยชุมชน เพื่อชุมชน"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "ฉันสามารถส่งออกเรซูเม่ของฉันเป็น PDF ได้ไหม?"
@@ -566,6 +685,9 @@ msgstr "ฉันสามารถส่งออกเรซูเม่ขอ
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "วงกลม"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "ชัดเจน"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "การเลือกที่ชัดเจน"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "ชุมชน"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "บริษัท"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "เปรียบเทียบประวัติย่อนี้กับ URL ของตำแหน่งงานนี้ และอัปเดตคำหลักโดยคงไว้ซึ่งสำนวนที่กระชับและน่าเชื่อถือ"
@@ -735,6 +867,10 @@ msgstr "การเชื่อมต่อล้มเหลว"
msgid "Connection verified — provider is ready to use."
msgstr "การเชื่อมต่อได้รับการยืนยันแล้ว — ผู้ให้บริการพร้อมใช้งาน"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "บทสนทนานี้ถูกคัดลอกแล้ว"
msgid "Conversation JSON copied."
msgstr "คัดลอกข้อมูล JSON ของบทสนทนาแล้ว"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "คัดลอก"
@@ -815,10 +956,43 @@ msgstr "ไม่สามารถตรวจสอบการเชื่อ
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "ไม่สามารถตรวจสอบการเชื่อมต่อได้ โปรดตรวจสอบคีย์ API, รุ่น และ URL พื้นฐาน"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "ไม่สามารถบันทึกได้"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "ไม่สามารถบันทึกได้"
msgid "Cover Letter"
msgstr "จดหมายสมัครงาน"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "จดหมายสมัครงาน"
msgid "Create"
msgstr "สร้าง"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "สร้างบัญชีใหม่"
@@ -952,6 +1134,11 @@ msgstr "สร้างประวัติย่อพร้อมตัวเ
msgid "Created"
msgstr "สร้าง"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "กำลังสร้างคีย์ API ของคุณ..."
@@ -964,6 +1151,10 @@ msgstr "กำลังสร้างเรซูเม่ของคุณ...
msgid "Crop picture"
msgstr "รูปภาพครอป"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "รหัสผ่านเดิม"
@@ -1041,6 +1232,9 @@ msgstr "ปริญญา"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "ลบผู้ให้บริการ"
msgid "Delete this agent thread?"
msgstr "ลบกระทู้ตัวแทนนี้เลยไหม?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "กำลังลบบัญชีของคุณ..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "อนุญาตให้ออกไป"
@@ -1136,6 +1336,10 @@ msgstr "อนุญาตให้ออกไป"
msgid "Documentation"
msgstr "เอกสารอ้างอิง"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "ยังไม่มีบัญชี? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "ดาวน์โหลด DOCX"
msgid "Download JSON"
msgstr "ดาวน์โหลด JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "ดาวน์โหลด PDF"
msgid "Downloads"
msgstr "ยอดดาวน์โหลด"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "ลากและวางส่วนต่าง ๆ ที่นี่เพื่อย้ายระหว่างคอลัมน์"
@@ -1227,11 +1444,17 @@ msgstr "กำลังคัดลอกเรซูเม่ของคุณ
msgid "Dutch"
msgstr "ดัตช์"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "เวอร์ชันก่อนหน้าจะยังคงอยู่ และประวัติการยกเลิกการกระทำของผู้สร้างจะถูกรีเซ็ต"
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "แก้ไข"
@@ -1241,6 +1464,10 @@ msgstr "แก้ไข"
msgid "Edit {chip}"
msgstr "แก้ไข {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "ส่งออก"
msgid "Export my data"
msgstr "ส่งออกข้อมูลของฉัน"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "ส่งออกเรซูเม่ของคุณเป็นไฟล์ PDF ได้ทันที โดยไม่ต้องรอหรือล่าช้า"
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "ไม่สามารถวิเคราะห์ประวัติการทำงานได้"
@@ -1575,10 +1810,18 @@ msgstr "คุณสมบัติ"
msgid "File"
msgstr "ไฟล์"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "กรองโดย"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "ค้นหาประเด็นสำคัญที่อ่อนแอและเขียนใหม่โดยใช้ผลลัพธ์ ตัวเลข ขอบเขต และคำกริยาที่คมชัดกว่า"
@@ -1599,6 +1842,22 @@ msgstr "ความยืดหยุ่น"
msgid "Fluency"
msgstr "ความคล่องแคล่ว"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "ตระกูลฟอนต์"
@@ -1653,11 +1912,19 @@ msgstr "รูปแบบอิสระ"
msgid "French"
msgstr "ฝรั่งเศส"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "เต็มความกว้าง"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "เต็มหน้าจอ"
@@ -1667,6 +1934,10 @@ msgstr "เต็มหน้าจอ"
msgid "Fullscreen Editor"
msgstr "โปรแกรมแก้ไขแบบเต็มหน้าจอ"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "สร้างชื่อแบบสุ่ม"
@@ -1878,6 +2149,10 @@ msgstr "จะแชร์เรซูเม่ของฉันได้อย
msgid "How do I use the API?"
msgstr "ฉันจะใช้ API ได้อย่างไร?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "ข้อมูลของฉันได้รับการปกป้องอย่างไร?"
@@ -1904,12 +2179,35 @@ msgstr "ระบุช่องว่างสำหรับระบบติ
msgid "Import"
msgstr "นำเข้า"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "นำเข้าเรซูเม่ที่มีอยู่"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "การนำเข้าจากไฟล์ PDF หรือ Word จำเป็นต้องมีผู้ให้บริการ AI ที่เชื่อมต่ออยู่"
@@ -1942,6 +2240,10 @@ msgstr "ข้อมูล"
msgid "Inline Code"
msgstr "โค้ดอินไลน์"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "การสร้างทันที"
@@ -1986,6 +2288,14 @@ msgstr "ตัวเอียง"
msgid "Japanese"
msgstr "ญี่ปุ่น"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "เกาหลี"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "ชื่อกำกับ"
@@ -2072,6 +2383,10 @@ msgstr "ภาษา"
msgid "Languages"
msgstr "ภาษา"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "วิเคราะห์ครั้งล่าสุดเมื่อ {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "เว้นว่างไว้เพื่อรีเซ็ตชื
msgid "Left Align"
msgstr "จัดชิดซ้าย"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "จดหมาย"
@@ -2152,6 +2471,18 @@ msgstr "ธีมสว่าง"
msgid "Line Height"
msgstr "ความสูงของเส้น"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "กำลังโหลด…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "สถานที่"
@@ -2266,6 +2599,14 @@ msgstr "ระยะขอบ (แนวนอน)"
msgid "Margin (Vertical)"
msgstr "ระยะขอบ (แนวตั้ง)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "ตัวเลือกการดาวน์โหลดเพิ่
msgid "Move section to another column or page"
msgstr "ย้ายส่วนไปยังคอลัมน์หรือหน้าอื่น"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "ต้องเริ่มต้นด้วย https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "รหัสผ่านใหม่"
msgid "New Section"
msgstr "เซกชั่นใหม่"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "กระทู้ใหม่"
@@ -2360,6 +2712,14 @@ msgstr "กระทู้ใหม่"
msgid "No Advertising, No Tracking"
msgstr "ไม่มีโฆษณา ไม่มีการติดตาม"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "ไม่มีข้อมูลก่อนหน้า"
msgid "No results found."
msgstr "ไม่พบผลลัพธ์"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "ไม่พบประวัติการทำงานที่ตรงกับผลการค้นหาของคุณ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "ยังไม่มีเวอร์ชันที่บันทึกไว้"
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "ยังไม่มีกฎเกณฑ์ด้านสไตล์ใดๆ"
@@ -2406,6 +2778,7 @@ msgstr "นอร์เวย์"
msgid "Not connected"
msgstr "ไม่ได้เชื่อมต่อ"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "โน้ต"
@@ -2431,6 +2804,10 @@ msgstr "การบำรุงรักษาต่อเนื่อง"
msgid "Only applies when the section fits on a single page."
msgstr "ใช้ได้เฉพาะเมื่อส่วนนั้นพอดีกับหน้าเดียวเท่านั้น"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "ปิดการป้องกันด้วยรหัสผ่า
msgid "Password protection has been enabled."
msgstr "เปิดการป้องกันด้วยรหัสผ่านแล้ว"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "ติดแผ่นแปะแล้ว"
@@ -2636,6 +3025,22 @@ msgstr "เลือกไอคอน"
msgid "Picture"
msgstr "รูปภาพ"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "กรุณาตั้งรหัสผ่านใหม่สำหรับบัญชีของคุณ"
@@ -2652,6 +3057,10 @@ msgstr "กรุณากรอก URL ที่คุณต้องการ
msgid "Please support the project"
msgstr "โปรดให้การสนับสนุนโครงการนี้"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "กรุณารอสักครู่ ขณะกำลังสร้าง PDF ของคุณ..."
@@ -2774,6 +3183,10 @@ msgstr "สิ่งตีพิมพ์"
msgid "Publisher"
msgstr "สำนักพิมพ์"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - ไปที่หน้าแรก"
@@ -2817,6 +3230,10 @@ msgstr "Reactive Resume v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "เรแอคทีฟ เรซูเม่ v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "ผู้รับ"
@@ -2839,6 +3256,10 @@ msgstr "ทำซ้ำ"
msgid "References"
msgstr "บุคคลอ้างอิง"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "ลงทะเบียนอุปกรณ์ใหม่"
@@ -2856,6 +3277,14 @@ msgstr "ลบ"
msgid "Remove {chip}"
msgstr "นำออก {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "ลบฟิลด์ที่กำหนดเอง"
@@ -2954,6 +3383,10 @@ msgstr "การวิเคราะห์ประวัติย่อเส
msgid "Resume content"
msgstr "เนื้อหาประวัติย่อ"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "ตัวเลือกประวัติย่อ"
@@ -2962,6 +3395,10 @@ msgstr "ตัวเลือกประวัติย่อ"
msgid "Resume patch"
msgstr "แพทช์ดำเนินการต่อ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "ปรับปรุงเรซูเม่ฉบับนี้สำ
msgid "Right Align"
msgstr "ชิดขวา"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "ความก้าวหน้าในตำแหน่ง"
@@ -3018,6 +3463,15 @@ msgstr "ดำเนินการวิเคราะห์ครั้งแ
msgid "Russian"
msgstr "รัสเซีย"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "ผู้ให้บริการบันทึกและทดส
msgid "Save & Upload"
msgstr "บันทึกและอัปโหลด"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "สแกนรหัส QR ด้านล่างด้วยแอ
msgid "School"
msgstr "โรงเรียน"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "สกอร์การ์ด"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "ค้นหา"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "ตัวเลือกส่วน"
msgid "Section Type"
msgstr "ประเภทของเซกชั่น"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "เลือกประวัติย่อ"
@@ -3124,6 +3603,10 @@ msgstr "เลือกประวัติย่อ"
msgid "Select a thread"
msgstr "เลือกหัวข้อ"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "เลือกโมเดลเอเจนต์"
@@ -3136,6 +3619,14 @@ msgstr "เลือกผู้ให้บริการ AI"
msgid "Select..."
msgstr "เลือก..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "โฮสต์ด้วยตนเองบน Docker"
@@ -3218,6 +3709,11 @@ msgstr "การแชร์"
msgid "Show"
msgstr "แสดง"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "แสดงรหัสผ่าน"
msgid "Show picture"
msgstr "แสดงรูปภาพ"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "เกิดข้อผิดพลาดบางอย่าง"
msgid "Something went wrong while analyzing your resume."
msgstr "เกิดข้อผิดพลาดขณะวิเคราะห์ประวัติการทำงานของคุณ"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "เกิดข้อผิดพลาดบางอย่าง กรุณาลองใหม่อีกครั้ง"
@@ -3369,6 +3873,12 @@ msgstr "เกิดข้อผิดพลาดบางอย่าง ก
msgid "Sort by"
msgstr "เรียงตาม"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "สปอนเซอร์ชิปส์"
msgid "Square"
msgstr "จัตุรัส"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "กดดาวที่ GitHub ของเรา (เปิดในแท็บใหม่)"
@@ -3459,6 +3974,10 @@ msgstr "จุดแข็ง"
msgid "Strike"
msgstr "ขีดฆ่า"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "ซับเรดดิต"
@@ -3505,7 +4024,12 @@ msgstr "เปลี่ยนไปใช้เทมเพลต {0} แล้
msgid "Synced changes made in another tab."
msgstr "ซิงค์การเปลี่ยนแปลงที่ทำในแท็บอื่นแล้ว"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "แท็ก"
@@ -3513,10 +4037,18 @@ msgstr "แท็ก"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "แท็กสามารถใช้เพื่อจัดหมวดหมู่เรซูเม่ของคุณด้วยคีย์เวิร์ด"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "ปรับแต่งเรซูเม่ฉบับนี้ให้ตรงกับรายละเอียดงานของตำแหน่งผู้จัดการผลิตภัณฑ์ โดยเน้นความสามารถในการวางแผนงาน การสื่อสารกับผู้มีส่วนได้ส่วนเสีย และผลลัพธ์ที่วัดผลได้จากการเปิดตัวผลิตภัณฑ์"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "ทมิฬ"
@@ -3753,6 +4285,10 @@ msgstr "ปรับปรุงส่วนทักษะให้กระช
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "วิดีโอไทม์แลปส์การสร้างเรซูเม่ด้วย Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "เคล็ดลับ: ตั้งชื่อคีย์ API ของคุณให้ตรงกับวัตถุประสงค์การใช้งานเพื่อช่วยให้คุณจดจำได้ในภายหลัง"
@@ -3799,6 +4335,14 @@ msgstr "สลับแถบด้านขวา"
msgid "Toggle threads"
msgstr "สลับเธรด"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "ติดตามยอดดูและยอดดาวน์โหลดเรซูเม่ของคุณ"
@@ -3897,6 +4441,11 @@ msgstr "แบบอักษร"
msgid "Ukrainian"
msgstr "ยูเครน"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "ขีดเส้นใต้"
@@ -4011,6 +4560,10 @@ msgstr "ปรับปรุงรายละเอียดโครงกา
msgid "Update Resume"
msgstr "อัปเดตประวัติย่อ"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "อัปเดตรหัสผ่านของคุณ"
@@ -4023,6 +4576,10 @@ msgstr "กำลังอัปเดตรหัสผ่านของคุ
msgid "Updating your resume..."
msgstr "กำลังอัปเดตประวัติย่อของคุณ..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "อัปโหลดไฟล์แนบ"
@@ -4031,10 +4588,18 @@ msgstr "อัปโหลดไฟล์แนบ"
msgid "Upload picture"
msgstr "อัปโหลดรูปภาพ"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "กำลังอัปโหลดรูปภาพ…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "ใช้"
msgid "Use color {color}"
msgstr "ใช้สี {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "มีอะไรใหม่ในเวอร์ชันล่าส
msgid "When locked, the resume cannot be updated or deleted."
msgstr "เมื่อถูกล็อก ประวัติย่อจะไม่สามารถอัปเดตหรือถูกลบได้."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "ทำงานกับ OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "ทำงานกับ OpenAI"
msgid "Working…"
msgstr "กำลังทำงาน…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (ทวิตเตอร์)"
@@ -4308,4 +4889,3 @@ msgstr "ซูมออก"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "ซูลู"
-
diff --git a/apps/web/locales/tr-TR.po b/apps/web/locales/tr-TR.po
index f5eed191b..07e6722db 100644
--- a/apps/web/locales/tr-TR.po
+++ b/apps/web/locales/tr-TR.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# rol} other {# rol}}"
msgid "{0} characters"
msgstr "{0} karakter"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Onaylama bağlantısı mevcut e-posta adresinize gönderildi. Lütfen de
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Özgeçmişinizi oluşturma, güncelleme ve paylaşma süreçlerini kolaylaştıran ücretsiz ve açık kaynaklı bir özgeçmiş oluşturucu."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Yeni bir doğrulama bağlantısı e-posta adresinize gönderildi. Lütfe
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "<0>Amruth Pillai0>'nin bir tutku projesi."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Hesap menüsü"
msgid "Actual size (100%)"
msgstr "Gerçek boyut (%100)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Özel alan ekle"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Bir anahtar kelime ekleyin..."
@@ -196,10 +223,23 @@ msgstr "Yeni bir yetenek ekle"
msgid "Add a new volunteer experience"
msgstr "Yeni bir gönüllülük deneyimi ekle"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Aracı iş parçacığını başlatmadan önce bir sağlayıcı ekleyin ve test edin."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Anahtar kelime ekle"
@@ -225,6 +265,14 @@ msgstr "Sağlayıcı Ekle"
msgid "Add Role"
msgstr "Rol Ekle"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Uzaktan çalışma odaklı, eş zamanlı olmayan iletişimi ve sorumluluk üstlenmeyi önemseyen bir pozisyon için özgeçmişinizi düzenleyin."
@@ -285,6 +333,10 @@ msgstr "Yapay zeka sağlayıcılarının REDIS_URL ve ENCRYPTION_SECRET'in yapı
msgid "Albanian"
msgstr "Arnavutça"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Herkese Açık Erişime İzin Ver"
@@ -360,10 +412,40 @@ msgstr "API Referansı"
msgid "App"
msgstr "Uygulama"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Uygulama İstatistikleri"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Uygulanan Kurallar"
@@ -372,11 +454,18 @@ msgstr "Uygulanan Kurallar"
msgid "Arabic"
msgstr "Arapça"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Arşiv"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Bu iletişim kutusunu kapatmak istediğinizden emin misiniz?"
@@ -437,6 +526,10 @@ msgstr "En/Boy Oranı"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud, Reactive Resume'yi proje sponsoru olarak desteklemektedir. Şirketiniz projeye sponsor olmak isterse, lütfen <0>{sponsorshipEmail}adresine e-posta gönderin.0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Dosyaları ekleyin"
@@ -455,6 +548,14 @@ msgstr "Ek dosya yüklendi."
msgid "Authentication"
msgstr "Kimlik Doğrulama"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Birden fazla dilde mevcut. Katkıda bulunmak isterseniz Crowdin'e göz atın."
@@ -511,6 +612,10 @@ msgstr "Bengalce"
msgid "Blank draft"
msgstr "Boş taslak"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Oluşturucu Komut Paleti"
msgid "Bulgarian"
msgstr "Bulgarca"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Madde Listesi"
@@ -552,6 +665,12 @@ msgstr "Madde Listesi"
msgid "By the community, for the community."
msgstr "Topluluk tarafından topluluk için oluşturuldu."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Özgeçmişimi PDF olarak dışa aktarabilir miyim?"
@@ -566,6 +685,9 @@ msgstr "Özgeçmişimi PDF olarak dışa aktarabilir miyim?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Daire"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Temiz"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Seçimi temizle"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Topluluk"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Şirket"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Bu özgeçmişi bu iş ilanının URL'siyle karşılaştırın ve üslubunuzu özlü ve güvenilir tutarak anahtar kelimeleri güncelleyin."
@@ -735,6 +867,10 @@ msgstr "Bağlantı başarısız oldu."
msgid "Connection verified — provider is ready to use."
msgstr "Bağlantı doğrulandı — sağlayıcı kullanıma hazır."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Konuşma kopyalandı."
msgid "Conversation JSON copied."
msgstr "Konuşma JSON'u kopyalandı."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Kopyala"
@@ -815,10 +956,43 @@ msgstr "Servis sağlayıcı bağlantısı doğrulanamadı."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Bağlantı doğrulanamadı. Lütfen API anahtarını, modeli ve temel URL'yi kontrol edin."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Kaydedilemedi"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Kaydedilemedi"
msgid "Cover Letter"
msgstr "Ön Yazı"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Ön Yazı"
msgid "Create"
msgstr "Oluştur"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Yeni bir hesap oluştur"
@@ -952,6 +1134,11 @@ msgstr "Seçeneklerle özgeçmiş oluşturma"
msgid "Created"
msgstr "Oluşturuldu"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "API anahtarınız oluşturuluyor..."
@@ -964,6 +1151,10 @@ msgstr "Özgeçmişiniz oluşturuluyor..."
msgid "Crop picture"
msgstr "Kırpılmış resim"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Geçerli Parola"
@@ -1041,6 +1232,9 @@ msgstr "Derece"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Sağlayıcıyı sil"
msgid "Delete this agent thread?"
msgstr "Bu temsilci ileti dizisini silmek ister misiniz?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Hesabınız siliniyor..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Azletmek"
@@ -1136,6 +1336,10 @@ msgstr "Azletmek"
msgid "Documentation"
msgstr "Dökümantasyon"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Hesabınız yok mu? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "İndir DOCX"
msgid "Download JSON"
msgstr "JSON indir"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "PDF indir"
msgid "Downloads"
msgstr "İndirmeler"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Bölümleri sütunlar arasında taşımak için buraya sürükleyip bırakın"
@@ -1227,11 +1444,17 @@ msgstr "Özgeçmişiniz çoğaltılıyor..."
msgid "Dutch"
msgstr "Felemenkçe"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Önceki sürümler saklanır; oluşturucunun geri alma geçmişi sıfırlanır."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Düzenlemek"
@@ -1241,6 +1464,10 @@ msgstr "Düzenlemek"
msgid "Edit {chip}"
msgstr "Düzenle {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Dışa aktar"
msgid "Export my data"
msgstr "Verilerimi dışa aktar"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Özgeçmişinizi herhangi bir bekleme veya gecikme olmadan anında PDF'ye aktarın."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Özgeçmiş analiz edilemedi."
@@ -1575,10 +1810,18 @@ msgstr "Özellikler"
msgid "File"
msgstr "Dosya"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Filtrele"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Zayıf madde işaretlerini bulun ve daha güçlü sonuçlar, sayılar, kapsam ve daha etkili fiillerle yeniden yazın."
@@ -1599,6 +1842,22 @@ msgstr "Esneklik"
msgid "Fluency"
msgstr "Akıcılık"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Yazı Tipi Ailesi"
@@ -1653,11 +1912,19 @@ msgstr "Serbest biçimli"
msgid "French"
msgstr "Fransızca"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Tam Genişlik"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Tam Ekran"
@@ -1667,6 +1934,10 @@ msgstr "Tam Ekran"
msgid "Fullscreen Editor"
msgstr "Tam Ekran Düzenleyici"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Rastgele bir isim oluştur"
@@ -1878,6 +2149,10 @@ msgstr "Özgeçmişimi nasıl paylaşabilirim?"
msgid "How do I use the API?"
msgstr "API'yi nasıl kullanırım?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Verilerim nasıl korunuyor?"
@@ -1904,12 +2179,35 @@ msgstr "Başvuru takip sistemindeki eksiklikleri belirleyin ve yalnızca yüksek
msgid "Import"
msgstr "İçe Aktar"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Mevcut bir özgeçmişi içe aktar"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "PDF veya Word dosyalarından içe aktarma işlemi için bağlantılı bir yapay zeka sağlayıcısı gereklidir."
@@ -1942,6 +2240,10 @@ msgstr "Bilgi"
msgid "Inline Code"
msgstr "Satır İçi Kod"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Anlık Üretim"
@@ -1986,6 +2288,14 @@ msgstr "İtalik"
msgid "Japanese"
msgstr "Japonca"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Korece"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Etiket"
@@ -2072,6 +2383,10 @@ msgstr "Dil"
msgid "Languages"
msgstr "Diller"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Son analiz tarihi {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Başlığı orijinaline sıfırlamak için boş bırakın."
msgid "Left Align"
msgstr "Sola Hizala"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Harf"
@@ -2152,6 +2471,18 @@ msgstr "Açık tema"
msgid "Line Height"
msgstr "Satır Yüksekliği"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Yükleniyor…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Konum"
@@ -2266,6 +2599,14 @@ msgstr "Kenar Boşluğu (Yatay)"
msgid "Margin (Vertical)"
msgstr "Kenar Boşluğu (Dikey)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Daha fazla indirme seçeneği"
msgid "Move section to another column or page"
msgstr "Bölümü başka bir sütuna veya sayfaya taşı"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "https:// ile başlamalıdır."
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Yeni Şifre"
msgid "New Section"
msgstr "Yeni Bölüm"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Yeni konu"
@@ -2360,6 +2712,14 @@ msgstr "Yeni konu"
msgid "No Advertising, No Tracking"
msgstr "Reklam Yok, Takip Yok"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Önceden herhangi bir veri yok."
msgid "No results found."
msgstr "Hiçbir sonuç bulunamadı."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Arama kriterlerinize uyan hiçbir özgeçmiş bulunamadı."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Henüz kaydedilmiş sürüm yok."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Henüz stil kuralları yok."
@@ -2406,6 +2778,7 @@ msgstr "Norveççe"
msgid "Not connected"
msgstr "Bağlı değil"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Notlar"
@@ -2431,6 +2804,10 @@ msgstr "Devam Eden Bakım"
msgid "Only applies when the section fits on a single page."
msgstr "Bu özellik yalnızca ilgili bölüm tek bir sayfaya sığdığında geçerlidir."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Şifre koruması devre dışı bırakıldı."
msgid "Password protection has been enabled."
msgstr "Şifre koruması etkinleştirildi."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Yama uygulandı."
@@ -2636,6 +3025,22 @@ msgstr "Bir simge seçin"
msgid "Picture"
msgstr "Resim"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Hesabınız için yeni bir şifre girin"
@@ -2652,6 +3057,10 @@ msgstr "Bağlamak istediğiniz URL'yi girin:"
msgid "Please support the project"
msgstr "Lütfen projeyi destekleyin."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "PDF'niz oluşturulurken lütfen bekleyin..."
@@ -2774,6 +3183,10 @@ msgstr "Yayınlar"
msgid "Publisher"
msgstr "Yayınlayıcı"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Özgeçmiş - Ana sayfaya git"
@@ -2817,6 +3230,10 @@ msgstr "Reaktif Özgeçmiş v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reaktif Özgeçmiş v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Alıcı"
@@ -2839,6 +3256,10 @@ msgstr "Tekrarla"
msgid "References"
msgstr "Referanslar"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Yeni Cihaz Kaydetme"
@@ -2856,6 +3277,14 @@ msgstr "Kaldır"
msgid "Remove {chip}"
msgstr "{chip} adresini kaldırın"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Özel alanı kaldır"
@@ -2954,6 +3383,10 @@ msgstr "Özgeçmiş analizi tamamlandı."
msgid "Resume content"
msgstr "Özgeçmiş içeriği"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Özgeçmiş seçenekleri"
@@ -2962,6 +3395,10 @@ msgstr "Özgeçmiş seçenekleri"
msgid "Resume patch"
msgstr "Özgeçmiş yaması"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Bu özgeçmişi, net iş etkisi yaratacak şekilde, bir girişim kurucus
msgid "Right Align"
msgstr "Sağa Hizala"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Rol İlerlemesi"
@@ -3018,6 +3463,15 @@ msgstr "Bir puan kartı, güçlü yönler ve önceliklendirilmiş öneriler elde
msgid "Russian"
msgstr "Rusça"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Kaydet ve Test Et Sağlayıcı"
msgid "Save & Upload"
msgstr "Kaydet ve Yükle"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Aşağıdaki QR kodunu seçtiğiniz kimlik doğrulayıcı uygulama ile t
msgid "School"
msgstr "Okul"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Puan Kartı"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Aramak"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Bölüm seçenekleri"
msgid "Section Type"
msgstr "Bölüm Türü"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Bir özgeçmiş seçin"
@@ -3124,6 +3603,10 @@ msgstr "Bir özgeçmiş seçin"
msgid "Select a thread"
msgstr "Bir konu seçin"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Bir temsilci modeli seçin"
@@ -3136,6 +3619,14 @@ msgstr "Bir yapay zeka sağlayıcısı seçin"
msgid "Select..."
msgstr "Seç..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Docker ile kendi kendine barındırma"
@@ -3218,6 +3709,11 @@ msgstr "Paylaşım"
msgid "Show"
msgstr "Göster"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Şifreyi göster"
msgid "Show picture"
msgstr "Resmi göster"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Bir şeyler ters gitti."
msgid "Something went wrong while analyzing your resume."
msgstr "Özgeçmişinizi analiz ederken bir şeyler yanlış gitti."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Bir hata oluştu. Lütfen tekrar deneyin."
@@ -3369,6 +3873,12 @@ msgstr "Bir hata oluştu. Lütfen tekrar deneyin."
msgid "Sort by"
msgstr "Sırala"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Sponsorlar"
msgid "Square"
msgstr "Kare"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "GitHub'da bize yıldız verin (yeni sekmede açılır)"
@@ -3459,6 +3974,10 @@ msgstr "Güçlü Yönler"
msgid "Strike"
msgstr "Üstü Çizili"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Alt Reddit"
@@ -3505,7 +4024,12 @@ msgstr "{0} şablonuna geçildi."
msgid "Synced changes made in another tab."
msgstr "Başka bir sekmede yapılan değişiklikler senkronize edildi."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Etiketler"
@@ -3513,10 +4037,18 @@ msgstr "Etiketler"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Etiketler, özgeçmişinizi anahtar kelimelerle kategorize etmek için kullanılabilir."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Bu özgeçmişi ürün yöneticisi iş tanımına göre uyarlayın ve yol haritası sahipliği, paydaş iletişimi ve ölçülebilir lansman sonuçlarını vurgulayın."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamilce"
@@ -3753,6 +4285,10 @@ msgstr "Beceri bölümünü, anahtar kelime yığını gibi görünmek yerine he
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Reactive Özgeçmiş ile bir özgeçmiş oluşturmanın zaman atlamalı gösterimi"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "İpucu: API anahtarınıza, anahtarın amacına uygun bir isim vererek daha sonra kolayca tanımlayabilirsiniz."
@@ -3799,6 +4335,14 @@ msgstr "Sağ kenar çubuğunu aç / kapat"
msgid "Toggle threads"
msgstr "Konuları açıp kapat"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Özgeçmişinizin görüntülenme ve indirilme sayılarını takip edin"
@@ -3897,6 +4441,11 @@ msgstr "Tipografi"
msgid "Ukrainian"
msgstr "Ukraynaca"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Altı Çizili"
@@ -4011,6 +4560,10 @@ msgstr "Proje özetindeki maddeleri güncelleyerek liderliği, kısıtlamaları,
msgid "Update Resume"
msgstr "Özgeçmişi Güncelle"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Şifrenizi güncelleyin"
@@ -4023,6 +4576,10 @@ msgstr "Şifreniz güncelleniyor..."
msgid "Updating your resume..."
msgstr "Özgeçmişiniz güncelleniyor..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Ekleri yükle"
@@ -4031,10 +4588,18 @@ msgstr "Ekleri yükle"
msgid "Upload picture"
msgstr "Resim yükle"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Resim yükleniyor…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Kullanmak"
msgid "Use color {color}"
msgstr "Renk kullanın {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "En son sürümdeki yenilikler?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Kilitliyken, özgeçmiş güncellenemez veya silinemez."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "OpenAI ile çalışın"
@@ -4181,6 +4758,10 @@ msgstr "OpenAI ile çalışın"
msgid "Working…"
msgstr "Çalışmakta…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Uzaklaştır"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/uk-UA.po b/apps/web/locales/uk-UA.po
index d7e010dee..0fcf27750 100644
--- a/apps/web/locales/uk-UA.po
+++ b/apps/web/locales/uk-UA.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# посада} few {# посади} many {# посад
msgid "{0} characters"
msgstr "{0} символів"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Посилання з підтвердженням було надісл
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Безкоштовний конструктор резюме з відкритим вихідним кодом, що спрощує створення, оновлення, і поширення вашого резюме."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Нове посилання з підтвердженням було н
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Зроблено з любовʼю від <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Меню облікового запису"
msgid "Actual size (100%)"
msgstr "Фактичний розмір (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Додати користувацьке поле"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Додайте ключове слово..."
@@ -196,10 +223,23 @@ msgstr "Додати нове вміння"
msgid "Add a new volunteer experience"
msgstr "Додати новий волонтерський досвід"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Додайте та перевірте постачальника перед запуском потоку агента."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Додати ключове слово"
@@ -225,6 +265,14 @@ msgstr "Додати постачальника"
msgid "Add Role"
msgstr "Додати посаду"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Відкоригуйте резюме для ролі, яка в першу чергу орієнтована на віддалену роботу та цінує асинхронне спілкування та відповідальність."
@@ -285,6 +333,10 @@ msgstr "Постачальники штучного інтелекту вима
msgid "Albanian"
msgstr "Албанська"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Дозволити Загальний Доступ"
@@ -360,10 +412,40 @@ msgstr "Довідник API"
msgid "App"
msgstr "Додаток"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Статистика заявок"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Застосовані правила"
@@ -372,11 +454,18 @@ msgstr "Застосовані правила"
msgid "Arabic"
msgstr "Арабська"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Архів"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Ви впевнені, що хочете закрити цей діалог?"
@@ -437,6 +526,10 @@ msgstr "Пропорції"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud підтримує Reactive Resume як спонсор проекту. Якщо ваша компанія бажає спонсорувати проект, надішліть електронного листа на адресу <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Додати файли"
@@ -455,6 +548,14 @@ msgstr "Вкладення завантажено."
msgid "Authentication"
msgstr "Автентифікація"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Доступно багатьма мовами. Якщо ви хочете долучитись, загляньте на Crowdin."
@@ -511,6 +612,10 @@ msgstr "Бенгальська"
msgid "Blank draft"
msgstr "Порожній чернетка"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Палітра команд Конструктора"
msgid "Bulgarian"
msgstr "Болгарська"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Маркірований список"
@@ -552,6 +665,12 @@ msgstr "Маркірований список"
msgid "By the community, for the community."
msgstr "Спільнотою, для спільноти."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Чи можу я експортувати своє резюме у PDF?"
@@ -566,6 +685,9 @@ msgstr "Чи можу я експортувати своє резюме у PDF?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Кругле"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Чисто"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Очистити вибір"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Спільнота"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Компанія"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Порівняйте це резюме з URL-адресою цієї вакансії та оновіть ключові слова, зберігаючи лаконічність та переконливість висловлювання."
@@ -735,6 +867,10 @@ msgstr "Помилка підключення"
msgid "Connection verified — provider is ready to use."
msgstr "З’єднання перевірено — провайдер готовий до використання."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Розмову скопійовано."
msgid "Conversation JSON copied."
msgstr "JSON розмови скопійовано."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Скопіювати"
@@ -815,10 +956,43 @@ msgstr "Не вдалося перевірити підключення пост
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Не вдалося перевірити з’єднання. Перевірте ключ API, модель та базову URL-адресу."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Не вдалося зберегти"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Не вдалося зберегти"
msgid "Cover Letter"
msgstr "Супровідний лист"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Супровідний лист"
msgid "Create"
msgstr "Створити"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Створити новий профіль"
@@ -952,6 +1134,11 @@ msgstr "Створити резюме з опціями"
msgid "Created"
msgstr "Створено"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Створення вашого API ключа..."
@@ -964,6 +1151,10 @@ msgstr "Створення вашого резюме..."
msgid "Crop picture"
msgstr "Обрізати зображення"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Поточний пароль"
@@ -1041,6 +1232,9 @@ msgstr "Ступінь"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Видалити постачальника"
msgid "Delete this agent thread?"
msgstr "Видалити цей ланцюжок запитань агента?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Видалення облікового запису..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Відхилити"
@@ -1136,6 +1336,10 @@ msgstr "Відхилити"
msgid "Documentation"
msgstr "Документація"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Немає облікового запису? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Завантажити DOCX"
msgid "Download JSON"
msgstr "Завантажити JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Завантажити в PDF"
msgid "Downloads"
msgstr "Завантаження"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Перетягніть і відпустіть розділи тут, щоб перемістити їх між стовпцями"
@@ -1227,11 +1444,17 @@ msgstr "Дублювання резюме..."
msgid "Dutch"
msgstr "Голландська"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Попередні версії зберігаються; історія скасування дій конструктора скидається."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Редагувати"
@@ -1241,6 +1464,10 @@ msgstr "Редагувати"
msgid "Edit {chip}"
msgstr "Редагувати {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Експорт"
msgid "Export my data"
msgstr "Експортувати мої дані"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Експортуйте своє резюме у PDF миттєво, без жодного очікування чи затримок."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Не вдалося проаналізувати резюме."
@@ -1575,10 +1810,18 @@ msgstr "Функції"
msgid "File"
msgstr "Файл"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Фільтрувати за"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Знайдіть слабкі пункти та перепишіть їх, додавши сильніші результати, цифри, обсяг та чіткіші дієслова."
@@ -1599,6 +1842,22 @@ msgstr "Гнучкість"
msgid "Fluency"
msgstr "Володіння мовою"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Гарнітура шрифту"
@@ -1653,11 +1912,19 @@ msgstr "Вільна форма"
msgid "French"
msgstr "Французька"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "На всю ширину"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Повноекранний режим"
@@ -1667,6 +1934,10 @@ msgstr "Повноекранний режим"
msgid "Fullscreen Editor"
msgstr "Повноекранний редактор"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Згенерувати випадкове ім'я"
@@ -1878,6 +2149,10 @@ msgstr "Як поділитися своїм резюме?"
msgid "How do I use the API?"
msgstr "Як використовувати API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Як захищені мої дані?"
@@ -1904,12 +2179,35 @@ msgstr "Визначте прогалини в системі відстежен
msgid "Import"
msgstr "Імпортувати"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Імпортувати наявне резюме"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Для імпорту з PDF або Word потрібен підключений постачальник штучного інтелекту."
@@ -1942,6 +2240,10 @@ msgstr "Важлива інформація"
msgid "Inline Code"
msgstr "Вбудований код"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Миттєва генерація"
@@ -1986,6 +2288,14 @@ msgstr "Курсив"
msgid "Japanese"
msgstr "Японська"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Корейська"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Мітка"
@@ -2072,6 +2383,10 @@ msgstr "Мова"
msgid "Languages"
msgstr "Мови"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Останній аналіз {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Залиште порожнім, щоб повернути початк
msgid "Left Align"
msgstr "Вирівняти ліворуч"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Letter"
@@ -2152,6 +2471,18 @@ msgstr "Світла тема"
msgid "Line Height"
msgstr "Інтервал між рядками"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Завантаження…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Місцеперебування"
@@ -2266,6 +2599,14 @@ msgstr "Відступ (горизонтальний)"
msgid "Margin (Vertical)"
msgstr "Відступ (вертикальний)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Більше варіантів завантаження"
msgid "Move section to another column or page"
msgstr "Перемістити розділ до іншого стовпця або сторінки"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Почніть з https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Новий пароль"
msgid "New Section"
msgstr "Нова секція"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Нова тема"
@@ -2360,6 +2712,14 @@ msgstr "Нова тема"
msgid "No Advertising, No Tracking"
msgstr "Без реклами, без відстеження"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Немає попередніх даних"
msgid "No results found."
msgstr "Результатів не знайдено."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Немає резюме, що відповідають вашому пошуку."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Збережених версій поки що немає."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Поки що немає правил стилю."
@@ -2406,6 +2778,7 @@ msgstr "Норвезька"
msgid "Not connected"
msgstr "Не підключено"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Нотатки"
@@ -2431,6 +2804,10 @@ msgstr "Поточне обслуговування"
msgid "Only applies when the section fits on a single page."
msgstr "Застосовується лише тоді, коли розділ поміщається на одній сторінці."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Захист паролем вимкнено."
msgid "Password protection has been enabled."
msgstr "Захист паролем увімкнено."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Застосовано патч"
@@ -2636,6 +3025,22 @@ msgstr "Виберіть значок"
msgid "Picture"
msgstr "Фото"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Будь ласка, введіть новий пароль для свого облікового запису"
@@ -2652,6 +3057,10 @@ msgstr "Будь ласка, введіть URL-адресу, на яку хоч
msgid "Please support the project"
msgstr "Будь ласка, підтримайте проєкт"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Будь ласка, зачекайте, поки створюється ваш PDF..."
@@ -2774,6 +3183,10 @@ msgstr "Публікації"
msgid "Publisher"
msgstr "Видавець"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume – перейти на головну сторінку"
@@ -2817,6 +3230,10 @@ msgstr "Реактивне резюме v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Реактивне резюме v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Одержувач"
@@ -2839,6 +3256,10 @@ msgstr "Повторити"
msgid "References"
msgstr "Рекомендації"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Зареєструвати новий пристрій"
@@ -2856,6 +3277,14 @@ msgstr "Видалити"
msgid "Remove {chip}"
msgstr "Видаліть {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Видалити настроюване поле"
@@ -2954,6 +3383,10 @@ msgstr "Аналіз резюме завершено."
msgid "Resume content"
msgstr "Зміст резюме"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Варіанти резюме"
@@ -2962,6 +3395,10 @@ msgstr "Варіанти резюме"
msgid "Resume patch"
msgstr "Резюме патча"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Перепишіть це резюме для переходу від з
msgid "Right Align"
msgstr "Вирівняти праворуч"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Кар'єрне зростання"
@@ -3018,6 +3463,15 @@ msgstr "Проведіть перший аналіз, щоб отримати о
msgid "Russian"
msgstr "Російська"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Постачальник послуг збереження та тест
msgid "Save & Upload"
msgstr "Зберегти та завантажити"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Відскануйте QR-код нижче за допомогою ви
msgid "School"
msgstr "Школа"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Картка оцінювання"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Пошук"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Варіанти розділу"
msgid "Section Type"
msgstr "Тип секції"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Виберіть резюме"
@@ -3124,6 +3603,10 @@ msgstr "Виберіть резюме"
msgid "Select a thread"
msgstr "Виберіть ланцюжок"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Виберіть модель агента"
@@ -3136,6 +3619,14 @@ msgstr "Виберіть постачальника послуг штучног
msgid "Select..."
msgstr "Вибрати..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Самостійний хостинг з Docker"
@@ -3218,6 +3709,11 @@ msgstr "Поширити"
msgid "Show"
msgstr "Показати"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Показати пароль"
msgid "Show picture"
msgstr "Показати зображення"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Щось пішло не так"
msgid "Something went wrong while analyzing your resume."
msgstr "Щось пішло не так під час аналізу вашого резюме."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Щось пішло не так. Будь ласка, спробуйте ще раз."
@@ -3369,6 +3873,12 @@ msgstr "Щось пішло не так. Будь ласка, спробуйте
msgid "Sort by"
msgstr "Сортувати за"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Спонсорство"
msgid "Square"
msgstr "Квадратне"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Поставте нам зірку на GitHub (відкриється у новій вкладці)"
@@ -3459,6 +3974,10 @@ msgstr "Сильні сторони"
msgid "Strike"
msgstr "Закреслення"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Сабреддіт"
@@ -3505,7 +4024,12 @@ msgstr "Переключено на шаблон {0}."
msgid "Synced changes made in another tab."
msgstr "Синхронізовано зміни, внесені в іншій вкладці."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Теги"
@@ -3513,10 +4037,18 @@ msgstr "Теги"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Теги можна використовувати для категоризації резюме за ключовими словами."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Адаптуйте це резюме відповідно до посадової інструкції менеджера продукту та зробіть акцент на відповідальності за розробку дорожньої карти, комунікації з зацікавленими сторонами та вимірюваних результатах запуску."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Тамільська"
@@ -3753,6 +4285,10 @@ msgstr "Спростіть розділ про навички, щоб він в
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Таймлапс-демонстрація створення резюме у Reactive Resume"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Порада: дайте вашому API-ключу ім’я, яке відповідає його призначенню, щоб легше було його знайти пізніше."
@@ -3799,6 +4335,14 @@ msgstr "Перемикання правої бічної панелі"
msgid "Toggle threads"
msgstr "Перемикання тем"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Відстежуйте перегляди та завантаження вашого резюме"
@@ -3897,6 +4441,11 @@ msgstr "Форматування"
msgid "Ukrainian"
msgstr "Українська"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Підкреслення"
@@ -4011,6 +4560,10 @@ msgstr "Оновіть марковані списки проекту, щоб п
msgid "Update Resume"
msgstr "Оновити резюме"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Оновіть свій пароль"
@@ -4023,6 +4576,10 @@ msgstr "Оновлення пароля..."
msgid "Updating your resume..."
msgstr "Оновлення резюме..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Завантажити вкладення"
@@ -4031,10 +4588,18 @@ msgstr "Завантажити вкладення"
msgid "Upload picture"
msgstr "Завантажити зображення"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Завантаження зображення…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Використання"
msgid "Use color {color}"
msgstr "Використовуйте колір {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Що нового в останній версії?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Коли резюме заблоковано, його неможливо оновити або видалити."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Робота з OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Робота з OpenAI"
msgid "Working…"
msgstr "Працює…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "Х (Твіттер)"
@@ -4308,4 +4889,3 @@ msgstr "Зменшити"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Зулу"
-
diff --git a/apps/web/locales/uz-UZ.po b/apps/web/locales/uz-UZ.po
index 46c065fd0..bcacd282b 100644
--- a/apps/web/locales/uz-UZ.po
+++ b/apps/web/locales/uz-UZ.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# rol} other {# rol}}"
msgid "{0} characters"
msgstr "{0} belgi"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Tasdiqlash havolasi joriy elektron pochta manzilingizga yuborildi. O‘z
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Tarjimai holingizni yaratish, yangilash va ulashish jarayonini soddalashtiruvchi bepul va ochiq manbali tarjimai hol yaratuvchisi."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Yangi tasdiqlash havolasi elektron pochta manzilingizga yuborildi. Akkou
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "<0>Amruth Pillai0> tomonidan ishtiyoq loyihasi."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "Hisob menyusi"
msgid "Actual size (100%)"
msgstr "Haqiqiy o'lcham (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Maxsus maydon qo'shish"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Kalit so'zni qo'shing..."
@@ -196,10 +223,23 @@ msgstr "Yangi ko‘nikma qo‘shish"
msgid "Add a new volunteer experience"
msgstr "Yangi ko‘ngilli tajribasi qo‘shish"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Agent mavzusini boshlashdan oldin provayderni qo'shing va sinab ko'ring."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Kalit so'zni qo'shing"
@@ -225,6 +265,14 @@ msgstr "Provayder qo'shish"
msgid "Add Role"
msgstr "Rol qoʻshish"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Asinxron aloqa va egalikni qadrlaydigan masofaviy birinchi rol uchun rezyumeni sozlang."
@@ -285,6 +333,10 @@ msgstr "Sun'iy intellekt provayderlari REDIS_URL va ENCRYPTION_SECRET ni sozlash
msgid "Albanian"
msgstr "Alban tili"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Ommaviy kirishga ruxsat berish"
@@ -360,10 +412,40 @@ msgstr "API ma'lumotnoma"
msgid "App"
msgstr "Ilova"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Ilova statistikasi"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Amaliy qoidalar"
@@ -372,11 +454,18 @@ msgstr "Amaliy qoidalar"
msgid "Arabic"
msgstr "Arab tili"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Arxiv"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Ushbu oynani yopmoqchimisiz?"
@@ -437,6 +526,10 @@ msgstr "Tomonlar nisbati"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud loyiha homiysi sifatida Reactive Resume’ni qo‘llab-quvvatlaydi. Agar sizning kompaniyangiz loyihaga homiylik qilmoqchi bo‘lsa, <0>{sponsorshipEmail}elektron pochta manziliga xabar yuboring.0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Fayllarni biriktirish"
@@ -455,6 +548,14 @@ msgstr "Ilova yuklandi."
msgid "Authentication"
msgstr "Autentifikatsiya"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Bir nechta tillarda mavjud. Hissa qo‘shishni xohlasangiz, Crowdin platformasiga o'ting."
@@ -511,6 +612,10 @@ msgstr "Bengal tili"
msgid "Blank draft"
msgstr "Bo'sh qoralama"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Yasash buyruq paneli"
msgid "Bulgarian"
msgstr "Bolgar tili"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Nuqta roʻyxati"
@@ -552,6 +665,12 @@ msgstr "Nuqta roʻyxati"
msgid "By the community, for the community."
msgstr "Jamiyat tomonidan, jamiyat uchun."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Rezyumeni PDF ga eksport qila olamanmi?"
@@ -566,6 +685,9 @@ msgstr "Rezyumeni PDF ga eksport qila olamanmi?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Doira"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Tiniq"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Tanlovni tozalash"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Hamjamiyat"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Tashkilot"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Ushbu rezyumeni ushbu lavozim URL manzili bilan taqqoslang va ovozni aniq va ishonchli saqlash bilan birga kalit so'zlarni yangilang."
@@ -735,6 +867,10 @@ msgstr "Ulanish amalga oshmadi"
msgid "Connection verified — provider is ready to use."
msgstr "Ulanish tasdiqlandi — provayder foydalanishga tayyor."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Suhbat nusxalandi."
msgid "Conversation JSON copied."
msgstr "JSON suhbatidan nusxa ko'chirildi."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Nusxalash"
@@ -815,10 +956,43 @@ msgstr "Provayder ulanishini tekshirib bo'lmadi."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Ulanishni tekshirib bo'lmadi. API kaliti, modeli va asosiy URL manzilini tekshiring."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Saqlab bo'lmadi"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Saqlab bo'lmadi"
msgid "Cover Letter"
msgstr "Xat"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Xat"
msgid "Create"
msgstr "Yasash"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Yangi hisob yasang"
@@ -952,6 +1134,11 @@ msgstr "Imkoniyatlar bilan rezyume yarating"
msgid "Created"
msgstr "Yaratilgan"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "API kalitingiz yaratilmoqda..."
@@ -964,6 +1151,10 @@ msgstr "Rezyumingiz yaratilmoqda..."
msgid "Crop picture"
msgstr "Rasmni qirqish"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Joriy parol"
@@ -1041,6 +1232,9 @@ msgstr "Daraja"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Provayderni o'chirish"
msgid "Delete this agent thread?"
msgstr "Ushbu agent mavzusi oʻchirib tashlansinmi?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Hisobingiz o‘chirilmoqda..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Bekor qilish"
@@ -1136,6 +1336,10 @@ msgstr "Bekor qilish"
msgid "Documentation"
msgstr "Hujjatlar"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Hisobingiz yoʻqmi? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "DOCXni yuklab oling"
msgid "Download JSON"
msgstr "JSON-ni yuklab olish"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "PDF yuklab olish"
msgid "Downloads"
msgstr "Yuklab olishlar"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Bo‘limlarni ustunlar orasida ko‘chirish uchun shu yergа tortib tashlang"
@@ -1227,11 +1444,17 @@ msgstr "Rezyume nusxalanmoqda..."
msgid "Dutch"
msgstr "Golland tili"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Avvalgi versiyalar saqlanib qoladi; quruvchining bekor qilish tarixi qayta tiklanadi."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Tahrirlash"
@@ -1241,6 +1464,10 @@ msgstr "Tahrirlash"
msgid "Edit {chip}"
msgstr "Tahrir qilish {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Eksport"
msgid "Export my data"
msgstr "Ma'lumotlarimni eksport qilish"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Rezyumeni PDF formatiga darhol, hech qanday kutish yoki kechikishlarsiz eksport qiling."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Rezyumeni tahlil qilish muvaffaqiyatsiz bo'ldi."
@@ -1575,10 +1810,18 @@ msgstr "Xususiyatlar"
msgid "File"
msgstr "Fayl"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Saralash"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Zaif o'qlarni toping va ularni kuchliroq natijalar, raqamlar, ko'lam va aniqroq fe'llar bilan qayta yozing."
@@ -1599,6 +1842,22 @@ msgstr "Moslashuvchanlik"
msgid "Fluency"
msgstr "Ravonlik"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Shrift oilasi"
@@ -1653,11 +1912,19 @@ msgstr "Erkin shakl"
msgid "French"
msgstr "Fransuz tili"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "To‘liq kenglik"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Toʻliq ekran"
@@ -1667,6 +1934,10 @@ msgstr "Toʻliq ekran"
msgid "Fullscreen Editor"
msgstr "To'liq ekranli muharrir"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Tasodifiy ism yaratish"
@@ -1878,6 +2149,10 @@ msgstr "Qanday qilib rezyumeni ulashaman?"
msgid "How do I use the API?"
msgstr "API-dan qanday foydalanaman?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Maʼlumotlarim qanday himoyalangan?"
@@ -1904,12 +2179,35 @@ msgstr "Ariza beruvchini kuzatish tizimidagi kamchiliklarni aniqlang va faqat yu
msgid "Import"
msgstr "Import"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Mavjud rezyumeni import qilish"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "PDF yoki Word’dan import qilish uchun ulangan AI provayderi talab qilinadi."
@@ -1942,6 +2240,10 @@ msgstr "Maʼlumot"
msgid "Inline Code"
msgstr "Inline kod"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Tezkor avlod"
@@ -1986,6 +2288,14 @@ msgstr "Kursiv"
msgid "Japanese"
msgstr "Yapon tili"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Koreys tili"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Yorliq"
@@ -2072,6 +2383,10 @@ msgstr "Til"
msgid "Languages"
msgstr "Tillar"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Oxirgi marta {updatedAtLabel} da tahlil qilingan"
@@ -2119,6 +2434,10 @@ msgstr "Sarlavhani asl holatga qaytarish uchun bo‘sh qoldiring."
msgid "Left Align"
msgstr "Chapga tekislash"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Letter"
@@ -2152,6 +2471,18 @@ msgstr "Yorugʻ mavzu"
msgid "Line Height"
msgstr "Satr balandligi"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "… yuklanmoqda"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Manzil"
@@ -2266,6 +2599,14 @@ msgstr "Gorizontal chegarasi"
msgid "Margin (Vertical)"
msgstr "Vertikal chegarasi"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Ko'proq yuklab olish imkoniyatlari"
msgid "Move section to another column or page"
msgstr "Bo'limni boshqa ustunga yoki sahifaga o'tkazing"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "https:// bilan boshlanishi kerak."
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Yangi parol"
msgid "New Section"
msgstr "Yangi bo'lim"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Yangi mavzu"
@@ -2360,6 +2712,14 @@ msgstr "Yangi mavzu"
msgid "No Advertising, No Tracking"
msgstr "Reklamasiz, kuzatuvsiz"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Oldindan ma'lumotlar yo'q"
msgid "No results found."
msgstr "Hech qanday natija topilmadi."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Qidiruvingizga mos keladigan rezyume topilmadi."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Hali saqlanmagan versiyalar mavjud."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Hali uslub qoidalari yo'q."
@@ -2406,6 +2778,7 @@ msgstr "Norveg tili"
msgid "Not connected"
msgstr "Ulanmagan"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Eslatmalar"
@@ -2431,6 +2804,10 @@ msgstr "Doimiy texnik xizmat ko‘rsatish"
msgid "Only applies when the section fits on a single page."
msgstr "Faqat bo'lim bitta sahifaga to'g'ri kelganda qo'llaniladi."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Parol bilan himoya o'chirildi."
msgid "Password protection has been enabled."
msgstr "Parol bilan himoya yoqildi."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Yamoq qo'llanildi"
@@ -2636,6 +3025,22 @@ msgstr "Belgini tanlang"
msgid "Picture"
msgstr "Rasm"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Hisobingiz uchun yangi parol kiriting"
@@ -2652,6 +3057,10 @@ msgstr "Havola qilmoqchi bo'lgan URL manzilini kiriting:"
msgid "Please support the project"
msgstr "Iltimos, loyihani qo'llab-quvvatlang"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Iltimos, PDF generatsiya qilinayotganini kuting..."
@@ -2774,6 +3183,10 @@ msgstr "Nashrlar"
msgid "Publisher"
msgstr "Nashriyotchi"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - Bosh sahifaga o'tish"
@@ -2817,6 +3230,10 @@ msgstr "Reaktiv rezyume v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Reaktiv Rezume v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Qabul qiluvchi"
@@ -2839,6 +3256,10 @@ msgstr "Qayta bajarish"
msgid "References"
msgstr "Tavsiyalar"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Yangi qurilmani ro'yxatdan o'tkazish"
@@ -2856,6 +3277,14 @@ msgstr "Olib tashlash"
msgid "Remove {chip}"
msgstr "Olib tashlash {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Maxsus maydonni olib tashlash"
@@ -2954,6 +3383,10 @@ msgstr "Rezyume tahlili yakunlandi."
msgid "Resume content"
msgstr "Rezyume mazmuni"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Rezyume variantlari"
@@ -2962,6 +3395,10 @@ msgstr "Rezyume variantlari"
msgid "Resume patch"
msgstr "Rezyume yamoqlari"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Ushbu rezyumeni aniq biznesga ta'sir ko'rsatadigan startap asoschisidan
msgid "Right Align"
msgstr "O‘ngga hizalash"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Rol rivojlanishi"
@@ -3018,6 +3463,15 @@ msgstr "Birinchi tahlilingizni ishga tushiring va ballar jadvali, kuchli tomonla
msgid "Russian"
msgstr "Rus tili"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Saqlash va sinovdan o'tkazish provayderi"
msgid "Save & Upload"
msgstr "Saqlash va yuklash"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Quyidagi QR kodni o'zingiz yoqtirgan autentifikatsiya ilovasi bilan skan
msgid "School"
msgstr "Maktab"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Ballari"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Qidiruv"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Bo'lim variantlari"
msgid "Section Type"
msgstr "Bo'lim turi"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Rezyumeni tanlang"
@@ -3124,6 +3603,10 @@ msgstr "Rezyumeni tanlang"
msgid "Select a thread"
msgstr "Mavzuni tanlang"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Agent modelini tanlang"
@@ -3136,6 +3619,14 @@ msgstr "Sun'iy intellekt provayderini tanlang"
msgid "Select..."
msgstr "Tanlang..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Docker bilan mustaqil joylashtirish"
@@ -3218,6 +3709,11 @@ msgstr "Ulashish"
msgid "Show"
msgstr "Ko‘rsatish"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Parolni ko'rsating"
msgid "Show picture"
msgstr "Rasmni ko'rsatish"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Nimadir noto'g'ri ketdi"
msgid "Something went wrong while analyzing your resume."
msgstr "Rezyumeingizni tahlil qilishda xato yuz berdi."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Nimadir xato ketdi. Iltimos, qayta urinib koʻring."
@@ -3369,6 +3873,12 @@ msgstr "Nimadir xato ketdi. Iltimos, qayta urinib koʻring."
msgid "Sort by"
msgstr "Saralash boʻyicha"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Homiyliklar"
msgid "Square"
msgstr "Kvadrat"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "GitHubda bizni yulduzlang (yangi tabda ochiladi)"
@@ -3459,6 +3974,10 @@ msgstr "Kuchli tomonlari"
msgid "Strike"
msgstr "Ustiga chizish"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "{0} shabloniga o'tildi."
msgid "Synced changes made in another tab."
msgstr "Boshqa yorliqda sinxronlashtirilgan o'zgarishlar."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Teglar"
@@ -3513,10 +4037,18 @@ msgstr "Teglar"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Teglar rezyumeningizni kalit so'zlar orqali toifalash uchun ishlatilishi mumkin."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Ushbu rezyumeni mahsulot menejeri lavozim tavsifiga moslashtiring va yo'l xaritasi egaligi, manfaatdor tomonlar bilan aloqa va o'lchanadigan ishga tushirish natijalariga urg'u bering."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamil tili"
@@ -3753,6 +4285,10 @@ msgstr "Kalit so'zlarni o'qish o'rniga, maqsadli rolni qo'llab-quvvatlaydigan qi
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Reactive Resume bilan rezume tuzishning timelapse namoyishi"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Maslahat: Keyinchalik osongina aniqlash uchun API kalitiga maqsadiga mos nom bering."
@@ -3799,6 +4335,14 @@ msgstr "O'ng yon panelni yoqish/o'chirish"
msgid "Toggle threads"
msgstr "Mavzularni ochish/o'chirish"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Rezyumingizga koʻrilishlar va yuklab olishlarni kuzatib boring"
@@ -3897,6 +4441,11 @@ msgstr "Tipografiya"
msgid "Ukrainian"
msgstr "Ukrain tili"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Tagiga chizilgan"
@@ -4011,6 +4560,10 @@ msgstr "Yetakchilik, cheklovlar, murosaga kelish va o'lchanadigan natijalarni ko
msgid "Update Resume"
msgstr "Rezyumeni yangilash"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Parolingizni yangilash"
@@ -4023,6 +4576,10 @@ msgstr "Parolingiz yangilanmoqda..."
msgid "Updating your resume..."
msgstr "Rezyume yangilanmoqda..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Qo'shimchalarni yuklash"
@@ -4031,10 +4588,18 @@ msgstr "Qo'shimchalarni yuklash"
msgid "Upload picture"
msgstr "Rasmni yuklang"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Rasm yuklanmoqda…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Foydalanish"
msgid "Use color {color}"
msgstr "Rangdan foydalaning {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "So‘nggi versiyada nima yangiliklar bor?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Qulfda bo‘lsa, rezyumeni yangilash yoki o‘chirish mumkin emas."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "OpenAI bilan ishlang"
@@ -4181,6 +4758,10 @@ msgstr "OpenAI bilan ishlang"
msgid "Working…"
msgstr "… ishlayapti"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Kichraytirish"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/vi-VN.po b/apps/web/locales/vi-VN.po
index dcf53be78..ab3ae0ccd 100644
--- a/apps/web/locales/vi-VN.po
+++ b/apps/web/locales/vi-VN.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, one {# vai trò} other {# vai trò}}"
msgid "{0} characters"
msgstr "{0} ký tự"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "Một liên kết xác nhận đã được gửi đến địa chỉ em
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "Trình tạo sơ yếu lý lịch mã nguồn mở và miễn phí giúp đơn giản hóa quá trình tạo, cập nhật và chia sẻ sơ yếu lý lịch của bạn."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "Một liên kết xác minh mới đã được gửi tới địa chỉ
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "Một dự án tâm huyết của <0>Amruth Pillai0>."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "Khổ giấy A4"
@@ -126,10 +144,19 @@ msgstr "Menu tài khoản"
msgid "Actual size (100%)"
msgstr "Kích thước thật (100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "Thêm một trường tuỳ chỉnh"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "Thêm từ khóa..."
@@ -196,10 +223,23 @@ msgstr "Thêm kỹ năng mới"
msgid "Add a new volunteer experience"
msgstr "Thêm kinh nghiệm tình nguyện mới"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "Thêm và kiểm tra nhà cung cấp trước khi bắt đầu luồng tác vụ."
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "Thêm từ khóa"
@@ -225,6 +265,14 @@ msgstr "Thêm nhà cung cấp"
msgid "Add Role"
msgstr "Thêm vai trò"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "Hãy điều chỉnh sơ yếu lý lịch cho phù hợp với vị trí làm việc từ xa, coi trọng giao tiếp bất đồng bộ và tinh thần trách nhiệm."
@@ -285,6 +333,10 @@ msgstr "Các nhà cung cấp AI yêu cầu cấu hình REDIS_URL và ENCRYPTION_
msgid "Albanian"
msgstr "Tiếng Albania"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "Cho phép truy cập công khai"
@@ -360,10 +412,40 @@ msgstr "Tham khảo API"
msgid "App"
msgstr "Ứng dụng"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "Thống kê ứng dụng"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "Quy tắc áp dụng"
@@ -372,11 +454,18 @@ msgstr "Quy tắc áp dụng"
msgid "Arabic"
msgstr "Tiếng Ả Rập"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "Lưu trữ"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "Bạn có chắc chắn muốn đóng hộp thoại này không?"
@@ -437,6 +526,10 @@ msgstr "Tỷ lệ khung hình"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud hỗ trợ Reactive Resume với tư cách là nhà tài trợ dự án. Nếu công ty của bạn muốn tài trợ cho dự án, vui lòng gửi email đến <0>{sponsorshipEmail}0> ."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "Đính kèm tệp"
@@ -455,6 +548,14 @@ msgstr "Tệp đính kèm đã được tải lên."
msgid "Authentication"
msgstr "Xác thực"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "Có sẵn bằng nhiều ngôn ngữ. Nếu bạn muốn đóng góp, hãy xem qua Crowdin."
@@ -511,6 +612,10 @@ msgstr "Tiếng Bengal"
msgid "Blank draft"
msgstr "Bản nháp trống"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "Bảng lệnh Builder"
msgid "Bulgarian"
msgstr "Tiếng Bulgaria"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "Danh sách chấm tròn"
@@ -552,6 +665,12 @@ msgstr "Danh sách chấm tròn"
msgid "By the community, for the community."
msgstr "Bởi cộng đồng, vì cộng đồng."
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "Tôi có thể xuất sơ yếu lý lịch của mình ra PDF không?"
@@ -566,6 +685,9 @@ msgstr "Tôi có thể xuất sơ yếu lý lịch của mình ra PDF không?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "Vòng tròn"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "Xóa"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "Xóa lựa chọn"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "Cộng đồng"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "Công ty"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "Hãy so sánh CV này với đường dẫn đăng tuyển dụng và cập nhật các từ khóa, đồng thời giữ giọng văn ngắn gọn và đáng tin cậy."
@@ -735,6 +867,10 @@ msgstr "Kết nối thất bại"
msgid "Connection verified — provider is ready to use."
msgstr "Kết nối đã được xác nhận — nhà cung cấp đã sẵn sàng sử dụng."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "Cuộc hội thoại đã được sao chép."
msgid "Conversation JSON copied."
msgstr "Đã sao chép JSON hội thoại."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "Sao chép"
@@ -815,10 +956,43 @@ msgstr "Không thể xác minh kết nối với nhà cung cấp."
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "Không thể xác minh kết nối. Vui lòng kiểm tra khóa API, kiểu máy và URL cơ sở."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "Không thể lưu"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "Không thể lưu"
msgid "Cover Letter"
msgstr "Thư xin việc"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "Thư xin việc"
msgid "Create"
msgstr "Tạo"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "Tạo tài khoản mới"
@@ -952,6 +1134,11 @@ msgstr "Tạo sơ yếu lý lịch với các tùy chọn"
msgid "Created"
msgstr "Đã tạo"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "Đang tạo khóa API của bạn..."
@@ -964,6 +1151,10 @@ msgstr "Đang tạo sơ yếu lý lịch của bạn..."
msgid "Crop picture"
msgstr "Ảnh cắt"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "Mật khẩu hiện tại"
@@ -1041,6 +1232,9 @@ msgstr "Bằng cấp"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "Xóa nhà cung cấp"
msgid "Delete this agent thread?"
msgstr "Xóa chủ đề thảo luận về tác vụ này?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "Đang xóa tài khoản của bạn..."
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "Miễn nhiệm"
@@ -1136,6 +1336,10 @@ msgstr "Miễn nhiệm"
msgid "Documentation"
msgstr "Tài liệu"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "Chưa có tài khoản? <0/>"
@@ -1177,6 +1381,7 @@ msgstr "Tải xuống DOCX"
msgid "Download JSON"
msgstr "Tải xuống JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "Tải xuống PDF"
msgid "Downloads"
msgstr "Tải về"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "Kéo và thả các mục ở đây để di chuyển giữa các cột"
@@ -1227,11 +1444,17 @@ msgstr "Đang tạo bản sao bản lý lịch của bạn..."
msgid "Dutch"
msgstr "Tiếng Hà Lan"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "Các phiên bản trước đó được giữ lại; lịch sử hoàn tác của trình tạo được đặt lại về 0."
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "Biên tập"
@@ -1241,6 +1464,10 @@ msgstr "Biên tập"
msgid "Edit {chip}"
msgstr "Chỉnh sửa {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "Xuất"
msgid "Export my data"
msgstr "Xuất dữ liệu của tôi"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "Xuất CV của bạn sang PDF ngay lập tức, không cần chờ đợi hay chậm trễ."
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "Không thể phân tích sơ yếu lý lịch."
@@ -1575,10 +1810,18 @@ msgstr "Tính năng"
msgid "File"
msgstr "Tài liệu"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "Lọc theo"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "Hãy tìm những gạch đầu dòng yếu và viết lại chúng với kết quả, con số, phạm vi và động từ sắc bén hơn."
@@ -1599,6 +1842,22 @@ msgstr "Linh hoạt"
msgid "Fluency"
msgstr "Trình độ thành thạo"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "Kiểu Font"
@@ -1653,11 +1912,19 @@ msgstr "Hình thức tự do"
msgid "French"
msgstr "Tiếng Pháp"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "Chiều rộng đầy đủ"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "Toàn màn hình"
@@ -1667,6 +1934,10 @@ msgstr "Toàn màn hình"
msgid "Fullscreen Editor"
msgstr "Trình chỉnh sửa toàn màn hình"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "Tạo tên ngẫu nhiên"
@@ -1878,6 +2149,10 @@ msgstr "Làm thế nào để tôi chia sẻ sơ yếu lý lịch của mình?"
msgid "How do I use the API?"
msgstr "Tôi sử dụng API như thế nào?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "Dữ liệu của tôi được bảo vệ như thế nào?"
@@ -1904,12 +2179,35 @@ msgstr "Xác định những thiếu sót trong hệ thống theo dõi ứng vi
msgid "Import"
msgstr "Nhập"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "Nhập sơ yếu lý lịch hiện có"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "Việc nhập dữ liệu từ PDF hoặc Word yêu cầu phải có nhà cung cấp AI được kết nối."
@@ -1942,6 +2240,10 @@ msgstr "Thông tin"
msgid "Inline Code"
msgstr "Mã nội tuyến"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "Thế hệ tức thời"
@@ -1986,6 +2288,14 @@ msgstr "In nghiêng"
msgid "Japanese"
msgstr "Tiếng Nhật"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "Tiếng Hàn"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "Nhãn"
@@ -2072,6 +2383,10 @@ msgstr "Ngôn ngữ"
msgid "Languages"
msgstr "Ngôn ngữ"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "Lần phân tích cuối cùng vào {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "Để trống để đặt lại tiêu đề về mặc định."
msgid "Left Align"
msgstr "Căn trái"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "Chữ cái"
@@ -2152,6 +2471,18 @@ msgstr "Chủ đề sáng"
msgid "Line Height"
msgstr "Chiều cao giữa các dòng"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "Đang tải…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "Vị trí"
@@ -2266,6 +2599,14 @@ msgstr "Lề (Ngang)"
msgid "Margin (Vertical)"
msgstr "Lề (Dọc)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "Thêm tùy chọn tải xuống"
msgid "Move section to another column or page"
msgstr "Di chuyển phần này sang cột hoặc trang khác."
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "Phải bắt đầu bằng https://"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "Mật khẩu mới"
msgid "New Section"
msgstr "Phần mới"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "Chủ đề mới"
@@ -2360,6 +2712,14 @@ msgstr "Chủ đề mới"
msgid "No Advertising, No Tracking"
msgstr "Không quảng cáo, không theo dõi"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "Không có dữ liệu trước đó"
msgid "No results found."
msgstr "Không tìm thấy kết quả."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "Không có hồ sơ nào phù hợp với yêu cầu tìm kiếm của bạn."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "Chưa có phiên bản nào được lưu."
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "Chưa có quy tắc về phong cách nào cả."
@@ -2406,6 +2778,7 @@ msgstr "Na Uy"
msgid "Not connected"
msgstr "Không kết nối"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "Ghi chú"
@@ -2431,6 +2804,10 @@ msgstr "Bảo trì liên tục"
msgid "Only applies when the section fits on a single page."
msgstr "Chỉ áp dụng khi phần đó nằm gọn trên một trang."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "Bảo vệ bằng mật khẩu đã bị tắt."
msgid "Password protection has been enabled."
msgstr "Bảo vệ bằng mật khẩu đã được bật."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "Đã áp dụng bản vá."
@@ -2636,6 +3025,22 @@ msgstr "Chọn một biểu tượng"
msgid "Picture"
msgstr "Hình ảnh"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "Vui lòng nhập mật khẩu mới cho tài khoản của bạn"
@@ -2652,6 +3057,10 @@ msgstr "Vui lòng nhập URL bạn muốn liên kết đến:"
msgid "Please support the project"
msgstr "Hãy ủng hộ dự án!"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "Vui lòng đợi trong khi PDF của bạn đang được tạo..."
@@ -2774,6 +3183,10 @@ msgstr "Ấn phẩm"
msgid "Publisher"
msgstr "Nhà xuất bản"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Resume Phản Ứng - Về trang chủ"
@@ -2817,6 +3230,10 @@ msgstr "Reactive Resume v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "Sơ yếu lý lịch phản hồi phiên bản 4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "Người nhận"
@@ -2839,6 +3256,10 @@ msgstr "Làm lại"
msgid "References"
msgstr "Người tham khảo"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "Đăng ký thiết bị mới"
@@ -2856,6 +3277,14 @@ msgstr "Xóa"
msgid "Remove {chip}"
msgstr "Xóa {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "Xóa trường tùy chỉnh"
@@ -2954,6 +3383,10 @@ msgstr "Việc phân tích sơ yếu lý lịch đã hoàn tất."
msgid "Resume content"
msgstr "Nội dung sơ yếu lý lịch"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "Các lựa chọn sơ yếu lý lịch"
@@ -2962,6 +3395,10 @@ msgstr "Các lựa chọn sơ yếu lý lịch"
msgid "Resume patch"
msgstr "Tiếp tục vá lỗi"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "Hãy viết lại bản CV này cho quá trình chuyển đổi từ nh
msgid "Right Align"
msgstr "Căn phải"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "Tiến trình vai trò"
@@ -3018,6 +3463,15 @@ msgstr "Hãy thực hiện phân tích đầu tiên để nhận được bảng
msgid "Russian"
msgstr "Nga"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "Lưu & Kiểm tra Nhà cung cấp"
msgid "Save & Upload"
msgstr "Lưu & Tải lên"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "Quét mã QR bên dưới bằng ứng dụng xác thực bạn ưa thí
msgid "School"
msgstr "Trường"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "Bảng điểm"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "Tìm kiếm"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "Tùy chọn phần"
msgid "Section Type"
msgstr "Loại phần"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "Chọn một bản sơ yếu lý lịch"
@@ -3124,6 +3603,10 @@ msgstr "Chọn một bản sơ yếu lý lịch"
msgid "Select a thread"
msgstr "Chọn một chủ đề"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "Chọn một mô hình tác nhân"
@@ -3136,6 +3619,14 @@ msgstr "Chọn nhà cung cấp AI"
msgid "Select..."
msgstr "Chọn..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "Tự dựng với Docker"
@@ -3218,6 +3709,11 @@ msgstr "Chia sẻ"
msgid "Show"
msgstr "Hiện"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "Hiển thị mật khẩu"
msgid "Show picture"
msgstr "Hiển thị hình ảnh"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "Đã xảy ra lỗi"
msgid "Something went wrong while analyzing your resume."
msgstr "Đã xảy ra sự cố trong quá trình phân tích hồ sơ của bạn."
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "Đã xảy ra lỗi. Vui lòng thử lại."
@@ -3369,6 +3873,12 @@ msgstr "Đã xảy ra lỗi. Vui lòng thử lại."
msgid "Sort by"
msgstr "Sắp xếp theo"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "Tài trợ"
msgid "Square"
msgstr "Vuông"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "Nhấn sao cho chúng tôi trên GitHub (mở ở tab mới)"
@@ -3459,6 +3974,10 @@ msgstr "Điểm mạnh"
msgid "Strike"
msgstr "Gạch ngang"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "Đã chuyển sang mẫu {0}."
msgid "Synced changes made in another tab."
msgstr "Các thay đổi được thực hiện trong tab khác đã được đồng bộ hóa."
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "Thẻ"
@@ -3513,10 +4037,18 @@ msgstr "Thẻ"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "Thẻ có thể được dùng để phân loại hồ sơ của bạn theo từ khóa."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "Hãy điều chỉnh CV này sao cho phù hợp với mô tả công việc quản lý sản phẩm và nhấn mạnh vào trách nhiệm quản lý lộ trình sản phẩm, khả năng giao tiếp với các bên liên quan và các kết quả ra mắt sản phẩm có thể đo lường được."
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "Tamil"
@@ -3753,6 +4285,10 @@ msgstr "Hãy tinh gọn phần kỹ năng để nó hỗ trợ vai trò mục ti
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "Video tua nhanh quá trình tạo hồ sơ với Resume Phản Ứng"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "Mẹo: Đặt tên cho khóa API của bạn phù hợp với mục đích sử dụng để bạn có thể nhận diện dễ dàng sau này."
@@ -3799,6 +4335,14 @@ msgstr "Bật/tắt thanh bên phải"
msgid "Toggle threads"
msgstr "Luồng chuyển đổi"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "Theo dõi lượt xem và lượt tải xuống hồ sơ của bạn"
@@ -3897,6 +4441,11 @@ msgstr "Kiểu chữ"
msgid "Ukrainian"
msgstr "Ukraina"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "Gạch chân"
@@ -4011,6 +4560,10 @@ msgstr "Cập nhật các gạch đầu dòng của dự án để thể hiện
msgid "Update Resume"
msgstr "Cập nhật resume"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "Cập nhật mật khẩu của bạn"
@@ -4023,6 +4576,10 @@ msgstr "Đang cập nhật mật khẩu của bạn..."
msgid "Updating your resume..."
msgstr "Đang cập nhật resume của bạn..."
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "Tải lên tệp đính kèm"
@@ -4031,10 +4588,18 @@ msgstr "Tải lên tệp đính kèm"
msgid "Upload picture"
msgstr "Tải ảnh lên"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "Đang tải ảnh lên…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "Sử dụng"
msgid "Use color {color}"
msgstr "Sử dụng màu {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "Có gì mới trong phiên bản mới nhất?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "Khi bị khoá, resume không thể được cập nhật hoặc xóa."
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "Làm việc tại OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "Làm việc tại OpenAI"
msgid "Working…"
msgstr "Đang xử lý…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X (Twitter)"
@@ -4308,4 +4889,3 @@ msgstr "Thu nhỏ"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "Zulu"
-
diff --git a/apps/web/locales/zh-CN.po b/apps/web/locales/zh-CN.po
index 84e9ac4e7..c3cd316cc 100644
--- a/apps/web/locales/zh-CN.po
+++ b/apps/web/locales/zh-CN.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, other {# 个职位}}"
msgid "{0} characters"
msgstr "{0} 字符"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "确认链接已发送到你当前的电子邮箱地址。请检查收件
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "一款免费开源的简历生成器,可简化创建、更新和分享简历的过程。"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "新的验证链接已发送到你的电子邮箱地址。请检查收件
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "由 <0>Amruth Pillai0> 倾情打造的热忱项目。"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "帐户菜单"
msgid "Actual size (100%)"
msgstr "实际尺寸(100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "添加自定义字段"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "添加关键字..."
@@ -196,10 +223,23 @@ msgstr "添加新技能"
msgid "Add a new volunteer experience"
msgstr "添加新的志愿者经历"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "在启动代理线程之前,添加并测试提供程序。"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "添加关键字"
@@ -225,6 +265,14 @@ msgstr "添加提供商"
msgid "Add Role"
msgstr "添加职位"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "调整简历,使其更适合远程优先、重视异步沟通和自主性的职位。"
@@ -285,6 +333,10 @@ msgstr "AI 提供商需要配置 REDIS_URL 和 ENCRYPTION_SECRET。"
msgid "Albanian"
msgstr "阿尔巴尼亚语"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "允许公开访问"
@@ -360,10 +412,40 @@ msgstr "API 参考"
msgid "App"
msgstr "应用"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "应用统计数据"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "应用规则"
@@ -372,11 +454,18 @@ msgstr "应用规则"
msgid "Arabic"
msgstr "阿拉伯语"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "档案"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "确定要关闭此对话框吗?"
@@ -437,6 +526,10 @@ msgstr "宽高比"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud 以项目赞助商的身份支持 Reactive Resume 项目。如果贵公司有意赞助该项目,请发送电子邮件至 <0>{sponsorshipEmail}0> 。"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "附加文件"
@@ -455,6 +548,14 @@ msgstr "附件已上传。"
msgid "Authentication"
msgstr "身份验证"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "支持多种语言。如果你愿意贡献翻译,请访问 Crowdin。"
@@ -511,6 +612,10 @@ msgstr "孟加拉语"
msgid "Blank draft"
msgstr "空白草稿"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "编辑器命令面板"
msgid "Bulgarian"
msgstr "保加利亚语"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "项目符号列表"
@@ -552,6 +665,12 @@ msgstr "项目符号列表"
msgid "By the community, for the community."
msgstr "由社群贡献,为社群服务。"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "我可以把简历导出为 PDF 吗?"
@@ -566,6 +685,9 @@ msgstr "我可以把简历导出为 PDF 吗?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "圆形"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "清晰"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "清除选择"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "社区"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "公司"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "将此简历与此职位网址进行比较,更新关键词,同时保持语言简洁可信。"
@@ -735,6 +867,10 @@ msgstr "连接失败"
msgid "Connection verified — provider is ready to use."
msgstr "连接已验证——服务提供商已准备就绪。"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "对话已复制。"
msgid "Conversation JSON copied."
msgstr "对话JSON已复制。"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "复制"
@@ -815,10 +956,43 @@ msgstr "无法验证提供商连接。"
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "连接验证失败。请检查 API 密钥、模型和基本 URL。"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "无法保存"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "无法保存"
msgid "Cover Letter"
msgstr "求职信"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "求职信"
msgid "Create"
msgstr "创建"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "创建新账号"
@@ -952,6 +1134,11 @@ msgstr "创建带有选项的简历"
msgid "Created"
msgstr "创建时间"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "正在创建你的 API key…"
@@ -964,6 +1151,10 @@ msgstr "正在创建你的简历…"
msgid "Crop picture"
msgstr "裁剪图片"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "当前密码"
@@ -1041,6 +1232,9 @@ msgstr "学位"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "删除提供商"
msgid "Delete this agent thread?"
msgstr "删除此代理主题帖?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "正在删除你的账号…"
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord 频道"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "忽略"
@@ -1136,6 +1336,10 @@ msgstr "忽略"
msgid "Documentation"
msgstr "文档"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "没有账户?<0/>"
@@ -1177,6 +1381,7 @@ msgstr "下载 DOCX"
msgid "Download JSON"
msgstr "下载 JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "下载为 PDF 文档"
msgid "Downloads"
msgstr "下载"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "在此拖放章节,可在不同栏之间移动它们"
@@ -1227,11 +1444,17 @@ msgstr "正在复制你的简历…"
msgid "Dutch"
msgstr "荷兰语"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "保留早期版本;重置构建器的撤销历史记录。"
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "编辑"
@@ -1241,6 +1464,10 @@ msgstr "编辑"
msgid "Edit {chip}"
msgstr "编辑 {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "导出"
msgid "Export my data"
msgstr "导出我的数据"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "立即将简历导出为PDF格式,无需等待或延迟。"
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "简历分析失败。"
@@ -1575,10 +1810,18 @@ msgstr "功能"
msgid "File"
msgstr "文件"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "筛选条件"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "找出薄弱的要点,用更强有力的结果、数字、范围和更清晰的动词重写它们。"
@@ -1599,6 +1842,22 @@ msgstr "灵活性"
msgid "Fluency"
msgstr "流利程度"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "字体系列"
@@ -1653,11 +1912,19 @@ msgstr "自由形式"
msgid "French"
msgstr "法语"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "全宽"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "全屏"
@@ -1667,6 +1934,10 @@ msgstr "全屏"
msgid "Fullscreen Editor"
msgstr "全屏编辑器"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "生成一个随机名称"
@@ -1878,6 +2149,10 @@ msgstr "我该如何分享我的简历?"
msgid "How do I use the API?"
msgstr "我该如何使用 API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "我的数据是如何受到保护的?"
@@ -1904,12 +2179,35 @@ msgstr "找出应聘者追踪系统中的不足之处,并仅应用高置信度
msgid "Import"
msgstr "导入"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "导入现有简历"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "从 PDF 或 Word 导入需要连接 AI 提供商。"
@@ -1942,6 +2240,10 @@ msgstr "信息"
msgid "Inline Code"
msgstr "行内代码"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "即时生成"
@@ -1986,6 +2288,14 @@ msgstr "斜体"
msgid "Japanese"
msgstr "日语"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "韩语"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "标签"
@@ -2072,6 +2383,10 @@ msgstr "语言"
msgid "Languages"
msgstr "语言"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "最后分析于 {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "留空则将标题重置为原始值。"
msgid "Left Align"
msgstr "左对齐"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "信件"
@@ -2152,6 +2471,18 @@ msgstr "浅色主题"
msgid "Line Height"
msgstr "行高"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "加载中…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "位置"
@@ -2266,6 +2599,14 @@ msgstr "页边距(水平)"
msgid "Margin (Vertical)"
msgstr "页边距(垂直)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "更多下载选项"
msgid "Move section to another column or page"
msgstr "将本节内容移至另一列或页面"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "必须从 https:// 开始"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "新密码"
msgid "New Section"
msgstr "新章节"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "新帖"
@@ -2360,6 +2712,14 @@ msgstr "新帖"
msgid "No Advertising, No Tracking"
msgstr "无广告,无跟踪"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "没有先前的数据"
msgid "No results found."
msgstr "没找到结果。"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "没有简历符合您的搜索条件。"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "暂无已保存版本。"
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "目前还没有风格规则。"
@@ -2406,6 +2778,7 @@ msgstr "挪威语"
msgid "Not connected"
msgstr "未连接"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "注释"
@@ -2431,6 +2804,10 @@ msgstr "持续维护"
msgid "Only applies when the section fits on a single page."
msgstr "仅适用于该部分内容能够完整显示在一页上的情况。"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "密码保护已被禁用。"
msgid "Password protection has been enabled."
msgstr "密码保护已启用。"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "已应用补丁"
@@ -2636,6 +3025,22 @@ msgstr "选择一个图标"
msgid "Picture"
msgstr "图片"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "请为你的账号输入一个新密码"
@@ -2652,6 +3057,10 @@ msgstr "请输入你想要链接到的 URL:"
msgid "Please support the project"
msgstr "请支持这个项目"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "正在生成 PDF,请稍候…"
@@ -2774,6 +3183,10 @@ msgstr "出版物"
msgid "Publisher"
msgstr "发布者"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - 返回首页"
@@ -2817,6 +3230,10 @@ msgstr "响应式恢复 v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "反应式简历 v4(JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "收件人"
@@ -2839,6 +3256,10 @@ msgstr "重做"
msgid "References"
msgstr "推荐人"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "注册新设备"
@@ -2856,6 +3277,14 @@ msgstr "移除"
msgid "Remove {chip}"
msgstr "移除 {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "移除自定义字段"
@@ -2954,6 +3383,10 @@ msgstr "简历分析完毕。"
msgid "Resume content"
msgstr "简历内容"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "简历选项"
@@ -2962,6 +3395,10 @@ msgstr "简历选项"
msgid "Resume patch"
msgstr "恢复补丁"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "重新撰写这份简历,使其适用于从创业公司创始人转型
msgid "Right Align"
msgstr "右对齐"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "职位晋升"
@@ -3018,6 +3463,15 @@ msgstr "进行首次分析,以获得记分卡、优势和优先建议。"
msgid "Russian"
msgstr "俄语"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "保存和测试提供商"
msgid "Save & Upload"
msgstr "保存并上传"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "使用你偏好的验证器应用扫描下方二维码。你也可以复
msgid "School"
msgstr "学校"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "记分卡"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "搜索"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "部分选项"
msgid "Section Type"
msgstr "章节类型"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "选择一份简历"
@@ -3124,6 +3603,10 @@ msgstr "选择一份简历"
msgid "Select a thread"
msgstr "选择一个线程"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "选择代理模型"
@@ -3136,6 +3619,14 @@ msgstr "选择一家人工智能提供商"
msgid "Select..."
msgstr "选择..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "使用 Docker 自托管"
@@ -3218,6 +3709,11 @@ msgstr "发布与分享"
msgid "Show"
msgstr "显示"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "显示密码"
msgid "Show picture"
msgstr "显示图片"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "出问题了"
msgid "Something went wrong while analyzing your resume."
msgstr "在分析您的简历时出了问题。"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "出现了一些问题。请重试。"
@@ -3369,6 +3873,12 @@ msgstr "出现了一些问题。请重试。"
msgid "Sort by"
msgstr "排序方式"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "赞助"
msgid "Square"
msgstr "方形"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "在 GitHub 上为我们加星(在新标签页中打开)"
@@ -3459,6 +3974,10 @@ msgstr "优势"
msgid "Strike"
msgstr "删除线"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit 论坛"
@@ -3505,7 +4024,12 @@ msgstr "已切换到 {0} 模板。"
msgid "Synced changes made in another tab."
msgstr "已同步在另一个标签页中所做的更改。"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "标签"
@@ -3513,10 +4037,18 @@ msgstr "标签"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "标签可用于通过关键词对简历进行分类。"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "根据产品经理职位描述修改这份简历,并强调路线图所有权、利益相关者沟通和可衡量的发布成果。"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "泰米尔语"
@@ -3753,6 +4285,10 @@ msgstr "精简技能部分,使其能够支持目标职位,而不是像关键
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "使用 Reactive Resume 构建简历的延时演示"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "提示:请为你的 API key 取一个名称,与它的用途相对应,方便你以后识别。"
@@ -3799,6 +4335,14 @@ msgstr "切换右侧边栏"
msgid "Toggle threads"
msgstr "切换线程"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "跟踪你的简历被查看和下载的次数"
@@ -3897,6 +4441,11 @@ msgstr "排版"
msgid "Ukrainian"
msgstr "乌克兰语"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "下划线"
@@ -4011,6 +4560,10 @@ msgstr "更新项目要点,以体现领导力、限制因素、权衡取舍和
msgid "Update Resume"
msgstr "更新简历"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "更新你的密码"
@@ -4023,6 +4576,10 @@ msgstr "正在更新你的密码…"
msgid "Updating your resume..."
msgstr "正在更新你的简历…"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "上传附件"
@@ -4031,10 +4588,18 @@ msgstr "上传附件"
msgid "Upload picture"
msgstr "上传图片"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "正在上传图片…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "使用"
msgid "Use color {color}"
msgstr "使用颜色 {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "最新版本的新功能?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "简历一旦被锁定,就无法更新或删除。"
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "OpenAI"
msgid "Working…"
msgstr "正在运行…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X(推特)"
@@ -4308,4 +4889,3 @@ msgstr "缩小"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "祖鲁语"
-
diff --git a/apps/web/locales/zh-TW.po b/apps/web/locales/zh-TW.po
index 15f2ea60e..63807f2b0 100644
--- a/apps/web/locales/zh-TW.po
+++ b/apps/web/locales/zh-TW.po
@@ -39,6 +39,16 @@ msgstr "{0, plural, other {# 個職位}}"
msgid "{0} characters"
msgstr "{0} 字符"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -89,6 +99,10 @@ msgstr "確認連結已傳送至您目前的電子郵件地址。請檢查收件
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr "一個免費且開放原始碼的履歷建立工具,可簡化建立、更新及分享履歷的程序。"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -106,6 +120,10 @@ msgstr "新的驗證連結已傳送至您的電子郵件地址。請檢查收件
msgid "A passion project by <0>Amruth Pillai0>."
msgstr "一個由 <0>Amruth Pillai0> 發起的熱血專案。"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr "A4"
@@ -126,10 +144,19 @@ msgstr "帳戶選單"
msgid "Actual size (100%)"
msgstr "實際尺寸(100%)"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr "新增自訂欄位"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr "新增關鍵字..."
@@ -196,10 +223,23 @@ msgstr "新增技能"
msgid "Add a new volunteer experience"
msgstr "新增志工經歷"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr "在啟動代理線程之前,請新增並測試提供者。"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr "新增關鍵字"
@@ -225,6 +265,14 @@ msgstr "新增提供者"
msgid "Add Role"
msgstr "新增職位"
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr "調整履歷,使其更適合遠端優先、重視非同步溝通和自主性的職位。"
@@ -285,6 +333,10 @@ msgstr "AI 供應商需要配置 REDIS_URL 和 ENCRYPTION_SECRET。"
msgid "Albanian"
msgstr "阿爾巴尼亞語"
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr "允許公開存取"
@@ -360,10 +412,40 @@ msgstr "API 參考文件"
msgid "App"
msgstr "應用程式"
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr "應用程式統計資料"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr "應用規則"
@@ -372,11 +454,18 @@ msgstr "應用規則"
msgid "Arabic"
msgstr "阿拉伯文"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr "檔案"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr "確定要關閉此對話框嗎?"
@@ -437,6 +526,10 @@ msgstr "顯示比例"
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud 以專案贊助商的身份支持 Reactive Resume 專案。如果貴公司有意贊助該項目,請發送電子郵件至 <0>{sponsorshipEmail}0> 。"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr "附加文件"
@@ -455,6 +548,14 @@ msgstr "附件已上傳。"
msgid "Authentication"
msgstr "驗證"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr "支援多種語言。如果您想要貢獻翻譯,請前往 Crowdin。"
@@ -511,6 +612,10 @@ msgstr "孟加拉語"
msgid "Blank draft"
msgstr "空白草稿"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -541,6 +646,14 @@ msgstr "編輯器指令選單"
msgid "Bulgarian"
msgstr "保加利亞語"
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr "項目符號清單"
@@ -552,6 +665,12 @@ msgstr "項目符號清單"
msgid "By the community, for the community."
msgstr "來自社區,服務社區。"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr "我可以把履歷匯出成 PDF 嗎?"
@@ -566,6 +685,9 @@ msgstr "我可以把履歷匯出成 PDF 嗎?"
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -662,9 +784,14 @@ msgstr "圓形"
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr "清除"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr "清除選擇"
@@ -698,9 +825,14 @@ msgid "Community"
msgstr "社群"
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr "公司"
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr "將此履歷與此職位網址進行比較,更新關鍵字,同時保持語言簡潔可信。"
@@ -735,6 +867,10 @@ msgstr "連線失敗"
msgid "Connection verified — provider is ready to use."
msgstr "連線已驗證-服務提供者已準備就緒。"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -769,8 +905,13 @@ msgstr "對話已複製。"
msgid "Conversation JSON copied."
msgstr "對話JSON已複製。"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr "複製"
@@ -815,10 +956,43 @@ msgstr "無法驗證提供者連線。"
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr "連線驗證失敗。請檢查 API 金鑰、模型和基本 URL。"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr "無法保存"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -828,6 +1002,10 @@ msgstr "無法保存"
msgid "Cover Letter"
msgstr "求職信"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -850,6 +1028,10 @@ msgstr "求職信"
msgid "Create"
msgstr "建立"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr "建立一個新帳戶"
@@ -952,6 +1134,11 @@ msgstr "使用選項建立履歷表"
msgid "Created"
msgstr "建立日期"
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr "正在建立您的 API Key…"
@@ -964,6 +1151,10 @@ msgstr "正在建立您的履歷…"
msgid "Crop picture"
msgstr "裁切圖片"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr "目前密碼"
@@ -1041,6 +1232,9 @@ msgstr "學位"
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1074,6 +1268,11 @@ msgstr "刪除提供者"
msgid "Delete this agent thread?"
msgstr "刪除此代理主題貼文?"
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr "正在刪除您的帳戶…"
@@ -1128,6 +1327,7 @@ msgid "Discord"
msgstr "Discord"
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr "解僱"
@@ -1136,6 +1336,10 @@ msgstr "解僱"
msgid "Documentation"
msgstr "文件"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr "沒有帳戶?<0/>"
@@ -1177,6 +1381,7 @@ msgstr "下載 DOCX"
msgid "Download JSON"
msgstr "下載 JSON"
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1188,6 +1393,18 @@ msgstr "下載 PDF"
msgid "Downloads"
msgstr "下載"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr "將段落拖曳到這裡,以在不同欄之間移動它們"
@@ -1227,11 +1444,17 @@ msgstr "正在複製您的履歷…"
msgid "Dutch"
msgstr "荷蘭語"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr "保留早期版本;重置建構器的撤銷歷史記錄。"
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr "編輯"
@@ -1241,6 +1464,10 @@ msgstr "編輯"
msgid "Edit {chip}"
msgstr "編輯 {chip}"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1397,10 +1624,18 @@ msgstr "導出"
msgid "Export my data"
msgstr "匯出我的數據"
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr "立即將履歷匯出為PDF格式,無需等待或延遲。"
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr "分析履歷失敗。"
@@ -1575,10 +1810,18 @@ msgstr "功能"
msgid "File"
msgstr "文件"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr "篩選條件"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr "找出薄弱的要點,用更強有力的結果、數字、範圍和更清晰的動詞重寫它們。"
@@ -1599,6 +1842,22 @@ msgstr "彈性"
msgid "Fluency"
msgstr "流利程度"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr "字體"
@@ -1653,11 +1912,19 @@ msgstr "自由形式"
msgid "French"
msgstr "法文"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr "全幅寬"
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr "全螢幕"
@@ -1667,6 +1934,10 @@ msgstr "全螢幕"
msgid "Fullscreen Editor"
msgstr "全螢幕編輯器"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr "產生隨機名稱"
@@ -1878,6 +2149,10 @@ msgstr "我要如何分享履歷?"
msgid "How do I use the API?"
msgstr "我要如何使用 API?"
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr "我的資料如何受到保護?"
@@ -1904,12 +2179,35 @@ msgstr "找出應徵者追蹤系統中的不足之處,並僅應用高置信度
msgid "Import"
msgstr "匯入"
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr "匯入現有履歷"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr "從 PDF 或 Word 匯入需要連接 AI 提供者。"
@@ -1942,6 +2240,10 @@ msgstr "詳細資訊"
msgid "Inline Code"
msgstr "行內程式碼"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr "即時生成"
@@ -1986,6 +2288,14 @@ msgstr "斜體"
msgid "Japanese"
msgstr "日文"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2048,6 +2358,7 @@ msgstr "韓文"
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr "標籤"
@@ -2072,6 +2383,10 @@ msgstr "語言"
msgid "Languages"
msgstr "語言"
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr "最後分析於 {updatedAtLabel}"
@@ -2119,6 +2434,10 @@ msgstr "留空則會將標題重設為原始值。"
msgid "Left Align"
msgstr "靠左對齊"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr "信件"
@@ -2152,6 +2471,18 @@ msgstr "淺色主題"
msgid "Line Height"
msgstr "行高"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2202,6 +2533,8 @@ msgstr "載入中…"
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr "地點"
@@ -2266,6 +2599,14 @@ msgstr "邊界(水平)"
msgid "Margin (Vertical)"
msgstr "邊界(垂直)"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2293,6 +2634,12 @@ msgstr "更多下載選項"
msgid "Move section to another column or page"
msgstr "將本節內容移至另一列或頁面"
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2314,6 +2661,7 @@ msgstr "必須從 https:// 開始"
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2352,6 +2700,10 @@ msgstr "新密碼"
msgid "New Section"
msgstr "新段落"
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr "新帖"
@@ -2360,6 +2712,14 @@ msgstr "新帖"
msgid "No Advertising, No Tracking"
msgstr "無廣告、無追蹤"
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2377,15 +2737,27 @@ msgstr "沒有先前的數據"
msgid "No results found."
msgstr "找不到相符的結果。"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr "沒有履歷符合您的搜尋條件。"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr "暫無已儲存版本。"
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr "目前還沒有風格規則。"
@@ -2406,6 +2778,7 @@ msgstr "挪威語"
msgid "Not connected"
msgstr "未連接"
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr "注意事項"
@@ -2431,6 +2804,10 @@ msgstr "持續維護"
msgid "Only applies when the section fits on a single page."
msgstr "僅適用於該部分內容能夠完整顯示在一頁上的情況。"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2578,6 +2955,18 @@ msgstr "已停用密碼保護。"
msgid "Password protection has been enabled."
msgstr "已啟用密碼保護。"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr "已套用補丁"
@@ -2636,6 +3025,22 @@ msgstr "選擇一個圖標"
msgid "Picture"
msgstr "圖片"
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr "請為您的帳戶輸入新的密碼"
@@ -2652,6 +3057,10 @@ msgstr "請輸入您要連結的 URL:"
msgid "Please support the project"
msgstr "請支持這個項目"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr "正在產生您的 PDF,請稍候…"
@@ -2774,6 +3183,10 @@ msgstr "出版品"
msgid "Publisher"
msgstr "出版者"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr "Reactive Resume - 前往首頁"
@@ -2817,6 +3230,10 @@ msgstr "響應式恢復 v<0>{__APP_VERSION__}0>"
msgid "Reactive Resume v4 (JSON)"
msgstr "反應式履歷 v4 (JSON)"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr "收件人"
@@ -2839,6 +3256,10 @@ msgstr "重做"
msgid "References"
msgstr "推薦人"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr "註冊新裝置"
@@ -2856,6 +3277,14 @@ msgstr "移除"
msgid "Remove {chip}"
msgstr "移除 {chip}"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr "移除自訂字段"
@@ -2954,6 +3383,10 @@ msgstr "履歷分析完成。"
msgid "Resume content"
msgstr "履歷內容"
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr "履歷選項"
@@ -2962,6 +3395,10 @@ msgstr "履歷選項"
msgid "Resume patch"
msgstr "恢復補丁"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2990,6 +3427,14 @@ msgstr "重新撰寫這份履歷,使其適用於從新創公司創辦人轉型
msgid "Right Align"
msgstr "靠右對齊"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr "職位晉升"
@@ -3018,6 +3463,15 @@ msgstr "執行您的第一次分析,以獲得計分卡、優勢和優先建議
msgid "Russian"
msgstr "俄文"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3031,6 +3485,10 @@ msgstr "保存和測試提供者"
msgid "Save & Upload"
msgstr "儲存並上傳"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3067,14 +3525,26 @@ msgstr "使用您偏好的驗證器應用程式掃描下方 QR Code。您也可
msgid "School"
msgstr "學校"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr "計分卡"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr "搜尋"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3116,6 +3586,15 @@ msgstr "部分選項"
msgid "Section Type"
msgstr "段落類型"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr "選擇一份履歷"
@@ -3124,6 +3603,10 @@ msgstr "選擇一份履歷"
msgid "Select a thread"
msgstr "選擇一個線程"
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr "選擇代理模型"
@@ -3136,6 +3619,14 @@ msgstr "選擇人工智慧提供者"
msgid "Select..."
msgstr "選擇..."
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr "使用 Docker 自行託管"
@@ -3218,6 +3709,11 @@ msgstr "分享"
msgid "Show"
msgstr "顯示"
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3252,6 +3748,12 @@ msgstr "顯示密碼"
msgid "Show picture"
msgstr "顯示圖片"
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3361,6 +3863,8 @@ msgstr "出問題了"
msgid "Something went wrong while analyzing your resume."
msgstr "在分析您的履歷時出了問題。"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr "發生錯誤。請再試一次。"
@@ -3369,6 +3873,12 @@ msgstr "發生錯誤。請再試一次。"
msgid "Sort by"
msgstr "排序方式"
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3400,6 +3910,11 @@ msgstr "贊助"
msgid "Square"
msgstr "方形"
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr "在 GitHub 上為我們加星(在新分頁中開啟)"
@@ -3459,6 +3974,10 @@ msgstr "優勢"
msgid "Strike"
msgstr "刪除線"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr "Subreddit"
@@ -3505,7 +4024,12 @@ msgstr "已切換到 {0} 模板。"
msgid "Synced changes made in another tab."
msgstr "已同步在另一個標籤頁中所做的變更。"
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr "標籤"
@@ -3513,10 +4037,18 @@ msgstr "標籤"
msgid "Tags can be used to categorize your resume by keywords."
msgstr "標籤可用來依關鍵詞替履歷分類。"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr "根據產品經理職位描述修改這份履歷,並強調路線圖所有權、利害關係人溝通和可衡量的發布成果。"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr "泰米爾語"
@@ -3753,6 +4285,10 @@ msgstr "精簡技能部分,使其能夠支援目標職位,而不是像關鍵
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr "使用 Reactive Resume 建立履歷的縮時示範影片"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr "小提示:請為您的 API Key 取一個與用途相符的名稱,方便您日後辨識。"
@@ -3799,6 +4335,14 @@ msgstr "切換右側邊欄"
msgid "Toggle threads"
msgstr "切換線程"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr "追蹤履歷的檢視與下載次數"
@@ -3897,6 +4441,11 @@ msgstr "字體樣式"
msgid "Ukrainian"
msgstr "烏克蘭語"
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr "底線"
@@ -4011,6 +4560,10 @@ msgstr "更新專案要點,以體現領導力、限制、權衡取捨和可衡
msgid "Update Resume"
msgstr "更新履歷"
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr "更新您的密碼"
@@ -4023,6 +4576,10 @@ msgstr "正在更新您的密碼…"
msgid "Updating your resume..."
msgstr "正在更新您的履歷…"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr "上傳附件"
@@ -4031,10 +4588,18 @@ msgstr "上傳附件"
msgid "Upload picture"
msgstr "上傳圖片"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr "正在上傳圖片…"
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4050,6 +4615,10 @@ msgstr "使用"
msgid "Use color {color}"
msgstr "使用顏色 {color}"
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4173,6 +4742,14 @@ msgstr "最新版本的新功能?"
msgid "When locked, the resume cannot be updated or deleted."
msgstr "履歷被鎖定時,將無法更新或刪除。"
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr "OpenAI"
@@ -4181,6 +4758,10 @@ msgstr "OpenAI"
msgid "Working…"
msgstr "正在運作…"
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr "X(推特)"
@@ -4308,4 +4889,3 @@ msgstr "縮小"
#: src/libs/locale.ts
msgid "Zulu"
msgstr "祖魯語"
-
diff --git a/apps/web/locales/zu-ZA.po b/apps/web/locales/zu-ZA.po
index eb6eac82b..be28b30a4 100644
--- a/apps/web/locales/zu-ZA.po
+++ b/apps/web/locales/zu-ZA.po
@@ -34,6 +34,16 @@ msgstr ""
msgid "{0} characters"
msgstr ""
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} ready to import"
+msgstr ""
+
+#. placeholder {0}: parsed.skipped
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "{0} skipped (missing company/role)"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-menu.tsx
msgid "{column, plural, one {# Column} other {# Columns}}"
@@ -84,6 +94,10 @@ msgstr ""
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
msgstr ""
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A friendly nudge for the recruiter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/dock.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "A link to your resume has been copied to clipboard."
@@ -101,6 +115,10 @@ msgstr ""
msgid "A passion project by <0>Amruth Pillai0>."
msgstr ""
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "A stretch"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "A4"
msgstr ""
@@ -121,10 +139,19 @@ msgstr ""
msgid "Actual size (100%)"
msgstr ""
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Add"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Add a custom field"
msgstr ""
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add a job you're applying to, link the resume you sent, and move it through your pipeline as things progress."
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add a keyword..."
msgstr ""
@@ -191,10 +218,23 @@ msgstr ""
msgid "Add a new volunteer experience"
msgstr ""
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add a note or log activity…"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Add and test a provider before starting an agent thread."
msgstr ""
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Add application"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Add contact"
+msgstr ""
+
#: src/components/input/chip-input.tsx
msgid "Add keyword"
msgstr ""
@@ -220,6 +260,14 @@ msgstr ""
msgid "Add Role"
msgstr ""
+#: src/features/applications/components/table-view.tsx
+msgid "Add tag"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Add to pipeline"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Adjust the resume for a remote-first role that values async communication and ownership."
msgstr ""
@@ -280,6 +328,10 @@ msgstr ""
msgid "Albanian"
msgstr ""
+#: src/routes/dashboard/applications/index.tsx
+msgid "All"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Allow Public Access"
msgstr ""
@@ -355,10 +407,40 @@ msgstr ""
msgid "App"
msgstr ""
+#: src/features/applications/components/application-actions-menu.tsx
+msgid "Application actions"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application added to your pipeline."
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Application Copilot"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Application deleted."
+msgstr ""
+
#: src/routes/_home/-sections/statistics.tsx
msgid "Application Statistics"
msgstr ""
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Application updated."
+msgstr ""
+
+#: src/routes/dashboard/-components/sidebar.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Applications"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Applied on"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "Applied Rules"
msgstr ""
@@ -367,11 +449,18 @@ msgstr ""
msgid "Arabic"
msgstr ""
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/agent/-components/agent-chat.tsx
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "Archive"
msgstr ""
+#: src/routes/dashboard/applications/index.tsx
+msgid "Archived"
+msgstr ""
+
#: src/hooks/use-form-blocker.tsx
msgid "Are you sure you want to close this dialog?"
msgstr ""
@@ -432,6 +521,10 @@ msgstr ""
msgid "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
msgstr "Atlas Cloud supports Reactive Resume as a project sponsor. If your company would like to sponsor the project, email <0>{sponsorshipEmail}0>."
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Attach a cover letter (PDF)"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Attach files"
msgstr ""
@@ -450,6 +543,14 @@ msgstr ""
msgid "Authentication"
msgstr ""
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Auto-fill failed. Paste the description instead."
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Available in multiple languages. If you would like to contribute, check out Crowdin."
msgstr ""
@@ -506,6 +607,10 @@ msgstr ""
msgid "Blank draft"
msgstr ""
+#: src/routes/dashboard/applications/index.tsx
+msgid "Board"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgctxt "Body Text (paragraphs, lists, etc.)"
msgid "Body"
@@ -536,6 +641,14 @@ msgstr ""
msgid "Bulgarian"
msgstr ""
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk delete failed. Please try again."
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "Bulk update failed. Please try again."
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Bullet List"
msgstr ""
@@ -547,6 +660,12 @@ msgstr ""
msgid "By the community, for the community."
msgstr ""
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Campaign"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "Can I export my resume to PDF?"
msgstr ""
@@ -561,6 +680,9 @@ msgstr ""
#: src/dialogs/auth/enable-two-factor.tsx
#: src/dialogs/resume/sections/custom.tsx
#: src/dialogs/resume/sections/section-item-dialog.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/import-applications-sheet.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/features/settings/pages/danger-zone.tsx
#: src/features/settings/pages/profile.tsx
@@ -657,9 +779,14 @@ msgstr ""
#. Clear the highlight color
#. Clear the text color
#: src/components/input/rich-input.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Clear"
msgstr ""
+#: src/routes/dashboard/applications/index.tsx
+msgid "Clear filters"
+msgstr ""
+
#: src/components/ui/combobox.tsx
msgid "Clear selection"
msgstr ""
@@ -693,9 +820,14 @@ msgid "Community"
msgstr ""
#: src/dialogs/resume/sections/experience.tsx
+#: src/features/applications/components/application-form-sheet.tsx
msgid "Company"
msgstr ""
+#: src/features/applications/components/table-view.tsx
+msgid "Company / Role"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Compare this resume against this role URL and update keywords while keeping the voice concise and credible."
msgstr ""
@@ -730,6 +862,10 @@ msgstr ""
msgid "Connection verified — provider is ready to use."
msgstr ""
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Contacts"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
#: src/dialogs/resume/sections/summary-item.tsx
msgid "Content"
@@ -764,8 +900,13 @@ msgstr ""
msgid "Conversation JSON copied."
msgstr ""
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Copied to clipboard."
+msgstr ""
+
#. Action button to copy two-factor backup codes to clipboard
#: src/dialogs/auth/enable-two-factor.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
#: src/routes/agent/-components/agent-chat.tsx
msgid "Copy"
msgstr ""
@@ -810,10 +951,43 @@ msgstr ""
msgid "Could not verify the connection. Check the API key, model, and base URL."
msgstr ""
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't add the application. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't delete the application."
+msgstr ""
+
+#: src/features/applications/components/board.tsx
+msgid "Couldn't move the application. Please try again."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Couldn't save"
msgstr ""
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't save the note."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Couldn't save your changes. Please try again."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Couldn't upload the file. Please try again."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Count by source"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Cover letter"
+msgstr ""
+
#. Fallback title for a custom cover letter item in resume builder when recipient is empty
#. Fallback title for a custom cover letter item in resume builder when recipient is unavailable
#: src/dialogs/resume/sections/custom.tsx
@@ -823,6 +997,10 @@ msgstr ""
msgid "Cover Letter"
msgstr ""
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Cover letter draft"
+msgstr ""
+
#. Create API key dialog submit action
#: src/dialogs/api-key/create.tsx
#: src/dialogs/resume/index.tsx
@@ -845,6 +1023,10 @@ msgstr ""
msgid "Create"
msgstr ""
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Create a copy tuned to this job"
+msgstr ""
+
#: src/features/auth/pages/register.tsx
msgid "Create a new account"
msgstr ""
@@ -947,6 +1129,11 @@ msgstr ""
msgid "Created"
msgstr ""
+#. placeholder {0}: result.name
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Created \"{0}\" and linked it to this application."
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Creating your API key..."
msgstr ""
@@ -959,6 +1146,10 @@ msgstr ""
msgid "Crop picture"
msgstr ""
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "CSV data"
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Current Password"
msgstr ""
@@ -1036,6 +1227,9 @@ msgstr ""
#. Passkey row action to remove the selected passkey
#. Resume card context menu destructive action to remove a resume
#. Resume card dropdown destructive action to remove a resume
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/features/settings/authentication/components/passkeys.tsx
#: src/features/settings/pages/api-keys.tsx
#: src/routes/agent/-components/agent-chat.tsx
@@ -1069,6 +1263,11 @@ msgstr ""
msgid "Delete this agent thread?"
msgstr ""
+#. placeholder {0}: result.deleted
+#: src/features/applications/components/table-view.tsx
+msgid "Deleted {0} application(s)."
+msgstr ""
+
#: src/features/settings/pages/danger-zone.tsx
msgid "Deleting your account..."
msgstr ""
@@ -1123,6 +1322,7 @@ msgid "Discord"
msgstr ""
#: src/components/ui/donation-toast.tsx
+#: src/features/applications/components/application-ai-copilot.tsx
msgid "Dismiss"
msgstr ""
@@ -1131,6 +1331,10 @@ msgstr ""
msgid "Documentation"
msgstr ""
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Documents sent"
+msgstr ""
+
#: src/features/auth/pages/login.tsx
msgid "Don't have an account? <0/>"
msgstr ""
@@ -1172,6 +1376,7 @@ msgstr ""
msgid "Download JSON"
msgstr ""
+#. Primary action in the builder header to download the resume as a PDF
#. Primary action in the builder header to download the resume as a PDF
#: src/features/resume/public/public-resume.tsx
#: src/routes/agent/$threadId.tsx
@@ -1183,6 +1388,18 @@ msgstr ""
msgid "Downloads"
msgstr ""
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a cover letter"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Draft a follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Drafting failed."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Drag and drop sections here to move them between columns"
msgstr ""
@@ -1222,11 +1439,17 @@ msgstr ""
msgid "Dutch"
msgstr ""
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "e.g. Spring 2026 · New Grad"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "Earlier versions are kept; the builder's undo history is reset."
msgstr ""
#: src/components/input/chip-input.tsx
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/route.tsx
msgid "Edit"
msgstr ""
@@ -1236,6 +1459,10 @@ msgstr ""
msgid "Edit {chip}"
msgstr ""
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Edit application"
+msgstr ""
+
#. Screen reader description for the fullscreen rich-text editor dialog
#: src/components/input/rich-input.tsx
msgid "Edit content in fullscreen mode"
@@ -1392,10 +1619,18 @@ msgstr ""
msgid "Export my data"
msgstr ""
+#: src/features/applications/components/insights-view.tsx
+msgid "Export PNG"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Export your resume to PDF instantly, without any waiting or delays."
msgstr ""
+#: src/features/applications/components/insights-view.tsx
+msgid "Exported pipeline-flow.png"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Failed to analyze resume."
msgstr ""
@@ -1570,10 +1805,18 @@ msgstr ""
msgid "File"
msgstr ""
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Filled in what we could from the posting."
+msgstr ""
+
#: src/routes/dashboard/resumes/index.tsx
msgid "Filter by"
msgstr ""
+#: src/routes/dashboard/applications/index.tsx
+msgid "Filter tags"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Find weak bullets and rewrite them with stronger outcomes, numbers, scope, and sharper verbs."
msgstr ""
@@ -1594,6 +1837,22 @@ msgstr ""
msgid "Fluency"
msgstr ""
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Follow-up"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up date"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Follow-up draft"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Follow-up note"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/typography.tsx
msgid "Font Family"
msgstr ""
@@ -1648,11 +1907,19 @@ msgstr ""
msgid "French"
msgstr ""
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "From your resume and the posting"
+msgstr ""
+
#. Layout editor toggle label that makes a page single-column
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Full Width"
msgstr ""
+#: src/features/applications/components/insights-view.tsx
+msgid "Full-funnel snapshot — a shareable picture of the whole search"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Fullscreen"
msgstr ""
@@ -1662,6 +1929,10 @@ msgstr ""
msgid "Fullscreen Editor"
msgstr ""
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Gaps:"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
msgid "Generate a random name"
msgstr ""
@@ -1873,6 +2144,10 @@ msgstr ""
msgid "How do I use the API?"
msgstr ""
+#: src/features/applications/components/insights-view.tsx
+msgid "How far applications get, and stage-to-stage conversion"
+msgstr ""
+
#: src/routes/_home/-sections/faq.tsx
msgid "How is my data protected?"
msgstr ""
@@ -1899,12 +2174,35 @@ msgstr ""
msgid "Import"
msgstr ""
+#. placeholder {0}: importable.length
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import {0}"
+msgstr ""
+
#: src/dialogs/resume/import.tsx
#: src/routes/dashboard/resumes/-components/cards/import-card.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "Import an existing resume"
msgstr ""
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import CSV"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Import failed. Check the CSV and try again."
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+#: src/routes/dashboard/applications/index.tsx
+msgid "Import from CSV"
+msgstr ""
+
+#. placeholder {0}: result.imported
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Imported {0} application(s)."
+msgstr ""
+
#: src/dialogs/resume/import.tsx
msgid "Importing from PDF or Word requires a connected AI provider."
msgstr ""
@@ -1937,6 +2235,10 @@ msgstr ""
msgid "Inline Code"
msgstr ""
+#: src/routes/dashboard/applications/index.tsx
+msgid "Insights"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Instant Generation"
msgstr ""
@@ -1981,6 +2283,14 @@ msgstr ""
msgid "Japanese"
msgstr ""
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Job description"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Job posting"
+msgstr ""
+
#. Example full name placeholder on profile settings form
#. Example full name placeholder on registration form
#: src/features/auth/pages/register.tsx
@@ -2043,6 +2353,7 @@ msgstr ""
#. Short field label for custom display text associated with a URL
#: src/components/input/url-input.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Label"
msgstr ""
@@ -2067,6 +2378,10 @@ msgstr ""
msgid "Languages"
msgstr ""
+#: src/features/applications/components/table-view.tsx
+msgid "Last activity"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Last analyzed on {updatedAtLabel}"
msgstr ""
@@ -2114,6 +2429,10 @@ msgstr ""
msgid "Left Align"
msgstr ""
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Let AI read the posting and fill the fields below."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/page.tsx
msgid "Letter"
msgstr ""
@@ -2147,6 +2466,18 @@ msgstr ""
msgid "Line Height"
msgstr ""
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Link a Reactive Resume…"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Link a resume and add a job description (Edit) to score your fit and tailor a copy."
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Linked Reactive Resume"
+msgstr ""
+
#. Authentication provider display name in account settings
#. Brand name label for LinkedIn social sign-in button
#: src/features/auth/components/social-auth.tsx
@@ -2197,6 +2528,8 @@ msgstr ""
#: src/dialogs/resume/sections/education.tsx
#: src/dialogs/resume/sections/experience.tsx
#: src/dialogs/resume/sections/volunteer.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
msgid "Location"
msgstr ""
@@ -2261,6 +2594,14 @@ msgstr ""
msgid "Margin (Vertical)"
msgstr ""
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Mark rejected"
+msgstr ""
+
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Match scoring failed."
+msgstr ""
+
#. Impact severity label in resume analysis suggestion card
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Medium"
@@ -2288,6 +2629,12 @@ msgstr ""
msgid "Move section to another column or page"
msgstr ""
+#: src/features/applications/components/table-view.tsx
+msgid "Move stage"
+msgstr ""
+
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/left/shared/section-item.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Move to"
@@ -2309,6 +2656,7 @@ msgstr ""
#: src/dialogs/resume/sections/project.tsx
#: src/dialogs/resume/sections/reference.tsx
#: src/dialogs/resume/sections/skill.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/features/auth/pages/register.tsx
#: src/features/settings/pages/profile.tsx
#: src/routes/builder/$resumeId/-sidebar/left/sections/basics.tsx
@@ -2347,6 +2695,10 @@ msgstr ""
msgid "New Section"
msgstr ""
+#: src/features/applications/components/table-view.tsx
+msgid "New tag…"
+msgstr ""
+
#: src/routes/agent/-components/thread-sidebar.tsx
msgid "New thread"
msgstr ""
@@ -2355,6 +2707,14 @@ msgstr ""
msgid "No Advertising, No Tracking"
msgstr ""
+#: src/routes/dashboard/applications/index.tsx
+msgid "No applications match your filters."
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "No applications yet — add a few to see your funnel and reply rates."
+msgstr ""
+
#. Error shown when AI import endpoint returns no parsed resume data
#: src/dialogs/resume/import.tsx
msgid "No data was returned from the AI provider."
@@ -2372,15 +2732,27 @@ msgstr ""
msgid "No results found."
msgstr ""
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "No resume linked."
+msgstr ""
+
#: src/routes/dashboard/resumes/-components/grid-view.tsx
#: src/routes/dashboard/resumes/-components/list-view.tsx
msgid "No resumes match your search."
msgstr ""
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "No resumes yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/version-history.tsx
msgid "No saved versions yet."
msgstr ""
+#: src/features/applications/components/insights-view.tsx
+msgid "No source data yet."
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/custom-styles.tsx
msgid "No style rules yet."
msgstr ""
@@ -2401,6 +2773,7 @@ msgstr ""
msgid "Not connected"
msgstr ""
+#: src/features/applications/components/application-form-sheet.tsx
#: src/libs/resume/section.tsx
msgid "Notes"
msgstr ""
@@ -2426,6 +2799,10 @@ msgstr ""
msgid "Only applies when the section fits on a single page."
msgstr ""
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Only the first {MAX_IMPORT} rows import at once — {overflow} left out. Split the file to import the rest."
+msgstr ""
+
#. Resume card context menu action to open the resume editor
#. Resume card dropdown action to open the resume editor
#: src/routes/dashboard/resumes/-components/menus/context-menu.tsx
@@ -2573,6 +2950,18 @@ msgstr ""
msgid "Password protection has been enabled."
msgstr ""
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste a job posting URL"
+msgstr ""
+
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Paste rows or upload a .csv. We map columns like Company, Role, Stage, Salary, Source and Tags."
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Paste the posting — powers AI match scoring and tailoring."
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Patch applied"
msgstr ""
@@ -2631,6 +3020,22 @@ msgstr ""
msgid "Picture"
msgstr ""
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline flow"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline funnel"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health across all applications"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Pipeline health for campaign “{campaign}”"
+msgstr ""
+
#: src/features/auth/pages/reset-password.tsx
msgid "Please enter a new password for your account"
msgstr ""
@@ -2647,6 +3052,10 @@ msgstr ""
msgid "Please support the project"
msgstr ""
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Please upload a PDF file."
+msgstr ""
+
#: src/features/resume/export/use-resume-export.ts
msgid "Please wait while your PDF is being generated..."
msgstr ""
@@ -2769,6 +3178,10 @@ msgstr ""
msgid "Publisher"
msgstr ""
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Re-score"
+msgstr ""
+
#: src/routes/_home/-sections/header.tsx
msgid "Reactive Resume - Go to homepage"
msgstr ""
@@ -2812,6 +3225,10 @@ msgstr ""
msgid "Reactive Resume v4 (JSON)"
msgstr ""
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Reading…"
+msgstr ""
+
#: src/dialogs/resume/sections/cover-letter.tsx
msgid "Recipient"
msgstr ""
@@ -2834,6 +3251,10 @@ msgstr ""
msgid "References"
msgstr ""
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Referred by…, things to emphasize, etc."
+msgstr ""
+
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Register New Device"
msgstr ""
@@ -2851,6 +3272,14 @@ msgstr ""
msgid "Remove {chip}"
msgstr ""
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove contact"
+msgstr ""
+
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Remove cover letter"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/custom-fields.tsx
msgid "Remove custom field"
msgstr ""
@@ -2949,6 +3378,10 @@ msgstr ""
msgid "Resume content"
msgstr ""
+#: src/features/applications/components/application-card.tsx
+msgid "Resume linked"
+msgstr ""
+
#: src/routes/builder/$resumeId/-components/header.tsx
msgid "Resume options"
msgstr ""
@@ -2957,6 +3390,10 @@ msgstr ""
msgid "Resume patch"
msgstr ""
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Resume used"
+msgstr ""
+
#: src/features/command-palette/pages/navigation.tsx
#: src/features/command-palette/pages/resumes.tsx
#: src/routes/_home/-sections/statistics.tsx
@@ -2985,6 +3422,14 @@ msgstr ""
msgid "Right Align"
msgstr ""
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Role (optional)"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Role / title"
+msgstr ""
+
#: src/dialogs/resume/sections/experience.tsx
msgid "Role Progression"
msgstr ""
@@ -3013,6 +3458,15 @@ msgstr ""
msgid "Russian"
msgstr ""
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Salary"
+msgstr ""
+
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Salary range"
+msgstr ""
+
#. Passkey rename prompt confirm action in authentication settings
#: src/features/settings/authentication/components/passkeys.tsx
msgid "Save"
@@ -3026,6 +3480,10 @@ msgstr ""
msgid "Save & Upload"
msgstr ""
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Save changes"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
@@ -3062,14 +3520,26 @@ msgstr ""
msgid "School"
msgstr ""
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Score my fit"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/resume-analysis.tsx
msgid "Scorecard"
msgstr ""
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Scoring your fit…"
+msgstr ""
+
#: src/routes/dashboard/-components/sidebar.tsx
msgid "Search"
msgstr ""
+#: src/routes/dashboard/applications/index.tsx
+msgid "Search applications…"
+msgstr ""
+
#. Accessible label for command palette search input
#: src/features/command-palette/index.tsx
msgid "Search commands"
@@ -3111,6 +3581,15 @@ msgstr ""
msgid "Section Type"
msgstr ""
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "See how this resume matches the posting"
+msgstr ""
+
+#. placeholder {0}: app.company
+#: src/features/applications/components/table-view.tsx
+msgid "Select {0}"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select a resume"
msgstr ""
@@ -3119,6 +3598,10 @@ msgstr ""
msgid "Select a thread"
msgstr ""
+#: src/features/applications/components/table-view.tsx
+msgid "Select all"
+msgstr ""
+
#: src/routes/agent/-components/new-thread-setup.tsx
msgid "Select an agent model"
msgstr ""
@@ -3131,6 +3614,14 @@ msgstr ""
msgid "Select..."
msgstr ""
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Select…"
+msgstr ""
+
+#: src/features/applications/components/table-view.tsx
+msgid "selected"
+msgstr ""
+
#: src/routes/_home/-sections/features.tsx
msgid "Self-Host with Docker"
msgstr ""
@@ -3213,6 +3704,11 @@ msgstr ""
msgid "Show"
msgstr ""
+#. placeholder {0}: Math.min(remaining, COLUMN_PAGE_SIZE)
+#: src/features/applications/components/board.tsx
+msgid "Show {0} more"
+msgstr ""
+
#: src/dialogs/resume/sections/award.tsx
#: src/dialogs/resume/sections/certification.tsx
#: src/dialogs/resume/sections/education.tsx
@@ -3247,6 +3743,12 @@ msgstr ""
msgid "Show picture"
msgstr ""
+#. placeholder {0}: rows.length
+#. placeholder {1}: applications.length
+#: src/features/applications/components/table-view.tsx
+msgid "Showing {0} of {1}"
+msgstr ""
+
#. Layout editor column label for the secondary sidebar area
#: src/routes/builder/$resumeId/-sidebar/right/sections/layout/pages.tsx
msgid "Sidebar"
@@ -3356,6 +3858,8 @@ msgstr ""
msgid "Something went wrong while analyzing your resume."
msgstr ""
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
msgid "Something went wrong. Please try again."
msgstr ""
@@ -3364,6 +3868,12 @@ msgstr ""
msgid "Sort by"
msgstr ""
+#: src/features/applications/components/application-detail-sheet.tsx
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Source"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/information.tsx
msgid "Source Code"
@@ -3395,6 +3905,11 @@ msgstr ""
msgid "Square"
msgstr ""
+#: src/features/applications/components/application-form-sheet.tsx
+#: src/features/applications/components/table-view.tsx
+msgid "Stage"
+msgstr ""
+
#: src/components/input/github-stars-button.tsx
msgid "Star us on GitHub (opens in new tab)"
msgstr ""
@@ -3454,6 +3969,10 @@ msgstr ""
msgid "Strike"
msgstr ""
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Strong fit"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "Subreddit"
msgstr ""
@@ -3500,7 +4019,12 @@ msgstr ""
msgid "Synced changes made in another tab."
msgstr ""
+#: src/routes/dashboard/applications/index.tsx
+msgid "Table"
+msgstr ""
+
#: src/dialogs/resume/index.tsx
+#: src/features/applications/components/table-view.tsx
msgid "Tags"
msgstr ""
@@ -3508,10 +4032,18 @@ msgstr ""
msgid "Tags can be used to categorize your resume by keywords."
msgstr ""
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailor my resume"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Tailor this resume to a product manager job description and emphasize roadmap ownership, stakeholder communication, and measurable launch outcomes."
msgstr ""
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Tailoring failed."
+msgstr ""
+
#: src/libs/locale.ts
msgid "Tamil"
msgstr ""
@@ -3748,6 +4280,10 @@ msgstr ""
msgid "Timelapse demonstration of building a resume with Reactive Resume"
msgstr ""
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Timeline & activity"
+msgstr ""
+
#: src/dialogs/api-key/create.tsx
msgid "Tip: Give your API key a name, corresponding to the purpose of the key, to help you identify it later."
msgstr ""
@@ -3794,6 +4330,14 @@ msgstr ""
msgid "Toggle threads"
msgstr ""
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Track a job you're applying to and link the resume you sent."
+msgstr ""
+
+#: src/routes/dashboard/applications/index.tsx
+msgid "Track your first application"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/right/sections/statistics.tsx
msgid "Track your resume's views and downloads"
msgstr ""
@@ -3892,6 +4436,11 @@ msgstr ""
msgid "Ukrainian"
msgstr ""
+#: src/features/applications/components/application-actions-menu.tsx
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Unarchive"
+msgstr ""
+
#: src/components/input/rich-input.tsx
msgid "Underline"
msgstr ""
@@ -4006,6 +4555,10 @@ msgstr ""
msgid "Update Resume"
msgstr ""
+#: src/features/applications/components/application-form-sheet.tsx
+msgid "Update this application's details."
+msgstr ""
+
#: src/dialogs/auth/change-password.tsx
msgid "Update your password"
msgstr ""
@@ -4018,6 +4571,10 @@ msgstr ""
msgid "Updating your resume..."
msgstr ""
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Upload .csv"
+msgstr ""
+
#: src/routes/agent/-components/agent-chat.tsx
msgid "Upload attachments"
msgstr ""
@@ -4026,10 +4583,18 @@ msgstr ""
msgid "Upload picture"
msgstr ""
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading cover letter…"
+msgstr ""
+
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
msgid "Uploading picture…"
msgstr ""
+#: src/features/applications/components/application-detail-sheet.tsx
+msgid "Uploading…"
+msgstr ""
+
#. Form field label for the generated public resume link in sharing settings
#: src/routes/builder/$resumeId/-sidebar/left/sections/picture.tsx
#: src/routes/builder/$resumeId/-sidebar/right/sections/sharing.tsx
@@ -4045,6 +4610,10 @@ msgstr ""
msgid "Use color {color}"
msgstr ""
+#: src/features/applications/components/import-applications-sheet.tsx
+msgid "Use sample"
+msgstr ""
+
#. Label for username input on registration form
#: src/dialogs/resume/sections/profile.tsx
#: src/features/auth/pages/register.tsx
@@ -4168,6 +4737,14 @@ msgstr ""
msgid "When locked, the resume cannot be updated or deleted."
msgstr ""
+#: src/features/applications/components/insights-view.tsx
+msgid "Where applications come from"
+msgstr ""
+
+#: src/features/applications/components/insights-view.tsx
+msgid "Where your applications went"
+msgstr ""
+
#: src/features/settings/integrations/components/ai-section.tsx
msgid "Work OpenAI"
msgstr ""
@@ -4176,6 +4753,10 @@ msgstr ""
msgid "Working…"
msgstr ""
+#: src/features/applications/components/application-ai-copilot.tsx
+msgid "Worth a shot"
+msgstr ""
+
#: src/routes/_home/-sections/footer.tsx
msgid "X (Twitter)"
msgstr ""
diff --git a/apps/web/src/features/applications/components/application-detail-sheet.tsx b/apps/web/src/features/applications/components/application-detail-sheet.tsx
index e39ce08d2..fc59181bf 100644
--- a/apps/web/src/features/applications/components/application-detail-sheet.tsx
+++ b/apps/web/src/features/applications/components/application-detail-sheet.tsx
@@ -1,11 +1,21 @@
-import type { ApplicationStatus } from "@reactive-resume/schema/applications/data";
+import type { ApplicationStatus, Contact } from "@reactive-resume/schema/applications/data";
import type { Application } from "../types";
import { t } from "@lingui/core/macro";
import { Trans } from "@lingui/react/macro";
-import { ArrowRightIcon, ArrowSquareOutIcon, PencilSimpleIcon, TrashIcon, XCircleIcon } from "@phosphor-icons/react";
+import {
+ ArrowRightIcon,
+ ArrowSquareOutIcon,
+ FilePdfIcon,
+ PencilSimpleIcon,
+ PlusIcon,
+ TrashIcon,
+ UploadSimpleIcon,
+ XCircleIcon,
+ XIcon,
+} from "@phosphor-icons/react";
import { useMutation, useQuery, useQueryClient } from "@tanstack/react-query";
import { Link } from "@tanstack/react-router";
-import { useState } from "react";
+import { useRef, useState } from "react";
import { toast } from "sonner";
import { STAGES } from "@reactive-resume/schema/applications/data";
import { Button } from "@reactive-resume/ui/components/button";
@@ -80,6 +90,37 @@ export function ApplicationDetailSheet({ application, onOpenChange, onEdit }: Pr
}),
);
+ const fileInputRef = useRef(null);
+ const uploadCoverLetter = useMutation(orpc.storage.uploadFile.mutationOptions({ meta: { noInvalidate: true } }));
+ const deleteFile = useMutation(orpc.storage.deleteFile.mutationOptions({ meta: { noInvalidate: true } }));
+
+ const onSelectCoverLetter = (event: React.ChangeEvent) => {
+ const file = event.target.files?.[0];
+ if (!file || !current) return;
+ if (file.type !== "application/pdf") {
+ toast.error(t`Please upload a PDF file.`);
+ return;
+ }
+ const toastId = toast.loading(t`Uploading cover letter…`);
+ uploadCoverLetter.mutate(file, {
+ onSuccess: ({ url }) => {
+ toast.dismiss(toastId);
+ update.mutate({ id: current.id, coverLetterUrl: url, coverLetterName: file.name });
+ if (fileInputRef.current) fileInputRef.current.value = "";
+ },
+ onError: () => toast.error(t`Couldn't upload the file. Please try again.`, { id: toastId }),
+ });
+ };
+
+ const removeCoverLetter = () => {
+ if (!current?.coverLetterUrl) return;
+ // Best-effort delete of the stored file; the storage route defaults a bare filename to the
+ // user's upload dir. Clear the fields regardless so the UI reflects the removal.
+ const filename = new URL(current.coverLetterUrl, window.location.origin).pathname.split("/").pop();
+ if (filename) deleteFile.mutate({ filename });
+ update.mutate({ id: current.id, coverLetterUrl: null, coverLetterName: null });
+ };
+
if (!current) return null;
const idx = stageIndex(current.status);
@@ -151,7 +192,7 @@ export function ApplicationDetailSheet({ application, onOpenChange, onEdit }: Pr
)}
- {/* linked resume */}
+ {/* documents: linked resume + cover letter */}
{current.resumeId ? (
No resume linked.
)}
+
+ {current.coverLetterUrl ? (
+
+ ) : (
+
+ )}
+
{/* contacts */}
- {current.contacts.length > 0 && (
-
-
- {current.contacts.map((contact, i) => (
-
-
- {contact.name.slice(0, 2).toUpperCase()}
-
-
-
{contact.name}
- {contact.role &&
{contact.role}
}
-
- {contact.type && (
-
- {contact.type}
-
- )}
-
- ))}
-
-
- )}
+
+ update.mutate({ id: current.id, contacts })}
+ />
+
{/* follow-up */}
{current.followUpAt && (
@@ -290,6 +358,108 @@ function Fact({ label, value }: { label: string; value: string | null | undefine
);
}
+type ContactsEditorProps = {
+ contacts: Contact[];
+ pending: boolean;
+ onChange: (contacts: Contact[]) => void;
+};
+
+function ContactsEditor({ contacts, pending, onChange }: ContactsEditorProps) {
+ const [adding, setAdding] = useState(false);
+ const [draft, setDraft] = useState({ name: "", role: "", type: "" });
+
+ const reset = () => {
+ setDraft({ name: "", role: "", type: "" });
+ setAdding(false);
+ };
+
+ const add = () => {
+ const name = draft.name.trim();
+ if (!name) return;
+ onChange([...contacts, { name, role: draft.role.trim(), type: draft.type.trim() }]);
+ reset();
+ };
+
+ const removeAt = (index: number) => onChange(contacts.filter((_, i) => i !== index));
+
+ return (
+
+ {contacts.map((contact, i) => (
+
+
+ {contact.name.slice(0, 2).toUpperCase()}
+
+
+
{contact.name}
+ {contact.role &&
{contact.role}
}
+
+ {contact.type && (
+
{contact.type}
+ )}
+
+
+ ))}
+
+ {adding ? (
+
+ ) : (
+
+ )}
+
+ );
+}
+
function Section({ title, children }: { title: string; children: React.ReactNode }) {
return (
diff --git a/apps/web/src/features/applications/components/board.tsx b/apps/web/src/features/applications/components/board.tsx
index 530d73b5c..a251997b3 100644
--- a/apps/web/src/features/applications/components/board.tsx
+++ b/apps/web/src/features/applications/components/board.tsx
@@ -100,8 +100,17 @@ type ColumnProps = {
onEdit: (application: Application) => void;
};
+// Cap the cards rendered per column so a stage with hundreds of applications doesn't mount
+// hundreds of draggable nodes at once. Users reveal the rest in batches. Server-side paging
+// isn't needed here — the list payload is small; the cost is DOM/drag nodes.
+const COLUMN_PAGE_SIZE = 50;
+
function Column({ stage, applications, onOpen, onEdit }: ColumnProps) {
const { setNodeRef, isOver } = useDroppable({ id: stage.value });
+ const [visible, setVisible] = useState(COLUMN_PAGE_SIZE);
+
+ const shown = applications.slice(0, visible);
+ const remaining = applications.length - shown.length;
return (
@@ -119,9 +128,18 @@ function Column({ stage, applications, onOpen, onEdit }: ColumnProps) {
isOver && "bg-muted/60",
)}
>
- {applications.map((app) => (
+ {shown.map((app) => (
onOpen(app)} onEdit={onEdit} />
))}
+ {remaining > 0 && (
+
+ )}
);
diff --git a/docs/superpowers/specs/2026-07-05-applications-tracker-design.md b/docs/superpowers/specs/2026-07-05-applications-tracker-design.md
index b4ad6819d..490489c05 100644
--- a/docs/superpowers/specs/2026-07-05-applications-tracker-design.md
+++ b/docs/superpowers/specs/2026-07-05-applications-tracker-design.md
@@ -25,10 +25,10 @@ The working vertical slice: data model, CRUD, board, add/detail panels. Zero new
- ✅ Detail slide-over: key facts, stage stepper, linked resume, contacts, follow-up, activity timeline + add-note, archive/delete.
- ✅ Unit test: activity-logging path (`service.test.ts`). Typecheck / boundaries / biome clean.
-**Known small gaps to tidy in a later pass (⬜):**
-- ⬜ Extract Lingui messages (`pnpm --filter web ...` extract) so new ``/`t` strings are translatable.
-- ⬜ Board loads all applications at once (fine for typical volumes). Add pagination/virtualization only if a user has hundreds. `// ponytail: revisit if volume grows`.
-- ⬜ Editing contacts from the Detail panel is read-only today (contacts are settable via API `update`, but there's no add/edit-contact UI). Add a small contacts editor.
+**Known small gaps — now closed (✅):**
+- ✅ Lingui messages extracted (`pnpm --filter web lingui:extract`) so the new ``/`t` strings are translatable.
+- ✅ Board caps rendered cards per column (`COLUMN_PAGE_SIZE = 50`) with a "Show N more" button, so a stage with hundreds of applications doesn't mount hundreds of draggable nodes. Server-side paging still unneeded (list payload is small).
+- ✅ Contacts are editable from the Detail panel (`ContactsEditor`): add name/role/label, remove, persisted via API `update`'s existing `contacts` field.
---
@@ -64,8 +64,8 @@ Verified live against a real OpenAI provider (autofill, match score, tailor resu
- ✅ **Context menus** — kebab "⋯" on board cards (hover) and table rows: Edit / Move to ▸ / Archive / Delete (`application-actions-menu.tsx`).
- ✅ Review fixes: bulk stage-moves log activity; single-statement note append; "Mark rejected" + "no results" states; CSV BOM strip + 500-row cap + file-input reset.
-### 🧊 Deferred
-- **Cover-letter upload** — reverted. The shared storage `uploadFile` forces a `.jpeg` key for every file, so PDFs are stored/served wrong on the local backend. Needs storage-layer work (extension-preserving keys + lifecycle deletion) before re-adding. Link-to-Reactive-Resume remains the document feature.
+### ✅ Cover-letter upload (re-enabled)
+Un-deferred. The blocker was `storage/service.ts` hardcoding a `.jpeg` key for every upload, so a PDF was read back as an image. Fixed by deriving the key extension from the content type the router already passes (`buildFileKey` + `EXTENSION_BY_CONTENT_TYPE`) — images stay `.jpeg` (unchanged for avatars), PDFs get `.pdf` and the static handler's existing `.pdf` force-download path serves them correctly. Re-added `coverLetterUrl`/`coverLetterName` columns (migration `20260705125353_yielding_star_brand`), DTO editable fields, and a Documents-section upload/download/remove in the detail sheet (PDF-only, best-effort `storage.deleteFile` on remove). Link-to-Reactive-Resume remains the primary document feature; the cover letter sits alongside it.
---
diff --git a/migrations/20260705090711_third_hercules/snapshot.json b/migrations/20260705090711_third_hercules/snapshot.json
deleted file mode 100644
index 87bd46624..000000000
--- a/migrations/20260705090711_third_hercules/snapshot.json
+++ /dev/null
@@ -1,5506 +0,0 @@
-{
- "version": "8",
- "dialect": "postgres",
- "id": "93726c4e-6ece-4e81-8f67-224b25851681",
- "prevIds": ["15eff223-0ddb-4ad9-b73d-d2f7706b4d05"],
- "ddl": [
- {
- "isRlsEnabled": false,
- "name": "agent_actions",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "agent_attachments",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "agent_messages",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "agent_threads",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "ai_providers",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "application",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "account",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "apikey",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "jwks",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "oauth_access_token",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "oauth_client",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "oauth_consent",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "oauth_refresh_token",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "passkey",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "session",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "two_factor",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "user",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "verification",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "resume",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "resume_analysis",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "resume_statistics",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "resume_statistics_daily",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "resume_version",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "thread_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "message_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "kind",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'applied'",
- "generated": null,
- "identity": null,
- "name": "status",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "title",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "summary",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "operations",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "snapshot_data",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "base_updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "applied_updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "reverted_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "revert_message",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "thread_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "message_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "storage_key",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "filename",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "media_type",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "size",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "thread_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "role",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'completed'",
- "generated": null,
- "identity": null,
- "name": "status",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "sequence",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "ui_message",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "error",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "ai_provider_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "source_resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "working_resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "title",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'active'",
- "generated": null,
- "identity": null,
- "name": "status",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "active_run_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "active_stream_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "active_run_started_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "last_message_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "archived_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "deleted_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "label",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "provider",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "model",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "base_url",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "encrypted_api_key",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "api_key_salt",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "api_key_hash",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "api_key_preview",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'untested'",
- "generated": null,
- "identity": null,
- "name": "test_status",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "test_error",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "last_tested_at",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "last_used_at",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "enabled",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "company",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "role",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "location",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "salary",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'saved'",
- "generated": null,
- "identity": null,
- "name": "status",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "archived",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "source",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "source_url",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "job_description",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "match_score",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "ai_metadata",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "campaign",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "notes",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "follow_up_at",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "follow_up_note",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'[]'",
- "generated": null,
- "identity": null,
- "name": "contacts",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'[]'",
- "generated": null,
- "identity": null,
- "name": "activity",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "applied_at",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "account_id",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'credential'",
- "generated": null,
- "identity": null,
- "name": "provider_id",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "scope",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id_token",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "password",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "access_token",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "refresh_token",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "access_token_expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "refresh_token_expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "name",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "start",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "prefix",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "key",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'default'",
- "generated": null,
- "identity": null,
- "name": "config_id",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "reference_id",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "refill_interval",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "refill_amount",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "last_refill_at",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "true",
- "generated": null,
- "identity": null,
- "name": "enabled",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "rate_limit_enabled",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "86400000",
- "generated": null,
- "identity": null,
- "name": "rate_limit_time_window",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "10",
- "generated": null,
- "identity": null,
- "name": "rate_limit_max",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "0",
- "generated": null,
- "identity": null,
- "name": "request_count",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "remaining",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "last_request",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "permissions",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "metadata",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "jwks"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "public_key",
- "entityType": "columns",
- "schema": "public",
- "table": "jwks"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "private_key",
- "entityType": "columns",
- "schema": "public",
- "table": "jwks"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "jwks"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "jwks"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "token",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "client_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "session_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "reference_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "refresh_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "scopes",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "client_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "client_secret",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "disabled",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "skip_consent",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "enable_end_session",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "subject_type",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "scopes",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "name",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "uri",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "icon",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "contacts",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "tos",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "policy",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "software_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "software_version",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "software_statement",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "redirect_uris",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "post_logout_redirect_uris",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "token_endpoint_auth_method",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "grant_types",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "response_types",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "public",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "type",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "require_pkce",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "reference_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "metadata",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "client_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "reference_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "scopes",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "token",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "client_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "session_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "reference_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "revoked",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "auth_time",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "scopes",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "name",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "aaguid",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "public_key",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "credential_id",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "counter",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "device_type",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "backed_up",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "transports",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "token",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "ip_address",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_agent",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "impersonated_by",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "secret",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "backup_codes",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "true",
- "generated": null,
- "identity": null,
- "name": "verified",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "0",
- "generated": null,
- "identity": null,
- "name": "failed_verification_count",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "locked_until",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "image",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "name",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "email",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "email_verified",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "username",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "display_username",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "two_factor_enabled",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "last_active_at",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "'user'",
- "generated": null,
- "identity": null,
- "name": "role",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "banned",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "ban_reason",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "timestamp(6) with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "ban_expires",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "verification"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "identifier",
- "entityType": "columns",
- "schema": "public",
- "table": "verification"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "value",
- "entityType": "columns",
- "schema": "public",
- "table": "verification"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "verification"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "verification"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "verification"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "name",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "slug",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 1,
- "default": "'{}'",
- "generated": null,
- "identity": null,
- "name": "tags",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "is_public",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "is_locked",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "password",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "data",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_analysis"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "analysis",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_analysis"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_analysis"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_analysis"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_analysis"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "0",
- "generated": null,
- "identity": null,
- "name": "views",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "0",
- "generated": null,
- "identity": null,
- "name": "downloads",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "last_viewed_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "last_downloaded_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "type": "date",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "date",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "0",
- "generated": null,
- "identity": null,
- "name": "views",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "0",
- "generated": null,
- "identity": null,
- "name": "downloads",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "data",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "label",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "thread_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "created_at",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_actions_thread_id_created_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "resume_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_actions_resume_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "message_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_actions_message_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "thread_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_attachments_thread_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "message_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_attachments_message_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_attachments_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "thread_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "sequence",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": true,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_messages_thread_id_sequence_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "created_at",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_messages_user_id_created_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "status",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "last_message_at",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_threads_user_id_status_last_message_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "working_resume_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_threads_working_resume_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "ai_provider_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_threads_ai_provider_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": true,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "working_resume_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "source_resume_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": true,
- "where": "\"status\" = 'active' and \"deleted_at\" is null",
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_threads_active_in_place_unique",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "enabled",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "ai_providers_user_id_enabled_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "last_used_at",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "ai_providers_user_id_last_used_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "created_at",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "ai_providers_user_id_created_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "application_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "application"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "updated_at",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "application_user_id_updated_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "application"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "account_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "account"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "reference_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "apikey_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "apikey"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "key",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "apikey_key_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "apikey"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "config_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "apikey_config_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "apikey"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "enabled",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "reference_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "apikey_enabled_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "apikey"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "token",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "oauth_access_token_token_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "client_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "oauth_client_client_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "client_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "oauth_consent_user_id_client_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "token",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "oauth_refresh_token_token_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "passkey_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "passkey"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "token",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "session_token_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "session"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "expires_at",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "session_expires_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "session"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "two_factor_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "secret",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "two_factor_secret_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "created_at",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "user_created_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "user"
- },
- {
- "nameExplicit": true,
- "columns": [
- {
- "value": "lower(\"email\")",
- "isExpression": true,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": true,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "user_email_lower_unique_idx",
- "entityType": "indexes",
- "schema": "public",
- "table": "user"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "identifier",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "verification_identifier_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "verification"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "resume_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "resume"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "created_at",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "resume_created_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "resume"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "updated_at",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "resume_user_id_updated_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "resume"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "is_public",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "slug",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "resume_is_public_slug_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "resume"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "resume_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "resume_analysis_resume_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "resume_analysis"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "resume_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "date",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "resume_statistics_daily_resume_id_date_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "resume_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "created_at",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "resume_version_resume_id_created_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "agent_actions_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "nameExplicit": false,
- "columns": ["thread_id"],
- "schemaTo": "public",
- "tableTo": "agent_threads",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "agent_actions_thread_id_agent_threads_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "nameExplicit": false,
- "columns": ["message_id"],
- "schemaTo": "public",
- "tableTo": "agent_messages",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "agent_actions_message_id_agent_messages_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "agent_actions_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "agent_attachments_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "nameExplicit": false,
- "columns": ["thread_id"],
- "schemaTo": "public",
- "tableTo": "agent_threads",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "agent_attachments_thread_id_agent_threads_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "nameExplicit": false,
- "columns": ["message_id"],
- "schemaTo": "public",
- "tableTo": "agent_messages",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "agent_attachments_message_id_agent_messages_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "agent_messages_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "nameExplicit": false,
- "columns": ["thread_id"],
- "schemaTo": "public",
- "tableTo": "agent_threads",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "agent_messages_thread_id_agent_threads_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "agent_threads_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": false,
- "columns": ["ai_provider_id"],
- "schemaTo": "public",
- "tableTo": "ai_providers",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "agent_threads_ai_provider_id_ai_providers_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": false,
- "columns": ["source_resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "agent_threads_source_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": false,
- "columns": ["working_resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "agent_threads_working_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "ai_providers_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "application_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "application"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "application_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "application"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "account_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "account"
- },
- {
- "nameExplicit": false,
- "columns": ["reference_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "apikey_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "apikey"
- },
- {
- "nameExplicit": false,
- "columns": ["client_id"],
- "schemaTo": "public",
- "tableTo": "oauth_client",
- "columnsTo": ["client_id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_access_token_client_id_oauth_client_client_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "nameExplicit": false,
- "columns": ["session_id"],
- "schemaTo": "public",
- "tableTo": "session",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "oauth_access_token_session_id_session_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_access_token_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "nameExplicit": false,
- "columns": ["refresh_id"],
- "schemaTo": "public",
- "tableTo": "oauth_refresh_token",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_access_token_refresh_id_oauth_refresh_token_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_client_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "nameExplicit": false,
- "columns": ["client_id"],
- "schemaTo": "public",
- "tableTo": "oauth_client",
- "columnsTo": ["client_id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_consent_client_id_oauth_client_client_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_consent_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "nameExplicit": false,
- "columns": ["client_id"],
- "schemaTo": "public",
- "tableTo": "oauth_client",
- "columnsTo": ["client_id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_refresh_token_client_id_oauth_client_client_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "nameExplicit": false,
- "columns": ["session_id"],
- "schemaTo": "public",
- "tableTo": "session",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "oauth_refresh_token_session_id_session_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_refresh_token_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "passkey_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "passkey"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "session_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "session"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "two_factor_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "resume_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "resume"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "resume_analysis_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "resume_analysis"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "resume_statistics_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "resume_statistics_daily_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "resume_version_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "resume_version_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "agent_actions_pkey",
- "schema": "public",
- "table": "agent_actions",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "agent_attachments_pkey",
- "schema": "public",
- "table": "agent_attachments",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "agent_messages_pkey",
- "schema": "public",
- "table": "agent_messages",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "agent_threads_pkey",
- "schema": "public",
- "table": "agent_threads",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "ai_providers_pkey",
- "schema": "public",
- "table": "ai_providers",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "application_pkey",
- "schema": "public",
- "table": "application",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "account_pkey",
- "schema": "public",
- "table": "account",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "apikey_pkey",
- "schema": "public",
- "table": "apikey",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "jwks_pkey",
- "schema": "public",
- "table": "jwks",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "oauth_access_token_pkey",
- "schema": "public",
- "table": "oauth_access_token",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "oauth_client_pkey",
- "schema": "public",
- "table": "oauth_client",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "oauth_consent_pkey",
- "schema": "public",
- "table": "oauth_consent",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "oauth_refresh_token_pkey",
- "schema": "public",
- "table": "oauth_refresh_token",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "passkey_pkey",
- "schema": "public",
- "table": "passkey",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "session_pkey",
- "schema": "public",
- "table": "session",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "two_factor_pkey",
- "schema": "public",
- "table": "two_factor",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "user_pkey",
- "schema": "public",
- "table": "user",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "verification_pkey",
- "schema": "public",
- "table": "verification",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "resume_pkey",
- "schema": "public",
- "table": "resume",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "resume_analysis_pkey",
- "schema": "public",
- "table": "resume_analysis",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "resume_statistics_pkey",
- "schema": "public",
- "table": "resume_statistics",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "resume_statistics_daily_pkey",
- "schema": "public",
- "table": "resume_statistics_daily",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "resume_version_pkey",
- "schema": "public",
- "table": "resume_version",
- "entityType": "pks"
- },
- {
- "nameExplicit": false,
- "columns": ["slug", "user_id"],
- "nullsNotDistinct": false,
- "name": "resume_slug_user_id_unique",
- "entityType": "uniques",
- "schema": "public",
- "table": "resume"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id", "date"],
- "nullsNotDistinct": false,
- "name": "resume_statistics_daily_resume_id_date_unique",
- "entityType": "uniques",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "nameExplicit": false,
- "columns": ["token"],
- "nullsNotDistinct": false,
- "name": "oauth_access_token_token_key",
- "schema": "public",
- "table": "oauth_access_token",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["client_id"],
- "nullsNotDistinct": false,
- "name": "oauth_client_client_id_key",
- "schema": "public",
- "table": "oauth_client",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["token"],
- "nullsNotDistinct": false,
- "name": "session_token_key",
- "schema": "public",
- "table": "session",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["email"],
- "nullsNotDistinct": false,
- "name": "user_email_key",
- "schema": "public",
- "table": "user",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["username"],
- "nullsNotDistinct": false,
- "name": "user_username_key",
- "schema": "public",
- "table": "user",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["display_username"],
- "nullsNotDistinct": false,
- "name": "user_display_username_key",
- "schema": "public",
- "table": "user",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["identifier"],
- "nullsNotDistinct": false,
- "name": "verification_identifier_key",
- "schema": "public",
- "table": "verification",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "nullsNotDistinct": false,
- "name": "resume_analysis_resume_id_key",
- "schema": "public",
- "table": "resume_analysis",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "nullsNotDistinct": false,
- "name": "resume_statistics_resume_id_key",
- "schema": "public",
- "table": "resume_statistics",
- "entityType": "uniques"
- }
- ],
- "renames": []
-}
diff --git a/migrations/20260705093334_fuzzy_juggernaut/migration.sql b/migrations/20260705093334_fuzzy_juggernaut/migration.sql
deleted file mode 100644
index c87d6bc24..000000000
--- a/migrations/20260705093334_fuzzy_juggernaut/migration.sql
+++ /dev/null
@@ -1 +0,0 @@
-ALTER TABLE "application" ADD COLUMN "tags" text[] DEFAULT '{}'::text[] NOT NULL;
\ No newline at end of file
diff --git a/migrations/20260705093334_fuzzy_juggernaut/snapshot.json b/migrations/20260705093334_fuzzy_juggernaut/snapshot.json
deleted file mode 100644
index b0a26d7cf..000000000
--- a/migrations/20260705093334_fuzzy_juggernaut/snapshot.json
+++ /dev/null
@@ -1,5519 +0,0 @@
-{
- "version": "8",
- "dialect": "postgres",
- "id": "088201f5-6586-4016-b20a-d5258a1ee5ac",
- "prevIds": ["93726c4e-6ece-4e81-8f67-224b25851681"],
- "ddl": [
- {
- "isRlsEnabled": false,
- "name": "agent_actions",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "agent_attachments",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "agent_messages",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "agent_threads",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "ai_providers",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "application",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "account",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "apikey",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "jwks",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "oauth_access_token",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "oauth_client",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "oauth_consent",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "oauth_refresh_token",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "passkey",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "session",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "two_factor",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "user",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "verification",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "resume",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "resume_analysis",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "resume_statistics",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "resume_statistics_daily",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "resume_version",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "thread_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "message_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "kind",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'applied'",
- "generated": null,
- "identity": null,
- "name": "status",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "title",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "summary",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "operations",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "snapshot_data",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "base_updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "applied_updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "reverted_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "revert_message",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "thread_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "message_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "storage_key",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "filename",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "media_type",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "size",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "thread_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "role",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'completed'",
- "generated": null,
- "identity": null,
- "name": "status",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "sequence",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "ui_message",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "error",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "ai_provider_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "source_resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "working_resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "title",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'active'",
- "generated": null,
- "identity": null,
- "name": "status",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "active_run_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "active_stream_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "active_run_started_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "last_message_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "archived_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "deleted_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "label",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "provider",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "model",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "base_url",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "encrypted_api_key",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "api_key_salt",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "api_key_hash",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "api_key_preview",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'untested'",
- "generated": null,
- "identity": null,
- "name": "test_status",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "test_error",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "last_tested_at",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "last_used_at",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "enabled",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "company",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "role",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "location",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "salary",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'saved'",
- "generated": null,
- "identity": null,
- "name": "status",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "archived",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "source",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 1,
- "default": "'{}'",
- "generated": null,
- "identity": null,
- "name": "tags",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "source_url",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "job_description",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "match_score",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "ai_metadata",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "campaign",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "notes",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "follow_up_at",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "follow_up_note",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'[]'",
- "generated": null,
- "identity": null,
- "name": "contacts",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'[]'",
- "generated": null,
- "identity": null,
- "name": "activity",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "applied_at",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "account_id",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'credential'",
- "generated": null,
- "identity": null,
- "name": "provider_id",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "scope",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id_token",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "password",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "access_token",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "refresh_token",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "access_token_expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "refresh_token_expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "name",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "start",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "prefix",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "key",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'default'",
- "generated": null,
- "identity": null,
- "name": "config_id",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "reference_id",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "refill_interval",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "refill_amount",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "last_refill_at",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "true",
- "generated": null,
- "identity": null,
- "name": "enabled",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "rate_limit_enabled",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "86400000",
- "generated": null,
- "identity": null,
- "name": "rate_limit_time_window",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "10",
- "generated": null,
- "identity": null,
- "name": "rate_limit_max",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "0",
- "generated": null,
- "identity": null,
- "name": "request_count",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "remaining",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "last_request",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "permissions",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "metadata",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "jwks"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "public_key",
- "entityType": "columns",
- "schema": "public",
- "table": "jwks"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "private_key",
- "entityType": "columns",
- "schema": "public",
- "table": "jwks"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "jwks"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "jwks"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "token",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "client_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "session_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "reference_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "refresh_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "scopes",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "client_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "client_secret",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "disabled",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "skip_consent",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "enable_end_session",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "subject_type",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "scopes",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "name",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "uri",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "icon",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "contacts",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "tos",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "policy",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "software_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "software_version",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "software_statement",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "redirect_uris",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "post_logout_redirect_uris",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "token_endpoint_auth_method",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "grant_types",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "response_types",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "public",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "type",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "require_pkce",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "reference_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "metadata",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "client_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "reference_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "scopes",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "token",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "client_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "session_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "reference_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "revoked",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "auth_time",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "scopes",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "name",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "aaguid",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "public_key",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "credential_id",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "counter",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "device_type",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "backed_up",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "transports",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "token",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "ip_address",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_agent",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "impersonated_by",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "secret",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "backup_codes",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "true",
- "generated": null,
- "identity": null,
- "name": "verified",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "0",
- "generated": null,
- "identity": null,
- "name": "failed_verification_count",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "locked_until",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "image",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "name",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "email",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "email_verified",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "username",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "display_username",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "two_factor_enabled",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "last_active_at",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "'user'",
- "generated": null,
- "identity": null,
- "name": "role",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "banned",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "ban_reason",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "timestamp(6) with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "ban_expires",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "verification"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "identifier",
- "entityType": "columns",
- "schema": "public",
- "table": "verification"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "value",
- "entityType": "columns",
- "schema": "public",
- "table": "verification"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "verification"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "verification"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "verification"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "name",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "slug",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 1,
- "default": "'{}'",
- "generated": null,
- "identity": null,
- "name": "tags",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "is_public",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "is_locked",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "password",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "data",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_analysis"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "analysis",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_analysis"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_analysis"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_analysis"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_analysis"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "0",
- "generated": null,
- "identity": null,
- "name": "views",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "0",
- "generated": null,
- "identity": null,
- "name": "downloads",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "last_viewed_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "last_downloaded_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "type": "date",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "date",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "0",
- "generated": null,
- "identity": null,
- "name": "views",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "0",
- "generated": null,
- "identity": null,
- "name": "downloads",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "data",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "label",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "thread_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "created_at",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_actions_thread_id_created_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "resume_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_actions_resume_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "message_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_actions_message_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "thread_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_attachments_thread_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "message_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_attachments_message_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_attachments_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "thread_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "sequence",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": true,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_messages_thread_id_sequence_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "created_at",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_messages_user_id_created_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "status",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "last_message_at",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_threads_user_id_status_last_message_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "working_resume_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_threads_working_resume_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "ai_provider_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_threads_ai_provider_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": true,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "working_resume_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "source_resume_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": true,
- "where": "\"status\" = 'active' and \"deleted_at\" is null",
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_threads_active_in_place_unique",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "enabled",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "ai_providers_user_id_enabled_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "last_used_at",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "ai_providers_user_id_last_used_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "created_at",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "ai_providers_user_id_created_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "application_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "application"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "updated_at",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "application_user_id_updated_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "application"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "account_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "account"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "reference_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "apikey_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "apikey"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "key",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "apikey_key_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "apikey"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "config_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "apikey_config_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "apikey"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "enabled",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "reference_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "apikey_enabled_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "apikey"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "token",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "oauth_access_token_token_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "client_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "oauth_client_client_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "client_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "oauth_consent_user_id_client_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "token",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "oauth_refresh_token_token_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "passkey_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "passkey"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "token",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "session_token_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "session"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "expires_at",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "session_expires_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "session"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "two_factor_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "secret",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "two_factor_secret_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "created_at",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "user_created_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "user"
- },
- {
- "nameExplicit": true,
- "columns": [
- {
- "value": "lower(\"email\")",
- "isExpression": true,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": true,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "user_email_lower_unique_idx",
- "entityType": "indexes",
- "schema": "public",
- "table": "user"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "identifier",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "verification_identifier_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "verification"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "resume_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "resume"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "created_at",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "resume_created_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "resume"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "updated_at",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "resume_user_id_updated_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "resume"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "is_public",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "slug",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "resume_is_public_slug_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "resume"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "resume_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "resume_analysis_resume_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "resume_analysis"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "resume_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "date",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "resume_statistics_daily_resume_id_date_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "resume_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "created_at",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "resume_version_resume_id_created_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "agent_actions_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "nameExplicit": false,
- "columns": ["thread_id"],
- "schemaTo": "public",
- "tableTo": "agent_threads",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "agent_actions_thread_id_agent_threads_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "nameExplicit": false,
- "columns": ["message_id"],
- "schemaTo": "public",
- "tableTo": "agent_messages",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "agent_actions_message_id_agent_messages_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "agent_actions_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "agent_attachments_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "nameExplicit": false,
- "columns": ["thread_id"],
- "schemaTo": "public",
- "tableTo": "agent_threads",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "agent_attachments_thread_id_agent_threads_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "nameExplicit": false,
- "columns": ["message_id"],
- "schemaTo": "public",
- "tableTo": "agent_messages",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "agent_attachments_message_id_agent_messages_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "agent_messages_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "nameExplicit": false,
- "columns": ["thread_id"],
- "schemaTo": "public",
- "tableTo": "agent_threads",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "agent_messages_thread_id_agent_threads_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "agent_threads_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": false,
- "columns": ["ai_provider_id"],
- "schemaTo": "public",
- "tableTo": "ai_providers",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "agent_threads_ai_provider_id_ai_providers_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": false,
- "columns": ["source_resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "agent_threads_source_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": false,
- "columns": ["working_resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "agent_threads_working_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "ai_providers_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "application_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "application"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "application_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "application"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "account_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "account"
- },
- {
- "nameExplicit": false,
- "columns": ["reference_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "apikey_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "apikey"
- },
- {
- "nameExplicit": false,
- "columns": ["client_id"],
- "schemaTo": "public",
- "tableTo": "oauth_client",
- "columnsTo": ["client_id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_access_token_client_id_oauth_client_client_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "nameExplicit": false,
- "columns": ["session_id"],
- "schemaTo": "public",
- "tableTo": "session",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "oauth_access_token_session_id_session_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_access_token_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "nameExplicit": false,
- "columns": ["refresh_id"],
- "schemaTo": "public",
- "tableTo": "oauth_refresh_token",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_access_token_refresh_id_oauth_refresh_token_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_client_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "nameExplicit": false,
- "columns": ["client_id"],
- "schemaTo": "public",
- "tableTo": "oauth_client",
- "columnsTo": ["client_id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_consent_client_id_oauth_client_client_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_consent_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "nameExplicit": false,
- "columns": ["client_id"],
- "schemaTo": "public",
- "tableTo": "oauth_client",
- "columnsTo": ["client_id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_refresh_token_client_id_oauth_client_client_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "nameExplicit": false,
- "columns": ["session_id"],
- "schemaTo": "public",
- "tableTo": "session",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "oauth_refresh_token_session_id_session_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_refresh_token_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "passkey_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "passkey"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "session_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "session"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "two_factor_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "resume_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "resume"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "resume_analysis_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "resume_analysis"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "resume_statistics_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "resume_statistics_daily_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "resume_version_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "resume_version_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "agent_actions_pkey",
- "schema": "public",
- "table": "agent_actions",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "agent_attachments_pkey",
- "schema": "public",
- "table": "agent_attachments",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "agent_messages_pkey",
- "schema": "public",
- "table": "agent_messages",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "agent_threads_pkey",
- "schema": "public",
- "table": "agent_threads",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "ai_providers_pkey",
- "schema": "public",
- "table": "ai_providers",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "application_pkey",
- "schema": "public",
- "table": "application",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "account_pkey",
- "schema": "public",
- "table": "account",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "apikey_pkey",
- "schema": "public",
- "table": "apikey",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "jwks_pkey",
- "schema": "public",
- "table": "jwks",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "oauth_access_token_pkey",
- "schema": "public",
- "table": "oauth_access_token",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "oauth_client_pkey",
- "schema": "public",
- "table": "oauth_client",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "oauth_consent_pkey",
- "schema": "public",
- "table": "oauth_consent",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "oauth_refresh_token_pkey",
- "schema": "public",
- "table": "oauth_refresh_token",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "passkey_pkey",
- "schema": "public",
- "table": "passkey",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "session_pkey",
- "schema": "public",
- "table": "session",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "two_factor_pkey",
- "schema": "public",
- "table": "two_factor",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "user_pkey",
- "schema": "public",
- "table": "user",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "verification_pkey",
- "schema": "public",
- "table": "verification",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "resume_pkey",
- "schema": "public",
- "table": "resume",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "resume_analysis_pkey",
- "schema": "public",
- "table": "resume_analysis",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "resume_statistics_pkey",
- "schema": "public",
- "table": "resume_statistics",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "resume_statistics_daily_pkey",
- "schema": "public",
- "table": "resume_statistics_daily",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "resume_version_pkey",
- "schema": "public",
- "table": "resume_version",
- "entityType": "pks"
- },
- {
- "nameExplicit": false,
- "columns": ["slug", "user_id"],
- "nullsNotDistinct": false,
- "name": "resume_slug_user_id_unique",
- "entityType": "uniques",
- "schema": "public",
- "table": "resume"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id", "date"],
- "nullsNotDistinct": false,
- "name": "resume_statistics_daily_resume_id_date_unique",
- "entityType": "uniques",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "nameExplicit": false,
- "columns": ["token"],
- "nullsNotDistinct": false,
- "name": "oauth_access_token_token_key",
- "schema": "public",
- "table": "oauth_access_token",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["client_id"],
- "nullsNotDistinct": false,
- "name": "oauth_client_client_id_key",
- "schema": "public",
- "table": "oauth_client",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["token"],
- "nullsNotDistinct": false,
- "name": "session_token_key",
- "schema": "public",
- "table": "session",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["email"],
- "nullsNotDistinct": false,
- "name": "user_email_key",
- "schema": "public",
- "table": "user",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["username"],
- "nullsNotDistinct": false,
- "name": "user_username_key",
- "schema": "public",
- "table": "user",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["display_username"],
- "nullsNotDistinct": false,
- "name": "user_display_username_key",
- "schema": "public",
- "table": "user",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["identifier"],
- "nullsNotDistinct": false,
- "name": "verification_identifier_key",
- "schema": "public",
- "table": "verification",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "nullsNotDistinct": false,
- "name": "resume_analysis_resume_id_key",
- "schema": "public",
- "table": "resume_analysis",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "nullsNotDistinct": false,
- "name": "resume_statistics_resume_id_key",
- "schema": "public",
- "table": "resume_statistics",
- "entityType": "uniques"
- }
- ],
- "renames": []
-}
diff --git a/migrations/20260705102805_soft_professor_monster/migration.sql b/migrations/20260705102805_soft_professor_monster/migration.sql
deleted file mode 100644
index fc979161a..000000000
--- a/migrations/20260705102805_soft_professor_monster/migration.sql
+++ /dev/null
@@ -1,2 +0,0 @@
-ALTER TABLE "application" ADD COLUMN "cover_letter_url" text;--> statement-breakpoint
-ALTER TABLE "application" ADD COLUMN "cover_letter_name" text;
\ No newline at end of file
diff --git a/migrations/20260705104524_true_impossible_man/migration.sql b/migrations/20260705104524_true_impossible_man/migration.sql
deleted file mode 100644
index 55f6ff2ac..000000000
--- a/migrations/20260705104524_true_impossible_man/migration.sql
+++ /dev/null
@@ -1,2 +0,0 @@
-ALTER TABLE "application" DROP COLUMN "cover_letter_url";--> statement-breakpoint
-ALTER TABLE "application" DROP COLUMN "cover_letter_name";
\ No newline at end of file
diff --git a/migrations/20260705104524_true_impossible_man/snapshot.json b/migrations/20260705104524_true_impossible_man/snapshot.json
deleted file mode 100644
index 5c2c5cd2d..000000000
--- a/migrations/20260705104524_true_impossible_man/snapshot.json
+++ /dev/null
@@ -1,5519 +0,0 @@
-{
- "version": "8",
- "dialect": "postgres",
- "id": "b7790385-acf4-4cdb-a9d5-58269777aba8",
- "prevIds": ["5b300270-4575-4f4b-9b43-588a3c083900"],
- "ddl": [
- {
- "isRlsEnabled": false,
- "name": "agent_actions",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "agent_attachments",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "agent_messages",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "agent_threads",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "ai_providers",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "application",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "account",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "apikey",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "jwks",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "oauth_access_token",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "oauth_client",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "oauth_consent",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "oauth_refresh_token",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "passkey",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "session",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "two_factor",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "user",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "verification",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "resume",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "resume_analysis",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "resume_statistics",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "resume_statistics_daily",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "isRlsEnabled": false,
- "name": "resume_version",
- "entityType": "tables",
- "schema": "public"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "thread_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "message_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "kind",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'applied'",
- "generated": null,
- "identity": null,
- "name": "status",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "title",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "summary",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "operations",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "snapshot_data",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "base_updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "applied_updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "reverted_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "revert_message",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "thread_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "message_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "storage_key",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "filename",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "media_type",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "size",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "thread_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "role",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'completed'",
- "generated": null,
- "identity": null,
- "name": "status",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "sequence",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "ui_message",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "error",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "ai_provider_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "source_resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "working_resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "title",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'active'",
- "generated": null,
- "identity": null,
- "name": "status",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "active_run_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "active_stream_id",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "active_run_started_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "last_message_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "archived_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "deleted_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "label",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "provider",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "model",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "base_url",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "encrypted_api_key",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "api_key_salt",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "api_key_hash",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "api_key_preview",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'untested'",
- "generated": null,
- "identity": null,
- "name": "test_status",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "test_error",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "last_tested_at",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "last_used_at",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "enabled",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "company",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "role",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "location",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "salary",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'saved'",
- "generated": null,
- "identity": null,
- "name": "status",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "archived",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "source",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 1,
- "default": "'{}'",
- "generated": null,
- "identity": null,
- "name": "tags",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "source_url",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "job_description",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "match_score",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "ai_metadata",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "campaign",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "notes",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "follow_up_at",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "follow_up_note",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'[]'",
- "generated": null,
- "identity": null,
- "name": "contacts",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'[]'",
- "generated": null,
- "identity": null,
- "name": "activity",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "applied_at",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "account_id",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'credential'",
- "generated": null,
- "identity": null,
- "name": "provider_id",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "scope",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id_token",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "password",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "access_token",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "refresh_token",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "access_token_expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "refresh_token_expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "account"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "name",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "start",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "prefix",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "key",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "'default'",
- "generated": null,
- "identity": null,
- "name": "config_id",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "reference_id",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "refill_interval",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "refill_amount",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "last_refill_at",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "true",
- "generated": null,
- "identity": null,
- "name": "enabled",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "rate_limit_enabled",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "86400000",
- "generated": null,
- "identity": null,
- "name": "rate_limit_time_window",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "10",
- "generated": null,
- "identity": null,
- "name": "rate_limit_max",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "0",
- "generated": null,
- "identity": null,
- "name": "request_count",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "remaining",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "last_request",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "permissions",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "metadata",
- "entityType": "columns",
- "schema": "public",
- "table": "apikey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "jwks"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "public_key",
- "entityType": "columns",
- "schema": "public",
- "table": "jwks"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "private_key",
- "entityType": "columns",
- "schema": "public",
- "table": "jwks"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "jwks"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "jwks"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "token",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "client_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "session_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "reference_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "refresh_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "scopes",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "client_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "client_secret",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "disabled",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "skip_consent",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "enable_end_session",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "subject_type",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "scopes",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "name",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "uri",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "icon",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "contacts",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "tos",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "policy",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "software_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "software_version",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "software_statement",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "redirect_uris",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "post_logout_redirect_uris",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "token_endpoint_auth_method",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "grant_types",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "response_types",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "public",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "type",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "require_pkce",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "reference_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "metadata",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "client_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "reference_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "scopes",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "token",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "client_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "session_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "reference_id",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "revoked",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "auth_time",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 1,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "scopes",
- "entityType": "columns",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "name",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "aaguid",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "public_key",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "credential_id",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "counter",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "device_type",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "backed_up",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "transports",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "passkey"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "token",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "ip_address",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_agent",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "impersonated_by",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "session"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "secret",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "backup_codes",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "true",
- "generated": null,
- "identity": null,
- "name": "verified",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "0",
- "generated": null,
- "identity": null,
- "name": "failed_verification_count",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "locked_until",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "image",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "name",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "email",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "email_verified",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "username",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "display_username",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "two_factor_enabled",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "last_active_at",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "'user'",
- "generated": null,
- "identity": null,
- "name": "role",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "banned",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "ban_reason",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "timestamp(6) with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "ban_expires",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "user"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "verification"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "identifier",
- "entityType": "columns",
- "schema": "public",
- "table": "verification"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "value",
- "entityType": "columns",
- "schema": "public",
- "table": "verification"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "expires_at",
- "entityType": "columns",
- "schema": "public",
- "table": "verification"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "verification"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "verification"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "name",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "slug",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 1,
- "default": "'{}'",
- "generated": null,
- "identity": null,
- "name": "tags",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "is_public",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "boolean",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "false",
- "generated": null,
- "identity": null,
- "name": "is_locked",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "password",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "data",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_analysis"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "analysis",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_analysis"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_analysis"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_analysis"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_analysis"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "0",
- "generated": null,
- "identity": null,
- "name": "views",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "0",
- "generated": null,
- "identity": null,
- "name": "downloads",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "last_viewed_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "last_downloaded_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "type": "date",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "date",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "0",
- "generated": null,
- "identity": null,
- "name": "views",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "type": "integer",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "0",
- "generated": null,
- "identity": null,
- "name": "downloads",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "updated_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "resume_id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "user_id",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "type": "jsonb",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "data",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "label",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "type": "timestamp with time zone",
- "typeSchema": null,
- "notNull": true,
- "dimensions": 0,
- "default": "now()",
- "generated": null,
- "identity": null,
- "name": "created_at",
- "entityType": "columns",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "thread_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "created_at",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_actions_thread_id_created_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "resume_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_actions_resume_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "message_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_actions_message_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "thread_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_attachments_thread_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "message_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_attachments_message_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_attachments_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "thread_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "sequence",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": true,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_messages_thread_id_sequence_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "created_at",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_messages_user_id_created_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "status",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "last_message_at",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_threads_user_id_status_last_message_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "working_resume_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_threads_working_resume_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "ai_provider_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_threads_ai_provider_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": true,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "working_resume_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "source_resume_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": true,
- "where": "\"status\" = 'active' and \"deleted_at\" is null",
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "agent_threads_active_in_place_unique",
- "entityType": "indexes",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "enabled",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "ai_providers_user_id_enabled_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "last_used_at",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "ai_providers_user_id_last_used_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "created_at",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "ai_providers_user_id_created_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "application_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "application"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "updated_at",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "application_user_id_updated_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "application"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "account_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "account"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "reference_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "apikey_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "apikey"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "key",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "apikey_key_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "apikey"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "config_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "apikey_config_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "apikey"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "enabled",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "reference_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "apikey_enabled_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "apikey"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "token",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "oauth_access_token_token_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "client_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "oauth_client_client_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "client_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "oauth_consent_user_id_client_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "token",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "oauth_refresh_token_token_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "passkey_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "passkey"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "token",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "session_token_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "session"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "expires_at",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "session_expires_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "session"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "two_factor_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "secret",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "two_factor_secret_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "created_at",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "user_created_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "user"
- },
- {
- "nameExplicit": true,
- "columns": [
- {
- "value": "lower(\"email\")",
- "isExpression": true,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": true,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "user_email_lower_unique_idx",
- "entityType": "indexes",
- "schema": "public",
- "table": "user"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "identifier",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "verification_identifier_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "verification"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "resume_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "resume"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "created_at",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "resume_created_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "resume"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "updated_at",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "resume_user_id_updated_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "resume"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "is_public",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "slug",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "user_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "resume_is_public_slug_user_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "resume"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "resume_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "resume_analysis_resume_id_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "resume_analysis"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "resume_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "date",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "resume_statistics_daily_resume_id_date_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "nameExplicit": false,
- "columns": [
- {
- "value": "resume_id",
- "isExpression": false,
- "asc": true,
- "nullsFirst": false,
- "opclass": null
- },
- {
- "value": "created_at",
- "isExpression": false,
- "asc": false,
- "nullsFirst": false,
- "opclass": null
- }
- ],
- "isUnique": false,
- "where": null,
- "with": "",
- "method": "btree",
- "concurrently": false,
- "name": "resume_version_resume_id_created_at_index",
- "entityType": "indexes",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "agent_actions_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "nameExplicit": false,
- "columns": ["thread_id"],
- "schemaTo": "public",
- "tableTo": "agent_threads",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "agent_actions_thread_id_agent_threads_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "nameExplicit": false,
- "columns": ["message_id"],
- "schemaTo": "public",
- "tableTo": "agent_messages",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "agent_actions_message_id_agent_messages_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "agent_actions_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_actions"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "agent_attachments_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "nameExplicit": false,
- "columns": ["thread_id"],
- "schemaTo": "public",
- "tableTo": "agent_threads",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "agent_attachments_thread_id_agent_threads_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "nameExplicit": false,
- "columns": ["message_id"],
- "schemaTo": "public",
- "tableTo": "agent_messages",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "agent_attachments_message_id_agent_messages_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_attachments"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "agent_messages_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "nameExplicit": false,
- "columns": ["thread_id"],
- "schemaTo": "public",
- "tableTo": "agent_threads",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "agent_messages_thread_id_agent_threads_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_messages"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "agent_threads_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": false,
- "columns": ["ai_provider_id"],
- "schemaTo": "public",
- "tableTo": "ai_providers",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "agent_threads_ai_provider_id_ai_providers_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": false,
- "columns": ["source_resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "agent_threads_source_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": false,
- "columns": ["working_resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "agent_threads_working_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "agent_threads"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "ai_providers_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "ai_providers"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "application_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "application"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "application_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "application"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "account_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "account"
- },
- {
- "nameExplicit": false,
- "columns": ["reference_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "apikey_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "apikey"
- },
- {
- "nameExplicit": false,
- "columns": ["client_id"],
- "schemaTo": "public",
- "tableTo": "oauth_client",
- "columnsTo": ["client_id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_access_token_client_id_oauth_client_client_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "nameExplicit": false,
- "columns": ["session_id"],
- "schemaTo": "public",
- "tableTo": "session",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "oauth_access_token_session_id_session_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_access_token_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "nameExplicit": false,
- "columns": ["refresh_id"],
- "schemaTo": "public",
- "tableTo": "oauth_refresh_token",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_access_token_refresh_id_oauth_refresh_token_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_access_token"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_client_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_client"
- },
- {
- "nameExplicit": false,
- "columns": ["client_id"],
- "schemaTo": "public",
- "tableTo": "oauth_client",
- "columnsTo": ["client_id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_consent_client_id_oauth_client_client_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_consent_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_consent"
- },
- {
- "nameExplicit": false,
- "columns": ["client_id"],
- "schemaTo": "public",
- "tableTo": "oauth_client",
- "columnsTo": ["client_id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_refresh_token_client_id_oauth_client_client_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "nameExplicit": false,
- "columns": ["session_id"],
- "schemaTo": "public",
- "tableTo": "session",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "SET NULL",
- "name": "oauth_refresh_token_session_id_session_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "oauth_refresh_token_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "oauth_refresh_token"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "passkey_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "passkey"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "session_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "session"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "two_factor_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "two_factor"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "resume_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "resume"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "resume_analysis_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "resume_analysis"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "resume_statistics_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "resume_statistics"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "resume_statistics_daily_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "schemaTo": "public",
- "tableTo": "resume",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "resume_version_resume_id_resume_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "nameExplicit": false,
- "columns": ["user_id"],
- "schemaTo": "public",
- "tableTo": "user",
- "columnsTo": ["id"],
- "onUpdate": "NO ACTION",
- "onDelete": "CASCADE",
- "name": "resume_version_user_id_user_id_fkey",
- "entityType": "fks",
- "schema": "public",
- "table": "resume_version"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "agent_actions_pkey",
- "schema": "public",
- "table": "agent_actions",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "agent_attachments_pkey",
- "schema": "public",
- "table": "agent_attachments",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "agent_messages_pkey",
- "schema": "public",
- "table": "agent_messages",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "agent_threads_pkey",
- "schema": "public",
- "table": "agent_threads",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "ai_providers_pkey",
- "schema": "public",
- "table": "ai_providers",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "application_pkey",
- "schema": "public",
- "table": "application",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "account_pkey",
- "schema": "public",
- "table": "account",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "apikey_pkey",
- "schema": "public",
- "table": "apikey",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "jwks_pkey",
- "schema": "public",
- "table": "jwks",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "oauth_access_token_pkey",
- "schema": "public",
- "table": "oauth_access_token",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "oauth_client_pkey",
- "schema": "public",
- "table": "oauth_client",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "oauth_consent_pkey",
- "schema": "public",
- "table": "oauth_consent",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "oauth_refresh_token_pkey",
- "schema": "public",
- "table": "oauth_refresh_token",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "passkey_pkey",
- "schema": "public",
- "table": "passkey",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "session_pkey",
- "schema": "public",
- "table": "session",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "two_factor_pkey",
- "schema": "public",
- "table": "two_factor",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "user_pkey",
- "schema": "public",
- "table": "user",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "verification_pkey",
- "schema": "public",
- "table": "verification",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "resume_pkey",
- "schema": "public",
- "table": "resume",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "resume_analysis_pkey",
- "schema": "public",
- "table": "resume_analysis",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "resume_statistics_pkey",
- "schema": "public",
- "table": "resume_statistics",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "resume_statistics_daily_pkey",
- "schema": "public",
- "table": "resume_statistics_daily",
- "entityType": "pks"
- },
- {
- "columns": ["id"],
- "nameExplicit": false,
- "name": "resume_version_pkey",
- "schema": "public",
- "table": "resume_version",
- "entityType": "pks"
- },
- {
- "nameExplicit": false,
- "columns": ["slug", "user_id"],
- "nullsNotDistinct": false,
- "name": "resume_slug_user_id_unique",
- "entityType": "uniques",
- "schema": "public",
- "table": "resume"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id", "date"],
- "nullsNotDistinct": false,
- "name": "resume_statistics_daily_resume_id_date_unique",
- "entityType": "uniques",
- "schema": "public",
- "table": "resume_statistics_daily"
- },
- {
- "nameExplicit": false,
- "columns": ["token"],
- "nullsNotDistinct": false,
- "name": "oauth_access_token_token_key",
- "schema": "public",
- "table": "oauth_access_token",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["client_id"],
- "nullsNotDistinct": false,
- "name": "oauth_client_client_id_key",
- "schema": "public",
- "table": "oauth_client",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["token"],
- "nullsNotDistinct": false,
- "name": "session_token_key",
- "schema": "public",
- "table": "session",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["email"],
- "nullsNotDistinct": false,
- "name": "user_email_key",
- "schema": "public",
- "table": "user",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["username"],
- "nullsNotDistinct": false,
- "name": "user_username_key",
- "schema": "public",
- "table": "user",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["display_username"],
- "nullsNotDistinct": false,
- "name": "user_display_username_key",
- "schema": "public",
- "table": "user",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["identifier"],
- "nullsNotDistinct": false,
- "name": "verification_identifier_key",
- "schema": "public",
- "table": "verification",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "nullsNotDistinct": false,
- "name": "resume_analysis_resume_id_key",
- "schema": "public",
- "table": "resume_analysis",
- "entityType": "uniques"
- },
- {
- "nameExplicit": false,
- "columns": ["resume_id"],
- "nullsNotDistinct": false,
- "name": "resume_statistics_resume_id_key",
- "schema": "public",
- "table": "resume_statistics",
- "entityType": "uniques"
- }
- ],
- "renames": []
-}
diff --git a/migrations/20260705090711_third_hercules/migration.sql b/migrations/20260705130916_nappy_magik/migration.sql
similarity index 93%
rename from migrations/20260705090711_third_hercules/migration.sql
rename to migrations/20260705130916_nappy_magik/migration.sql
index 002f9ccdd..1e5f77538 100644
--- a/migrations/20260705090711_third_hercules/migration.sql
+++ b/migrations/20260705130916_nappy_magik/migration.sql
@@ -9,12 +9,15 @@ CREATE TABLE "application" (
"archived" boolean DEFAULT false NOT NULL,
"resume_id" text,
"source" text,
+ "tags" text[] DEFAULT '{}'::text[] NOT NULL,
"source_url" text,
"job_description" text,
"match_score" integer,
"ai_metadata" jsonb,
"campaign" text,
"notes" text,
+ "cover_letter_url" text,
+ "cover_letter_name" text,
"follow_up_at" timestamp with time zone,
"follow_up_note" text,
"contacts" jsonb DEFAULT '[]' NOT NULL,
diff --git a/migrations/20260705102805_soft_professor_monster/snapshot.json b/migrations/20260705130916_nappy_magik/snapshot.json
similarity index 99%
rename from migrations/20260705102805_soft_professor_monster/snapshot.json
rename to migrations/20260705130916_nappy_magik/snapshot.json
index eb09626ff..aebe207f1 100644
--- a/migrations/20260705102805_soft_professor_monster/snapshot.json
+++ b/migrations/20260705130916_nappy_magik/snapshot.json
@@ -1,8 +1,8 @@
{
"version": "8",
"dialect": "postgres",
- "id": "5b300270-4575-4f4b-9b43-588a3c083900",
- "prevIds": ["088201f5-6586-4016-b20a-d5258a1ee5ac"],
+ "id": "2b84167c-b49a-4fe4-a49f-9e524c358d1a",
+ "prevIds": ["15eff223-0ddb-4ad9-b73d-d2f7706b4d05"],
"ddl": [
{
"isRlsEnabled": false,
@@ -1143,32 +1143,6 @@
"schema": "public",
"table": "application"
},
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "cover_letter_url",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
- {
- "type": "text",
- "typeSchema": null,
- "notNull": false,
- "dimensions": 0,
- "default": null,
- "generated": null,
- "identity": null,
- "name": "cover_letter_name",
- "entityType": "columns",
- "schema": "public",
- "table": "application"
- },
{
"type": "text",
"typeSchema": null,
@@ -1273,6 +1247,32 @@
"schema": "public",
"table": "application"
},
+ {
+ "type": "text",
+ "typeSchema": null,
+ "notNull": false,
+ "dimensions": 0,
+ "default": null,
+ "generated": null,
+ "identity": null,
+ "name": "cover_letter_url",
+ "entityType": "columns",
+ "schema": "public",
+ "table": "application"
+ },
+ {
+ "type": "text",
+ "typeSchema": null,
+ "notNull": false,
+ "dimensions": 0,
+ "default": null,
+ "generated": null,
+ "identity": null,
+ "name": "cover_letter_name",
+ "entityType": "columns",
+ "schema": "public",
+ "table": "application"
+ },
{
"type": "timestamp with time zone",
"typeSchema": null,
diff --git a/packages/api/src/dto/application.ts b/packages/api/src/dto/application.ts
index ecc4f58dd..22ae1ca58 100644
--- a/packages/api/src/dto/application.ts
+++ b/packages/api/src/dto/application.ts
@@ -24,6 +24,13 @@ const applicationSchema = createSelectSchema(schema.application, {
aiMetadata: aiMetadataSchema.nullable(),
campaign: z.string().trim().nullable(),
notes: z.string().nullable(),
+ // Rendered as an ; only same-origin storage URLs are ever stored. Constrain to
+ // http(s)/relative so a hand-crafted `update` can't smuggle a `javascript:` href.
+ coverLetterUrl: z
+ .string()
+ .refine((value) => /^(https?:\/\/|\/)/.test(value), "Cover letter URL must be http(s) or a relative path.")
+ .nullable(),
+ coverLetterName: z.string().nullable(),
followUpAt: z.date().nullable(),
followUpNote: z.string().trim().nullable(),
tags: z.array(z.string()),
@@ -47,6 +54,8 @@ const editableSchema = applicationSchema.pick({
jobDescription: true,
campaign: true,
notes: true,
+ coverLetterUrl: true,
+ coverLetterName: true,
followUpAt: true,
followUpNote: true,
contacts: true,
diff --git a/packages/api/src/features/applications/service.ts b/packages/api/src/features/applications/service.ts
index 7cea836dc..4318848e0 100644
--- a/packages/api/src/features/applications/service.ts
+++ b/packages/api/src/features/applications/service.ts
@@ -26,6 +26,8 @@ type EditableFields = {
jobDescription?: string | null | undefined;
campaign?: string | null | undefined;
notes?: string | null | undefined;
+ coverLetterUrl?: string | null | undefined;
+ coverLetterName?: string | null | undefined;
followUpAt?: Date | null | undefined;
followUpNote?: string | null | undefined;
contacts?: Contact[] | undefined;
diff --git a/packages/api/src/features/storage/service.ts b/packages/api/src/features/storage/service.ts
index 78fe27034..55f3838e0 100644
--- a/packages/api/src/features/storage/service.ts
+++ b/packages/api/src/features/storage/service.ts
@@ -55,9 +55,21 @@ const DEFAULT_CONTENT_TYPE = "application/octet-stream";
const IMAGE_MIME_TYPES = ["image/gif", "image/png", "image/jpeg", "image/webp"];
-function buildPictureKey(userId: string): string {
- const timestamp = Date.now();
- return `uploads/${userId}/pictures/${timestamp}.jpeg`;
+const EXTENSION_BY_CONTENT_TYPE: Record = {
+ "image/jpeg": "jpeg",
+ "image/png": "png",
+ "image/webp": "webp",
+ "image/gif": "gif",
+ "application/pdf": "pdf",
+};
+
+// Derive the stored key's extension from the content type so the static handler serves each
+// file correctly instead of mislabeling it. Images normally arrive as JPEG (sharp), but with
+// FLAG_DISABLE_IMAGE_PROCESSING they keep their original type — hence all image types are
+// mapped, not just JPEG. Non-image uploads (e.g. a cover-letter PDF) get their real extension.
+function buildFileKey(userId: string, contentType: string): string {
+ const extension = EXTENSION_BY_CONTENT_TYPE[contentType] ?? "bin";
+ return `uploads/${userId}/pictures/${Date.now()}.${extension}`;
}
function buildPublicUrl(path: string): string {
@@ -337,9 +349,8 @@ interface UploadFileResult {
key: string;
}
-// ponytail: only "picture" uploads exist in production; screenshot/pdf types were speculative dead code
export async function uploadFile(input: UploadFileInput): Promise {
- const key = buildPictureKey(input.userId);
+ const key = buildFileKey(input.userId, input.contentType);
await getStorageService().write({ key, data: input.data, contentType: input.contentType });
return { key, url: buildPublicUrl(key) };
}
diff --git a/packages/db/src/schema/applications.ts b/packages/db/src/schema/applications.ts
index 0876b67fa..5be8f5072 100644
--- a/packages/db/src/schema/applications.ts
+++ b/packages/db/src/schema/applications.ts
@@ -38,6 +38,10 @@ export const application = pg.pgTable(
// Reserves the deferred campaigns feature; no management UI this pass.
campaign: pg.text("campaign"),
notes: pg.text("notes"),
+ // A cover letter sent with this application (PDF/doc uploaded to storage). Stored as the
+ // key returned by the storage upload plus the original filename for display.
+ coverLetterUrl: pg.text("cover_letter_url"),
+ coverLetterName: pg.text("cover_letter_name"),
followUpAt: pg.timestamp("follow_up_at", { withTimezone: true }),
followUpNote: pg.text("follow_up_note"),
contacts: pg.jsonb("contacts").notNull().$type().default([]),