Compare commits

...

60 Commits

Author SHA1 Message Date
3f29ca3add Merge pull request #1922 from AmruthPillai/1592-feature-the-possibility-to-disable-new-sign-ups
🚀 [Feature] Disable new signups through server controlled feature flags
2024-05-29 10:42:51 +02:00
bf498b5972 chore(i18n): update translation files 2024-05-29 10:39:53 +02:00
2bc42493af chore(release): bump version to 4.1.6, update pnpm version 2024-05-29 10:31:41 +02:00
d18ef2e1a5 feat(feature-flags): fixes #1592, introduces new flags DISABLE_SIGNUPS and DISABLE_EMAIL_AUTH, renamed STORAGE_SKIP_BUCKET_CHECK 2024-05-29 10:30:38 +02:00
1191bbca67 Merge pull request #1906 from AmruthPillai/l10n
New Translations from Crowdin
2024-05-22 08:09:51 +02:00
f5804ab458 New Crowdin translations by GitHub Action 2024-05-22 00:08:19 +00:00
748b509b1d update dependencies, fix import sample resume issue, update pnpm version 2024-05-21 08:10:12 +02:00
696f6f71b5 bump version to 4.1.4 2024-05-20 17:13:50 +02:00
09ebcdf40f remove sentry integration, fix linting issues 2024-05-20 17:13:17 +02:00
0ee0b6b2e9 Merge pull request #1823 from jzaehrin/feat/separate-links
feat: separate links option to reduce section item height
2024-05-20 17:02:56 +02:00
fe550ccc36 update pnpm version 2024-05-20 17:02:48 +02:00
6dcbe78730 Merge branch 'main' into feat/separate-links 2024-05-20 17:01:16 +02:00
73b29f78ab Fix linting, update translations, remove vite-plugin-chunk-split 2024-05-20 16:59:38 +02:00
0124db049b Merge pull request #1780 from dhavalsavalia/custom-icons-in-header
fix(CustomField): add a way to have icon in custom fields
2024-05-20 16:44:37 +02:00
a033c3eff6 Merge branch 'main' into custom-icons-in-header 2024-05-20 16:44:11 +02:00
97286739f2 Merge pull request #1842 from abizek/fix/custom-text-and-background-color
Fix(artboard): Text and background color
2024-05-20 16:42:36 +02:00
a74a8ed044 Merge pull request #1844 from abizek/fix/right-sidebar-page-section-scroll
Fix(builder): right sidebar scroll to page section
2024-05-20 16:41:25 +02:00
376f72a22f Merge pull request #1845 from abizek/fix/nosepass-template-europass-logo
Fix(templates): serve europass logo from public assets
2024-05-20 16:40:55 +02:00
77dee57324 Merge pull request #1885 from nickconway/fix/pdf-name
Fix: generate PDF name from title instead of id
2024-05-20 16:37:43 +02:00
5d0c92e90d Merge pull request #1891 from AashishSinghal/main
Bug Fix #1847 - Fix Sidebar Height in Chikorita template
2024-05-20 16:36:57 +02:00
868e6de7d9 Merge pull request #1843 from abizek/fix/tfa-length-error-message
Fix(tfa): error message for tfa code length
2024-05-20 16:36:23 +02:00
e24f8850d2 merge branch main
Signed-off-by: abizek <abishekilango@protonmail.com>
2024-05-20 13:12:53 +05:30
f30a76229b Revert "disable crowdin sync cron"
This reverts commit b1af5d9339.
2024-05-20 13:08:50 +05:30
02c6318f60 Merge main into fix/custom-text-and-background-color 2024-05-20 13:06:02 +05:30
2f87dde48d Merge branch 'main' into fix/nosepass-template-europass-logo 2024-05-20 13:03:31 +05:30
d570b21635 Merge branch 'main' into fix/right-sidebar-page-section-scroll 2024-05-20 13:03:27 +05:30
b1af5d9339 disable crowdin sync cron 2024-05-20 12:47:21 +05:30
a598a7a7f0 Merge pull request #1899 from ToshY/issue/1897
fix(docker): add environment variable for puppeteer to launch with `ignoreHTTPSerrors` flag
2024-05-15 20:24:29 +02:00
f60fc63ee3 fix(docker): add environment variable for puppeteer to launch with ignore http errors flag 2024-05-15 19:52:22 +02:00
94eb549d25 Bug Fix #1847 - Fix Sidebar is not stretching to the full height in Chikorita template 2024-05-12 08:25:10 +05:30
7a8b5d09c6 add ReleaseBot Discord Webhook to Publish Docker Image action 2024-05-10 11:46:25 +02:00
c15d9f7645 revert structuredClone as it is not supported on proxy objects 2024-05-10 11:27:13 +02:00
a102f62e28 replace JSON.parse(JSON.stringify({})) with structuredClone({}) 2024-05-10 11:00:15 +02:00
c1a58118c2 - add AuthRefreshProvider to refresh auth tokens every 5 minutes
- pull the latest crowdin language artifacts
2024-05-10 10:52:35 +02:00
b0d26e3230 Merge pull request #1889 from AmruthPillai/l10n
New Translations from Crowdin
2024-05-09 08:06:29 +02:00
7e354b74bd New Crowdin translations by GitHub Action 2024-05-09 00:08:50 +00:00
e20bcb8c14 Merge pull request #1886 from AmruthPillai/l10n
New Translations from Crowdin
2024-05-08 09:21:26 +02:00
506058aacb New Crowdin translations by GitHub Action 2024-05-08 00:07:50 +00:00
a7a0e4e652 Fix: generate PDF name from title instead of id 2024-05-07 13:13:10 -04:00
7b394f1437 pin versions of pnpm and node 2024-05-07 12:33:16 +02:00
e2e2551db4 fix lint-test-build workflow 2024-05-07 12:31:01 +02:00
52e062c0b5 fix eslint issues 2024-05-07 12:02:39 +02:00
e3785030e1 add code chunking to vite.config.ts 2024-05-07 11:45:33 +02:00
e21430a421 Merge pull request #1883 from AmruthPillai/l10n
New Translations from Crowdin
2024-05-07 09:25:38 +02:00
f66704af88 New Crowdin translations by GitHub Action 2024-05-07 00:08:07 +00:00
7a65363296 add test to github action 2024-05-05 17:06:08 +02:00
8180e8c7b8 add SENTRY_AUTH_TOKEN 2024-05-05 16:50:01 +02:00
13b2a5be94 add max-parallel:1 to github action 2024-05-05 16:09:29 +02:00
589e782d71 Merge branch 'main' into fix/tfa-length-error-message 2024-04-06 11:16:43 +05:30
31f396c01a Merge branch 'main' into fix/nosepass-template-europass-logo 2024-04-06 11:16:28 +05:30
6d20eda423 Merge branch 'main' into fix/right-sidebar-page-section-scroll 2024-04-06 11:16:15 +05:30
53b5bdc0b5 Merge branch 'main' into fix/custom-text-and-background-color 2024-04-06 11:16:02 +05:30
8c879841d7 fix(tfa): lazily translate error message 2024-04-02 17:05:29 +05:30
937e6b053d fix(templates): serve europass logo from public assets
fixes #1825
2024-04-02 14:05:00 +05:30
ac9109c2b6 fix(builder): right sidebar scroll to page section 2024-04-02 12:28:17 +05:30
fcc68750cf fix(tfa): error message for tfa code length 2024-04-02 12:22:30 +05:30
afe52da92d fix(artboard): apply custom text and background color 2024-04-01 19:31:28 +05:30
6f2e75f22b feat: separate links option at section level to reduce section item height 2024-03-25 17:27:33 +01:00
2dce78200b feat(Profiles): hide network name when icon is present 2024-02-18 13:29:33 -05:00
b92b4c9936 fix(CustomField): add a way to have icon in custom fields 2024-02-18 12:50:33 -05:00
126 changed files with 13747 additions and 9673 deletions

View File

@ -30,6 +30,8 @@ REFRESH_TOKEN_SECRET=refresh_token_secret
CHROME_PORT=8080
CHROME_TOKEN=chrome_token
CHROME_URL=ws://localhost:8080
# Launch puppeteer with flag to ignore https errors
# CHROME_IGNORE_HTTPS_ERRORS=true
# Mail Server (for e-mails)
# For testing, you can use https://ethereal.email/create
@ -44,19 +46,18 @@ STORAGE_BUCKET=default
STORAGE_ACCESS_KEY=minioadmin
STORAGE_SECRET_KEY=minioadmin
STORAGE_USE_SSL=false
STORAGE_SKIP_BUCKET_CHECK=false
# Sentry (for error reporting, Optional)
# SERVER_SENTRY_DSN=
# VITE_CLIENT_SENTRY_DSN=
# Nx Cloud (Optional)
# NX_CLOUD_ACCESS_TOKEN=
# Crowdin (Optional)
# CROWDIN_PROJECT_ID=
# CROWDIN_PERSONAL_TOKEN=
# Flags (Optional)
# DISABLE_EMAIL_AUTH=true
# VITE_DISABLE_SIGNUPS=false
# SKIP_STORAGE_BUCKET_CHECK=false
# Feature Flags (Optional)
# DISABLE_SIGNUPS=false
# DISABLE_EMAIL_AUTH=false
# GitHub (OAuth, Optional)
# GITHUB_CLIENT_ID=

View File

@ -63,19 +63,21 @@
// typescript-eslint
"@typescript-eslint/no-unsafe-call": "off",
"@typescript-eslint/no-unused-vars": "off",
"@typescript-eslint/return-await": "error",
"@typescript-eslint/return-await": "off",
"@typescript-eslint/no-unsafe-return": "off",
"@typescript-eslint/no-unsafe-argument": "off",
"@typescript-eslint/no-misused-promises": "off",
"@typescript-eslint/no-unsafe-assignment": "off",
"@typescript-eslint/no-unsafe-member-access": "off",
"@typescript-eslint/restrict-template-expressions": "off",
"@typescript-eslint/no-redundant-type-constituents": "off",
"@typescript-eslint/consistent-type-definitions": ["error", "type"],
// unicorn
"unicorn/no-null": "off",
"unicorn/prevent-abbreviations": "off",
"unicorn/prefer-string-replace-all": "off"
"unicorn/prefer-string-replace-all": "off",
"unicorn/prefer-structured-clone": "off"
}
},
{

View File

@ -1,44 +0,0 @@
name: Lint and Build
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
permissions:
actions: read
contents: read
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
env:
NX_BRANCH: "${{ github.event.number || github.ref_name }}"
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}
jobs:
main:
name: Nx Cloud - Main Job
uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.14.0
with:
main-branch-name: main
number-of-agents: 3
init-commands: |
pnpm exec prisma generate
pnpm exec nx-cloud start-ci-run --stop-agents-after="build" --agent-count=3
parallel-commands: |
pnpm exec nx-cloud record -- pnpm exec nx format:check
parallel-commands-on-agents: |
pnpm exec nx affected --target=lint --parallel=3
pnpm exec nx affected --target=build --parallel=3
agents:
name: Nx Cloud - Agents
uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.14.0
with:
number-of-agents: 3

53
.github/workflows/lint-test-build.yml vendored Normal file
View File

@ -0,0 +1,53 @@
name: Lint, Test & Build
concurrency:
group: "${{ github.workflow }}-${{ github.ref }}"
cancel-in-progress: true
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
main:
runs-on: ubuntu-latest
steps:
- name: Checkout Repository
uses: actions/checkout@v4.1.1
with:
fetch-depth: 2
- name: Setup pnpm
uses: pnpm/action-setup@v3.0.0
with:
version: 9.1.3
- name: Setup Node.js
uses: actions/setup-node@v4.0.2
with:
cache: "pnpm"
node-version: 20.13.1
- name: Install Dependencies
run: pnpm install --frozen-lockfile
- name: Lint
run: pnpm lint
- name: Format
run: pnpm format:check
- name: Test
run: pnpm test
- name: Build
run: pnpm build
env:
NODE_ENV: production
NX_CLOUD_ACCESS_TOKEN: ${{ secrets.NX_CLOUD_ACCESS_TOKEN }}

View File

@ -21,7 +21,6 @@ jobs:
version: ${{ steps.version.outputs.version }}
strategy:
fail-fast: true
matrix:
platform:
- linux/amd64
@ -53,10 +52,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.3.0
with:
driver: cloud
version: "lab:latest"
endpoint: "amruthpillai/default"
- name: Extract Docker Metadata
id: meta
@ -130,10 +125,6 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.3.0
with:
driver: cloud
version: "lab:latest"
endpoint: "amruthpillai/default"
- name: Extract Docker Metadata
id: meta
@ -160,3 +151,13 @@ jobs:
repository: ${{ github.repository }}
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_TOKEN }}
- uses: sarisia/actions-status-discord@v1.14.3
if: always()
with:
username: ReleaseBot
webhook: ${{ secrets.DISCORD_WEBHOOK }}
status: ${{ job.status }}
title: "Release `${{ steps.meta.outputs.version }}`"
description: "A new version of Reactive Resume just dropped! 🚀"
url: "https://github.com/AmruthPillai/Reactive-Resume"

View File

@ -3,5 +3,5 @@
"upgrade": true,
"install": "always",
"packageManager": "pnpm",
"reject": ["eslint", "@reactive-resume/*"]
"reject": ["eslint", "eslint-plugin-unused-imports", "@reactive-resume/*"]
}

View File

@ -72,7 +72,6 @@ Start creating your standout resume with Reactive Resume today!
- Minio (for object storage: to store avatars, resume PDFs and previews)
- Browserless (for headless chrome, to print PDFs and generate previews)
- SMTP Server (to send password recovery emails)
- Sentry (for error tracing and performance monitoring)
- GitHub/Google OAuth (for quickly authenticating users)
- LinguiJS and Crowdin (for translation management and localization)

View File

@ -20,7 +20,7 @@ export const Page = ({ mode = "preview", pageNumber, children }: Props) => {
return (
<div
data-page={pageNumber}
className={cn("relative bg-white", mode === "builder" && "shadow-2xl")}
className={cn("relative bg-background text-foreground", mode === "builder" && "shadow-2xl")}
style={{
fontFamily,
width: `${pageSizeMap[page.format].width * MM_TO_PX}px`,

View File

@ -39,7 +39,7 @@ export const ArtboardPage = () => {
`${metadata.typography.lineHeight}`,
);
document.documentElement.style.setProperty("--color-text", metadata.theme.text);
document.documentElement.style.setProperty("--color-foreground", metadata.theme.text);
document.documentElement.style.setProperty("--color-primary", metadata.theme.primary);
document.documentElement.style.setProperty("--color-background", metadata.theme.background);
}, [metadata]);

View File

@ -21,5 +21,5 @@
}
.wysiwyg {
@apply prose max-w-none text-current prose-headings:mt-0 prose-headings:mb-2 prose-p:mt-0 prose-p:mb-2 prose-ul:mt-0 prose-ul:mb-2 prose-li:mt-0 prose-li:mb-2 prose-ol:mt-0 prose-ol:mb-2 prose-img:mt-0 prose-img:mb-2 prose-hr:mt-0 prose-hr:mb-2 prose-p:leading-normal prose-li:leading-normal prose-a:break-all;
@apply prose max-w-none prose-foreground prose-headings:mt-0 prose-headings:mb-2 prose-p:mt-0 prose-p:mb-2 prose-ul:mt-0 prose-ul:mb-2 prose-li:mt-0 prose-li:mb-2 prose-ol:mt-0 prose-ol:mb-2 prose-img:mt-0 prose-img:mb-2 prose-hr:mt-0 prose-hr:mb-2 prose-p:leading-normal prose-li:leading-normal prose-a:break-all;
}

View File

@ -117,16 +117,17 @@ const Rating = ({ level }: RatingProps) => (
type LinkProps = {
url: URL;
icon?: React.ReactNode;
iconOnRight?: boolean;
label?: string;
className?: string;
};
const Link = ({ url, icon, label, className }: LinkProps) => {
const Link = ({ url, icon, iconOnRight, label, className }: LinkProps) => {
if (!isUrl(url.href)) return null;
return (
<div className="flex items-center gap-x-1.5">
{icon ?? <i className="ph ph-bold ph-link text-primary" />}
{!iconOnRight && (icon ?? <i className="ph ph-bold ph-link text-primary" />)}
<a
href={url.href}
target="_blank"
@ -135,10 +136,32 @@ const Link = ({ url, icon, label, className }: LinkProps) => {
>
{label ?? (url.label || url.href)}
</a>
{iconOnRight && (icon ?? <i className="ph ph-bold ph-link text-primary" />)}
</div>
);
};
type LinkedEntityProps = {
name: string;
url: URL;
separateLinks: boolean;
className?: string;
};
const LinkedEntity = ({ name, url, separateLinks, className }: LinkedEntityProps) => {
return !separateLinks && isUrl(url.href) ? (
<Link
url={url}
label={name}
icon={<i className="ph ph-bold ph-globe text-primary" />}
iconOnRight={true}
className={className}
/>
) : (
<div className={className}>{name}</div>
);
};
type SectionProps<T> = {
section: SectionWithItem<T> | CustomSectionGroup;
children?: (item: T) => React.ReactNode;
@ -205,7 +228,7 @@ const Section = <T,>({
<p className="text-sm">{keywords.join(", ")}</p>
)}
{url !== undefined && <Link url={url} />}
{url !== undefined && section.separateLinks && <Link url={url} />}
<div className="absolute left-[-4.5px] top-px hidden size-[8px] rounded-full bg-primary group-[.main]:block" />
</div>
@ -241,7 +264,7 @@ const Profiles = () => {
) : (
<p>{item.username}</p>
)}
<p className="text-sm">{item.network}</p>
{!item.icon && <p className="text-sm">{item.network}</p>}
</div>
)}
</Section>
@ -255,7 +278,12 @@ const Experience = () => {
<Section<Experience> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.company}</div>
<LinkedEntity
name={item.company}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
<div>{item.location}</div>
<div className="font-bold">{item.date}</div>
@ -272,7 +300,12 @@ const Education = () => {
<Section<Education> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.institution}</div>
<LinkedEntity
name={item.institution}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.area}</div>
<div>{item.score}</div>
<div>{item.studyType}</div>
@ -291,7 +324,7 @@ const Awards = () => {
{(item) => (
<div>
<div className="font-bold">{item.title}</div>
<div>{item.awarder}</div>
<LinkedEntity name={item.awarder} url={item.url} separateLinks={section.separateLinks} />
<div className="font-bold">{item.date}</div>
</div>
)}
@ -307,7 +340,7 @@ const Certifications = () => {
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<div>{item.issuer}</div>
<LinkedEntity name={item.issuer} url={item.url} separateLinks={section.separateLinks} />
<div className="font-bold">{item.date}</div>
</div>
)}
@ -347,7 +380,12 @@ const Publications = () => {
<Section<Publication> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.publisher}</div>
<div className="font-bold">{item.date}</div>
</div>
@ -363,7 +401,12 @@ const Volunteer = () => {
<Section<Volunteer> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.organization}</div>
<LinkedEntity
name={item.organization}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
<div>{item.location}</div>
<div className="font-bold">{item.date}</div>
@ -396,7 +439,12 @@ const Projects = () => {
{(item) => (
<div>
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
<div className="font-bold">{item.date}</div>
@ -414,7 +462,12 @@ const References = () => {
<Section<Reference> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
)}
@ -435,7 +488,12 @@ const Custom = ({ id }: { id: string }) => {
{(item) => (
<div>
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
<div className="font-bold">{item.date}</div>

View File

@ -108,16 +108,17 @@ const Rating = ({ level }: RatingProps) => (
type LinkProps = {
url: URL;
icon?: React.ReactNode;
iconOnRight?: boolean;
label?: string;
className?: string;
};
const Link = ({ url, icon, label, className }: LinkProps) => {
const Link = ({ url, icon, iconOnRight, label, className }: LinkProps) => {
if (!isUrl(url.href)) return null;
return (
<div className="flex items-center gap-x-1.5">
{icon ?? <i className="ph ph-bold ph-link text-primary" />}
{!iconOnRight && (icon ?? <i className="ph ph-bold ph-link text-primary" />)}
<a
href={url.href}
target="_blank"
@ -126,10 +127,32 @@ const Link = ({ url, icon, label, className }: LinkProps) => {
>
{label ?? (url.label || url.href)}
</a>
{iconOnRight && (icon ?? <i className="ph ph-bold ph-link text-primary" />)}
</div>
);
};
type LinkedEntityProps = {
name: string;
url: URL;
separateLinks: boolean;
className?: string;
};
const LinkedEntity = ({ name, url, separateLinks, className }: LinkedEntityProps) => {
return !separateLinks && isUrl(url.href) ? (
<Link
url={url}
label={name}
icon={<i className="ph ph-bold ph-globe text-primary" />}
iconOnRight={true}
className={className}
/>
) : (
<div className={className}>{name}</div>
);
};
type SectionProps<T> = {
section: SectionWithItem<T> | CustomSectionGroup;
children?: (item: T) => React.ReactNode;
@ -173,7 +196,7 @@ const Section = <T,>({
<div key={item.id} className={cn("space-y-2", className)}>
<div>
{children?.(item as T)}
{url !== undefined && <Link url={url} />}
{url !== undefined && section.separateLinks && <Link url={url} />}
</div>
{summary !== undefined && !isEmptyString(summary) && (
@ -218,7 +241,7 @@ const Profiles = () => {
) : (
<p>{item.username}</p>
)}
<p className="text-sm">{item.network}</p>
{!item.icon && <p className="text-sm">{item.network}</p>}
</div>
)}
</Section>
@ -233,7 +256,12 @@ const Experience = () => {
{(item) => (
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.company}</div>
<LinkedEntity
name={item.company}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
</div>
@ -255,7 +283,12 @@ const Education = () => {
{(item) => (
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.institution}</div>
<LinkedEntity
name={item.institution}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.area}</div>
<div>{item.score}</div>
</div>
@ -279,7 +312,11 @@ const Awards = () => {
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.title}</div>
<div>{item.awarder}</div>
<LinkedEntity
name={item.awarder}
url={item.url}
separateLinks={section.separateLinks}
/>
</div>
<div className="shrink-0 text-right">
@ -300,7 +337,7 @@ const Certifications = () => {
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<div>{item.issuer}</div>
<LinkedEntity name={item.issuer} url={item.url} separateLinks={section.separateLinks} />
</div>
<div className="shrink-0 text-right">
@ -345,7 +382,12 @@ const Publications = () => {
{(item) => (
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.publisher}</div>
</div>
@ -366,7 +408,12 @@ const Volunteer = () => {
{(item) => (
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.organization}</div>
<LinkedEntity
name={item.organization}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
</div>
@ -403,7 +450,12 @@ const Projects = () => {
{(item) => (
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
@ -423,7 +475,12 @@ const References = () => {
<Section<Reference> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
)}
@ -444,7 +501,12 @@ const Custom = ({ id }: { id: string }) => {
{(item) => (
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>

View File

@ -111,16 +111,17 @@ const Rating = ({ level }: RatingProps) => (
type LinkProps = {
url: URL;
icon?: React.ReactNode;
iconOnRight?: boolean;
label?: string;
className?: string;
};
const Link = ({ url, icon, label, className }: LinkProps) => {
const Link = ({ url, icon, iconOnRight, label, className }: LinkProps) => {
if (!isUrl(url.href)) return null;
return (
<div className="flex items-center gap-x-1.5">
{icon ?? <i className="ph ph-bold ph-link text-primary" />}
{!iconOnRight && (icon ?? <i className="ph ph-bold ph-link text-primary" />)}
<a
href={url.href}
target="_blank"
@ -129,10 +130,32 @@ const Link = ({ url, icon, label, className }: LinkProps) => {
>
{label ?? (url.label || url.href)}
</a>
{iconOnRight && (icon ?? <i className="ph ph-bold ph-link text-primary" />)}
</div>
);
};
type LinkedEntityProps = {
name: string;
url: URL;
separateLinks: boolean;
className?: string;
};
const LinkedEntity = ({ name, url, separateLinks, className }: LinkedEntityProps) => {
return !separateLinks && isUrl(url.href) ? (
<Link
url={url}
label={name}
icon={<i className="ph ph-bold ph-globe text-primary" />}
iconOnRight={true}
className={className}
/>
) : (
<div className={className}>{name}</div>
);
};
type SectionProps<T> = {
section: SectionWithItem<T> | CustomSectionGroup;
children?: (item: T) => React.ReactNode;
@ -174,7 +197,7 @@ const Section = <T,>({
<div key={item.id} className={cn("space-y-2", className)}>
<div>
{children?.(item as T)}
{url !== undefined && <Link url={url} />}
{url !== undefined && section.separateLinks && <Link url={url} />}
</div>
{summary !== undefined && !isEmptyString(summary) && (
@ -202,7 +225,12 @@ const Experience = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.company}</div>
<LinkedEntity
name={item.company}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
</div>
@ -224,7 +252,12 @@ const Education = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.institution}</div>
<LinkedEntity
name={item.institution}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.area}</div>
<div>{item.score}</div>
</div>
@ -264,7 +297,7 @@ const Profiles = () => {
) : (
<p>{item.username}</p>
)}
<p className="text-sm">{item.network}</p>
{!item.icon && <p className="text-sm">{item.network}</p>}
</div>
)}
</Section>
@ -280,7 +313,11 @@ const Awards = () => {
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.title}</div>
<div>{item.awarder}</div>
<LinkedEntity
name={item.awarder}
url={item.url}
separateLinks={section.separateLinks}
/>
</div>
<div className="shrink-0 text-right">
@ -302,6 +339,7 @@ const Certifications = () => {
<div className="text-left">
<div className="font-bold">{item.name}</div>
<div>{item.issuer}</div>
<LinkedEntity name={item.issuer} url={item.url} separateLinks={section.separateLinks} />
</div>
<div className="shrink-0 text-right">
@ -346,7 +384,12 @@ const Publications = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.publisher}</div>
</div>
@ -367,7 +410,12 @@ const Volunteer = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.organization}</div>
<LinkedEntity
name={item.organization}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
</div>
@ -404,7 +452,12 @@ const Projects = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
@ -424,7 +477,12 @@ const References = () => {
<Section<Reference> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
)}
@ -445,7 +503,12 @@ const Custom = ({ id }: { id: string }) => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
@ -512,7 +575,7 @@ export const Chikorita = ({ columns, isFirstPage = false }: TemplateProps) => {
const [main, sidebar] = columns;
return (
<div className="grid h-full grid-cols-3">
<div className="grid min-h-[inherit] grid-cols-3">
<div className="main p-custom group col-span-2 space-y-4">
{isFirstPage && <Header />}

View File

@ -38,7 +38,7 @@ const Header = () => {
<p>{basics.headline}</p>
</div>
<div className="text-text col-span-2 col-start-2 mt-10">
<div className="col-span-2 col-start-2 mt-10 text-foreground">
<div className="flex flex-wrap items-center gap-x-2 gap-y-0.5 text-sm">
{basics.location && (
<>
@ -128,16 +128,17 @@ const Rating = ({ level }: RatingProps) => (
type LinkProps = {
url: URL;
icon?: React.ReactNode;
iconOnRight?: boolean;
label?: string;
className?: string;
};
const Link = ({ url, icon, label, className }: LinkProps) => {
const Link = ({ url, icon, iconOnRight, label, className }: LinkProps) => {
if (!isUrl(url.href)) return null;
return (
<div className="flex items-center gap-x-1.5">
{icon ?? <i className="ph ph-bold ph-link text-primary" />}
{!iconOnRight && (icon ?? <i className="ph ph-bold ph-link text-primary" />)}
<a
href={url.href}
target="_blank"
@ -146,10 +147,32 @@ const Link = ({ url, icon, label, className }: LinkProps) => {
>
{label ?? (url.label || url.href)}
</a>
{iconOnRight && (icon ?? <i className="ph ph-bold ph-link text-primary" />)}
</div>
);
};
type LinkedEntityProps = {
name: string;
url: URL;
separateLinks: boolean;
className?: string;
};
const LinkedEntity = ({ name, url, separateLinks, className }: LinkedEntityProps) => {
return !separateLinks && isUrl(url.href) ? (
<Link
url={url}
label={name}
icon={<i className="ph ph-bold ph-globe text-primary" />}
iconOnRight={true}
className={className}
/>
) : (
<div className={className}>{name}</div>
);
};
type SectionProps<T> = {
section: SectionWithItem<T> | CustomSectionGroup;
children?: (item: T) => React.ReactNode;
@ -195,7 +218,7 @@ const Section = <T,>({
<div className="relative -ml-4 group-[.sidebar]:ml-0">
<div className="pl-4 group-[.sidebar]:pl-0">
{children?.(item as T)}
{url !== undefined && <Link url={url} />}
{url !== undefined && section.separateLinks && <Link url={url} />}
</div>
<div className="absolute inset-y-0 -left-px border-l-4 border-primary group-[.sidebar]:hidden" />
@ -245,7 +268,7 @@ const Profiles = () => {
) : (
<p>{item.username}</p>
)}
<p className="text-sm">{item.network}</p>
{!item.icon && <p className="text-sm">{item.network}</p>}
</div>
)}
</Section>
@ -260,7 +283,12 @@ const Experience = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.company}</div>
<LinkedEntity
name={item.company}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
</div>
@ -282,7 +310,12 @@ const Education = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.institution}</div>
<LinkedEntity
name={item.institution}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.area}</div>
<div>{item.score}</div>
</div>
@ -306,7 +339,11 @@ const Awards = () => {
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.title}</div>
<div>{item.awarder}</div>
<LinkedEntity
name={item.awarder}
url={item.url}
separateLinks={section.separateLinks}
/>
</div>
<div className="shrink-0 text-right">
@ -327,7 +364,7 @@ const Certifications = () => {
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<div>{item.issuer}</div>
<LinkedEntity name={item.issuer} url={item.url} separateLinks={section.separateLinks} />
</div>
<div className="shrink-0 text-right">
@ -372,7 +409,12 @@ const Publications = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.publisher}</div>
</div>
@ -393,7 +435,12 @@ const Volunteer = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.organization}</div>
<LinkedEntity
name={item.organization}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
</div>
@ -430,7 +477,12 @@ const Projects = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
@ -450,7 +502,12 @@ const References = () => {
<Section<Reference> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
)}
@ -471,7 +528,12 @@ const Custom = ({ id }: { id: string }) => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>

View File

@ -106,16 +106,20 @@ const Rating = ({ level }: RatingProps) => (
type LinkProps = {
url: URL;
icon?: React.ReactNode;
iconOnRight?: boolean;
label?: string;
className?: string;
};
const Link = ({ url, icon, label, className }: LinkProps) => {
const Link = ({ url, icon, iconOnRight, label, className }: LinkProps) => {
if (!isUrl(url.href)) return null;
return (
<div className="flex items-center gap-x-1.5">
{icon ?? <i className="ph ph-bold ph-link text-primary group-[.sidebar]:text-background" />}
{!iconOnRight &&
(icon ?? (
<i className="ph ph-bold ph-link text-primary group-[.sidebar]:text-background" />
))}
<a
href={url.href}
target="_blank"
@ -124,10 +128,35 @@ const Link = ({ url, icon, label, className }: LinkProps) => {
>
{label ?? (url.label || url.href)}
</a>
{iconOnRight &&
(icon ?? (
<i className="ph ph-bold ph-link text-primary group-[.sidebar]:text-background" />
))}
</div>
);
};
type LinkedEntityProps = {
name: string;
url: URL;
separateLinks: boolean;
className?: string;
};
const LinkedEntity = ({ name, url, separateLinks, className }: LinkedEntityProps) => {
return !separateLinks && isUrl(url.href) ? (
<Link
url={url}
label={name}
icon={<i className="ph ph-bold ph-globe text-primary group-[.sidebar]:text-primary" />}
iconOnRight={true}
className={className}
/>
) : (
<div className={className}>{name}</div>
);
};
type SectionProps<T> = {
section: SectionWithItem<T> | CustomSectionGroup;
children?: (item: T) => React.ReactNode;
@ -169,7 +198,7 @@ const Section = <T,>({
<div key={item.id} className={cn("space-y-2", className)}>
<div>
{children?.(item as T)}
{url !== undefined && <Link url={url} />}
{url !== undefined && section.separateLinks && <Link url={url} />}
</div>
{summary !== undefined && !isEmptyString(summary) && (
@ -214,7 +243,7 @@ const Profiles = () => {
) : (
<p>{item.username}</p>
)}
<p className="text-sm">{item.network}</p>
{!item.icon && <p className="text-sm">{item.network}</p>}
</div>
)}
</Section>
@ -229,7 +258,12 @@ const Experience = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.company}</div>
<LinkedEntity
name={item.company}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
</div>
@ -251,7 +285,12 @@ const Education = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.institution}</div>
<LinkedEntity
name={item.institution}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.area}</div>
<div>{item.score}</div>
</div>
@ -275,7 +314,11 @@ const Awards = () => {
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.title}</div>
<div>{item.awarder}</div>
<LinkedEntity
name={item.awarder}
url={item.url}
separateLinks={section.separateLinks}
/>
</div>
<div className="shrink-0 text-right group-[.sidebar]:text-left">
@ -296,7 +339,7 @@ const Certifications = () => {
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<div>{item.issuer}</div>
<LinkedEntity name={item.issuer} url={item.url} separateLinks={section.separateLinks} />
</div>
<div className="shrink-0 text-right group-[.sidebar]:text-left">
@ -341,7 +384,12 @@ const Publications = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.publisher}</div>
</div>
@ -362,7 +410,12 @@ const Volunteer = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.organization}</div>
<LinkedEntity
name={item.organization}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
</div>
@ -399,7 +452,12 @@ const Projects = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
@ -419,7 +477,12 @@ const References = () => {
<Section<Reference> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
)}
@ -440,7 +503,12 @@ const Custom = ({ id }: { id: string }) => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>

View File

@ -114,16 +114,18 @@ const Rating = ({ level }: RatingProps) => {
type LinkProps = {
url: URL;
icon?: React.ReactNode;
iconOnRight?: boolean;
label?: string;
className?: string;
};
const Link = ({ url, icon, label, className }: LinkProps) => {
const Link = ({ url, icon, iconOnRight, label, className }: LinkProps) => {
if (!isUrl(url.href)) return null;
return (
<div className="flex items-center gap-x-1.5">
{icon ?? <i className="ph ph-bold ph-link text-primary group-[.sidebar]:text-primary" />}
{!iconOnRight &&
(icon ?? <i className="ph ph-bold ph-link text-primary group-[.sidebar]:text-primary" />)}
<a
href={url.href}
target="_blank"
@ -132,10 +134,33 @@ const Link = ({ url, icon, label, className }: LinkProps) => {
>
{label ?? (url.label || url.href)}
</a>
{iconOnRight &&
(icon ?? <i className="ph ph-bold ph-link text-primary group-[.sidebar]:text-primary" />)}
</div>
);
};
type LinkedEntityProps = {
name: string;
url: URL;
separateLinks: boolean;
className?: string;
};
const LinkedEntity = ({ name, url, separateLinks, className }: LinkedEntityProps) => {
return !separateLinks && isUrl(url.href) ? (
<Link
url={url}
label={name}
icon={<i className="ph ph-bold ph-globe text-primary group-[.sidebar]:text-primary" />}
iconOnRight={true}
className={className}
/>
) : (
<div className={className}>{name}</div>
);
};
type SectionProps<T> = {
section: SectionWithItem<T> | CustomSectionGroup;
children?: (item: T) => React.ReactNode;
@ -179,7 +204,7 @@ const Section = <T,>({
<div key={item.id} className={cn("space-y-2", className)}>
<div>
{children?.(item as T)}
{url !== undefined && <Link url={url} />}
{url !== undefined && section.separateLinks && <Link url={url} />}
</div>
{summary !== undefined && !isEmptyString(summary) && (
@ -207,7 +232,12 @@ const Experience = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.company}</div>
<LinkedEntity
name={item.company}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
</div>
@ -229,7 +259,12 @@ const Education = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.institution}</div>
<LinkedEntity
name={item.institution}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.area}</div>
<div>{item.score}</div>
</div>
@ -269,7 +304,7 @@ const Profiles = () => {
) : (
<p>{item.username}</p>
)}
<p className="text-sm">{item.network}</p>
{!item.icon && <p className="text-sm">{item.network}</p>}
</div>
)}
</Section>
@ -285,7 +320,11 @@ const Awards = () => {
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.title}</div>
<div>{item.awarder}</div>
<LinkedEntity
name={item.awarder}
url={item.url}
separateLinks={section.separateLinks}
/>
</div>
<div className="shrink-0 text-right">
@ -306,7 +345,7 @@ const Certifications = () => {
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<div>{item.issuer}</div>
<LinkedEntity name={item.issuer} url={item.url} separateLinks={section.separateLinks} />
</div>
<div className="shrink-0 text-right">
@ -351,7 +390,12 @@ const Publications = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.publisher}</div>
</div>
@ -372,7 +416,12 @@ const Volunteer = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.organization}</div>
<LinkedEntity
name={item.organization}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
</div>
@ -409,7 +458,12 @@ const Projects = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
@ -429,7 +483,12 @@ const References = () => {
<Section<Reference> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
)}
@ -450,7 +509,12 @@ const Custom = ({ id }: { id: string }) => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>

View File

@ -134,16 +134,17 @@ const Rating = ({ level }: RatingProps) => (
type LinkProps = {
url: URL;
icon?: React.ReactNode;
iconOnRight?: boolean;
label?: string;
className?: string;
};
const Link = ({ url, icon, label, className }: LinkProps) => {
const Link = ({ url, icon, iconOnRight, label, className }: LinkProps) => {
if (!isUrl(url.href)) return null;
return (
<div className="flex items-center gap-x-1.5">
{icon ?? <i className="ph ph-bold ph-link text-primary" />}
{!iconOnRight && (icon ?? <i className="ph ph-bold ph-link text-primary" />)}
<a
href={url.href}
target="_blank"
@ -152,10 +153,32 @@ const Link = ({ url, icon, label, className }: LinkProps) => {
>
{label ?? (url.label || url.href)}
</a>
{iconOnRight && (icon ?? <i className="ph ph-bold ph-link text-primary" />)}
</div>
);
};
type LinkedEntityProps = {
name: string;
url: URL;
separateLinks: boolean;
className?: string;
};
const LinkedEntity = ({ name, url, separateLinks, className }: LinkedEntityProps) => {
return !separateLinks && isUrl(url.href) ? (
<Link
url={url}
label={name}
icon={<i className="ph ph-bold ph-globe text-primary" />}
iconOnRight={true}
className={className}
/>
) : (
<div className={className}>{name}</div>
);
};
type SectionProps<T> = {
section: SectionWithItem<T> | CustomSectionGroup;
children?: (item: T) => React.ReactNode;
@ -209,7 +232,7 @@ const Section = <T,>({
<p className="text-sm">{keywords.join(", ")}</p>
)}
{url !== undefined && <Link url={url} />}
{url !== undefined && section.separateLinks && <Link url={url} />}
</div>
);
})}
@ -225,7 +248,12 @@ const Experience = () => {
<Section<Experience> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.company}</div>
<LinkedEntity
name={item.company}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
<div>{item.location}</div>
<div className="font-bold">{item.date}</div>
@ -242,7 +270,12 @@ const Education = () => {
<Section<Education> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.institution}</div>
<LinkedEntity
name={item.institution}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.area}</div>
<div>{item.score}</div>
<div>{item.studyType}</div>
@ -261,7 +294,7 @@ const Awards = () => {
{(item) => (
<div>
<div className="font-bold">{item.title}</div>
<div>{item.awarder}</div>
<LinkedEntity name={item.awarder} url={item.url} separateLinks={section.separateLinks} />
<div className="font-bold">{item.date}</div>
</div>
)}
@ -277,7 +310,7 @@ const Certifications = () => {
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<div>{item.issuer}</div>
<LinkedEntity name={item.issuer} url={item.url} separateLinks={section.separateLinks} />
<div className="font-bold">{item.date}</div>
</div>
)}
@ -317,7 +350,12 @@ const Publications = () => {
<Section<Publication> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.publisher}</div>
<div className="font-bold">{item.date}</div>
</div>
@ -333,7 +371,12 @@ const Volunteer = () => {
<Section<Volunteer> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.organization}</div>
<LinkedEntity
name={item.organization}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
<div>{item.location}</div>
<div className="font-bold">{item.date}</div>
@ -366,7 +409,12 @@ const Projects = () => {
{(item) => (
<div>
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
<div className="font-bold">{item.date}</div>
</div>
@ -383,7 +431,12 @@ const References = () => {
<Section<Reference> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
)}
@ -404,7 +457,12 @@ const Custom = ({ id }: { id: string }) => {
{(item) => (
<div>
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
<div>{item.location}</div>
<div className="font-bold">{item.date}</div>

View File

@ -131,16 +131,17 @@ const Rating = ({ level }: RatingProps) => (
type LinkProps = {
url: URL;
icon?: React.ReactNode;
iconOnRight?: boolean;
label?: string;
className?: string;
};
const Link = ({ url, icon, label, className }: LinkProps) => {
const Link = ({ url, icon, iconOnRight, label, className }: LinkProps) => {
if (!isUrl(url.href)) return null;
return (
<div className="flex items-center gap-x-1.5">
{icon ?? <i className="ph ph-bold ph-link text-primary" />}
{!iconOnRight && (icon ?? <i className="ph ph-bold ph-link text-primary" />)}
<a
href={url.href}
target="_blank"
@ -149,10 +150,32 @@ const Link = ({ url, icon, label, className }: LinkProps) => {
>
{label ?? (url.label || url.href)}
</a>
{iconOnRight && (icon ?? <i className="ph ph-bold ph-link text-primary" />)}
</div>
);
};
type LinkedEntityProps = {
name: string;
url: URL;
separateLinks: boolean;
className?: string;
};
const LinkedEntity = ({ name, url, separateLinks, className }: LinkedEntityProps) => {
return !separateLinks && isUrl(url.href) ? (
<Link
url={url}
label={name}
icon={<i className="ph ph-bold ph-globe text-primary" />}
iconOnRight={true}
className={className}
/>
) : (
<div className={className}>{name}</div>
);
};
type SectionProps<T> = {
section: SectionWithItem<T> | CustomSectionGroup;
children?: (item: T) => React.ReactNode;
@ -206,7 +229,7 @@ const Section = <T,>({
<p className="text-sm">{keywords.join(", ")}</p>
)}
{url !== undefined && <Link url={url} />}
{url !== undefined && section.separateLinks && <Link url={url} />}
</div>
);
})}
@ -222,7 +245,12 @@ const Experience = () => {
<Section<Experience> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.company}</div>
<LinkedEntity
name={item.company}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
<div>{item.location}</div>
<div className="font-bold">{item.date}</div>
@ -239,7 +267,12 @@ const Education = () => {
<Section<Education> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.institution}</div>
<LinkedEntity
name={item.institution}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.area}</div>
<div>{item.score}</div>
<div>{item.studyType}</div>
@ -258,7 +291,7 @@ const Awards = () => {
{(item) => (
<div>
<div className="font-bold">{item.title}</div>
<div>{item.awarder}</div>
<LinkedEntity name={item.awarder} url={item.url} separateLinks={section.separateLinks} />
<div className="font-bold">{item.date}</div>
</div>
)}
@ -274,7 +307,7 @@ const Certifications = () => {
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<div>{item.issuer}</div>
<LinkedEntity name={item.issuer} url={item.url} separateLinks={section.separateLinks} />
<div className="font-bold">{item.date}</div>
</div>
)}
@ -314,7 +347,12 @@ const Publications = () => {
<Section<Publication> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.publisher}</div>
<div className="font-bold">{item.date}</div>
</div>
@ -330,7 +368,12 @@ const Volunteer = () => {
<Section<Volunteer> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.organization}</div>
<LinkedEntity
name={item.organization}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
<div>{item.location}</div>
<div className="font-bold">{item.date}</div>
@ -363,7 +406,12 @@ const Projects = () => {
{(item) => (
<div>
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
<div className="font-bold">{item.date}</div>
</div>
@ -380,7 +428,12 @@ const References = () => {
<Section<Reference> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
)}
@ -401,7 +454,12 @@ const Custom = ({ id }: { id: string }) => {
{(item) => (
<div>
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
<div>{item.location}</div>
<div className="font-bold">{item.date}</div>

View File

@ -110,16 +110,17 @@ const Summary = () => {
type LinkProps = {
url: URL;
icon?: React.ReactNode;
iconOnRight?: boolean;
label?: string;
className?: string;
};
const Link = ({ url, icon, label, className }: LinkProps) => {
const Link = ({ url, icon, iconOnRight, label, className }: LinkProps) => {
if (!isUrl(url.href)) return null;
return (
<div className="flex items-center gap-x-1.5">
{icon ?? <i className="ph ph-bold ph-link text-primary" />}
{!iconOnRight && (icon ?? <i className="ph ph-bold ph-link text-primary" />)}
<a
href={url.href}
target="_blank"
@ -128,10 +129,32 @@ const Link = ({ url, icon, label, className }: LinkProps) => {
>
{label ?? (url.label || url.href)}
</a>
{iconOnRight && (icon ?? <i className="ph ph-bold ph-link text-primary" />)}
</div>
);
};
type LinkedEntityProps = {
name: string;
url: URL;
separateLinks: boolean;
className?: string;
};
const LinkedEntity = ({ name, url, separateLinks, className }: LinkedEntityProps) => {
return !separateLinks && isUrl(url.href) ? (
<Link
url={url}
label={name}
icon={<i className="ph ph-bold ph-globe text-primary" />}
iconOnRight={true}
className={className}
/>
) : (
<div className={className}>{name}</div>
);
};
type SectionProps<T> = {
section: SectionWithItem<T> | CustomSectionGroup;
children?: (item: T) => React.ReactNode;
@ -184,7 +207,7 @@ const Section = <T,>({
<div className="col-span-3 space-y-1">
{children?.(item as T)}
{url !== undefined && <Link url={url} />}
{url !== undefined && section.separateLinks && <Link url={url} />}
{summary !== undefined && !isEmptyString(summary) && (
<div dangerouslySetInnerHTML={{ __html: summary }} className="wysiwyg" />
@ -219,7 +242,7 @@ const Section = <T,>({
<div key={item.id}>
{children?.(item as T)}
{url !== undefined && <Link url={url} />}
{url !== undefined && section.separateLinks && <Link url={url} />}
{summary !== undefined && !isEmptyString(summary) && (
<div dangerouslySetInnerHTML={{ __html: summary }} className="wysiwyg" />
@ -263,7 +286,7 @@ const Profiles = () => {
) : (
<p>{item.username}</p>
)}
<p className="text-sm">{item.network}</p>
{!item.icon && <p className="text-sm">{item.network}</p>}
</div>
)}
</Section>
@ -277,7 +300,12 @@ const Experience = () => {
<Section<Experience> section={section} urlKey="url" dateKey="date" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.company}</div>
<LinkedEntity
name={item.company}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
<div>{item.location}</div>
</div>
@ -293,7 +321,12 @@ const Education = () => {
<Section<Education> section={section} urlKey="url" dateKey="date" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.institution}</div>
<LinkedEntity
name={item.institution}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.area}</div>
<div>{item.studyType}</div>
<div>{item.score}</div>
@ -311,7 +344,7 @@ const Awards = () => {
{(item) => (
<div>
<div className="font-bold">{item.title}</div>
<div>{item.awarder}</div>
<LinkedEntity name={item.awarder} url={item.url} separateLinks={section.separateLinks} />
</div>
)}
</Section>
@ -326,7 +359,7 @@ const Certifications = () => {
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<div>{item.issuer}</div>
<LinkedEntity name={item.issuer} url={item.url} separateLinks={section.separateLinks} />
</div>
)}
</Section>
@ -365,7 +398,12 @@ const Publications = () => {
<Section<Publication> section={section} urlKey="url" dateKey="date" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.publisher}</div>
</div>
)}
@ -380,7 +418,12 @@ const Volunteer = () => {
<Section<Volunteer> section={section} urlKey="url" dateKey="date" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.organization}</div>
<LinkedEntity
name={item.organization}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
<div>{item.location}</div>
</div>
@ -417,7 +460,12 @@ const Projects = () => {
>
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
)}
@ -432,7 +480,12 @@ const References = () => {
<Section<Reference> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
)}
@ -453,7 +506,12 @@ const Custom = ({ id }: { id: string }) => {
>
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
<div>{item.location}</div>
</div>
@ -519,7 +577,7 @@ export const Nosepass = ({ columns, isFirstPage = false }: TemplateProps) => {
return (
<div className="p-custom space-y-6">
<div className="flex items-center justify-between">
<img alt="Europass Logo" className="h-[42px]" src="https://i.imgur.com/eRK005p.png" />
<img alt="Europass Logo" className="h-[42px]" src="/assets/europass.png" />
<p className="font-medium text-primary">Curriculum Vitae</p>

View File

@ -137,16 +137,17 @@ const Rating = ({ level }: RatingProps) => (
type LinkProps = {
url: URL;
icon?: React.ReactNode;
iconOnRight?: boolean;
label?: string;
className?: string;
};
const Link = ({ url, icon, label, className }: LinkProps) => {
const Link = ({ url, icon, iconOnRight, label, className }: LinkProps) => {
if (!isUrl(url.href)) return null;
return (
<div className="flex items-center gap-x-1.5">
{icon ?? <i className="ph ph-bold ph-link text-primary" />}
{!iconOnRight && (icon ?? <i className="ph ph-bold ph-link text-primary" />)}
<a
href={url.href}
target="_blank"
@ -155,10 +156,32 @@ const Link = ({ url, icon, label, className }: LinkProps) => {
>
{label ?? (url.label || url.href)}
</a>
{iconOnRight && (icon ?? <i className="ph ph-bold ph-link text-primary" />)}
</div>
);
};
type LinkedEntityProps = {
name: string;
url: URL;
separateLinks: boolean;
className?: string;
};
const LinkedEntity = ({ name, url, separateLinks, className }: LinkedEntityProps) => {
return !separateLinks && isUrl(url.href) ? (
<Link
url={url}
label={name}
icon={<i className="ph ph-bold ph-globe text-primary" />}
iconOnRight={true}
className={className}
/>
) : (
<div className={className}>{name}</div>
);
};
type SectionProps<T> = {
section: SectionWithItem<T> | CustomSectionGroup;
children?: (item: T) => React.ReactNode;
@ -200,7 +223,7 @@ const Section = <T,>({
<div key={item.id} className={cn("space-y-2", className)}>
<div>
{children?.(item as T)}
{url !== undefined && <Link url={url} />}
{url !== undefined && section.separateLinks && <Link url={url} />}
</div>
{summary !== undefined && !isEmptyString(summary) && (
@ -228,7 +251,12 @@ const Experience = () => {
{(item) => (
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.company}</div>
<LinkedEntity
name={item.company}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
</div>
@ -250,7 +278,12 @@ const Education = () => {
{(item) => (
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.institution}</div>
<LinkedEntity
name={item.institution}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.area}</div>
<div>{item.score}</div>
</div>
@ -274,7 +307,11 @@ const Awards = () => {
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.title}</div>
<div>{item.awarder}</div>
<LinkedEntity
name={item.awarder}
url={item.url}
separateLinks={section.separateLinks}
/>
</div>
<div className="shrink-0 text-right">
@ -295,7 +332,7 @@ const Certifications = () => {
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<div>{item.issuer}</div>
<LinkedEntity name={item.issuer} url={item.url} separateLinks={section.separateLinks} />
</div>
<div className="shrink-0 text-right">
@ -340,7 +377,12 @@ const Publications = () => {
{(item) => (
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.publisher}</div>
</div>
@ -361,7 +403,12 @@ const Volunteer = () => {
{(item) => (
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.organization}</div>
<LinkedEntity
name={item.organization}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
</div>
@ -398,7 +445,12 @@ const Projects = () => {
{(item) => (
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
@ -418,7 +470,12 @@ const References = () => {
<Section<Reference> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
)}
@ -439,7 +496,12 @@ const Custom = ({ id }: { id: string }) => {
{(item) => (
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>

View File

@ -137,16 +137,20 @@ const Rating = ({ level }: RatingProps) => (
type LinkProps = {
url: URL;
icon?: React.ReactNode;
iconOnRight?: boolean;
label?: string;
className?: string;
};
const Link = ({ url, icon, label, className }: LinkProps) => {
const Link = ({ url, icon, iconOnRight, label, className }: LinkProps) => {
if (!isUrl(url.href)) return null;
return (
<div className="flex items-center gap-x-1.5">
{icon ?? <i className="ph ph-bold ph-link text-primary group-[.summary]:text-background" />}
{!iconOnRight &&
(icon ?? (
<i className="ph ph-bold ph-link text-primary group-[.summary]:text-background" />
))}
<a
href={url.href}
target="_blank"
@ -155,10 +159,35 @@ const Link = ({ url, icon, label, className }: LinkProps) => {
>
{label ?? (url.label || url.href)}
</a>
{iconOnRight &&
(icon ?? (
<i className="ph ph-bold ph-link text-primary group-[.summary]:text-background" />
))}
</div>
);
};
type LinkedEntityProps = {
name: string;
url: URL;
separateLinks: boolean;
className?: string;
};
const LinkedEntity = ({ name, url, separateLinks, className }: LinkedEntityProps) => {
return !separateLinks && isUrl(url.href) ? (
<Link
url={url}
label={name}
icon={<i className="ph ph-bold ph-globe text-primary group-[.summary]:text-background" />}
iconOnRight={true}
className={className}
/>
) : (
<div className={className}>{name}</div>
);
};
type SectionProps<T> = {
section: SectionWithItem<T> | CustomSectionGroup;
children?: (item: T) => React.ReactNode;
@ -200,7 +229,7 @@ const Section = <T,>({
<div key={item.id} className={cn("space-y-2", className)}>
<div>
{children?.(item as T)}
{url !== undefined && <Link url={url} />}
{url !== undefined && section.separateLinks && <Link url={url} />}
</div>
{summary !== undefined && !isEmptyString(summary) && (
@ -245,7 +274,7 @@ const Profiles = () => {
) : (
<p>{item.username}</p>
)}
<p className="text-sm">{item.network}</p>
{!item.icon && <p className="text-sm">{item.network}</p>}
</div>
)}
</Section>
@ -260,7 +289,12 @@ const Experience = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.company}</div>
<LinkedEntity
name={item.company}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
</div>
@ -282,7 +316,12 @@ const Education = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.institution}</div>
<LinkedEntity
name={item.institution}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.area}</div>
<div>{item.score}</div>
</div>
@ -306,7 +345,11 @@ const Awards = () => {
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.title}</div>
<div>{item.awarder}</div>
<LinkedEntity
name={item.awarder}
url={item.url}
separateLinks={section.separateLinks}
/>
</div>
<div className="shrink-0 text-right group-[.sidebar]:text-left">
@ -327,7 +370,7 @@ const Certifications = () => {
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<div>{item.issuer}</div>
<LinkedEntity name={item.issuer} url={item.url} separateLinks={section.separateLinks} />
</div>
<div className="shrink-0 text-right group-[.sidebar]:text-left">
@ -372,7 +415,12 @@ const Publications = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.publisher}</div>
</div>
@ -393,7 +441,12 @@ const Volunteer = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.organization}</div>
<LinkedEntity
name={item.organization}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
</div>
@ -430,7 +483,12 @@ const Projects = () => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
@ -450,7 +508,12 @@ const References = () => {
<Section<Reference> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
)}
@ -471,7 +534,12 @@ const Custom = ({ id }: { id: string }) => {
{(item) => (
<div className="flex items-start justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>

View File

@ -109,16 +109,17 @@ const Rating = ({ level }: RatingProps) => (
type LinkProps = {
url: URL;
icon?: React.ReactNode;
iconOnRight?: boolean;
label?: string;
className?: string;
};
const Link = ({ url, icon, label, className }: LinkProps) => {
const Link = ({ url, icon, iconOnRight, label, className }: LinkProps) => {
if (!isUrl(url.href)) return null;
return (
<div className="flex items-center gap-x-1.5">
{icon ?? <i className="ph ph-bold ph-link text-primary" />}
{!iconOnRight && (icon ?? <i className="ph ph-bold ph-link text-primary" />)}
<a
href={url.href}
target="_blank"
@ -127,10 +128,32 @@ const Link = ({ url, icon, label, className }: LinkProps) => {
>
{label ?? (url.label || url.href)}
</a>
{iconOnRight && (icon ?? <i className="ph ph-bold ph-link text-primary" />)}
</div>
);
};
type LinkedEntityProps = {
name: string;
url: URL;
separateLinks: boolean;
className?: string;
};
const LinkedEntity = ({ name, url, separateLinks, className }: LinkedEntityProps) => {
return !separateLinks && isUrl(url.href) ? (
<Link
url={url}
label={name}
icon={<i className="ph ph-bold ph-globe text-primary" />}
iconOnRight={true}
className={className}
/>
) : (
<div className={className}>{name}</div>
);
};
type SectionProps<T> = {
section: SectionWithItem<T> | CustomSectionGroup;
children?: (item: T) => React.ReactNode;
@ -172,7 +195,7 @@ const Section = <T,>({
<div key={item.id} className={cn("space-y-2", className)}>
<div>
{children?.(item as T)}
{url !== undefined && <Link url={url} />}
{url !== undefined && section.separateLinks && <Link url={url} />}
</div>
{summary !== undefined && !isEmptyString(summary) && (
@ -217,7 +240,7 @@ const Profiles = () => {
) : (
<p>{item.username}</p>
)}
<p className="text-sm">{item.network}</p>
{!item.icon && <p className="text-sm">{item.network}</p>}
</div>
)}
</Section>
@ -232,7 +255,12 @@ const Experience = () => {
{(item) => (
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.company}</div>
<LinkedEntity
name={item.company}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
</div>
@ -254,7 +282,12 @@ const Education = () => {
{(item) => (
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.institution}</div>
<LinkedEntity
name={item.institution}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.area}</div>
<div>{item.score}</div>
</div>
@ -278,7 +311,11 @@ const Awards = () => {
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.title}</div>
<div>{item.awarder}</div>
<LinkedEntity
name={item.awarder}
url={item.url}
separateLinks={section.separateLinks}
/>
</div>
<div className="shrink-0 text-right">
@ -299,7 +336,7 @@ const Certifications = () => {
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<div>{item.issuer}</div>
<LinkedEntity name={item.issuer} url={item.url} separateLinks={section.separateLinks} />
</div>
<div className="shrink-0 text-right">
@ -344,7 +381,12 @@ const Publications = () => {
{(item) => (
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.publisher}</div>
</div>
@ -365,7 +407,12 @@ const Volunteer = () => {
{(item) => (
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.organization}</div>
<LinkedEntity
name={item.organization}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.position}</div>
</div>
@ -402,7 +449,12 @@ const Projects = () => {
{(item) => (
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
@ -422,7 +474,12 @@ const References = () => {
<Section<Reference> section={section} urlKey="url" summaryKey="summary">
{(item) => (
<div>
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>
)}
@ -443,7 +500,12 @@ const Custom = ({ id }: { id: string }) => {
{(item) => (
<div className="flex items-start justify-between">
<div className="text-left">
<div className="font-bold">{item.name}</div>
<LinkedEntity
name={item.name}
url={item.url}
separateLinks={section.separateLinks}
className="font-bold"
/>
<div>{item.description}</div>
</div>

View File

@ -11,7 +11,7 @@ module.exports = {
theme: {
extend: {
colors: {
text: "var(--color-text)",
foreground: "var(--color-foreground)",
primary: "var(--color-primary)",
background: "var(--color-background)",
},
@ -23,6 +23,28 @@ module.exports = {
loose: "calc(var(--line-height) + 0.5)",
},
spacing: { custom: "var(--margin)" },
typography: () => ({
foreground: {
css: {
"--tw-prose-body": "var(--color-foreground)",
"--tw-prose-headings": "var(--color-foreground)",
"--tw-prose-lead": "var(--color-foreground)",
"--tw-prose-links": "var(--color-foreground)",
"--tw-prose-bold": "var(--color-foreground)",
"--tw-prose-counters": "var(--color-foreground)",
"--tw-prose-bullets": "var(--color-foreground)",
"--tw-prose-hr": "var(--color-foreground)",
"--tw-prose-quotes": "var(--color-foreground)",
"--tw-prose-quote-borders": "var(--color-foreground)",
"--tw-prose-captions": "var(--color-foreground)",
"--tw-prose-code": "var(--color-foreground)",
"--tw-prose-pre-code": "var(--color-foreground)",
"--tw-prose-pre-bg": "var(--color-background)",
"--tw-prose-th-borders": "var(--color-foreground)",
"--tw-prose-td-borders": "var(--color-foreground)",
},
},
}),
},
},
plugins: [require("@tailwindcss/typography")],

View File

@ -11,7 +11,8 @@
"settings": {
"tailwindcss": {
"callees": ["cn", "clsx", "cva"],
"config": "tailwind.config.js"
"config": "tailwind.config.js",
"whitelist": ["ph", "ph-"]
}
},
"plugins": ["lingui"],

View File

@ -35,10 +35,13 @@
<!-- Styles -->
<link rel="stylesheet" href="/src/styles/main.css" />
</head>
<body class="bg-background text-foreground text-sm antialiased print:bg-white print:m-0">
<body class="text-sm antialiased bg-background text-foreground print:bg-white print:m-0">
<div id="root"></div>
<!-- Scripts -->
<script type="module" src="/src/main.tsx"></script>
<!-- Phosphor Icons -->
<script src="https://unpkg.com/@phosphor-icons/web"></script>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

View File

@ -4,7 +4,7 @@ import _axios from "axios";
import createAuthRefreshInterceptor from "axios-auth-refresh";
import { redirect } from "react-router-dom";
import { refresh } from "@/client/services/auth";
import { refreshToken } from "@/client/services/auth";
import { USER_KEY } from "../constants/query-keys";
import { toast } from "../hooks/use-toast";
@ -40,18 +40,12 @@ axios.interceptors.response.use(
const axiosForRefresh = _axios.create({ baseURL: "/api", withCredentials: true });
// Interceptor to handle expired access token errors
const handleAuthError = async () => {
await refresh(axiosForRefresh);
await Promise.resolve();
};
const handleAuthError = () => refreshToken(axiosForRefresh);
// Interceptor to handle expired refresh token errors
const handleRefreshError = async () => {
void queryClient.invalidateQueries({ queryKey: USER_KEY });
await queryClient.invalidateQueries({ queryKey: USER_KEY });
redirect("/auth/login");
await Promise.resolve();
};
// Intercept responses to check for 401 and 403 errors, refresh token and retry the request

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: af\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Afrikaans\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr ""
@ -26,7 +26,7 @@ msgstr ""
msgid "{templatesCount} resume templates to choose from"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr ""
@ -98,7 +98,7 @@ msgstr ""
msgid "Account"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr ""
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr ""
@ -125,7 +125,7 @@ msgstr ""
msgid "AI"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr ""
@ -154,11 +154,11 @@ msgstr ""
msgid "Are you sure you want to delete this item?"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr ""
@ -193,7 +193,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr ""
@ -237,8 +237,8 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr ""
@ -260,7 +260,7 @@ msgstr ""
msgid "Change Tone"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr ""
@ -272,19 +272,19 @@ msgstr ""
msgid "Circle"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr ""
@ -301,8 +301,8 @@ msgstr ""
msgid "Confirm New Password"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr ""
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr ""
@ -332,7 +332,7 @@ msgstr ""
msgid "Create a new item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr ""
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr ""
msgid "Design single/multi page resumes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr ""
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr ""
msgid "Duplicate an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr ""
@ -487,8 +487,8 @@ msgid "Effects"
msgstr ""
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr ""
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr ""
@ -575,7 +579,7 @@ msgstr ""
msgid "Forget"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr ""
@ -605,7 +609,7 @@ msgstr ""
msgid "Full Name"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr ""
@ -621,7 +625,7 @@ msgstr ""
msgid "GitHub Stars"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr ""
@ -660,7 +664,7 @@ msgstr ""
msgid "Hidden"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr ""
@ -668,8 +672,8 @@ msgstr ""
msgid "Hide Icons"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr ""
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr ""
@ -694,7 +699,7 @@ msgstr ""
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr ""
@ -716,7 +721,7 @@ msgstr ""
msgid "Improve Writing"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr ""
@ -769,17 +774,17 @@ msgstr ""
msgid "It looks like your email address has already been verified."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr ""
@ -913,7 +918,7 @@ msgstr ""
msgid "MIT License"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr ""
@ -947,7 +952,7 @@ msgstr ""
msgid "No user tracking or advertising"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr ""
@ -1011,8 +1016,8 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr ""
msgid "Please select a file type"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr ""
@ -1111,7 +1116,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr ""
@ -1155,7 +1160,7 @@ msgstr ""
msgid "Remove Page"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr ""
msgid "Resend email confirmation link"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr ""
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr ""
@ -1253,6 +1258,10 @@ msgstr ""
msgid "Send me a message"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr ""
msgid "Settings"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr ""
@ -1269,7 +1278,7 @@ msgstr ""
msgid "Sharing"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr ""
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr ""
@ -1312,11 +1321,15 @@ msgstr ""
msgid "Sign in with Google"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr ""
@ -1324,7 +1337,7 @@ msgstr ""
msgid "Size (in px)"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr ""
@ -1350,7 +1363,7 @@ msgstr ""
msgid "Start building from scratch"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr ""
@ -1367,7 +1380,7 @@ msgstr ""
msgid "Store Locally"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr ""
@ -1446,7 +1459,7 @@ msgstr ""
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr ""
@ -1462,7 +1475,7 @@ msgstr ""
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr ""
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr ""
@ -1542,7 +1555,7 @@ msgstr ""
msgid "Update an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr ""
@ -1567,7 +1580,7 @@ msgstr ""
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr ""
msgid "Validated"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr ""
@ -1593,7 +1606,7 @@ msgstr ""
msgid "Verified"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr ""
@ -1643,7 +1656,7 @@ msgstr ""
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr ""

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: am\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Amharic\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr ""
@ -26,7 +26,7 @@ msgstr ""
msgid "{templatesCount} resume templates to choose from"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr ""
@ -98,7 +98,7 @@ msgstr ""
msgid "Account"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr ""
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr ""
@ -125,7 +125,7 @@ msgstr ""
msgid "AI"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr ""
@ -154,11 +154,11 @@ msgstr ""
msgid "Are you sure you want to delete this item?"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr ""
@ -193,7 +193,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr ""
@ -237,8 +237,8 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr ""
@ -260,7 +260,7 @@ msgstr ""
msgid "Change Tone"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr ""
@ -272,19 +272,19 @@ msgstr ""
msgid "Circle"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr ""
@ -301,8 +301,8 @@ msgstr ""
msgid "Confirm New Password"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr ""
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr ""
@ -332,7 +332,7 @@ msgstr ""
msgid "Create a new item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr ""
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr ""
msgid "Design single/multi page resumes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr ""
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr ""
msgid "Duplicate an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr ""
@ -487,8 +487,8 @@ msgid "Effects"
msgstr ""
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr ""
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr ""
@ -575,7 +579,7 @@ msgstr ""
msgid "Forget"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr ""
@ -605,7 +609,7 @@ msgstr ""
msgid "Full Name"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr ""
@ -621,7 +625,7 @@ msgstr ""
msgid "GitHub Stars"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr ""
@ -660,7 +664,7 @@ msgstr ""
msgid "Hidden"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr ""
@ -668,8 +672,8 @@ msgstr ""
msgid "Hide Icons"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr ""
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr ""
@ -694,7 +699,7 @@ msgstr ""
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr ""
@ -716,7 +721,7 @@ msgstr ""
msgid "Improve Writing"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr ""
@ -769,17 +774,17 @@ msgstr ""
msgid "It looks like your email address has already been verified."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr ""
@ -913,7 +918,7 @@ msgstr ""
msgid "MIT License"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr ""
@ -947,7 +952,7 @@ msgstr ""
msgid "No user tracking or advertising"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr ""
@ -1011,8 +1016,8 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr ""
msgid "Please select a file type"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr ""
@ -1111,7 +1116,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr ""
@ -1155,7 +1160,7 @@ msgstr ""
msgid "Remove Page"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr ""
msgid "Resend email confirmation link"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr ""
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr ""
@ -1253,6 +1258,10 @@ msgstr ""
msgid "Send me a message"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr ""
msgid "Settings"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr ""
@ -1269,7 +1278,7 @@ msgstr ""
msgid "Sharing"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr ""
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr ""
@ -1312,11 +1321,15 @@ msgstr ""
msgid "Sign in with Google"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr ""
@ -1324,7 +1337,7 @@ msgstr ""
msgid "Size (in px)"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr ""
@ -1350,7 +1363,7 @@ msgstr ""
msgid "Start building from scratch"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr ""
@ -1367,7 +1380,7 @@ msgstr ""
msgid "Store Locally"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr ""
@ -1446,7 +1459,7 @@ msgstr ""
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr ""
@ -1462,7 +1475,7 @@ msgstr ""
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr ""
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr ""
@ -1542,7 +1555,7 @@ msgstr ""
msgid "Update an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr ""
@ -1567,7 +1580,7 @@ msgstr ""
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr ""
msgid "Validated"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr ""
@ -1593,7 +1606,7 @@ msgstr ""
msgid "Verified"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr ""
@ -1643,7 +1656,7 @@ msgstr ""
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr ""

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: bn\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Bengali\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr ""
@ -26,7 +26,7 @@ msgstr ""
msgid "{templatesCount} resume templates to choose from"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr ""
@ -98,7 +98,7 @@ msgstr ""
msgid "Account"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr ""
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr ""
@ -125,7 +125,7 @@ msgstr ""
msgid "AI"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr ""
@ -154,11 +154,11 @@ msgstr ""
msgid "Are you sure you want to delete this item?"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr ""
@ -193,7 +193,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr ""
@ -237,8 +237,8 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "বাতিল করুন"
@ -260,7 +260,7 @@ msgstr ""
msgid "Change Tone"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr ""
@ -272,19 +272,19 @@ msgstr ""
msgid "Circle"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr ""
@ -301,8 +301,8 @@ msgstr ""
msgid "Confirm New Password"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr ""
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr ""
@ -332,7 +332,7 @@ msgstr ""
msgid "Create a new item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr ""
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr ""
msgid "Design single/multi page resumes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr ""
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr ""
msgid "Duplicate an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr ""
@ -487,8 +487,8 @@ msgid "Effects"
msgstr ""
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "নীচে একটি নতুন পাসওয়ার্ড
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "আপনি টু-স্টেপ অথিন্টিকেশনের সময় সেভ করা ১০টি ব্যাকআপ কোডের যেকোনো একটি লিখুন"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "2FA সঠিকভাবে সেটআপ করা হয়েছে তা নিশ্চিত করতে আপনার অথিন্টিকেটার অ্যাপ থেকে ৬ সংখ্যার কোডটি লিখুন।"
@ -575,7 +579,7 @@ msgstr "উদাহরণস্বরূপ, আপনি কোন কোম
msgid "Forget"
msgstr "ভুলে যান"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "পাসওয়ার্ড ভুলে গিয়েছেন?"
@ -605,7 +609,7 @@ msgstr "বন্ধুত্বপূর্ণ"
msgid "Full Name"
msgstr "পুরো নাম"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr ""
@ -621,7 +625,7 @@ msgstr "গিটহাব"
msgid "GitHub Stars"
msgstr "গিটহাব স্টারস"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "আপনার পুরানো জীবনবৃত্তান্তকে(resume) একটি নতুন নাম দিন."
@ -660,7 +664,7 @@ msgstr ""
msgid "Hidden"
msgstr "গোপন করা"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "লুকানো"
@ -668,8 +672,8 @@ msgstr "লুকানো"
msgid "Hide Icons"
msgstr "আইকনগুলো লুকিয়ে রাখুন"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "সাময়িক সময়ের জন্য আপনার পাসওর্য়াড দেখতে \"Ctrl\" ধরে রাখুন"
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "আইকন"
@ -694,7 +699,7 @@ msgstr "আইকন"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "এই অ্যাপটি যদি আপনাকে কাজের সন্ধানে সাহায্য করে থাকে, তাহলে <0>এই ফর্মের মাধ্যমে আমাকে জানাতে পারেন </0> ."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr "আপনি যদি টু-স্টেপ অথিন্টিকেশন বন্ধ করে দেন, তবে লগ ইন করার সময় আপনাকে আর যাচাইকরণ কোড প্রবেশ করাতে হবে না।"
@ -716,7 +721,7 @@ msgstr ""
msgid "Improve Writing"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr ""
@ -769,17 +774,17 @@ msgstr ""
msgid "It looks like your email address has already been verified."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr ""
@ -913,7 +918,7 @@ msgstr "মার্জিন"
msgid "MIT License"
msgstr "এমআইটি লাইসেন্স"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "এমআইটি লাইসেন্স"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "নাম"
@ -947,7 +952,7 @@ msgstr "কোন ফলাফল খুঁজে পাওয়া যায
msgid "No user tracking or advertising"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "দ্রষ্টব্য: এটি আপনার অ্যাকাউন্টকে কম সুরক্ষিত করে তুলবে।"
@ -1011,8 +1016,8 @@ msgstr "পৃষ্ঠা"
msgid "Page {0}"
msgstr "পৃষ্ঠা {0}"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr "দয়া করে মনে রাখবেন যে এই ধা
msgid "Please select a file type"
msgstr "একটি ফাইলের ধরন নির্বাচন করুন"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr "আপনার ব্যাকআপ কোডগুলো নিরাপদ স্থানে সংরক্ষণ করুন. আপনি যদি আপনার অথিন্টিকেটার অ্যাপের অ্যাক্সেস হারান তাহলে লগইন করার জন্য আপনি এই এককালীন কোডগুলি ব্যবহার করতে পারবেন"
@ -1111,7 +1116,7 @@ msgstr "ত্রুটি / সমস্যা তুলে ধরুন"
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr ""
@ -1155,7 +1160,7 @@ msgstr ""
msgid "Remove Page"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr ""
msgid "Resend email confirmation link"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr ""
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr ""
@ -1253,6 +1258,10 @@ msgstr ""
msgid "Send me a message"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr ""
msgid "Settings"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr ""
@ -1269,7 +1278,7 @@ msgstr ""
msgid "Sharing"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr ""
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr ""
@ -1312,11 +1321,15 @@ msgstr ""
msgid "Sign in with Google"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr ""
@ -1324,7 +1337,7 @@ msgstr ""
msgid "Size (in px)"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr ""
@ -1350,7 +1363,7 @@ msgstr ""
msgid "Start building from scratch"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr ""
@ -1367,7 +1380,7 @@ msgstr ""
msgid "Store Locally"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr ""
@ -1446,7 +1459,7 @@ msgstr ""
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr ""
@ -1462,7 +1475,7 @@ msgstr ""
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr ""
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr ""
@ -1542,7 +1555,7 @@ msgstr ""
msgid "Update an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr ""
@ -1567,7 +1580,7 @@ msgstr ""
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr ""
msgid "Validated"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr ""
@ -1593,7 +1606,7 @@ msgstr ""
msgid "Verified"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr ""
@ -1643,7 +1656,7 @@ msgstr ""
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr ""

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: ca\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Catalan\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr ""
@ -26,7 +26,7 @@ msgstr ""
msgid "{templatesCount} resume templates to choose from"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr ""
@ -98,7 +98,7 @@ msgstr ""
msgid "Account"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr ""
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr ""
@ -125,7 +125,7 @@ msgstr ""
msgid "AI"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr ""
@ -154,11 +154,11 @@ msgstr ""
msgid "Are you sure you want to delete this item?"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr ""
@ -193,7 +193,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr ""
@ -237,8 +237,8 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr ""
@ -260,7 +260,7 @@ msgstr ""
msgid "Change Tone"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr ""
@ -272,19 +272,19 @@ msgstr ""
msgid "Circle"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr ""
@ -301,8 +301,8 @@ msgstr ""
msgid "Confirm New Password"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr ""
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr ""
@ -332,7 +332,7 @@ msgstr ""
msgid "Create a new item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr ""
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr ""
msgid "Design single/multi page resumes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr ""
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr ""
msgid "Duplicate an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr ""
@ -487,8 +487,8 @@ msgid "Effects"
msgstr ""
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr ""
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr ""
@ -575,7 +579,7 @@ msgstr ""
msgid "Forget"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr ""
@ -605,7 +609,7 @@ msgstr ""
msgid "Full Name"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr ""
@ -621,7 +625,7 @@ msgstr ""
msgid "GitHub Stars"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr ""
@ -660,7 +664,7 @@ msgstr ""
msgid "Hidden"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr ""
@ -668,8 +672,8 @@ msgstr ""
msgid "Hide Icons"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr ""
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr ""
@ -694,7 +699,7 @@ msgstr ""
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr ""
@ -716,7 +721,7 @@ msgstr ""
msgid "Improve Writing"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr ""
@ -769,17 +774,17 @@ msgstr ""
msgid "It looks like your email address has already been verified."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr ""
@ -913,7 +918,7 @@ msgstr ""
msgid "MIT License"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr ""
@ -947,7 +952,7 @@ msgstr ""
msgid "No user tracking or advertising"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr ""
@ -1011,8 +1016,8 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr ""
msgid "Please select a file type"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr ""
@ -1111,7 +1116,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr ""
@ -1155,7 +1160,7 @@ msgstr ""
msgid "Remove Page"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr ""
msgid "Resend email confirmation link"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr ""
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr ""
@ -1253,6 +1258,10 @@ msgstr ""
msgid "Send me a message"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr ""
msgid "Settings"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr ""
@ -1269,7 +1278,7 @@ msgstr ""
msgid "Sharing"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr ""
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr ""
@ -1312,11 +1321,15 @@ msgstr ""
msgid "Sign in with Google"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr ""
@ -1324,7 +1337,7 @@ msgstr ""
msgid "Size (in px)"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr ""
@ -1350,7 +1363,7 @@ msgstr ""
msgid "Start building from scratch"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr ""
@ -1367,7 +1380,7 @@ msgstr ""
msgid "Store Locally"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr ""
@ -1446,7 +1459,7 @@ msgstr ""
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr ""
@ -1462,7 +1475,7 @@ msgstr ""
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr ""
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr ""
@ -1542,7 +1555,7 @@ msgstr ""
msgid "Update an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr ""
@ -1567,7 +1580,7 @@ msgstr ""
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr ""
msgid "Validated"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr ""
@ -1593,7 +1606,7 @@ msgstr ""
msgid "Verified"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr ""
@ -1643,7 +1656,7 @@ msgstr ""
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: da\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Danish\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "Du har aktiveret to-faktor-godkendelse."
@ -26,7 +26,7 @@ msgstr "Du har aktiveret to-faktor-godkendelse."
msgid "{templatesCount} resume templates to choose from"
msgstr "{templatesCount} CV skabeloner at vælge imellem"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {Kolonne} other {Kolonner}}"
@ -98,7 +98,7 @@ msgstr "Accepterer kun {accept} filer"
msgid "Account"
msgstr "Konto"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "Tilføj et brugerdefineret felt"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "Tilføj et nyt element"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "Tilføj et nyt element"
@ -125,7 +125,7 @@ msgstr "Tilføj ny side"
msgid "AI"
msgstr "AI"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "Har du allerede en bruger?"
@ -154,11 +154,11 @@ msgstr "API nøgle"
msgid "Are you sure you want to delete this item?"
msgstr "Er du sikker på, at du vil slette dette element?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "Er du sikker på, at du vil slette dit CV?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "Er du sikker på, at du vil deaktivere to-faktor godkendelse?"
@ -193,7 +193,7 @@ msgstr "Prisuddeler"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "Tilbage"
@ -237,8 +237,8 @@ msgstr "Af fællesskabet, for fællesskabet."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "Annuller"
@ -260,7 +260,7 @@ msgstr "Skift adgangskode"
msgid "Change Tone"
msgstr "Skift tone"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "Har du skiftet mening om navnet? Giv det et nyt."
@ -272,19 +272,19 @@ msgstr "Tjek din e-mail for bekræftelseslinket til at opdatere din e-mailadress
msgid "Circle"
msgstr "Cirkel"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "Luk"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "Kode"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "Koden skal være præcis 6 cifre lang."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "Kolonner"
@ -301,8 +301,8 @@ msgstr "Selvsikker"
msgid "Confirm New Password"
msgstr "Bekræft ny adgangskode"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "Forsæt"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "Kopiér til Udklipsholder"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "Opret"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "Opret en ny konto"
@ -332,7 +332,7 @@ msgstr "Opret en ny konto"
msgid "Create a new item"
msgstr "Opret et nyt emne"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "Opret en nu"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "Opret eksempel på CV"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "Dato eller datointerval"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "Beskriveslse"
msgid "Design single/multi page resumes"
msgstr "Design af enkelt- og flersidede CV'er"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "Deaktivér"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "Downloads"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "Duplikér"
msgid "Duplicate an existing item"
msgstr "Duplikér et eksisterende element"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "Duplikér et eksisterende CV"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "Effekter"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "Indtast en ny adgangskode nedenfor, og sørg for, at den er sikker."
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "Indtast en af de 10 backup-koder, du gemte, da du aktiverede to-faktor godkendelse."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "Indtast den 6-cifrede kode fra din authenticator-app for at bekræfte, at 2FA er blevet konfigureret korrekt."
@ -575,7 +579,7 @@ msgstr "For eksempel kan oplysninger om hvilke virksomheder du har sendt dette C
msgid "Forget"
msgstr "Glem"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "Glemt adgangskode?"
@ -605,7 +609,7 @@ msgstr "Venlig"
msgid "Full Name"
msgstr "Fulde navn"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr "Generer en tilfældig titel til dit CV"
@ -621,7 +625,7 @@ msgstr "GitHub"
msgid "GitHub Stars"
msgstr "GitHub stjerner"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "Giv dit gamle CV et nyt navn."
@ -660,7 +664,7 @@ msgstr "Her kan du opdatere din profil for at tilpasse og personliggøre din opl
msgid "Hidden"
msgstr "Skjult"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "Skjul"
@ -668,8 +672,8 @@ msgstr "Skjul"
msgid "Hide Icons"
msgstr "Skjul ikoner"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "Hold <0>Ctrl</0>nede for at vise din adgangskode midlertidigt."
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr "Jeg elsker altid at høre fra brugerne af Reactive Resume med feedback eller support. Her er nogle af de beskeder, jeg har modtaget. Hvis du har noget feedback, er du velkommen til at sende mig en e-mail på <0>{email}</0>."
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "Ikon"
@ -694,7 +699,7 @@ msgstr "Ikon"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "Hvis denne app har hjulpet dig med din jobsøgning, så lad mig det vide ved at kontakte mig via <0>denne kontaktformular</0>."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr "Hvis du deaktiverer to-faktor godkendelse, skal du ikke længere indtaste en bekræftelseskode, når du logger ind."
@ -716,7 +721,7 @@ msgstr "Importér et eksisterende CV"
msgid "Improve Writing"
msgstr "Forbedre skrivning"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr "Hvis du ikke kan scanne denne QR-kode, kan du også copy-paste dette link i din authenticator-app."
@ -769,17 +774,17 @@ msgstr "Det ser ud til, at det verifikationstoken, du angav, er ugyldigt. Prøv
msgid "It looks like your email address has already been verified."
msgstr "Det ser ud til, at din e-mailadresse allerede er blevet verificeret."
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr "Anders Andersen"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr "anders.andersen"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr "anders.andersen@example.com"
@ -913,7 +918,7 @@ msgstr "Margen"
msgid "MIT License"
msgstr "MIT-licens"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "MIT-licens"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "Navn"
@ -947,7 +952,7 @@ msgstr "Ingen resultater fundet"
msgid "No user tracking or advertising"
msgstr "Ingen sporing af brugere eller reklamer"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "Bemærk: Dette vil gøre din konto mindre sikker."
@ -1011,8 +1016,8 @@ msgstr "Side"
msgid "Page {0}"
msgstr "Side {0}"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr "Bemærk, at dette trin er helt valgfrit."
msgid "Please select a file type"
msgstr "Vælg en filtype"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr "Gem venligst dine backupkoder på et sikkert sted. Du kan bruge en af disse engangskoder til at logge på, hvis du mister adgangen til din authenticator app."
@ -1084,7 +1089,7 @@ msgstr "Primær farve"
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:10
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:23
msgid "Privacy Policy"
msgstr ""
msgstr "Fortrolighedspolitik"
#: apps/client/src/components/ai-actions.tsx:109
#: apps/client/src/components/ai-actions.tsx:112
@ -1111,7 +1116,7 @@ msgstr "Løft et problem"
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr "Gentag"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr "Fjern"
@ -1155,7 +1160,7 @@ msgstr "Fjern"
msgid "Remove Page"
msgstr "Fjern side"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "Omdøb"
msgid "Resend email confirmation link"
msgstr "Send bekræftelseslink til e-mail igen"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr "Nulstil"
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "Afrundet"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "Gem ændringer"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr "Scan QR-koden nedenfor med din autentificeringsapp for at konfigurere 2FA på din konto."
@ -1253,6 +1258,10 @@ msgstr "Send e-mail"
msgid "Send me a message"
msgstr "Send mig en besked"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr "Send mig en besked"
msgid "Settings"
msgstr "Indstillinger"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr "Opsæt to-faktor godkendelse på din konto"
@ -1269,7 +1278,7 @@ msgstr "Opsæt to-faktor godkendelse på din konto"
msgid "Sharing"
msgstr "Deling"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "Vis"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "Sidebjælke"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "Log ind"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "Log på nu"
@ -1312,11 +1321,15 @@ msgstr "Log ind med GitHub"
msgid "Sign in with Google"
msgstr "Log på med Google"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "Tilmeld dig"
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr "Tilmeldinger er i øjeblikket deaktiveret af administratoren."
@ -1324,7 +1337,7 @@ msgstr "Tilmeldinger er i øjeblikket deaktiveret af administratoren."
msgid "Size (in px)"
msgstr "Størrelse (i px)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr "URL-segment"
@ -1350,7 +1363,7 @@ msgstr "Firkantet"
msgid "Start building from scratch"
msgstr "Begynd at bygge fra bunden"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr "Begynd at opbygge dit CV ved at give det et navn."
@ -1367,7 +1380,7 @@ msgstr "Statistikker er kun tilgængelige for offentlige CV'er."
msgid "Store Locally"
msgstr "Opbevar lokalt"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr "Opbevar dine backup-koder sikkert"
@ -1446,7 +1459,7 @@ msgstr "Der opstod en fejl ved forbindelsen til browseren. Sørg for, at 'chrome
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr "Denne handling kan annulleres ved at klikke på fortryd-knappen i den flydende værktøjslinje."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr "Denne handling kan ikke fortrydes. Det vil slette dit CV permanent og kan ikke gendannes."
@ -1462,7 +1475,7 @@ msgstr "Dette CV er låst, lås op for at foretage yderligere ændringer."
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr "Dette afsnit er reserveret til dine personlige noter, der er specifikke for dette CV. Indholdet her forbliver privat og deles ikke med andre."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr "Tip: Du kan navngive CV'et med henvisning til den stilling, du søger."
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr "Titel"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "Titel"
@ -1542,7 +1555,7 @@ msgstr "Ikke verificeret"
msgid "Update an existing item"
msgstr "Opdater et eksisterende element"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr "Opdater et eksisterende CV"
@ -1567,7 +1580,7 @@ msgstr "Brug din backup-kode"
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr "Brugeren har ikke en tilknyttet 'secrets'-post. Rapporter venligst dette problem på GitHub."
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr "Valider"
msgid "Validated"
msgstr "Valideret"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "Værdi"
@ -1593,7 +1606,7 @@ msgstr "Værdi"
msgid "Verified"
msgstr "Verificeret"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr "Bekræft at to-faktor godkendelse er konfigureret korrekt"
@ -1643,7 +1656,7 @@ msgstr "Hvad er nyt i den seneste version"
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr "Du kan tilføje flere søgeord ved at adskille dem med et komma eller trykke på enter."
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr "Du kan også indtaste dit brugernavn."

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: de\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: German\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "Sie haben die Zwei-Faktor-Authentifizierung erfolgreich aktiviert."
@ -26,7 +26,7 @@ msgstr "Sie haben die Zwei-Faktor-Authentifizierung erfolgreich aktiviert."
msgid "{templatesCount} resume templates to choose from"
msgstr "{templatesCount} Lebenslaufvorlagen zur Auswahl"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {Spalte} other {Spalten}}"
@ -98,7 +98,7 @@ msgstr "Akzeptiert nur {accept}-Dateien"
msgid "Account"
msgstr "Konto"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "Benutzerdefiniertes Feld hinzufügen"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "Eintrag hinzufügen"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "Eintrag hinzufügen"
@ -125,7 +125,7 @@ msgstr "Neue Seite hinzufügen"
msgid "AI"
msgstr "AI"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "Hast du bereits ein Konto?"
@ -154,11 +154,11 @@ msgstr "API-Schlüssel"
msgid "Are you sure you want to delete this item?"
msgstr "Sicher, dass Du diesen Eintrag löschen möchtest?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "Sicher, dass Du diesen Lebenslauf löschen möchtest?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "Sicher, dass Du die Zwei-Faktor-Authentifizierung deaktivieren möchtest?"
@ -193,7 +193,7 @@ msgstr "Verliehen von"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "Zurück"
@ -237,8 +237,8 @@ msgstr "Von der Gemeinschaft, für die Gemeinschaft."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "Abbrechen"
@ -260,7 +260,7 @@ msgstr "Passwort ändern"
msgid "Change Tone"
msgstr "Ausdrucksweise ändern"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "Der Name gefällt dir nicht mehr? Vergib einen neuen."
@ -272,19 +272,19 @@ msgstr "Schau in deinem E-Mail-Postfach nach dem Bestätigungslink, um deine E-M
msgid "Circle"
msgstr "Kreis"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "Schließen"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "Code"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "Der Code besteht aus genau 6 Ziffern."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "Spalten"
@ -301,8 +301,8 @@ msgstr "Selbstbewusst"
msgid "Confirm New Password"
msgstr "Neues Passwort bestätigen"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "Weiter"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "In die Zwischenablage kopieren"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "Erstellen"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "Neues Konto erstellen"
@ -332,7 +332,7 @@ msgstr "Neues Konto erstellen"
msgid "Create a new item"
msgstr "Neuen Eintrag erstellen"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "Jetzt eins erstellen"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "Musterlebenslauf erstellen"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "Darum oder Zeitraum"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "Beschreibung"
msgid "Design single/multi page resumes"
msgstr "Entwerfe ein- oder mehrseitige Lebensläufe"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "Deaktivieren"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "Downloads"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "Duplizieren"
msgid "Duplicate an existing item"
msgstr "Vorhandenen Eintrag duplizieren"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "Vorhandenen Lebenslauf duplizieren"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "Effekte"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "Gib unten ein neues, sicheres Passwort ein."
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "Gib einen der 10 einmalig verwendbaren Backup-Codes ein, die du bei der Einrichtung der Zwei-Faktor-Authentifizierung erhalten hast."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "Gib den 6-stelligen Code aus Deiner Authenticator-App ein, um zu überprüfen, ob die 2FA korrekt eingerichtet wurde."
@ -575,7 +579,7 @@ msgstr "Zum Beispiel kannst Du hier notieren, an welche Unternehmen Du diesen Le
msgid "Forget"
msgstr "Löschen"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "Passwort vergessen?"
@ -605,7 +609,7 @@ msgstr "Freundlich"
msgid "Full Name"
msgstr "Vollständiger Name"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr "Einen zufälligen Titel für deinen Lebenslauf generieren"
@ -621,7 +625,7 @@ msgstr "GitHub"
msgid "GitHub Stars"
msgstr "GitHub Stars"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "Gib deinem alten Lebenslauf einen neuen Namen."
@ -660,7 +664,7 @@ msgstr "Hier kannst du dein Profil aktualisieren, um deine Erfahrung individuell
msgid "Hidden"
msgstr "Ausgeblendet"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "Ausblenden"
@ -668,8 +672,8 @@ msgstr "Ausblenden"
msgid "Hide Icons"
msgstr "Symbole ausblenden"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "Halte <0>STRG</0> gedrückt, um dein Passwort temporär anzuzeigen."
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr "Ich freue mich über jedes Feedback oder Unterstützung der Benutzer von Reactive Resume. Hier sind einige der Nachrichten, die ich erhalten habe. Wenn Du mir Feedback geben möchtest, schick mir gerne eine E-Mail an <0>{email}</0>."
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "Symbol"
@ -694,7 +699,7 @@ msgstr "Symbol"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "Wenn diese App dir bei deiner Jobsuche geholfen hat, schick mir gerne eine Nachricht über <0>dieses Kontaktformular</0>."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr "Wenn Du die Zwei-Faktor-Authentifizierung deaktivierst, musst Du beim Anmelden keinen Bestätigungscode mehr eingeben."
@ -716,7 +721,7 @@ msgstr "Importiere einen vorhandenen Lebenslauf"
msgid "Improve Writing"
msgstr "Schreiben verbessern"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr "Falls Du diesen QR-Code nicht scannen kannst, kopiere den Link und in füge ihn in Deine Authenticator-App ein."
@ -769,17 +774,17 @@ msgstr "Das Verifizierungs-Token ist scheinbar ungültig. Bitte versuche die Ver
msgid "It looks like your email address has already been verified."
msgstr "Deine E-Mail-Adresse wurde bereits bestätigt."
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr "Max Mustermann"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr "max.mustermann"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr "max.mustermann@beispiel.de"
@ -913,7 +918,7 @@ msgstr "Außenabstand"
msgid "MIT License"
msgstr "MIT Lizenz"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "MIT Lizenz"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "Name"
@ -947,7 +952,7 @@ msgstr "Keine Ergebnisse gefunden"
msgid "No user tracking or advertising"
msgstr "Keine Benutzerverfolgung oder Werbung"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "Achtung: Dadurch wird dein Konto weniger sicher sein."
@ -1011,8 +1016,8 @@ msgstr "Seite"
msgid "Page {0}"
msgstr "Seite {0}"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr "Dieser Schritt ist völlig optional."
msgid "Please select a file type"
msgstr "Bitte wähle einen Dateityp"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr "Bitte bewahre deine Backup-Codes an einem sicheren Ort auf. Du kannst jeden Code einmalig verwenden, um dich einzuloggen, falls du keinen Zugriff mehr auf deine Authenticator-App hast."
@ -1084,7 +1089,7 @@ msgstr "Primärfarbe"
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:10
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:23
msgid "Privacy Policy"
msgstr ""
msgstr "Datenschutzerklärung"
#: apps/client/src/components/ai-actions.tsx:109
#: apps/client/src/components/ai-actions.tsx:112
@ -1111,7 +1116,7 @@ msgstr "Problem melden"
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr "Wiederherstellen"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr "Entfernen"
@ -1155,7 +1160,7 @@ msgstr "Entfernen"
msgid "Remove Page"
msgstr "Seite entfernen"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "Umbenennen"
msgid "Resend email confirmation link"
msgstr "Bestätigungs-E-Mail erneut senden"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr "Zurücksetzen"
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "Abgerundet"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "Änderungen speichern"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr "Scanne den untenstehenden QR-Code mit deiner Authenticator-App, um die Zwei-Faktor-Authentifizierung für dein Konto einzurichten."
@ -1253,6 +1258,10 @@ msgstr "E-Mail senden"
msgid "Send me a message"
msgstr "Schick mir eine Nachricht"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr "Schick mir eine Nachricht"
msgid "Settings"
msgstr "Einstellungen"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr "Zwei-Faktor-Authentifizierung für dein Konto einrichten"
@ -1269,7 +1278,7 @@ msgstr "Zwei-Faktor-Authentifizierung für dein Konto einrichten"
msgid "Sharing"
msgstr "Freigeben"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "Anzeigen"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "Seitenleiste"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "Anmelden"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "Jetzt anmelden"
@ -1312,11 +1321,15 @@ msgstr "Mit GitHub anmelden"
msgid "Sign in with Google"
msgstr "Mit Google anmelden"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "Registrieren"
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr "Registrierungen sind derzeit vom Administrator deaktiviert."
@ -1324,7 +1337,7 @@ msgstr "Registrierungen sind derzeit vom Administrator deaktiviert."
msgid "Size (in px)"
msgstr "Größe (in px)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr "URL-Slug"
@ -1350,7 +1363,7 @@ msgstr "Quadratisch"
msgid "Start building from scratch"
msgstr "Starte mit einem leeren Lebenslauf"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr "Beginne mit der Erstellung Deines Lebenslaufs, indem Du ihm einen Namen gibst."
@ -1367,7 +1380,7 @@ msgstr "Statistiken sind nur für öffentliche Lebensläufe verfügbar."
msgid "Store Locally"
msgstr "Lokal speichern"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr "Bewahre Deine Backup-Codes sicher auf"
@ -1446,7 +1459,7 @@ msgstr "Beim Herstellen der Verbindung zum Browser ist ein Fehler aufgetreten. B
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr "Du kannst diese Aktion rückgängig machen, indem Du auf Knopf \"Rückgängig\" in der Symbolleiste unten klickst."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr "Diese Aktion kann nicht rückgängig gemacht werden. Dein Lebenslauf wird dadurch dauerhaft gelöscht und kann nicht wiederhergestellt werden."
@ -1462,7 +1475,7 @@ msgstr "Dieser Lebenslauf ist gesperrt. Bitte entsperre ihn, um Änderungen vorz
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr "Dieser Bereich ist für Deine persönlichen Notizen zu diesem Lebenslauf reserviert. Der Inhalt dieses Bereichs bleibt privat und wird nicht an Dritte weitergegeben oder angezeigt."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr "Tipp: Du kannst den Lebenslauf passend zur Stelle, auf die Du Dich bewirbst, benennen."
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr "Titel"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "Titel"
@ -1542,7 +1555,7 @@ msgstr "Noch nicht verifiziert"
msgid "Update an existing item"
msgstr "Vorhandenen Eintrag verändern"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr "Vorhandenen Lebenslauf ändern"
@ -1567,7 +1580,7 @@ msgstr "Backup-Code verwenden"
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr "Das Benutzerkonto hat keinen Eintrag für 'secrets'. Bitte melde dieses Problem auf GitHub."
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr "Überprüfen"
msgid "Validated"
msgstr "Überprüft"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "Wert"
@ -1593,7 +1606,7 @@ msgstr "Wert"
msgid "Verified"
msgstr "Verifiziert"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr "Überprüfe, ob die Zwei-Faktor-Authentifizierung richtig eingerichtet wurde"
@ -1643,7 +1656,7 @@ msgstr "Was ist neu in der aktuellsten Version"
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr "Du kannst mehrere Schlüsselwörter (Keywords) hinzufügen, indem du sie mit einem Komma trennst oder die Eingabetaste drückst."
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr "Du kannst alternativ auch deinen Benutzernamen eingeben."

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: el\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Greek\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "Ενεργοποιήσατε τον έλεγχο ταυτότητας δύο παραγόντων με επιτυχία."
@ -26,7 +26,7 @@ msgstr "Ενεργοποιήσατε τον έλεγχο ταυτότητας δ
msgid "{templatesCount} resume templates to choose from"
msgstr "{templatesCount} πρότυπα βιογραφικών για να διαλέξετε"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {Στήλη} other {Στήλες}}"
@ -98,7 +98,7 @@ msgstr "Δέχεται μόνο αρχεία {accept}"
msgid "Account"
msgstr "Λογαριασμός χρήστη"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "Προσθέστε ένα προσαρμοσμένο πεδίο"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "Προσθήκη νέου αντικείμενου"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "Προσθήκη νέου αντικείμενου"
@ -125,7 +125,7 @@ msgstr "Προσθήκη νέας σελίδας"
msgid "AI"
msgstr "ΤΝ"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "Έχεις ήδη λογαριασμό;"
@ -154,11 +154,11 @@ msgstr "Kλειδί API"
msgid "Are you sure you want to delete this item?"
msgstr "Είστε σίγουροι ότι θέλετε να διαγράψετε αυτό το στοιχείο;"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "Είστε βέβαιοι ότι θέλετε να διαγράψετε αυτό το βιογραφικό σημείωμα;"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "Θέλετε σίγουρα να απενεργοποιήσετε την ταυτοποίηση δύο παραγόντων;"
@ -193,7 +193,7 @@ msgstr "Βραβευτής"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "Πίσω"
@ -237,8 +237,8 @@ msgstr "Από την κοινότητα, για την κοινότητα."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "Ακύρωση"
@ -260,7 +260,7 @@ msgstr "Αλλαγή κωδικού πρόσβασης"
msgid "Change Tone"
msgstr "Αλλαγή τόνου"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "Αλλάξατε γνώμη για το όνομα; Δώστε του ένα νέο."
@ -272,19 +272,19 @@ msgstr "Ελέγξτε το email σας για τον σύνδεσμο επιβ
msgid "Circle"
msgstr "Κύκλος"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "Κλείσιμο"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "Κωδικός"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "Ο κωδικός πρέπει να είναι ακριβώς 6 ψηφία."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "Στήλες"
@ -301,8 +301,8 @@ msgstr "Αυτοπεποίθηση"
msgid "Confirm New Password"
msgstr "Επιβεβαιώστε τον νέο κωδικό πρόσβασης"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "Συνέχεια"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "Αντιγραφή στο Πρόχειρο"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "Δημιουργία"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "Δημιουργία νέου λογαριασμού"
@ -332,7 +332,7 @@ msgstr "Δημιουργία νέου λογαριασμού"
msgid "Create a new item"
msgstr "Δημιουργία νέου στοιχείου"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "Δημιουργήστε ένα τώρα"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "Δημιουργία νέου βιογραφικού σημειώματος"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "Ημερομηνία ή εύρος ημερομηνιών"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "Περιγραφή"
msgid "Design single/multi page resumes"
msgstr "Σχεδιασμός μονοσέλιδων/πολυσέλιδων βιογραφικών σημειωμάτων"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "Απενεργοποίηση"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "Λήψεις"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "Αντίγραφο"
msgid "Duplicate an existing item"
msgstr "Αντιγραφή ενός υπάρχοντος στοιχείου"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "Αντιγραφή ενός υπάρχοντος βιογραφικού σημειώματος"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "Εφέ:"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "Εισάγετε έναν νέο κωδικό πρόσβασης παρ
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "Εισάγετε έναν από τους 10 εφεδρικούς κωδικούς που αποθηκεύσατε όταν ενεργοποιήσατε τον έλεγχο ταυτότητας δύο παραγόντων."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "Εισάγετε τον 6ψήφιο κωδικό από την εφαρμογή ελέγχου ταυτότητας για να επαληθεύσετε ότι η ρύθμιση 2FA έχει γίνει σωστά."
@ -575,7 +579,7 @@ msgstr "Για παράδειγμα, πληροφορίες σχετικά με
msgid "Forget"
msgstr "Ξεχάστε το"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "Ξεχάσατε τον κωδικό πρόσβασης;"
@ -605,7 +609,7 @@ msgstr "Φιλικό"
msgid "Full Name"
msgstr "Ονοματεπώνυμο"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr "Δημιουργήστε έναν τυχαίο τίτλο για το βιογραφικό σας"
@ -621,7 +625,7 @@ msgstr "GitHub"
msgid "GitHub Stars"
msgstr "GitHub Stars"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "Δώστε στο παλιό σας βιογραφικό ένα νέο όνομα."
@ -658,226 +662,227 @@ msgstr "Εδώ, μπορείτε να ενημερώσετε το προφίλ
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:92
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:183
msgid "Hidden"
msgstr ""
msgstr "Hidden"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr ""
msgstr "Απόκρυψη"
#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:178
msgid "Hide Icons"
msgstr ""
msgstr "Απόκρυψη Εικονιδίων"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr ""
msgstr "Κρατήστε <0>Ctrl</0> για να εμφανίσετε προσωρινά τον κωδικό πρόσβασής σας."
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:98
msgid "Horizontal"
msgstr ""
msgstr "Οριζόντια"
#: apps/client/src/pages/home/sections/features/index.tsx:67
msgid "Host your resume publicly"
msgstr ""
msgstr "Φιλοξενήστε το βιογραφικό σας δημόσια"
#: apps/client/src/pages/home/sections/testimonials/index.tsx:70
msgid "I always love to hear from the users of Reactive Resume with feedback or support. Here are some of the messages I've received. If you have any feedback, feel free to drop me an email at <0>{email}</0>."
msgstr ""
msgstr "Πάντα μου αρέσει να ακούω από τους χρήστες του Reactive Βιογραφικού με ανατροφοδότηση ή υποστήριξη. Εδώ είναι μερικά από τα μηνύματα που έχω λάβει. Αν έχετε κάποια σχόλια, μη διστάσετε να μου στείλετε ένα email στο <0>{email}</0>."
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr ""
msgstr "Εικονίδιο"
#: apps/client/src/pages/home/sections/logo-cloud/index.tsx:47
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr ""
msgstr "Αν αυτή η εφαρμογή σας έχει βοηθήσει με το κυνήγι εργασιών σας, ενημερώστε με ώστε να φτάσω στο <0>αυτή τη φόρμα επικοινωνίας</0>."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr ""
msgstr "Εάν απενεργοποιήσετε τον έλεγχο ταυτότητας δύο παραγόντων, δεν θα απαιτείται πλέον να εισάγετε έναν κωδικό επαλήθευσης κατά τη σύνδεση."
#: apps/client/src/pages/home/sections/support/index.tsx:59
msgid "If you're multilingual, we'd love your help in bringing the app to more languages and communities. Don't worry if you don't see your language on the list - just give me a shout-out on GitHub, and I'll make sure to include it. Ready to get started? Jump into translation over at Crowdin by clicking the link below."
msgstr ""
msgstr "Αν είστε πολυγλωσσικός, θα θέλαμε τη βοήθειά σας για να φέρετε την εφαρμογή σε περισσότερες γλώσσες και κοινότητες. Μην ανησυχείτε αν δεν βλέπετε τη γλώσσα σας στη λίστα - απλά δώστε μου μια κραυγή στο GitHub, and I'll make sure to include it. Έτοιμο για να ξεκινήσετε? Μετάβαση στη μετάφραση στο Crowdin κάνοντας κλικ στον παρακάτω σύνδεσμο."
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:311
msgid "Import"
msgstr ""
msgstr "Εισαγωγή"
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:210
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/import-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/import-item.tsx:17
msgid "Import an existing resume"
msgstr ""
msgstr "Εισαγωγή υπάρχουσας συνέχισης"
#: apps/client/src/components/ai-actions.tsx:85
msgid "Improve Writing"
msgstr ""
msgstr "Βελτίωση Εγγραφής"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr ""
msgstr "Σε περίπτωση που δεν μπορείτε να σαρώσετε αυτόν τον κωδικό QR, μπορείτε επίσης να αντιγράψετε αυτόν τον σύνδεσμο στην εφαρμογή ελέγχου ταυτότητας."
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:70
msgid "In this section, you can change your password and enable/disable two-factor authentication."
msgstr ""
msgstr "Σε αυτή την ενότητα, μπορείτε να αλλάξετε τον κωδικό πρόσβασής σας και να ενεργοποιήσετε/απενεργοποιήσετε τον έλεγχο ταυτότητας δύο παραγόντων."
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:64
msgid "In this section, you can delete your account and all the data associated to your user, but please keep in mind that <0>this action is irreversible</0>."
msgstr ""
msgstr "Σε αυτή την ενότητα, μπορείτε να διαγράψετε το λογαριασμό σας και όλα τα δεδομένα που σχετίζονται με τον χρήστη σας, αλλά λάβετε υπόψη ότι <0>αυτή η ενέργεια είναι μη αναστρέψιμη</0>."
#: apps/client/src/pages/builder/sidebars/right/index.tsx:125
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:117
msgid "Information"
msgstr ""
msgstr "Πληροφορίες"
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:39
msgid "Institution"
msgstr ""
msgstr "Φορέας"
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:53
msgid "Issuer"
msgstr ""
msgstr "Εκδότης"
#: apps/client/src/services/errors/translate-error.ts:7
msgid "It doesn't look like a user exists with the credentials you provided."
msgstr ""
msgstr "Δεν φαίνεται να υπάρχει ένας χρήστης με τα διαπιστευτήρια που παρείχατε."
#: apps/client/src/services/errors/translate-error.ts:37
msgid "It looks like the backup code you provided is invalid or used. Please try again."
msgstr ""
msgstr "Φαίνεται ότι ο εφεδρικός κωδικός που δώσατε δεν είναι έγκυρος ή χρησιμοποιήθηκε. Παρακαλώ δοκιμάστε ξανά."
#: apps/client/src/services/errors/translate-error.ts:19
msgid "It looks like the reset token you provided is invalid. Please try restarting the password reset process again."
msgstr ""
msgstr "Φαίνεται ότι το διακριτικό επαναφοράς που δώσατε δεν είναι έγκυρο. Δοκιμάστε ξανά να επανεκκινήσετε τη διαδικασία επαναφοράς κωδικού πρόσβασης."
#: apps/client/src/services/errors/translate-error.ts:46
msgid "It looks like the resume you're looking for doesn't exist."
msgstr ""
msgstr "Φαίνεται ότι το βιογραφικό που ψάχνετε δεν υπάρχει."
#: apps/client/src/services/errors/translate-error.ts:34
msgid "It looks like the two-factor authentication code you provided is invalid. Please try again."
msgstr ""
msgstr "Φαίνεται ότι ο κωδικός ελέγχου ταυτότητας δύο παραγόντων που δώσατε δεν είναι έγκυρος. Παρακαλώ δοκιμάστε ξανά."
#: apps/client/src/services/errors/translate-error.ts:22
msgid "It looks like the verification token you provided is invalid. Please try restarting the verification process again."
msgstr ""
msgstr "Φαίνεται ότι το διακριτικό επαλήθευσης που δώσατε δεν είναι έγκυρο. Παρακαλώ δοκιμάστε ξανά να επανεκκινήσετε τη διαδικασία επαλήθευσης."
#: apps/client/src/services/errors/translate-error.ts:25
msgid "It looks like your email address has already been verified."
msgstr ""
msgstr "Φαίνεται ότι η διεύθυνση ηλεκτρονικού ταχυδρομείου σας έχει ήδη επαληθευτεί."
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr ""
msgstr "John Doe"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr ""
msgstr "john.doe"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr ""
msgstr "john.doe@example.com"
#: apps/client/src/pages/builder/sidebars/right/sections/export.tsx:54
msgid "JSON"
msgstr ""
msgstr "JSON"
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:152
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:132
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:109
msgid "Keywords"
msgstr ""
msgstr "Λέξεις-κλειδιά"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/url-input.tsx:41
#: apps/client/src/pages/builder/sidebars/left/sections/shared/url-input.tsx:51
msgid "Label"
msgstr ""
msgstr "Ετικέτα"
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:101
msgid "Language"
msgstr ""
msgstr "Γλώσσα"
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:116
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:148
msgid "Last updated {lastUpdated}"
msgstr ""
msgstr "Τελευταία ενημέρωση {lastUpdated}"
#: apps/client/src/pages/builder/sidebars/right/index.tsx:69
#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:207
msgid "Layout"
msgstr ""
msgstr "Διάταξη"
#: apps/client/src/pages/home/sections/hero/call-to-action.tsx:38
msgid "Learn more"
msgstr ""
msgstr "Μάθετε περισσότερα"
#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:44
msgid "Letter"
msgstr ""
msgstr "Γράμμα"
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
msgid "Level"
msgstr ""
msgstr "Επίπεδο"
#: apps/client/src/components/copyright.tsx:16
msgid "Licensed under <0>MIT</0>"
msgstr ""
msgstr "Αδειοδότηση <0>MIT</0>"
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:86
msgid "Light"
msgstr ""
msgstr "Φωτεινό"
#: apps/client/src/pages/home/sections/features/index.tsx:69
msgid "Light or dark theme"
msgstr ""
msgstr "Ανοιχτό ή σκοτεινό θέμα"
#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:151
msgid "Line Height"
msgstr ""
msgstr "Ύψος Γραμμής"
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/import-card.tsx:33
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/import-item.tsx:22
msgid "LinkedIn, JSON Resume, etc."
msgstr ""
msgstr "LinkedIn, JSON Βιογραφικό, κλπ."
#: apps/client/src/pages/dashboard/resumes/page.tsx:47
msgid "List"
msgstr ""
msgstr "Λίστα"
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:100
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:86
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:81
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:93
msgid "Location"
msgstr ""
msgstr "Τοποθεσία"
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:51
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:142
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:122
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:192
msgid "Lock"
msgstr ""
msgstr "Κλείδωμα"
#: apps/client/src/pages/home/sections/features/index.tsx:64
msgid "Lock a resume to prevent editing"
msgstr ""
msgstr "Κλείδωμα ενός βιογραφικού για αποφυγή επεξεργασίας"
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:43
msgid "Locking a resume will prevent any further changes to it. This is useful when you have already shared your resume with someone and you don't want to accidentally make any changes to it."
msgstr ""
msgstr "Το κλείδωμα ενός βιογραφικού θα αποτρέψει τυχόν περαιτέρω αλλαγές σε αυτό. Αυτό είναι χρήσιμο όταν έχετε ήδη μοιραστεί το βιογραφικό σας με κάποιον και δεν θέλετε να κάνετε κατά λάθος αλλαγές σε αυτό."
#: apps/client/src/components/user-options.tsx:38
#: apps/client/src/pages/home/sections/hero/call-to-action.tsx:23
msgid "Logout"
msgstr ""
msgstr "Αποσύνδεση"
#: apps/client/src/pages/auth/verify-otp/page.tsx:64
msgid "Lost your device?"
@ -913,7 +918,7 @@ msgstr "Περιθώρια"
msgid "MIT License"
msgstr "MIT License"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "MIT License"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "Ονομα"
@ -947,7 +952,7 @@ msgstr "Δεν βρέθηκαν αποτελέσματα"
msgid "No user tracking or advertising"
msgstr "Καμία παρακολούθηση χρήστη ή διαφήμιση"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "Σημείωση: Αυτό θα καταστήσει το λογαριασμό σας λιγότερο ασφαλή."
@ -1011,8 +1016,8 @@ msgstr "Σελίδα"
msgid "Page {0}"
msgstr "Σελίδα {0}"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr "Σημειώστε ότι αυτό το βήμα είναι εντελώ
msgid "Please select a file type"
msgstr "Παρακαλούμε επιλέξτε πρώτα τύπο αρχείου"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr "Αποθηκεύστε τους εφεδρικούς κωδικούς σας σε ασφαλές μέρος. Μπορείτε να χρησιμοποιήσετε έναν από αυτούς τους κωδικούς εφάπαξ χρήσης για να συνδεθείτε σε περίπτωση που χάσετε την πρόσβαση στην εφαρμογή ελέγχου ταυτότητας."
@ -1084,7 +1089,7 @@ msgstr "Βασικό χρώμα"
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:10
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:23
msgid "Privacy Policy"
msgstr ""
msgstr "Πολιτική Απορρήτου"
#: apps/client/src/components/ai-actions.tsx:109
#: apps/client/src/components/ai-actions.tsx:112
@ -1111,7 +1116,7 @@ msgstr "Θέστε ένα θέμα"
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr "Επανάληψη"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr "Αφαιρεση"
@ -1155,7 +1160,7 @@ msgstr "Αφαιρεση"
msgid "Remove Page"
msgstr "Αφαίρεση σελίδας"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "Μετονομασία"
msgid "Resend email confirmation link"
msgstr "Επανάληψη αποστολής συνδέσμου επιβεβαίωσης"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr "Επαναφορά"
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "Στρογγυλεμένο"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "Αποθήκευση Αλλαγών;"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr "Σαρώστε τον παρακάτω κωδικό QR με την εφαρμογή ελέγχου ταυτότητας για να ρυθμίσετε τον 2FA στο λογαριασμό σας."
@ -1253,6 +1258,10 @@ msgstr "Αποστολή Email"
msgid "Send me a message"
msgstr "Αποστολή μηνύματος"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr "Αποστολή μηνύματος"
msgid "Settings"
msgstr "Ρυθμίσεις"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr "Ρυθμίστε τον έλεγχο ταυτότητας δύο παραγόντων στο λογαριασμό σας"
@ -1269,7 +1278,7 @@ msgstr "Ρυθμίστε τον έλεγχο ταυτότητας δύο παρ
msgid "Sharing"
msgstr "Κοινοποίηση"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "Εμφάνιση"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "Πλαϊνή μπάρα"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "Σύνδεση"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "Σύνδεση τώρα"
@ -1312,11 +1321,15 @@ msgstr "Συνδεθείτε με το GitHub"
msgid "Sign in with Google"
msgstr "Συνδεθείτε μέσω του Google"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "Εγγραφείτε"
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr "Οι εγγραφές είναι προς το παρόν απενεργοποιημένες από τον διαχειριστή."
@ -1324,7 +1337,7 @@ msgstr "Οι εγγραφές είναι προς το παρόν απενεργ
msgid "Size (in px)"
msgstr "Μέγεθος (σε px)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr "Slug"
@ -1350,7 +1363,7 @@ msgstr "Τετράγωνο"
msgid "Start building from scratch"
msgstr "Ξεκινήστε να χτίζετε από το μηδέν"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr "Ξεκινήστε να φτιάχνετε το βιογραφικό σας δίνοντάς του ένα όνομα."
@ -1367,7 +1380,7 @@ msgstr "Τα στατιστικά στοιχεία είναι διαθέσιμα
msgid "Store Locally"
msgstr "Αποθηκεύστε τοπικά"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr "Αποθηκεύστε τους κωδικούς αντιγράφων ασφαλείας σας με ασφάλεια"
@ -1446,7 +1459,7 @@ msgstr "Υπήρξε σφάλμα σύνδεσης με το πρόγραμμα
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr "Αυτή η ενέργεια μπορεί να ανακληθεί κάνοντας κλικ στο κουμπί αναίρεσης στην κυμαινόμενη γραμμή εργαλείων."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr "Αυτή η ενέργεια δεν μπορεί να αναιρεθεί. Αυτό θα διαγράψει μόνιμα το βιογραφικό σας και δεν θα μπορεί να ανακτηθεί."
@ -1462,7 +1475,7 @@ msgstr "Αυτό το βιογραφικό σημείωμα είναι κλει
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr "Αυτή η ενότητα προορίζεται για τις προσωπικές σας σημειώσεις ειδικά για το συγκεκριμένο βιογραφικό σημείωμα. Το περιεχόμενο εδώ παραμένει ιδιωτικό και δεν κοινοποιείται σε κανέναν άλλον."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr "Συμβουλή: Μπορείτε να ονομάσετε το βιογραφικό σημείωμα ανάλογα με τη θέση για την οποία υποβάλλετε αίτηση."
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr "Τίτλος*"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "Τίτλος*"
@ -1542,7 +1555,7 @@ msgstr "Μη επαληθευμένο"
msgid "Update an existing item"
msgstr "Ενημέρωση ενός υπάρχοντος στοιχείου"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr "Ενημέρωση ενός υπάρχοντος στοιχείου"
@ -1567,7 +1580,7 @@ msgstr "Χρησιμοποιήστε τον εφεδρικό σας κωδικό
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr "Ο χρήστης δεν έχει συσχετισμένη εγγραφή \"secrets\". Αναφέρετε αυτό το ζήτημα στο GitHub."
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,38 +1598,38 @@ msgstr "Επικύρωση"
msgid "Validated"
msgstr "Επιβεβαιωμένο"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "Αξία"
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:191
msgid "Verified"
msgstr ""
msgstr "Επαληθευμένο"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr ""
msgstr "Επαληθεύστε ότι ο έλεγχος ταυτότητας δύο παραγόντων έχει ρυθμιστεί σωστά"
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-email/page.tsx:48
msgid "Verify your email address"
msgstr ""
msgstr "Επιβεβαιώστε τη διεύθυνση email σας"
#: apps/client/src/pages/home/sections/hero/index.tsx:26
msgid "Version 4"
msgstr ""
msgstr "Έκδοση 4"
#: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:51
msgid "Views"
msgstr ""
msgstr "Προβολές"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:86
msgid "Visible"
msgstr ""
msgstr "Ορατό"
#: apps/client/src/pages/auth/verify-email/page.tsx:61
msgid "We verify your email address only to ensure that we can send you a password reset link in case you forget your password."
msgstr ""
msgstr "Επαληθεύουμε τη διεύθυνση email σας μόνο για να διασφαλίσουμε ότι μπορούμε να σας στείλουμε έναν σύνδεσμο επαναφοράς κωδικού πρόσβασης σε περίπτωση που ξεχάσετε τον κωδικό πρόσβασής σας."
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
@ -1630,69 +1643,69 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:69
msgid "Website"
msgstr ""
msgstr "Ιστοσελίδα"
#: apps/client/src/pages/home/sections/hero/index.tsx:32
msgid "What's new in the latest version"
msgstr ""
msgstr "Τι νέο υπάρχει στην τελευταία έκδοση"
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:157
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:137
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:114
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr ""
msgstr "Μπορείτε να προσθέσετε πολλαπλές λέξεις-κλειδιά διαχωρίζοντάς τες με κόμμα ή πατώντας enter."
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr ""
msgstr "Μπορείτε επίσης να εισάγετε το όνομα χρήστη σας."
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:54
msgid "You can make use of the OpenAI API to help you generate content, or improve your writing while composing your resume."
msgstr ""
msgstr "Μπορείτε να χρησιμοποιήσετε το OpenAI API για να σας βοηθήσει να δημιουργήσετε περιεχόμενο, ή να βελτιώσετε το γράψιμό σας, ενώ συνθέτετε το βιογραφικό σας."
#: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:40
msgid "You can track the number of views your resume has received, or how many people have downloaded the resume by enabling public sharing."
msgstr ""
msgstr "Μπορείτε να παρακολουθείτε τον αριθμό των προβολών που έχει λάβει το βιογραφικό σας, ή πόσοι άνθρωποι έχουν κατεβάσει το βιογραφικό ενεργοποιώντας την κοινή χρήση του κοινού."
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:60
msgid "You have the option to <0>obtain your own OpenAI API key</0>. This key empowers you to leverage the API as you see fit. Alternatively, if you wish to disable the AI features in Reactive Resume altogether, you can simply remove the key from your settings."
msgstr ""
msgstr "Έχετε την επιλογή <0>αποκτήστε το δικό σας κλειδί OpenAI API</0>. Αυτό το κλειδί σας δίνει τη δυνατότητα να αξιοποιήσετε το API όπως σας φαίνεται κατάλληλο. Εναλλακτικά, αν θέλετε να απενεργοποιήσετε τις λειτουργίες τεχνητής νοημοσύνης στο Reume ενεργό συνολικά, μπορείτε απλά να αφαιρέσετε το κλειδί από τις ρυθμίσεις σας."
#: apps/client/src/pages/auth/verify-email/page.tsx:50
msgid "You should have received an email from <0>Reactive Resume</0> with a link to verify your account."
msgstr ""
msgstr "Θα πρέπει να έχετε λάβει ένα email από <0>Reactive Resume</0> με ένα σύνδεσμο για να επαληθεύσετε το λογαριασμό σας."
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/forgot-password/page.tsx:54
msgid "You've got mail!"
msgstr ""
msgstr "Έχετε email!"
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:52
msgid "Your account and all your data has been deleted successfully. Goodbye!"
msgstr ""
msgstr "Ο λογαριασμός σας και όλα τα δεδομένα σας έχουν διαγραφεί επιτυχώς. Goodbye!"
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:116
msgid "Your API key is securely stored in the browser's local storage and is only utilized when making requests to OpenAI via their official SDK. Rest assured that your key is not transmitted to any external server except when interacting with OpenAI's services."
msgstr ""
msgstr "Το κλειδί API σας αποθηκεύεται με ασφάλεια στον τοπικό αποθηκευτικό χώρο του προγράμματος περιήγησης και χρησιμοποιείται μόνο όταν κάνει αιτήσεις στο OpenAI μέσω του επίσημου SDK. Να είστε βέβαιοι ότι το κλειδί σας δεν μεταδίδεται σε κανέναν εξωτερικό διακομιστή εκτός όταν αλληλεπιδρά με τις υπηρεσίες του OpenAI."
#: apps/client/src/pages/auth/verify-email/page.tsx:28
msgid "Your email address has been verified successfully."
msgstr ""
msgstr "Η διεύθυνση email σας έχει επαληθευτεί επιτυχώς."
#: apps/client/src/services/openai/client.ts:11
msgid "Your OpenAI API Key has not been set yet. Please go to your account settings to enable OpenAI Integration."
msgstr ""
msgstr "Το OpenAI API κλειδί σας δεν έχει οριστεί ακόμα. Παρακαλώ πηγαίνετε στις ρυθμίσεις του λογαριασμού σας για να ενεργοποιήσετε την ενοποίηση OpenAI."
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:59
msgid "Your password has been updated successfully."
msgstr ""
msgstr "Ο κωδικός πρόσβασής σας έχει ενημερωθεί με επιτυχία."
#: apps/client/src/pages/builder/_components/toolbar.tsx:94
msgid "Zoom In"
msgstr ""
msgstr "Μεγέθυνση"
#: apps/client/src/pages/builder/_components/toolbar.tsx:100
msgid "Zoom Out"
msgstr ""
msgstr "Σμίκρυνση"

View File

@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: /[AmruthPillai.Reactive-Resume] v4/apps/client/src/locales/en-US/messages.po\n"
"X-Crowdin-File-ID: 450\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "You have enabled two-factor authentication successfully."
@ -26,7 +26,7 @@ msgstr "You have enabled two-factor authentication successfully."
msgid "{templatesCount} resume templates to choose from"
msgstr "{templatesCount} resume templates to choose from"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {Column} other {Columns}}"
@ -98,7 +98,7 @@ msgstr "Accepts only {accept} files"
msgid "Account"
msgstr "Account"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "Add a custom field"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "Add a new item"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "Add a new item"
@ -125,7 +125,7 @@ msgstr "Add New Page"
msgid "AI"
msgstr "AI"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "Already have an account?"
@ -154,11 +154,11 @@ msgstr "API Key"
msgid "Are you sure you want to delete this item?"
msgstr "Are you sure you want to delete this item?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "Are you sure you want to delete your resume?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "Are you sure you want to disable two-factor authentication?"
@ -193,7 +193,7 @@ msgstr "Awarder"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "Back"
@ -237,8 +237,8 @@ msgstr "By the community, for the community."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "Cancel"
@ -260,7 +260,7 @@ msgstr "Change Password"
msgid "Change Tone"
msgstr "Change Tone"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "Changed your mind about the name? Give it a new one."
@ -272,19 +272,19 @@ msgstr "Check your email for the confirmation link to update your email address.
msgid "Circle"
msgstr "Circle"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "Close"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "Code"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "Code must be exactly 6 digits long."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "Columns"
@ -301,8 +301,8 @@ msgstr "Confident"
msgid "Confirm New Password"
msgstr "Confirm New Password"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "Continue"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "Copy to Clipboard"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "Create"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "Create a new account"
@ -332,7 +332,7 @@ msgstr "Create a new account"
msgid "Create a new item"
msgstr "Create a new item"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "Create one now"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "Create Sample Resume"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "Date or Date Range"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "Description"
msgid "Design single/multi page resumes"
msgstr "Design single/multi page resumes"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "Disable"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "Downloads"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "Duplicate"
msgid "Duplicate an existing item"
msgstr "Duplicate an existing item"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "Duplicate an existing resume"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "Effects"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "Enter a new password below, and make sure it's secure."
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr "Enter Phosphor Icon"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
@ -575,7 +579,7 @@ msgstr "For example, information regarding which companies you sent this resume
msgid "Forget"
msgstr "Forget"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "Forgot Password?"
@ -605,7 +609,7 @@ msgstr "Friendly"
msgid "Full Name"
msgstr "Full Name"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr "Generate a random title for your resume"
@ -621,7 +625,7 @@ msgstr "GitHub"
msgid "GitHub Stars"
msgstr "GitHub Stars"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "Give your old resume a new name."
@ -660,7 +664,7 @@ msgstr "Here, you can update your profile to customize and personalize your expe
msgid "Hidden"
msgstr "Hidden"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "Hide"
@ -668,8 +672,8 @@ msgstr "Hide"
msgid "Hide Icons"
msgstr "Hide Icons"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "Hold <0>Ctrl</0> to display your password temporarily."
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr "I always love to hear from the users of Reactive Resume with feedback or support. Here are some of the messages I've received. If you have any feedback, feel free to drop me an email at <0>{email}</0>."
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "Icon"
@ -694,7 +699,7 @@ msgstr "Icon"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
@ -716,7 +721,7 @@ msgstr "Import an existing resume"
msgid "Improve Writing"
msgstr "Improve Writing"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
@ -769,17 +774,17 @@ msgstr "It looks like the verification token you provided is invalid. Please try
msgid "It looks like your email address has already been verified."
msgstr "It looks like your email address has already been verified."
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr "John Doe"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr "john.doe"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr "john.doe@example.com"
@ -913,7 +918,7 @@ msgstr "Margin"
msgid "MIT License"
msgstr "MIT License"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "MIT License"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "Name"
@ -947,7 +952,7 @@ msgstr "No results found"
msgid "No user tracking or advertising"
msgstr "No user tracking or advertising"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "Note: This will make your account less secure."
@ -1011,8 +1016,8 @@ msgstr "Page"
msgid "Page {0}"
msgstr "Page {0}"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr "Please note that this step is completely optional."
msgid "Please select a file type"
msgstr "Please select a file type"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
@ -1111,7 +1116,7 @@ msgstr "Raise an issue"
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr "Redo"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr "Remove"
@ -1155,7 +1160,7 @@ msgstr "Remove"
msgid "Remove Page"
msgstr "Remove Page"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "Rename"
msgid "Resend email confirmation link"
msgstr "Resend email confirmation link"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr "Reset"
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "Rounded"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "Save Changes"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr "Scan the QR code below with your authenticator app to setup 2FA on your account."
@ -1253,6 +1258,10 @@ msgstr "Send Email"
msgid "Send me a message"
msgstr "Send me a message"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr "Separate Links"
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr "Send me a message"
msgid "Settings"
msgstr "Settings"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr "Setup two-factor authentication on your account"
@ -1269,7 +1278,7 @@ msgstr "Setup two-factor authentication on your account"
msgid "Sharing"
msgstr "Sharing"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "Show"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "Sidebar"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "Sign in"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "Sign in now"
@ -1312,11 +1321,15 @@ msgstr "Sign in with GitHub"
msgid "Sign in with Google"
msgstr "Sign in with Google"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "Sign up"
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr "Signing in via email is currently disabled by the administrator."
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr "Signups are currently disabled by the administrator."
@ -1324,7 +1337,7 @@ msgstr "Signups are currently disabled by the administrator."
msgid "Size (in px)"
msgstr "Size (in px)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr "Slug"
@ -1350,7 +1363,7 @@ msgstr "Square"
msgid "Start building from scratch"
msgstr "Start building from scratch"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr "Start building your resume by giving it a name."
@ -1367,7 +1380,7 @@ msgstr "Statistics are available only for public resumes."
msgid "Store Locally"
msgstr "Store Locally"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr "Store your backup codes securely"
@ -1446,7 +1459,7 @@ msgstr "There was an error connecting to the browser. Please make sure 'chrome'
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr "This action can be reverted by clicking on the undo button in the floating toolbar."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
@ -1462,7 +1475,7 @@ msgstr "This resume is locked, please unlock to make further changes."
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr "Tip: You can name the resume referring to the position you are applying for."
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr "Title"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "Title"
@ -1542,7 +1555,7 @@ msgstr "Unverified"
msgid "Update an existing item"
msgstr "Update an existing item"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr "Update an existing resume"
@ -1567,7 +1580,7 @@ msgstr "Use your backup code"
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr "User does not have an associated 'secrets' record. Please report this issue on GitHub."
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr "Validate"
msgid "Validated"
msgstr "Validated"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "Value"
@ -1593,7 +1606,7 @@ msgstr "Value"
msgid "Verified"
msgstr "Verified"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr "Verify that two-factor authentication has been setup correctly"
@ -1643,7 +1656,7 @@ msgstr "What's new in the latest version"
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr "You can add multiple keywords by separating them with a comma or pressing enter."
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr "You can also enter your username."

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: es\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Spanish\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "Has habilitado correctamente la autenticación de doble factor."
@ -26,7 +26,7 @@ msgstr "Has habilitado correctamente la autenticación de doble factor."
msgid "{templatesCount} resume templates to choose from"
msgstr "{templatesCount} plantillas de currículum para elegir"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {Columna} other {Columnas}}"
@ -98,7 +98,7 @@ msgstr "Acepta solo archivos {accept}"
msgid "Account"
msgstr "Cuenta"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "Añadir campo personalizado"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "Añadir un nuevo elemento"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "Añadir un nuevo elemento"
@ -125,7 +125,7 @@ msgstr "Añadir nueva página"
msgid "AI"
msgstr "IA"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "¿Ya tienes una cuenta?"
@ -154,11 +154,11 @@ msgstr "Clave API"
msgid "Are you sure you want to delete this item?"
msgstr "¿Seguro que deseas eliminar este elemento?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "¿Seguro que deseas eliminar tu currículum?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "¿Seguro que deseas deshabilitar la autenticación de doble factor?"
@ -193,7 +193,7 @@ msgstr "Otorgado"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "Volver"
@ -237,8 +237,8 @@ msgstr "Por la comunidad, para la comunidad."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "Cancelar"
@ -260,7 +260,7 @@ msgstr "Cambiar contraseña"
msgid "Change Tone"
msgstr "Cambiar tono"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "¿Cambiaste de opinión sobre el nombre? Dale uno nuevo."
@ -272,19 +272,19 @@ msgstr "Revisa tu correo electrónico para ver el enlace de confirmación y actu
msgid "Circle"
msgstr "Círculo"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "Cerrar"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "Código"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "El código debe tener exactamente 6 dígitos."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "Columnas"
@ -301,8 +301,8 @@ msgstr "Confiado"
msgid "Confirm New Password"
msgstr "Confirmar nueva contraseña"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "Continuar"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "Copiar al portapapeles"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "Crear"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "Crear una nueva cuenta"
@ -332,7 +332,7 @@ msgstr "Crear una nueva cuenta"
msgid "Create a new item"
msgstr "Crear un elemento nuevo"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "Crear uno ahora"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "Crear un currículum de ejemplo"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "Fecha o rango de fechas"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "Descripción"
msgid "Design single/multi page resumes"
msgstr "Diseñar currículums de una o varias páginas"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "Deshabilitar"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "Descargas"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "Duplicar"
msgid "Duplicate an existing item"
msgstr "Duplicar un elemento existente"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "Duplicar un currículum existente"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "Efectos"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "Ingresa una nueva contraseña a continuación y asegúrate de que sea se
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "Ingresa uno de los 10 códigos de respaldo que guardaste al habilitar la autenticación de doble factor."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "Ingresa el código de 6 dígitos de tu aplicación de autenticación para verificar que 2FA se ha configurado correctamente."
@ -575,7 +579,7 @@ msgstr "Por ejemplo, aquí puedes anotar información sobre a qué empresas envi
msgid "Forget"
msgstr "Olvidar"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "¿Has olvidado tu contraseña?"
@ -605,7 +609,7 @@ msgstr "Amigable"
msgid "Full Name"
msgstr "Nombre completo"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr "Genera un título aleatorio para tu currículum"
@ -621,7 +625,7 @@ msgstr "GitHub"
msgid "GitHub Stars"
msgstr "Estrellas de GitHub"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "Da un nuevo nombre a tu antiguo currículum."
@ -660,7 +664,7 @@ msgstr "Aquí puedes actualizar tu perfil para modificar y personalizar tu exper
msgid "Hidden"
msgstr "Oculto"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "Ocultar"
@ -668,8 +672,8 @@ msgstr "Ocultar"
msgid "Hide Icons"
msgstr "Ocultar iconos"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "Mantén <0>Ctrl</0> para mostrar tu contraseña temporalmente."
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr "Siempre me encanta recibir comentarios o apoyo de los usuarios de Reactive Resume. Estos son algunos de los mensajes que he recibido. Si tienes algún comentario, no dudes en enviarme un correo electrónico a <0>{email}</0>."
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "Icono"
@ -694,7 +699,7 @@ msgstr "Icono"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "Si esta aplicación te ha ayudado en tu búsqueda de empleo, házmelo saber a través de <0>este formulario de contacto</0>."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr "Si desactivas la autenticación de doble factor, ya no se te pedirá que introduzcas un código de verificación al iniciar sesión."
@ -716,7 +721,7 @@ msgstr "Importar un currículum existente"
msgid "Improve Writing"
msgstr "Mejorar la escritura"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr "En caso de que no puedas escanear este código QR, también puedes copiar y pegar este enlace en tu aplicación de autenticación."
@ -769,17 +774,17 @@ msgstr "Parece que el token de verificación que has proporcionado no es válido
msgid "It looks like your email address has already been verified."
msgstr "Parece que tu dirección de correo electrónico ya ha sido verificada."
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr "Juan Nadie"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr "Juan.Nadie"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr "juan.nadie@ejemplo.es"
@ -913,7 +918,7 @@ msgstr "Margen"
msgid "MIT License"
msgstr "Licencia MIT"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "Licencia MIT"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "Nombre"
@ -947,7 +952,7 @@ msgstr "No se han encontrado resultados"
msgid "No user tracking or advertising"
msgstr "Sin seguimiento de usuario o publicidad"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "Nota: Esto hará que tu cuenta sea menos segura."
@ -1011,8 +1016,8 @@ msgstr "Página"
msgid "Page {0}"
msgstr "Página {0}"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr "Ten en cuenta que este paso es completamente opcional."
msgid "Please select a file type"
msgstr "Por favor, selecciona un tipo de archivo"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr "Guarda tus códigos de respaldo en un lugar seguro. Puedes utilizar uno de estos códigos de un solo uso para iniciar sesión en caso de que pierdas el acceso a tu aplicación de autenticación."
@ -1084,7 +1089,7 @@ msgstr "Color primario"
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:10
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:23
msgid "Privacy Policy"
msgstr ""
msgstr "Política de privacidad"
#: apps/client/src/components/ai-actions.tsx:109
#: apps/client/src/components/ai-actions.tsx:112
@ -1111,7 +1116,7 @@ msgstr "Reportar problema"
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr "Rehacer"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr "Eliminar"
@ -1155,7 +1160,7 @@ msgstr "Eliminar"
msgid "Remove Page"
msgstr "Eliminar página"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "Renombrar"
msgid "Resend email confirmation link"
msgstr "Reenviar enlace de confirmación por correo electrónico"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr "Restablecer"
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "Redondeado"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "Guardar cambios"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr "Escanea el siguiente código QR con tu aplicación de autenticación para configurar 2FA en tu cuenta."
@ -1253,6 +1258,10 @@ msgstr "Enviar email"
msgid "Send me a message"
msgstr "Enviarme un mensaje"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr "Enviarme un mensaje"
msgid "Settings"
msgstr "Configuración"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr "Configura la autenticación de doble factor en tu cuenta"
@ -1269,13 +1278,13 @@ msgstr "Configura la autenticación de doble factor en tu cuenta"
msgid "Sharing"
msgstr "Compartir"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "Mostrar"
#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:78
msgid "Show Break Line"
msgstr ""
msgstr "Mostrar línea de ruptura"
#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:91
msgid "Show Page Numbers"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "Barra lateral"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "Iniciar sesión"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "Inicia sesión"
@ -1312,11 +1321,15 @@ msgstr "Inicia sesión con GitHub"
msgid "Sign in with Google"
msgstr "Inicia sesión con Google"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "Registrarse"
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr "Los registros están actualmente deshabilitados por el administrador."
@ -1324,9 +1337,9 @@ msgstr "Los registros están actualmente deshabilitados por el administrador."
msgid "Size (in px)"
msgstr "Tamaño (en píxeles)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr ""
msgstr "Babosa"
#: apps/client/src/services/errors/translate-error.ts:55
msgid "Something went wrong while grabbing a preview your resume. Please try again later or raise an issue on GitHub."
@ -1350,7 +1363,7 @@ msgstr "Cuadrado"
msgid "Start building from scratch"
msgstr "Comienza a construir desde cero"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr "Comienza a crear tu currículum dándole un nombre."
@ -1367,7 +1380,7 @@ msgstr "Las estadísticas solo están disponibles para los currículums público
msgid "Store Locally"
msgstr "Almacenar localmente"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr "Almacena tus códigos de respaldo de forma segura"
@ -1446,7 +1459,7 @@ msgstr "Se ha producido un error al conectar con el navegador. Por favor, asegú
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr "Esta acción puede revertirse pulsando el botón deshacer de la barra de herramientas flotante."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr "Esta acción no se puede deshacer. Esto borrará permanentemente tu currículum y no se podrá recuperar."
@ -1462,7 +1475,7 @@ msgstr "Este currículum está bloqueado, por favor desbloquéalo para realizar
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr "Esta sección está reservada para tus notas personales específicas de este currículum. El contenido aquí permanece privado y no se comparte con nadie más."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr "Consejo: Puedes nombrar el currículum haciendo referencia al puesto que estás solicitando."
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr "Título"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "Título"
@ -1542,13 +1555,13 @@ msgstr "Sin verificar"
msgid "Update an existing item"
msgstr "Actualizar un elemento existente"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr "Actualizar un currículum existente"
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:214
msgid "Upload a file from one of the accepted sources to parse existing data and import it into Reactive Resume for easier editing."
msgstr ""
msgstr "Cargue un archivo de una de las fuentes aceptadas para analizar los datos existentes e importarlos a la Reanudación Reactiva para facilitar su edición."
#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:73
msgid "URL"
@ -1565,9 +1578,9 @@ msgstr "Usa tu código de respaldo"
#: apps/client/src/services/errors/translate-error.ts:13
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr ""
msgstr "El usuario no tiene un registro 'secretos' asociado. Por favor, informe de este problema en GitHub."
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr "Validar"
msgid "Validated"
msgstr "Validado"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "Valor"
@ -1593,7 +1606,7 @@ msgstr "Valor"
msgid "Verified"
msgstr "Verificada"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr "Verifica que la autenticación de doble factor haya sido configurada correctamente"
@ -1643,7 +1656,7 @@ msgstr "Novedades en la última versión"
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr "Puedes agregar varias palabras clave separándolas con una coma o presionando Enter."
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr "También puedes ingresar tu nombre de usuario."
@ -1657,7 +1670,7 @@ msgstr "Puedes hacer un seguimiento del número de visitas que ha recibido tu cu
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:60
msgid "You have the option to <0>obtain your own OpenAI API key</0>. This key empowers you to leverage the API as you see fit. Alternatively, if you wish to disable the AI features in Reactive Resume altogether, you can simply remove the key from your settings."
msgstr ""
msgstr "Tiene la opción de <0>obtener su propia clave de la API de OpenAI</0>. Esta clave le permite aprovechar la API como mejor le parezca. Alternativamente, si desea desactivar por completo las funciones de IA en la Reanudación Reactiva, puede simplemente eliminar la clave de su configuración."
#: apps/client/src/pages/auth/verify-email/page.tsx:50
msgid "You should have received an email from <0>Reactive Resume</0> with a link to verify your account."

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: fa\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Persian\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "احراز هویت دو مرحله ای را با موفقیت فعال کردید."
@ -26,7 +26,7 @@ msgstr "احراز هویت دو مرحله ای را با موفقیت فعال
msgid "{templatesCount} resume templates to choose from"
msgstr "{templatesCount} قالب رزومه برای انتخاب"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {ستون} other {ستون}}"
@ -98,7 +98,7 @@ msgstr ""
msgid "Account"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr ""
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr ""
@ -125,7 +125,7 @@ msgstr ""
msgid "AI"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr ""
@ -154,11 +154,11 @@ msgstr ""
msgid "Are you sure you want to delete this item?"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr ""
@ -193,7 +193,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr ""
@ -237,8 +237,8 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "انصراف"
@ -260,7 +260,7 @@ msgstr ""
msgid "Change Tone"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr ""
@ -272,19 +272,19 @@ msgstr ""
msgid "Circle"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "کد باید دقیقاً 6 رقمی باشد."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "ستون‌ها"
@ -301,8 +301,8 @@ msgstr "مطمئن"
msgid "Confirm New Password"
msgstr "تایید گذرواژه جدید"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "ادامه"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "کپی به کلیپ‌بورد"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "ایجاد"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "ایجاد یک حساب جدید"
@ -332,7 +332,7 @@ msgstr "ایجاد یک حساب جدید"
msgid "Create a new item"
msgstr "ساخت آیتم جدید"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "اکنون یکی ایجاد کنید"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "ایجاد نمونه رزومه"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "تاریخ دقیق یا محدوده تاریخ"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "توضیحات"
msgid "Design single/multi page resumes"
msgstr "طراحی رزومه تک / چند صفحه‌ای"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "غیرفعال"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "دانلود"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "کپی کردن"
msgid "Duplicate an existing item"
msgstr "کپی یک مورد موجود"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "کپی یک رزومه موجود"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "جلوه‌ها"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "یک رمز عبور جدید در زیر وارد کنید و مطمئ
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "یکی از 10 کد پشتیبان را که هنگام فعال کردن احراز هویت دو مرحله‌ای ذخیره کرده‌اید، وارد کنید."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "کد 6 رقمی را از برنامه احراز هویت خود وارد کنید تا تأیید شود که 2FA به درستی تنظیم شده است."
@ -575,7 +579,7 @@ msgstr ""
msgid "Forget"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr ""
@ -605,7 +609,7 @@ msgstr ""
msgid "Full Name"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr ""
@ -621,7 +625,7 @@ msgstr ""
msgid "GitHub Stars"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr ""
@ -660,7 +664,7 @@ msgstr ""
msgid "Hidden"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr ""
@ -668,8 +672,8 @@ msgstr ""
msgid "Hide Icons"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr ""
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr ""
@ -694,7 +699,7 @@ msgstr ""
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr ""
@ -716,7 +721,7 @@ msgstr ""
msgid "Improve Writing"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr ""
@ -769,17 +774,17 @@ msgstr ""
msgid "It looks like your email address has already been verified."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr ""
@ -913,7 +918,7 @@ msgstr ""
msgid "MIT License"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr ""
@ -947,7 +952,7 @@ msgstr ""
msgid "No user tracking or advertising"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr ""
@ -1011,8 +1016,8 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr ""
msgid "Please select a file type"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr ""
@ -1111,7 +1116,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr ""
@ -1155,7 +1160,7 @@ msgstr ""
msgid "Remove Page"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr ""
msgid "Resend email confirmation link"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr ""
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr ""
@ -1253,6 +1258,10 @@ msgstr ""
msgid "Send me a message"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr ""
msgid "Settings"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr ""
@ -1269,7 +1278,7 @@ msgstr ""
msgid "Sharing"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr ""
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr ""
@ -1312,11 +1321,15 @@ msgstr ""
msgid "Sign in with Google"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr ""
@ -1324,7 +1337,7 @@ msgstr ""
msgid "Size (in px)"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr ""
@ -1350,7 +1363,7 @@ msgstr ""
msgid "Start building from scratch"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr ""
@ -1367,7 +1380,7 @@ msgstr ""
msgid "Store Locally"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr ""
@ -1446,7 +1459,7 @@ msgstr ""
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr ""
@ -1462,7 +1475,7 @@ msgstr ""
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr ""
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr ""
@ -1542,7 +1555,7 @@ msgstr ""
msgid "Update an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr ""
@ -1567,7 +1580,7 @@ msgstr ""
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr ""
msgid "Validated"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr ""
@ -1593,7 +1606,7 @@ msgstr ""
msgid "Verified"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr ""
@ -1643,7 +1656,7 @@ msgstr ""
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: fr\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: French\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "Vous avez activé l'authentification à deux facteurs avec succès."
@ -26,7 +26,7 @@ msgstr "Vous avez activé l'authentification à deux facteurs avec succès."
msgid "{templatesCount} resume templates to choose from"
msgstr "{templatesCount} choix de modèles de CV"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {Colonne} other {Colonnes}}"
@ -98,7 +98,7 @@ msgstr "Accepte uniquement les fichiers {accept}"
msgid "Account"
msgstr "Compte"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "Ajouter un champ personnalisé"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "Ajouter un nouvel élément"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "Ajouter un nouvel élément"
@ -125,7 +125,7 @@ msgstr "Ajouter une Nouvelle Page"
msgid "AI"
msgstr "IA"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "Vous avez déjà un compte ?"
@ -154,11 +154,11 @@ msgstr "Clé API"
msgid "Are you sure you want to delete this item?"
msgstr "Êtes-vous sûr de vouloir supprimer cet élément?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "Êtes-vous sûr de vouloir supprimer votre CV ?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "Êtes-vous sûr de vouloir désactiver lauthentification à deux facteurs ?"
@ -193,7 +193,7 @@ msgstr "Entreprise"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "Retour"
@ -237,8 +237,8 @@ msgstr "Par la communauté, pour la communauté."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "Annuler"
@ -260,7 +260,7 @@ msgstr "Changer le mot de passe"
msgid "Change Tone"
msgstr "Changer de ton"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "Vous avez changé d'avis sur le nom ? Donnez-en un nouveau."
@ -272,19 +272,19 @@ msgstr "Vérifiez votre courrier électronique pour le lien de confirmation perm
msgid "Circle"
msgstr "Cercle"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "Fermer"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "Code"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "Le code doit comporter exactement 6 chiffres."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "Colonnes"
@ -301,8 +301,8 @@ msgstr "Confiant"
msgid "Confirm New Password"
msgstr "Confirmez le nouveau mot de passe"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "Continuer"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "Copier dans le Presse-Papier"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "Créer"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "Créer un nouveau compte"
@ -332,7 +332,7 @@ msgstr "Créer un nouveau compte"
msgid "Create a new item"
msgstr "Créer un nouvel élément"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "Créez-en un maintenant"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "Créer un exemple de CV"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "Période ou date"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "Description"
msgid "Design single/multi page resumes"
msgstr "Concevoir des CV d'une ou plusieurs pages"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "Désactiver"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "Télécharger"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "Dupliquer"
msgid "Duplicate an existing item"
msgstr "Dupliquer un élément existant"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "Dupliquer un CV existant"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "Effets"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "Entrez un nouveau mot de passe ci-dessous, et assurez-vous qu'il est sû
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "Saisissez l'un des 10 codes de sauvegarde que vous avez enregistrés lorsque vous avez activé l'authentification à deux facteurs."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "Entrez le code à 6 chiffres de votre application d'authentification pour vérifier que l'A2F a été correctement configurée."
@ -575,7 +579,7 @@ msgstr "Par exemple, des informations sur les entreprises auxquelles vous avez e
msgid "Forget"
msgstr "Oublier"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "Mot de passe oublié ?"
@ -605,7 +609,7 @@ msgstr "Amical"
msgid "Full Name"
msgstr "Prénom et Nom"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr "Générer un titre aléatoire pour votre CV"
@ -621,7 +625,7 @@ msgstr "GitHub"
msgid "GitHub Stars"
msgstr "GitHub Stars"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "Donnez un nouveau nom à votre ancien CV."
@ -660,7 +664,7 @@ msgstr "Ici, vous pouvez mettre à jour votre profil pour personnaliser et perso
msgid "Hidden"
msgstr "Masqué"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "Masquer"
@ -668,8 +672,8 @@ msgstr "Masquer"
msgid "Hide Icons"
msgstr "Masquer les icônes"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "Maintenez <0>Ctrl</0> pour afficher temporairement votre mot de passe."
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr "J'apprécie toujours que les utilisateurs de Reactive Resume me fassent part de leurs commentaires ou de leur soutien. Voici quelques-uns des messages que j'ai reçus. Si vous avez des commentaires, n'hésitez pas à m'envoyer un e-mail à l'adresse suivante <0>{email}</0>."
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "Icône"
@ -694,7 +699,7 @@ msgstr "Icône"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "Si cette application vous a aidé dans votre recherche d'emploi, faites-le moi savoir en utilisant <0>ce formulaire de contact</0>."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr "Si vous désactivez l'authentification à deux facteurs, il ne vous sera plus demandé de saisir un code de vérification lors de la connexion."
@ -716,7 +721,7 @@ msgstr "Importer un CV existant"
msgid "Improve Writing"
msgstr "Améliorer l'écriture"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr "Si vous ne parvenez pas à scanner ce code QR, vous pouvez également copier-coller ce lien dans votre application d'authentification."
@ -769,17 +774,17 @@ msgstr "Il semble que le jeton de vérification que vous avez fourni ne soit pas
msgid "It looks like your email address has already been verified."
msgstr "Il semble que votre adresse e-mail a déjà été vérifiée."
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr "John Doe"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr "john.doe"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr "john.doe@example.com"
@ -913,7 +918,7 @@ msgstr "Marge"
msgid "MIT License"
msgstr "Licence MIT"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "Licence MIT"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "Nom"
@ -947,7 +952,7 @@ msgstr "Aucun résultat trouvé"
msgid "No user tracking or advertising"
msgstr "Pas de suivi des utilisateurs ni de publicité"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "Remarque : Cela rendra votre compte moins sécurisé."
@ -1011,8 +1016,8 @@ msgstr "Page"
msgid "Page {0}"
msgstr "Page {0}"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr "Veuillez noter que cette étape est totalement optionnelle."
msgid "Please select a file type"
msgstr "Veuillez sélectionner un type de fichier"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr "Veuillez conserver vos codes de sauvegarde dans un endroit sécurisé. Vous pouvez utiliser l'un de ces codes à usage unique pour vous connecter au cas où vous perdriez l'accès à votre application d'authentification."
@ -1084,7 +1089,7 @@ msgstr "Couleur Primaire"
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:10
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:23
msgid "Privacy Policy"
msgstr ""
msgstr "Politique de confidentialité"
#: apps/client/src/components/ai-actions.tsx:109
#: apps/client/src/components/ai-actions.tsx:112
@ -1111,7 +1116,7 @@ msgstr "Signaler un problème"
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr "Rétablir"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr "Supprimer"
@ -1155,7 +1160,7 @@ msgstr "Supprimer"
msgid "Remove Page"
msgstr "Supprimer la Page"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "Renommer"
msgid "Resend email confirmation link"
msgstr "Renvoyer l'e-mail de confirmation"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr "Réinitialiser"
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "Arrondi"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "Enregistrer les modifications"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr "Scannez le code QR ci-dessous avec votre application d'authentification pour configurer l'A2F sur votre compte."
@ -1253,6 +1258,10 @@ msgstr "Envoyer l'e-mail"
msgid "Send me a message"
msgstr "M'envoyer un message"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr "M'envoyer un message"
msgid "Settings"
msgstr "Paramètres"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr "Configurer l'authentification à deux facteurs sur votre compte"
@ -1269,7 +1278,7 @@ msgstr "Configurer l'authentification à deux facteurs sur votre compte"
msgid "Sharing"
msgstr "Partager"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "Afficher"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "Panneau latéral"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "Se connecter"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "Se connecter maintenant"
@ -1312,11 +1321,15 @@ msgstr "Se connecter avec GitHub"
msgid "Sign in with Google"
msgstr "Se connecter avec Google"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "S'inscrire"
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr "Les inscriptions sont actuellement désactivées par l'administrateur."
@ -1324,7 +1337,7 @@ msgstr "Les inscriptions sont actuellement désactivées par l'administrateur."
msgid "Size (in px)"
msgstr "Taille (en px)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr "Slug"
@ -1350,7 +1363,7 @@ msgstr "Carré"
msgid "Start building from scratch"
msgstr "Commencez à partir de zéro"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr "Commencez à créer votre CV en lui donnant un nom."
@ -1367,7 +1380,7 @@ msgstr "Les statistiques ne sont disponibles que pour les CV publics."
msgid "Store Locally"
msgstr "Stocker localement"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr "Stockez vos codes de sauvegarde en toute sécurité"
@ -1446,7 +1459,7 @@ msgstr "Une erreur s'est produite lors de la connexion au navigateur. Veuillez v
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr "Cette action peut être annulée en cliquant sur le bouton Annuler dans la barre d'outils flottante."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr "Cette action ne peut être annulée. Votre CV sera définitivement supprimé et ne pourra pas être récupéré."
@ -1462,7 +1475,7 @@ msgstr "Ce CV est verrouillé, veuillez le déverrouiller pour effectuer d'autre
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr "Cette section est réservée à vos notes personnelles spécifiques à ce CV. Le contenu ici reste privé et nest partagé avec personne dautre."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr "Astuce : Vous pouvez nommer le CV en faisant référence au poste pour lequel vous postulez."
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr "Titre"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "Titre"
@ -1542,7 +1555,7 @@ msgstr "Non vérifié"
msgid "Update an existing item"
msgstr "Mettre à jour un élément existant"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr "Mettre à jour un CV existant"
@ -1567,7 +1580,7 @@ msgstr "Utilisez votre code de secours"
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr "L'utilisateur n'a pas d'enregistrement de « secrets » associé. Veuillez signaler ce problème sur GitHub."
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr "Valider"
msgid "Validated"
msgstr "Validé"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "Valeur"
@ -1593,7 +1606,7 @@ msgstr "Valeur"
msgid "Verified"
msgstr "Vérifié"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr "Vérifiez que l'authentification à deux facteurs a été correctement configurée"
@ -1643,7 +1656,7 @@ msgstr "Quoi de neuf dans la dernière version"
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr "Vous pouvez ajouter plusieurs mots-clés en les séparant par une virgule ou en appuyant sur la touche Entrée."
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr "Vous pouvez également saisir votre nom d'utilisateur."

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: he\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Hebrew\n"
"Plural-Forms: nplurals=4; plural=n%100==1 ? 0 : n%100==2 ? 1 : n%100==3 || n%100==4 ? 2 : 3;\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "הפעלת אימות דו־שלבי בהצלחה."
@ -26,7 +26,7 @@ msgstr "הפעלת אימות דו־שלבי בהצלחה."
msgid "{templatesCount} resume templates to choose from"
msgstr "{templatesCount} תבניות קורות חיים לבחירתך"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {עמודה} two {עמודות} many {עמודות} other {עמודות}}"
@ -98,7 +98,7 @@ msgstr "מקבל רק קובצי {accept}"
msgid "Account"
msgstr "חשבון"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "הוספת שדה מותאם אישית"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "הוספת פריט חדש"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "הוספת פריט חדש"
@ -125,7 +125,7 @@ msgstr "הוספת עמוד חדש"
msgid "AI"
msgstr "בינה מלאכותית"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "כבר יש לך חשבון?"
@ -154,11 +154,11 @@ msgstr "מפתח API"
msgid "Are you sure you want to delete this item?"
msgstr "למחוק את הפריט הזה?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "למחוק את קורות החיים שלך?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "להשבית את האימות הדו־שלבי שלך?"
@ -193,7 +193,7 @@ msgstr "גוף מעניק"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "חזרה"
@ -237,8 +237,8 @@ msgstr "על ידי הקהילה ועבורה."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "ביטול"
@ -260,7 +260,7 @@ msgstr "החלפת סיסמה"
msgid "Change Tone"
msgstr "שינוי אופן התנסחות"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "התחרטת לגבי השם? אפשר לתת שם חדש."
@ -272,19 +272,19 @@ msgstr "יש לחפש בדוא״ל שלך קישור אימות לעדכון כ
msgid "Circle"
msgstr "עיגול"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "סגירה"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "קוד"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "הקוד חייב להיות בדיוק באורך 6 ספרות."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "עמודות"
@ -301,8 +301,8 @@ msgstr "מלא בטחון עצמי"
msgid "Confirm New Password"
msgstr "אישור הסיסמה החדשה"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "המשך"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "העתקה ללוח הגזירים"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "יצירה"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "יצירת חשבון חדש"
@ -332,7 +332,7 @@ msgstr "יצירת חשבון חדש"
msgid "Create a new item"
msgstr "יצירת פריט חדש"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "יצירת אחד כזה עכשיו"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "יצירת קורות חיים לדוגמה"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "תאריך או טווח תאריכים"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "תיאור"
msgid "Design single/multi page resumes"
msgstr "תכנון קורות חיים עם עמוד אחד/יותר"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "השבתה"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "הורדות"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "שכפול"
msgid "Duplicate an existing item"
msgstr "שכפול פריט קיים"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "שכפול קורות חיים קיימים"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "אפקטים"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "נא למלא סיסמה חדשה להלן וכדאי לוודא שהי
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "נא להקליד אחת מבין 10 הקודים למטרות גיבוי שקיבלת עם הפעלה האימות הדו־שלבי."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "נא למלא את הקוד באורך 6 ספרות מיישומון המאמת שלך כדי לוודא שאימות דו־שלבי הוגדר כראוי."
@ -575,7 +579,7 @@ msgstr "למשל, מידע לגבי לאילו חברות שלחת את קורו
msgid "Forget"
msgstr "לשכוח"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "שכחת סיסמה?"
@ -605,7 +609,7 @@ msgstr "ידידותי"
msgid "Full Name"
msgstr "שם מלא"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr "יצירת כותרת אקראית לקורות החיים שלך"
@ -621,7 +625,7 @@ msgstr "GitHub"
msgid "GitHub Stars"
msgstr "כוכבים ב־GitHub"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "נא להעניק לקורות החיים הישנים שלך שם חדש."
@ -660,7 +664,7 @@ msgstr "כאן אפשר לעדכן את הפרופיל שלך כדי להתאי
msgid "Hidden"
msgstr "מוסתר"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "הסתרה"
@ -668,8 +672,8 @@ msgstr "הסתרה"
msgid "Hide Icons"
msgstr "הסתרת סמלים"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "יש להחזיק את <0>Ctrl</0> כדי להציג את הסיסמה שלך באופן זמני."
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr "תמיד מעניין אותי לשמוע ממשתמשי Reactive Resume בנוגע למשוב שלהם. הנה חלק מההודעות שקיבלתי. אם יש לך משוב, אשמח לקבל ממך הודעה בדוא״ל אל <0>{email}</0>."
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "סמל"
@ -694,7 +699,7 @@ msgstr "סמל"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "אם היישום הזה עזר לך בחיפוש העבודה שלך, אפשר ליצור איתי קשר דרך <0>הטופס הזה</0> ולספר לי על כך."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr "השבתת אימות דו־שלבי תייתר את מילוי קוד האימות בעת הכניסה למערכת."
@ -716,7 +721,7 @@ msgstr "ייבוא קורות חיים קיימים"
msgid "Improve Writing"
msgstr "שיפור הכתיבה"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr "אם לא הצלחת לסרוק את קוד ה־QR הזה, תמיד אפשר להעתיק ולהדביק את הקישור הזה לתוך יישומון המאמת שלך."
@ -769,17 +774,17 @@ msgstr "נראה שאסימון האימות שסיפקת שגוי. נא לנס
msgid "It looks like your email address has already been verified."
msgstr "נראה שכתובת הדוא״ל שלך כבר עברה אימות."
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr "ישראל ישראלי"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr "israel.israeli"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr "israel.israeli@israel.gov.il"
@ -913,7 +918,7 @@ msgstr "מרווח"
msgid "MIT License"
msgstr "רישיון MIT"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "רישיון MIT"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "שם"
@ -947,7 +952,7 @@ msgstr "לא נמצאו תוצאות"
msgid "No user tracking or advertising"
msgstr "אין מעקב אחרי המשתמשים או פרסום"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "לתשומת ליבך: זה ישפר את ההגנה על החשבון שלך."
@ -1011,8 +1016,8 @@ msgstr "עמוד"
msgid "Page {0}"
msgstr "עמוד {0}"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr "נא לשים לב שזה שלב רשות בלבד."
msgid "Please select a file type"
msgstr "נא לבחור סוג קובץ"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr "נא לאחסון את הקודים שלמטרות גיבוי במקום מוגן. אפשר להשתמש באחד מהקודים החד־פעמיים האלה כדי להיכנס אם איבדת את הגישה ליישומון המאמת שלך."
@ -1111,7 +1116,7 @@ msgstr "דיווח על בעיה"
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr "ביצוע מחדש"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr "הסרה"
@ -1155,7 +1160,7 @@ msgstr "הסרה"
msgid "Remove Page"
msgstr "הסרת עמוד"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "שינוי שם"
msgid "Resend email confirmation link"
msgstr "שליחת קישור לאימות בדוא״ל מחדש"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr "איפוס"
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "מעוגל"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "שמירת שינויים"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr "יש לסרוק את קוד ה־QR שלהלן עם יישומון המאמת שלך כדי להקים אימות דו־שלבי לחשבון שלך."
@ -1253,6 +1258,10 @@ msgstr "שליחת דוא״ל"
msgid "Send me a message"
msgstr "שליחה הודעה אליי"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr "שליחה הודעה אליי"
msgid "Settings"
msgstr "הגדרות"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr "הקמת אימות דו־שלבי לחשבון שלך"
@ -1269,7 +1278,7 @@ msgstr "הקמת אימות דו־שלבי לחשבון שלך"
msgid "Sharing"
msgstr "שיתוף"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "הצגה"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "סרגל צד"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "כניסה"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "כניסה כעת"
@ -1312,11 +1321,15 @@ msgstr "כניסה עם GitHub"
msgid "Sign in with Google"
msgstr "כניסה עם Google"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "הרשמה"
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr "ההרשמות מושבתות כרגע על ידי ההנהלה."
@ -1324,7 +1337,7 @@ msgstr "ההרשמות מושבתות כרגע על ידי ההנהלה."
msgid "Size (in px)"
msgstr "גודל (בפיקסלים)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr "שם ייצוגי"
@ -1350,7 +1363,7 @@ msgstr "מרובע"
msgid "Start building from scratch"
msgstr "התחלת בנייה מאפס"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr "אפשר להתחיל לבנות את קורות החיים שלך על ידי ציון שם."
@ -1367,7 +1380,7 @@ msgstr "סטטיסטיקה זמינה רק לקורות חיים ציבוריי
msgid "Store Locally"
msgstr "אחסון מקומי"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr "יש לאחסן את הקודים למטרות גיבוי בצורה מוגנת"
@ -1446,7 +1459,7 @@ msgstr "קרתה תקלה בחיבור לדפדפן. נא לוודא ש־chro
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr "אפשר לחזור אחורה מהפעולה הזאת על ידי לחיצה על כפתור ההחזרה בסרגל הכלים המרחף."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr "זאת פעולה בלתי הפיעה. היא תמחק את קורות החיים שלך באופן שלא מאפשר שחזור."
@ -1462,7 +1475,7 @@ msgstr "קורות חיים אלו נעולים, נא לשחרר כדי לערו
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr "סעיף זה שמור להערות האישיות שלך שנוגעות לקורות חיים אלה. התוכן כאן נשאר פרטי ואינו משותף עם אף אחד אחר."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr "עצה: אפשר לתת שם לקורות החיים לפי התפקיד שבחרת לגשת אליו."
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr "כותרת"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "כותרת"
@ -1542,7 +1555,7 @@ msgstr "לא מאומת"
msgid "Update an existing item"
msgstr "עדכון פריט קיים"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr "עדכון קורות חיים קיימים"
@ -1567,7 +1580,7 @@ msgstr "להשתמש בקוד הגיבוי שלך"
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr "למשתמש אין רשומת ‚סודות’ (secrets) משויכת אליו. נא לדווח על התקלה הזאת ב־GitHub."
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr "תיקוף"
msgid "Validated"
msgstr "תקף"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "ערך"
@ -1593,7 +1606,7 @@ msgstr "ערך"
msgid "Verified"
msgstr "מאומת"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr "נא לוודא שהאימות הדו־שלבי הוקם כראוי"
@ -1643,7 +1656,7 @@ msgstr "מה חדש בגרסה העדכנית"
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr "אפשר להוסיף מספר מילות מפתח על ידי הפרדתן בפסיק או בלחיצה על Enter."
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr "אפשר גם למלא את שם המשתמש שלך."

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: hi\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Hindi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "आपने दो-कारक प्रमाणीकरण सफलतापूर्वक सक्षम कर लिया है।"
@ -26,7 +26,7 @@ msgstr "आपने दो-कारक प्रमाणीकरण सफ
msgid "{templatesCount} resume templates to choose from"
msgstr "चुनने के लिए {templatesCount} बायोडाटा टेम्प्लेट"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {स्तंभ} other {स्तम्भ}}"
@ -98,7 +98,7 @@ msgstr "केवल {accept} फ़ाइलें स्वीकार कर
msgid "Account"
msgstr "खाता"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "नया कस्टम फ़ील्ड जोड़ें"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "एक नया आइटम जोड़ें"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "एक नया आइटम जोड़ें"
@ -125,7 +125,7 @@ msgstr "नया पेज जोड़ें"
msgid "AI"
msgstr "AI"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "क्या आपके पास पहले से एक खाता मौजूद है?"
@ -154,11 +154,11 @@ msgstr "API कुंजी"
msgid "Are you sure you want to delete this item?"
msgstr "क्या आप बाकई यह आइटम डिलीट करना चाहते हैं?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "क्या आप पक्का अपनी समीक्षा हटाना चाहते हैं?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "क्या आप वाकई दो-कारक प्रमाणीकरण को अक्षम करना चाहते हैं?"
@ -185,7 +185,7 @@ msgstr "आकार अनुपात"
#: apps/client/src/pages/home/sections/features/index.tsx:51
msgid "Available in {languagesCount} languages"
msgstr ""
msgstr "{languagesCount} भाषाओं में उपलब्ध है"
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:53
msgid "Awarder"
@ -193,7 +193,7 @@ msgstr "पुरस्कार देने वाला"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "पीछे"
@ -237,8 +237,8 @@ msgstr "समुदाय द्वारा, समुदाय के लि
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "रद्द करें"
@ -260,7 +260,7 @@ msgstr "पासवर्ड बदलिए"
msgid "Change Tone"
msgstr "तान बदलें"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "नाम के बारे में आपका मन बदल गया? इसे नया दे दो."
@ -272,19 +272,19 @@ msgstr "अपना ईमेल पता अपडेट करने के
msgid "Circle"
msgstr "गोला"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "बंद करे"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "कोड"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "कोड बिल्कुल 6 अंक लंबा होना चाहिए."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "कॉलम"
@ -301,8 +301,8 @@ msgstr "आत्मविश्वासी"
msgid "Confirm New Password"
msgstr "नए पासवर्ड की पुष्टि करें"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "जारी रखें"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "क्लिपबोर्ड पर कॉपी करें"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "बनाएँ"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "एक नया खाता बनाएँ"
@ -332,7 +332,7 @@ msgstr "एक नया खाता बनाएँ"
msgid "Create a new item"
msgstr "एक नया आइटम बनाएं"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "अभी एक बनाएं"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "नमूना बायोडाटा बनाएं"
@ -383,10 +383,10 @@ msgstr "दिनांक"
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:80
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:67
msgid "Date or Date Range"
msgstr ""
msgstr "तारीख या तारीख सीमा"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "विवरण"
msgid "Design single/multi page resumes"
msgstr "सिंगल/मल्टी पेज बायोडाटा डिज़ाइन करें"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "अक्षम करें"
@ -456,14 +456,14 @@ msgstr "अपने बायोडाटा का एक पीडीएफ
#: apps/client/src/pages/builder/_components/toolbar.tsx:158
#: apps/client/src/pages/public/page.tsx:104
msgid "Download PDF"
msgstr ""
msgstr "डाउनलोड PDF"
#: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:58
msgid "Downloads"
msgstr "डाउनलोड"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "प्रतिरूप"
msgid "Duplicate an existing item"
msgstr "किसी मौजूदा आइटम का नक़ल बनाएं"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "किसी मौजूदा आइटम का नक़ल बनाएं"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "प्रभाव"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "नीचे एक नया पासवर्ड दर्ज कर
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "दो-कारक प्रमाणीकरण सक्षम करते समय आपके द्वारा सहेजे गए 10 बैकअप कोड में से एक दर्ज करें।"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "यह सत्यापित करने के लिए कि 2FA सही ढंग से सेटअप किया गया है, अपने प्रमाणक ऐप से 6-अंकीय कोड दर्ज करें।"
@ -575,7 +579,7 @@ msgstr "उदाहरण के लिए, आपने किन कंपन
msgid "Forget"
msgstr "हटाएं"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "पासवर्ड भूल गए?"
@ -605,7 +609,7 @@ msgstr "मित्रतापूर्ण"
msgid "Full Name"
msgstr "पूरा नाम"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr "अपने बायोडाटा के लिए एक यादृच्छिक शीर्षक बनाएं"
@ -621,7 +625,7 @@ msgstr "गिटहब"
msgid "GitHub Stars"
msgstr "गिटहब सितारे"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "अपने पुराने बायोडाटा को नया नाम दें।"
@ -660,7 +664,7 @@ msgstr "यहां, आप अपने अनुभव को अनुकू
msgid "Hidden"
msgstr "छुपा हुआ"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "छुपायें"
@ -668,8 +672,8 @@ msgstr "छुपायें"
msgid "Hide Icons"
msgstr "ऑइकन छुपायें"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "<0>Ctrl दबाए रखें</0> अपना पासवर्ड अस्थायी रूप से प्रदर्शित करने के लिए।"
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr "मुझे हमेशा रिएक्टिव रेज़्यूमे के उपयोगकर्ताओं से प्रतिक्रिया या समर्थन सुनना अच्छा लगता है। यहां कुछ संदेश हैं जो मुझे प्राप्त हुए हैं। यदि आपके पास कोई प्रतिक्रिया है, तो बेझिझक मुझे <0>{email} पर एक ईमेल भेजें</0>."
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "आइकॉन"
@ -694,7 +699,7 @@ msgstr "आइकॉन"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "यदि इस ऐप ने आपको नौकरी खोजने में मदद की है, तो <0>इस संपर्क फ़ॉर्म के माध्यम से मुझसे संपर्क करके मुझे बताएं</0>."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr "यदि आप दो-कारक प्रमाणीकरण अक्षम करते हैं, तो लॉग इन करते समय आपको सत्यापन कोड दर्ज करने की आवश्यकता नहीं होगी।"
@ -716,7 +721,7 @@ msgstr "मौजूदा बायोडाटा आयात करें"
msgid "Improve Writing"
msgstr "लेखन में सुधार करें"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr "यदि आप इस क्यूआर कोड को स्कैन करने में असमर्थ हैं, तो आप इस लिंक को अपने प्रमाणक ऐप में कॉपी-पेस्ट भी कर सकते हैं।"
@ -769,17 +774,17 @@ msgstr "ऐसा लगता है कि आपके द्वारा प
msgid "It looks like your email address has already been verified."
msgstr "ऐसा लगता है कि आपका ईमेल पता पहले ही सत्यापित हो चुका है।"
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr "जॉन डो"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr "जॉन डो"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr "john.doe@example.com"
@ -913,7 +918,7 @@ msgstr "अंतर"
msgid "MIT License"
msgstr "मआईटी लाईसन्स"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "मआईटी लाईसन्स"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "नाम"
@ -947,7 +952,7 @@ msgstr "कोई परिणाम नहीं मिला"
msgid "No user tracking or advertising"
msgstr "कोई उपयोगकर्ता ट्रैकिंग या विज्ञापन नहीं"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "नोट: इससे आपका खाता कम सुरक्षित हो जाएगा."
@ -1011,8 +1016,8 @@ msgstr "पृष्ठ"
msgid "Page {0}"
msgstr "पृष्ठ {0}"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr "कृपया ध्यान दें कि यह चरण पू
msgid "Please select a file type"
msgstr "कृपया एक फाइल चुनें"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr "कृपया अपने बैकअप कोड को सुरक्षित स्थान पर संग्रहीत करें। यदि आप अपने प्रमाणक ऐप तक पहुंच खो देते हैं तो आप लॉगिन करने के लिए इन एक बार उपयोग कोड में से किसी एक का उपयोग कर सकते हैं।"
@ -1084,7 +1089,7 @@ msgstr "प्राथमिक रंग"
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:10
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:23
msgid "Privacy Policy"
msgstr ""
msgstr "गोपनीयता नीति"
#: apps/client/src/components/ai-actions.tsx:109
#: apps/client/src/components/ai-actions.tsx:112
@ -1111,7 +1116,7 @@ msgstr "एक मुद्दा उठाओ"
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,15 +1152,15 @@ msgid "Redo"
msgstr "पुनः करें"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr "हटाएं"
#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:241
msgid "Remove Page"
msgstr ""
msgstr "हटाएँ पेज"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "नाम बदलें"
msgid "Resend email confirmation link"
msgstr "ईमेल पुष्टिकरण लिंक पुनः भेजें"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr "रीसेट"
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "गोल"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "परिवर्तन सेव करें"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr "अपने खाते पर 2FA सेटअप करने के लिए अपने प्रमाणक ऐप से नीचे दिए गए QR कोड को स्कैन करें।"
@ -1253,6 +1258,10 @@ msgstr "ईमेल भेजें"
msgid "Send me a message"
msgstr "संदेश भेजें"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr "संदेश भेजें"
msgid "Settings"
msgstr "समायोजन"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr "अपने खाते पर दो-कारक प्रमाणीकरण सेट करें"
@ -1269,7 +1278,7 @@ msgstr "अपने खाते पर दो-कारक प्रमाण
msgid "Sharing"
msgstr "साझा करना"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "दिखाएँ"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "साइडबार"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "साइन इन"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "साइन इन करें"
@ -1312,19 +1321,23 @@ msgstr "GitHub के साथ साइन इन करें!"
msgid "Sign in with Google"
msgstr "गूगल से साइन इन करें"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "रजिस्ट्रेशन"
#: apps/client/src/pages/auth/register/page.tsx:85
msgid "Signups are currently disabled by the administrator."
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr "पंजीकरण वर्तमान में प्रशासक द्वारा अक्षम किया गया है।"
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:70
msgid "Size (in px)"
msgstr "आकार (पीएक्स में)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr "काउंटर"
@ -1350,7 +1363,7 @@ msgstr "वर्ग"
msgid "Start building from scratch"
msgstr "शून्य से निर्माण शुरू करें"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr "अपना बायोडाटा एक नाम देकर बनाना शुरू करें।"
@ -1367,7 +1380,7 @@ msgstr "आँकड़े केवल सार्वजनिक बायो
msgid "Store Locally"
msgstr "स्थानीय रूप से स्टोर करें"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr "अपने बैकअप कोड सुरक्षित रूप से संग्रहीत करें"
@ -1446,7 +1459,7 @@ msgstr "ब्राउज़र से कनेक्ट करने मे
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr "फ़्लोटिंग टूलबार में पूर्ववत करें बटन पर क्लिक करके इस क्रिया को पूर्ववत किया जा सकता है।"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr "इस एक्शन को वापस नहीं किया जा सकता। इससे आपका बायोडाटा स्थायी रूप से हट जाएगा और उसे पुनर्प्राप्त नहीं किया जा सकेगा।"
@ -1462,7 +1475,7 @@ msgstr "यह बायोडाटा लॉक है, कृपया आग
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr "यह अनुभाग इस बायोडाटा से संबंधित आपके व्यक्तिगत नोट्स के लिए आरक्षित है। यहां की सामग्री निजी रहती है और किसी अन्य के साथ साझा नहीं की जाती है।"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr "युक्ति: आप जिस पद के लिए आवेदन कर रहे हैं, उसका संदर्भ देते हुए आप बायोडाटा को नाम दे सकते हैं।"
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr "शीर्षक"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "शीर्षक"
@ -1542,7 +1555,7 @@ msgstr "असत्यापित"
msgid "Update an existing item"
msgstr "किसी मौजूदा आइटम का नक़ल बनाएं"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr "किसी मौजूदा आइटम का नक़ल बनाएं"
@ -1567,7 +1580,7 @@ msgstr "एक बैकअप कोड उपयोग करें"
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr "उपयोगकर्ता के पास कोई संबद्ध 'रहस्य' रिकॉर्ड नहीं है. कृपया इस समस्या की रिपोर्ट GitHub पर करें।"
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr "वैधीकृत करें"
msgid "Validated"
msgstr "वैधीकृत करें"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "मूल्य"
@ -1593,7 +1606,7 @@ msgstr "मूल्य"
msgid "Verified"
msgstr "सत्यापित"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr "सत्यापित करें कि दो-कारक प्रमाणीकरण सही ढंग से सेटअप किया गया है"
@ -1643,7 +1656,7 @@ msgstr "नवीनतम संस्करण में नया क्य
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr "आप एकाधिक कीवर्ड को अल्पविराम से अलग करके या एंटर दबाकर जोड़ सकते हैं।"
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr "आप अपना उपयोगकर्ता नाम भी दर्ज कर सकते हैं."

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: it\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Italian\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "Hai abilitato l'autenticazione a due fattori con successo."
@ -26,7 +26,7 @@ msgstr "Hai abilitato l'autenticazione a due fattori con successo."
msgid "{templatesCount} resume templates to choose from"
msgstr "{templatesCount} modelli di curriculum tra cui scegliere"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {Colonna} other {Colonne}}"
@ -98,7 +98,7 @@ msgstr "Accetta solo {accept} file"
msgid "Account"
msgstr "Account"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "Aggiungi un campo personalizzato"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "Aggiungi nuovo elemento"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "Aggiungi nuovo elemento"
@ -125,7 +125,7 @@ msgstr "Aggiungi una nuova pagina"
msgid "AI"
msgstr "IA"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "Ha già un account?"
@ -154,11 +154,11 @@ msgstr "Chiave API"
msgid "Are you sure you want to delete this item?"
msgstr "Sei sicuro di voler eliminare questo articolo?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "Sei sicuro di voler eliminare il tuo curriculum?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "Sei sicuro di voler disattivare l'autenticazione a due fattori?"
@ -193,7 +193,7 @@ msgstr "Premiatore"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "Indietro"
@ -237,8 +237,8 @@ msgstr "Dalla comunità, per la comunità."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "Annulla"
@ -260,7 +260,7 @@ msgstr "Cambia password"
msgid "Change Tone"
msgstr "Cambia tono"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "Hai cambiato idea sul nome? Dagliene uno nuovo."
@ -272,19 +272,19 @@ msgstr "Controlla la tua email per il collegamento di conferma per aggiornare il
msgid "Circle"
msgstr "Cerchio"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "Chiudi"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "Codice"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "Il codice deve essere lungo esattamente 6 cifre."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "Colonne"
@ -301,8 +301,8 @@ msgstr "Fiducioso"
msgid "Confirm New Password"
msgstr "Conferma nuova password"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "Continuare"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "Copia negli appunti"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "Crea"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "Crea un nuovo account"
@ -332,7 +332,7 @@ msgstr "Crea un nuovo account"
msgid "Create a new item"
msgstr "Crea un nuovo elemento"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "Creane uno ora"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "Creare un campione di curriculum"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "Data o Intervallo di date"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "Descrizione"
msgid "Design single/multi page resumes"
msgstr "Progetta curriculum a pagina singola/multipagina"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "Disabilita"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "Downloads"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "Duplica"
msgid "Duplicate an existing item"
msgstr "Duplica un elemento esistente"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "Duplica un curriculum esistente"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "Effetti"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "Inserisca una nuova password qui sotto e si assicuri che sia sicura."
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "Inserisca uno dei 10 codici di backup che ha salvato quando ha attivato l'autenticazione a due fattori."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "Inserisca il codice a 6 cifre dalla sua app Authenticator per verificare che il 2FA sia stato impostato correttamente."
@ -575,7 +579,7 @@ msgstr "Per esempio, qui si possono annotare le informazioni relative alle azien
msgid "Forget"
msgstr "Dimentica"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "Password dimenticata?"
@ -605,7 +609,7 @@ msgstr "Amichevole"
msgid "Full Name"
msgstr "Nome Completo"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr "Genera un titolo casuale per il tuo curriculum"
@ -621,7 +625,7 @@ msgstr "GitHub"
msgid "GitHub Stars"
msgstr "Stelle di GitHub"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "Dai un nuovo nome al tuo vecchio curriculum."
@ -660,7 +664,7 @@ msgstr "Qui può aggiornare il suo profilo per personalizzare la sua esperienza.
msgid "Hidden"
msgstr "Nascosto"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "Nascondi"
@ -668,8 +672,8 @@ msgstr "Nascondi"
msgid "Hide Icons"
msgstr "Nascondi icone"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "Tieni premuto <0>Ctrl</0> per visualizzare temporaneamente la tua password."
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr "Mi fa sempre piacere ricevere feedback o supporto dagli utenti di Reactive Resume. Ecco alcuni dei messaggi che ho ricevuto. Se hai commenti, non esitare a mandarmi un'e-mail a <0>{email}</0>."
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "Icona"
@ -694,7 +699,7 @@ msgstr "Icona"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "Se questa app ti ha aiutato nella ricerca di lavoro, faccelo sapere contattandomi tramite <0>questo modulo di contatto</0>."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr "Se disattivi l'autenticazione a due fattori, non ti verrà più richiesto di inserire un codice di verifica al momento dell'accesso."
@ -716,7 +721,7 @@ msgstr "Importa un curriculum esistente"
msgid "Improve Writing"
msgstr "Migliora la scrittura"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr "Nel caso in cui non riuscisse a scansionare questo Codice QR, può anche copiare-incollare questo link nella sua app Authenticator."
@ -769,17 +774,17 @@ msgstr "Sembra che il token di verifica che hai fornito non sia valido. Prova a
msgid "It looks like your email address has already been verified."
msgstr "Sembra che il tuo indirizzo email sia già stato verificato."
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr "Mario Rossi"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr "mario. rossi"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr "mario.rossi@esempio.it"
@ -913,7 +918,7 @@ msgstr "Margine"
msgid "MIT License"
msgstr "Licenza MIT"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "Licenza MIT"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "Nome"
@ -947,7 +952,7 @@ msgstr "Nessun risultato trovato"
msgid "No user tracking or advertising"
msgstr "Nessun tracciamento o pubblicità degli utenti"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "Nota: ciò renderà il tuo account meno sicuro."
@ -1011,8 +1016,8 @@ msgstr "Pagina"
msgid "Page {0}"
msgstr "Pagina {0}"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr "Tieni presente che questo passaggio è del tutto facoltativo."
msgid "Please select a file type"
msgstr "Seleziona un tipo di file"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr "Conservi i codici di backup in un luogo sicuro. Può utilizzare uno di questi codici una tantum per effettuare il login nel caso in cui perdesse l'accesso alla sua app Authenticator."
@ -1084,7 +1089,7 @@ msgstr "Colore primario"
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:10
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:23
msgid "Privacy Policy"
msgstr ""
msgstr "Politica Sulla Privacy"
#: apps/client/src/components/ai-actions.tsx:109
#: apps/client/src/components/ai-actions.tsx:112
@ -1111,7 +1116,7 @@ msgstr "Segnala un problema"
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr "Ritorna"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr "Rimuovi"
@ -1155,7 +1160,7 @@ msgstr "Rimuovi"
msgid "Remove Page"
msgstr "Rimuovi pagina"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "Rinomina"
msgid "Resend email confirmation link"
msgstr "Rinvio del link di conferma dell'e-mail"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr "Ripristina"
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "Arrotondato"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "Salva le modifiche"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr "Scansiona il codice QR qui sotto con la tua app di autenticazione per impostare 2FA sul tuo account."
@ -1253,6 +1258,10 @@ msgstr "Invia email"
msgid "Send me a message"
msgstr "Inviami un messaggio"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr "Inviami un messaggio"
msgid "Settings"
msgstr "Impostazioni"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr "Imposta l'autenticazione a due fattori sul tuo account"
@ -1269,7 +1278,7 @@ msgstr "Imposta l'autenticazione a due fattori sul tuo account"
msgid "Sharing"
msgstr "Condivisione"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "Mostra"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "Barra laterale"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "Accedi"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "Accedi ora"
@ -1312,11 +1321,15 @@ msgstr "Accedi con GitHub"
msgid "Sign in with Google"
msgstr "Accedi con Google"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "Registrazione"
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr "Le registrazioni sono attualmente disabilitate dall'amministratore."
@ -1324,7 +1337,7 @@ msgstr "Le registrazioni sono attualmente disabilitate dall'amministratore."
msgid "Size (in px)"
msgstr "Dimensioni (in px)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr "Slug"
@ -1350,7 +1363,7 @@ msgstr "Quadrato"
msgid "Start building from scratch"
msgstr "Inizia a costruire da zero"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr "Inizia a costruire il tuo curriculum dandogli un nome."
@ -1367,7 +1380,7 @@ msgstr "Le statistiche sono disponibili solo per i curriculum pubblici."
msgid "Store Locally"
msgstr "Conservare localmente"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr "Archivia i tuoi codici di backup in modo sicuro"
@ -1446,7 +1459,7 @@ msgstr "Si è verificato un errore durante la connessione al browser. Assicurati
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr "Questa azione può essere annullata cliccando sul pulsante Annulla nella barra degli strumenti fluttuante."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr "Questa azione non può essere annullata. Ciò eliminerà definitivamente il tuo curriculum e non potrà essere recuperato."
@ -1462,7 +1475,7 @@ msgstr "Questo curriculum è bloccato, sbloccalo per apportare ulteriori modific
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr "Questa sezione è riservata alle tue note personali specifiche per questo curriculum. Il contenuto qui rimane privato e non è condiviso con nessun altro."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr "Suggerimento: puoi nominare il curriculum facendo riferimento alla posizione per la quale ti stai candidando."
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr "Titolo"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "Titolo"
@ -1542,7 +1555,7 @@ msgstr "Non verificato"
msgid "Update an existing item"
msgstr "Aggiorna un elemento esistente"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr "Aggiorna un curriculum esistente"
@ -1567,7 +1580,7 @@ msgstr "Usa il tuo codice di backup"
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr "L'utente non ha un record 'segreti' associato. La preghiamo di segnalare questo problema su GitHub."
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr "Convalida"
msgid "Validated"
msgstr "Convalidato"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "Valore"
@ -1593,7 +1606,7 @@ msgstr "Valore"
msgid "Verified"
msgstr "Verificato"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr "Verifica che l'autenticazione a due fattori sia stata impostata correttamente"
@ -1643,7 +1656,7 @@ msgstr "Cosa c'è di nuovo nell'ultima versione"
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr "Puoi aggiungere più parole chiave separandole con una virgola o premendo Invio."
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr "Può anche inserire il suo nome utente."

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: km\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Khmer\n"
"Plural-Forms: nplurals=1; plural=0;\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr ""
@ -26,7 +26,7 @@ msgstr ""
msgid "{templatesCount} resume templates to choose from"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr ""
@ -98,7 +98,7 @@ msgstr ""
msgid "Account"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr ""
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr ""
@ -125,7 +125,7 @@ msgstr ""
msgid "AI"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr ""
@ -154,11 +154,11 @@ msgstr ""
msgid "Are you sure you want to delete this item?"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr ""
@ -193,7 +193,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr ""
@ -237,8 +237,8 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr ""
@ -260,7 +260,7 @@ msgstr ""
msgid "Change Tone"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr ""
@ -272,19 +272,19 @@ msgstr ""
msgid "Circle"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr ""
@ -301,8 +301,8 @@ msgstr ""
msgid "Confirm New Password"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr ""
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr ""
@ -332,7 +332,7 @@ msgstr ""
msgid "Create a new item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr ""
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr ""
msgid "Design single/multi page resumes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr ""
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr ""
msgid "Duplicate an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr ""
@ -487,8 +487,8 @@ msgid "Effects"
msgstr ""
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr ""
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr ""
@ -575,7 +579,7 @@ msgstr ""
msgid "Forget"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr ""
@ -605,7 +609,7 @@ msgstr ""
msgid "Full Name"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr ""
@ -621,7 +625,7 @@ msgstr ""
msgid "GitHub Stars"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr ""
@ -660,7 +664,7 @@ msgstr ""
msgid "Hidden"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr ""
@ -668,8 +672,8 @@ msgstr ""
msgid "Hide Icons"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr ""
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr ""
@ -694,7 +699,7 @@ msgstr ""
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr ""
@ -716,7 +721,7 @@ msgstr ""
msgid "Improve Writing"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr ""
@ -769,17 +774,17 @@ msgstr ""
msgid "It looks like your email address has already been verified."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr ""
@ -913,7 +918,7 @@ msgstr ""
msgid "MIT License"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr ""
@ -947,7 +952,7 @@ msgstr ""
msgid "No user tracking or advertising"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr ""
@ -1011,8 +1016,8 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr ""
msgid "Please select a file type"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr ""
@ -1111,7 +1116,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr ""
@ -1155,7 +1160,7 @@ msgstr ""
msgid "Remove Page"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr ""
msgid "Resend email confirmation link"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr ""
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr ""
@ -1253,6 +1258,10 @@ msgstr ""
msgid "Send me a message"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr ""
msgid "Settings"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr ""
@ -1269,7 +1278,7 @@ msgstr ""
msgid "Sharing"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr ""
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr ""
@ -1312,11 +1321,15 @@ msgstr ""
msgid "Sign in with Google"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr ""
@ -1324,7 +1337,7 @@ msgstr ""
msgid "Size (in px)"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr ""
@ -1350,7 +1363,7 @@ msgstr ""
msgid "Start building from scratch"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr ""
@ -1367,7 +1380,7 @@ msgstr ""
msgid "Store Locally"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr ""
@ -1446,7 +1459,7 @@ msgstr ""
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr ""
@ -1462,7 +1475,7 @@ msgstr ""
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr ""
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr ""
@ -1542,7 +1555,7 @@ msgstr ""
msgid "Update an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr ""
@ -1567,7 +1580,7 @@ msgstr ""
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr ""
msgid "Validated"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr ""
@ -1593,7 +1606,7 @@ msgstr ""
msgid "Verified"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr ""
@ -1643,7 +1656,7 @@ msgstr ""
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr ""

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: kn\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Kannada\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "ನೀವು ಎರಡು ಅಂಶಗಳ ದೃಢೀಕರಣವನ್ನು ಯಶಸ್ವಿಯಾಗಿ ಸಕ್ರಿಯಗೊಳಿಸಿರುವಿರಿ."
@ -26,7 +26,7 @@ msgstr "ನೀವು ಎರಡು ಅಂಶಗಳ ದೃಢೀಕರಣವನ್
msgid "{templatesCount} resume templates to choose from"
msgstr "ಆಯ್ಕೆ ಮಾಡಲು {templatesCount} ರೆಸ್ಯೂಮ್‌ ಟೆಂಪ್ಲೇಟ್‌ಗಳು"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {ಕಾಲಮ್} other {ಕಾಲಮ್‌ಗಳು}}"
@ -98,7 +98,7 @@ msgstr "{accept} ಫೈಲ್‌ಗಳನ್ನು ಮಾತ್ರ ಸ್ವೀ
msgid "Account"
msgstr "ಖಾತೆಗಳು"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "ಕಸ್ಟಮ್ ಕ್ಷೇತ್ರವನ್ನು ಸೇರಿಸಿ"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "ಹೊಸ ಐಟಂ ಸೇರಿಸಿ"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "ಹೊಸ ಐಟಂ ಸೇರಿಸಿ"
@ -125,7 +125,7 @@ msgstr "ಹೊಸ ಪುಟವನ್ನು ಸೇರಿಸಿ"
msgid "AI"
msgstr "AI"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "ಈಗಾಗಲೇ ಖಾತೆ ಹೊಂದಿದ್ದೀರ?"
@ -154,11 +154,11 @@ msgstr "API ಕೀಲಿ"
msgid "Are you sure you want to delete this item?"
msgstr "ಈ ಐಟಂ ಅನ್ನು ಅಳಿಸಲು ನೀವು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "ನಿಮ್ಮ ರೆಸ್ಯೂಮ್ ಅನ್ನು ಅಳಿಸಲು ನೀವು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "ಎರಡು ಅಂಶದ ದೃಢೀಕರಣವನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಲು ನೀವು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ?"
@ -193,7 +193,7 @@ msgstr "ಪ್ರಶಸ್ತಿದಾರ"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "ಹಿಂದಕ್ಕೆ"
@ -237,8 +237,8 @@ msgstr "ಸಮುದಾಯದಿಂದ, ಸಮುದಾಯಕ್ಕಾಗಿ."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "ರದ್ದುಮಾಡಿ"
@ -260,7 +260,7 @@ msgstr "ಗುಪ್ತಪದವನ್ನು ಬದಲಾಯಿಸು"
msgid "Change Tone"
msgstr "ಟೋನ್ ಬದಲಾಯಿಸಿ"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "ಹೆಸರಿನ ಬಗ್ಗೆ ನಿಮ್ಮ ಮನಸ್ಸನ್ನು ಬದಲಾಯಿಸಿದ್ದೀರಾ? ಹೊಸದನ್ನು ಕೊಡಿ."
@ -272,19 +272,19 @@ msgstr "ನಿಮ್ಮ ಇಮೇಲ್ ವಿಳಾಸವನ್ನು ನವೀ
msgid "Circle"
msgstr "ವೃತ್ತ"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "ಮುಚ್ಚಿ"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "ಕೋಡ್"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "ಕೋಡ್ ನಿಖರವಾಗಿ 6 ಅಂಕೆಗಳನ್ನು ಹೊಂದಿರಬೇಕು."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "ಕಾಲಮ್ಗಳು"
@ -301,8 +301,8 @@ msgstr "ಆತ್ಮವಿಶ್ವಾಸ"
msgid "Confirm New Password"
msgstr "ಹೊಸ ಗುಪ್ತಪದವನ್ನು ದೃಢೀಕರಿಸಿ"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "ಮುಂದುವರಿಸಿ"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "ಕ್ಲಿಪ್‌ಬೋರ್ಡ್‌ಗೆ ನಕಲಿಸಿ"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "ರಚಿಸಿ"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "ಹೊಸ ಖಾತೆಯನ್ನು ರಚಿಸಿ"
@ -332,7 +332,7 @@ msgstr "ಹೊಸ ಖಾತೆಯನ್ನು ರಚಿಸಿ"
msgid "Create a new item"
msgstr "ಹೊಸ ಐಟಂ ರಚಿಸಿ"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "ಇದೀಗ ಒಂದನ್ನು ರಚಿಸಿ"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "ಮಾದರಿ ರೆಸ್ಯೂಮ್‌ ರಚಿಸಿ"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "ವಿವರಣೆ"
msgid "Design single/multi page resumes"
msgstr "ಏಕ/ಬಹು ಪುಟ ರೆಸ್ಯೂಮ್‌ಗಳನ್ನು ವಿನ್ಯಾಸಗೊಳಿಸಿ"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿ"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "ಡೌನ್‌ಲೋಡ್‌ಗಳು"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "ನಕಲು"
msgid "Duplicate an existing item"
msgstr "ಅಸ್ತಿತ್ವದಲ್ಲಿರುವ ಐಟಂ ಅನ್ನು ನಕಲು ಮಾಡಿ"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "ಅಸ್ತಿತ್ವದಲ್ಲಿರುವ ರೆಸ್ಯೂಮ್ ಅನ್ನು ನಕಲು ಮಾಡಿ"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "ಪರಿಣಾಮಗಳು"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "ಕೆಳಗೆ ಹೊಸ ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "ನೀವು ಎರಡು ಅಂಶದ ದೃಢೀಕರಣವನ್ನು ಸಕ್ರಿಯಗೊಳಿಸಿದಾಗ ನೀವು ಉಳಿಸಿದ 10 ಬ್ಯಾಕಪ್ ಕೋಡ್‌ಗಳಲ್ಲಿ ಒಂದನ್ನು ನಮೂದಿಸಿ."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "2FA ಅನ್ನು ಸರಿಯಾಗಿ ಹೊಂದಿಸಲಾಗಿದೆಯೇ ಎಂದು ಪರಿಶೀಲಿಸಲು ನಿಮ್ಮ ದೃಢೀಕರಣ ಅಪ್ಲಿಕೇಶನ್‌ನಿಂದ 6-ಅಂಕಿಯ ಕೋಡ್ ಅನ್ನು ನಮೂದಿಸಿ."
@ -575,7 +579,7 @@ msgstr "ಉದಾಹರಣೆಗೆ, ನೀವು ಈ ರೆಸ್ಯೂಮ್
msgid "Forget"
msgstr "ಮರೆತುಬಿಡಿ"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "ಪಾಸ್ವರ್ಡ್ ಮರೆತಿರಾ?"
@ -605,7 +609,7 @@ msgstr "ಸ್ನೇಹಪರ"
msgid "Full Name"
msgstr "ಪೂರ್ಣ ಹೆಸರು"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr "ನಿಮ್ಮ ಪುನರಾರಂಭಕ್ಕಾಗಿ ಯಾದೃಚ್ಛಿಕ ಶೀರ್ಷಿಕೆಯನ್ನು ರಚಿಸಿ"
@ -621,7 +625,7 @@ msgstr "Github"
msgid "GitHub Stars"
msgstr "GitHub ಸ್ಟಾರ್ಸ್"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "ನಿಮ್ಮ ಹಳೆಯ ರೆಸ್ಯೂಮೇಗೆ ಹೊಸ ಹೆಸರನ್ನು ನೀಡಿ."
@ -660,7 +664,7 @@ msgstr "ಇಲ್ಲಿ, ನಿಮ್ಮ ಅನುಭವವನ್ನು ಕಸ
msgid "Hidden"
msgstr "ಮರೆಮಾಡಲಾಗಿದೆ"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "ಮರೆಮಾಡಿ"
@ -668,8 +672,8 @@ msgstr "ಮರೆಮಾಡಿ"
msgid "Hide Icons"
msgstr "ಐಕಾನ್‌ಗಳನ್ನು ಮರೆಮಾಡಿ"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "ನಿಮ್ಮ ಪಾಸ್‌ವರ್ಡ್ ಅನ್ನು ತಾತ್ಕಾಲಿಕವಾಗಿ ಪ್ರದರ್ಶಿಸಲು <0>Ctrl</0> ಅನ್ನು ಹಿಡಿದುಕೊಳ್ಳಿ."
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr "ಪ್ರತಿಕ್ರಿಯೆ ಅಥವಾ ಬೆಂಬಲದೊಂದಿಗೆ ರಿಯಾಕ್ಟಿವ್ ರೆಸ್ಯೂಮೇನ ಬಳಕೆದಾರರಿಂದ ಕೇಳಲು ನಾನು ಯಾವಾಗಲೂ ಇಷ್ಟಪಡುತ್ತೇನೆ. ನಾನು ಸ್ವೀಕರಿಸಿದ ಕೆಲವು ಸಂದೇಶಗಳು ಇಲ್ಲಿವೆ. ನೀವು ಯಾವುದೇ ಪ್ರತಿಕ್ರಿಯೆಯನ್ನು ಹೊಂದಿದ್ದರೆ, <0>{email} ನಲ್ಲಿ ನನಗೆ ಇಮೇಲ್ ಅನ್ನು ಡ್ರಾಪ್ ಮಾಡಲು ಹಿಂಜರಿಯಬೇಡಿ</0>."
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "ಐಕಾನ್"
@ -694,7 +699,7 @@ msgstr "ಐಕಾನ್"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "ನಿಮ್ಮ ಉದ್ಯೋಗ ಹುಡುಕಾಟದಲ್ಲಿ ಈ ಅಪ್ಲಿಕೇಶನ್ ನಿಮಗೆ ಸಹಾಯ ಮಾಡಿದ್ದರೆ, <0>ಈ ಸಂಪರ್ಕ ಫಾರ್ಮ್</0> ಮೂಲಕ ತಲುಪುವ ಮೂಲಕ ನನಗೆ ತಿಳಿಸಿ."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr "ನೀವು ಎರಡು ಅಂಶದ ದೃಢೀಕರಣವನ್ನು ನಿಷ್ಕ್ರಿಯಗೊಳಿಸಿದರೆ, ಲಾಗ್ ಇನ್ ಮಾಡುವಾಗ ನೀವು ಇನ್ನು ಮುಂದೆ ಪರಿಶೀಲನಾ ಕೋಡ್ ಅನ್ನು ನಮೂದಿಸುವ ಅಗತ್ಯವಿರುವುದಿಲ್ಲ."
@ -716,7 +721,7 @@ msgstr "ಅಸ್ತಿತ್ವದಲ್ಲಿರುವ ರೆಸ್ಯೂಮ
msgid "Improve Writing"
msgstr "ಬರವಣಿಗೆಯನ್ನು ಸುಧಾರಿಸಿ"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr "ಈ QR ಕೋಡ್ ಅನ್ನು ಸ್ಕ್ಯಾನ್ ಮಾಡಲು ನಿಮಗೆ ಸಾಧ್ಯವಾಗದಿದ್ದರೆ, ನೀವು ಈ ಲಿಂಕ್ ಅನ್ನು ನಿಮ್ಮ ದೃಢೀಕರಣ ಅಪ್ಲಿಕೇಶನ್‌ಗೆ ನಕಲಿಸಬಹುದು."
@ -769,17 +774,17 @@ msgstr "ನೀವು ಒದಗಿಸಿದ ಮರುಹೊಂದಿಸುವ ಟ
msgid "It looks like your email address has already been verified."
msgstr "ನಿಮ್ಮ ಇಮೇಲ್ ವಿಳಾಸವನ್ನು ಈಗಾಗಲೇ ಪರಿಶೀಲಿಸಿರುವಂತೆ ತೋರುತ್ತಿದೆ."
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr "ಜಾನ್ ಡೋ"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr "ಜಾನ್ ಡೋ"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr "john.doe@example.com"
@ -913,7 +918,7 @@ msgstr "ಅಂಚು"
msgid "MIT License"
msgstr "MIT ಪರವಾನಗಿ"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "MIT ಪರವಾನಗಿ"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "ಹೆಸರು"
@ -947,7 +952,7 @@ msgstr "ಯಾವುದೇ ಫಲಿತಾಂಶಗಳು ಕಂಡುಬರ
msgid "No user tracking or advertising"
msgstr "ಬಳಕೆದಾರರ ಟ್ರ್ಯಾಕಿಂಗ್ ಅಥವಾ ಜಾಹೀರಾತು ಇಲ್ಲ"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "ಗಮನಿಸಿ: ಇದು ನಿಮ್ಮ ಖಾತೆಯನ್ನು ಕಡಿಮೆ ಸುರಕ್ಷಿತಗೊಳಿಸುತ್ತದೆ."
@ -1011,8 +1016,8 @@ msgstr "ಪುಟ"
msgid "Page {0}"
msgstr "ಪುಟ {0}"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr "ದಯವಿಟ್ಟು ಗಮನಿಸಿ ಈ ಹಂತವು ಸಂ
msgid "Please select a file type"
msgstr "ದಯವಿಟ್ಟು ಒಂದು ಕಡತವನ್ನು ಆಯ್ಕೆ ಮಾಡಿ"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr "ದಯವಿಟ್ಟು ನಿಮ್ಮ ಬ್ಯಾಕಪ್ ಕೋಡ್‌ಗಳನ್ನು ಸುರಕ್ಷಿತ ಸ್ಥಳದಲ್ಲಿ ಸಂಗ್ರಹಿಸಿ. ನಿಮ್ಮ ದೃಢೀಕರಣ ಅಪ್ಲಿಕೇಶನ್‌ಗೆ ನೀವು ಪ್ರವೇಶವನ್ನು ಕಳೆದುಕೊಂಡರೆ ಲಾಗಿನ್ ಮಾಡಲು ಈ ಒಂದು-ಬಾರಿಯ ಬಳಕೆಯ ಕೋಡ್‌ಗಳಲ್ಲಿ ಒಂದನ್ನು ನೀವು ಬಳಸಬಹುದು."
@ -1111,7 +1116,7 @@ msgstr "ಒಂದು ಸಮಸ್ಯೆಯನ್ನು ಎತ್ತಿಕೊಳ
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr "ಮತ್ತೆಮಾಡು"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr "ತೆಗೆದುಹಾಕಿ"
@ -1155,7 +1160,7 @@ msgstr "ತೆಗೆದುಹಾಕಿ"
msgid "Remove Page"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "ಮರುಹೆಸರಿಸಿ"
msgid "Resend email confirmation link"
msgstr "ಇಮೇಲ್ ದೃಢೀಕರಣ ಲಿಂಕ್ ಅನ್ನು ಮರುಕಳುಹಿಸಿ"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr "ಮರುಹೊಂದಿಸಿ"
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "ದುಂಡಾದ"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "ಬದಲಾವಣೆಗಳನ್ನು ಉಳಿಸು"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr "ನಿಮ್ಮ ಖಾತೆಯಲ್ಲಿ 2FA ಸೆಟಪ್ ಮಾಡಲು ನಿಮ್ಮ ದೃಢೀಕರಣ ಅಪ್ಲಿಕೇಶನ್‌ನೊಂದಿಗೆ ಕೆಳಗಿನ QR ಕೋಡ್ ಅನ್ನು ಸ್ಕ್ಯಾನ್ ಮಾಡಿ."
@ -1253,6 +1258,10 @@ msgstr "ಇಮೇಲ್ ಕಳುಹಿಸಿ"
msgid "Send me a message"
msgstr "ಸಂದೇಶ ಕಳುಹಿಸಿ"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr "ಸಂದೇಶ ಕಳುಹಿಸಿ"
msgid "Settings"
msgstr "ಸೆಟ್ಟಿಂಗ್ಸಗಳು"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr "ನಿಮ್ಮ ಖಾತೆಯಲ್ಲಿ ಎರಡು ಅಂಶದ ದೃಢೀಕರಣವನ್ನು ಹೊಂದಿಸಿ"
@ -1269,7 +1278,7 @@ msgstr "ನಿಮ್ಮ ಖಾತೆಯಲ್ಲಿ ಎರಡು ಅಂಶದ
msgid "Sharing"
msgstr "ಹಂಚಿಕೆ"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "ತೋರಿಸು"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "ಪಾರ್ಶ್ವಪಟ್ಟಿ"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "ಸೈನ್ ಇನ್ ಮಾಡಿ"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "ಈಗ ಸೈನ್ ಇನ್ ಮಾಡಿ"
@ -1312,11 +1321,15 @@ msgstr "GitHub ನೊಂದಿಗೆ ಸೈನ್ ಇನ್ ಮಾಡಿ"
msgid "Sign in with Google"
msgstr "Google ನೊಂದಿಗೆ ಸೈನ್ ಇನ್ ಮಾಡಿ"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "ಖಾತೇ ರಚಿಸಿ"
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr ""
@ -1324,7 +1337,7 @@ msgstr ""
msgid "Size (in px)"
msgstr "ಗಾತ್ರ (px ನಲ್ಲಿ)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr "ಸ್ಲಗ್"
@ -1350,7 +1363,7 @@ msgstr "ಚೌಕ"
msgid "Start building from scratch"
msgstr "ಮೊದಲಿನಿಂದ ನಿರ್ಮಿಸಲು ಪ್ರಾರಂಭಿಸಿ"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr "ಹೆಸರನ್ನು ನೀಡುವ ಮೂಲಕ ನಿಮ್ಮ ರೆಸ್ಯೂಮ್ ಅನ್ನು ನಿರ್ಮಿಸಲು ಪ್ರಾರಂಭಿಸಿ."
@ -1367,7 +1380,7 @@ msgstr "ಅಂಕಿಅಂಶಗಳು ಸಾರ್ವಜನಿಕ ರೆಸ್
msgid "Store Locally"
msgstr "ಸ್ಥಳೀಯವಾಗಿ ಸಂಗ್ರಹಿಸಿ"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr "ನಿಮ್ಮ ಬ್ಯಾಕಪ್ ಕೋಡ್‌ಗಳನ್ನು ಸುರಕ್ಷಿತವಾಗಿ ಸಂಗ್ರಹಿಸಿ"
@ -1446,7 +1459,7 @@ msgstr "ಬ್ರೌಸರ್‌ಗೆ ಸಂಪರ್ಕಿಸುವಲ್ಲ
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr "ಫ್ಲೋಟಿಂಗ್ ಟೂಲ್‌ಬಾರ್‌ನಲ್ಲಿರುವ ರದ್ದುಗೊಳಿಸು ಬಟನ್ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡುವ ಮೂಲಕ ಈ ಕ್ರಿಯೆಯನ್ನು ಹಿಂತಿರುಗಿಸಬಹುದು."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr "ಈ ಕ್ರಿಯೆಯನ್ನು ರದ್ದುಗೊಳಿಸಲಾಗುವುದಿಲ್ಲ. ಇದು ನಿಮ್ಮ ರೆಸ್ಯೂಮ್ ಅನ್ನು ಶಾಶ್ವತವಾಗಿ ಅಳಿಸುತ್ತದೆ ಮತ್ತು ಮರುಪಡೆಯಲು ಸಾಧ್ಯವಿಲ್ಲ."
@ -1462,7 +1475,7 @@ msgstr "ಈ ಪುನರಾರಂಭವನ್ನು ಲಾಕ್ ಮಾಡಲಾ
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr "ಈ ವಿಭಾಗವನ್ನೂ ನಿರ್ದಿಷ್ಟವಾದ ನಿಮ್ಮ ವೈಯಕ್ತಿಕ ಟಿಪ್ಪಣಿಗಳಿಗಾಗಿ ಕಾಯ್ದಿರಿಸಲಾಗಿದೆ. ಇಲ್ಲಿರುವ ವಿಷಯವು ಖಾಸಗಿಯಾಗಿ ಉಳಿಯುತ್ತದೆ ಮತ್ತು ಬೇರೆಯವರೊಂದಿಗೆ ಹಂಚಿಕೊಳ್ಳಲಾಗುವುದಿಲ್ಲ."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr "ಸಲಹೆ: ನೀವು ಅರ್ಜಿ ಸಲ್ಲಿಸುತ್ತಿರುವ ಸ್ಥಾನವನ್ನು ಉಲ್ಲೇಖಿಸಿ ನೀವು ರೆಸ್ಯೂಮ್‌ ಹೆಸರಿಸಬಹುದು."
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr "ಶೀರ್ಷಿಕೆ"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "ಶೀರ್ಷಿಕೆ"
@ -1542,7 +1555,7 @@ msgstr "ಪರಿಶೀಲಿಸಲಾಗಿಲ್ಲ"
msgid "Update an existing item"
msgstr "ಅಸ್ತಿತ್ವದಲ್ಲಿರುವ ಐಟಂ ಅನ್ನು ನವೀಕರಿಸಿ"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr "ಅಸ್ತಿತ್ವದಲ್ಲಿರುವ ರೆಸ್ಯೂಮ್ ಅನ್ನು ನವೀಕರಿಸಿ"
@ -1567,7 +1580,7 @@ msgstr "ನಿಮ್ಮ ಬ್ಯಾಕಪ್ ಕೋಡ್ ಬಳಸಿ"
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr "ಬಳಕೆದಾರರು ಸಂಬಂಧಿತ 'ರಹಸ್ಯ' ದಾಖಲೆಯನ್ನು ಹೊಂದಿಲ್ಲ. ದಯವಿಟ್ಟು ಈ ಸಮಸ್ಯೆಯನ್ನು GitHub ನಲ್ಲಿ ವರದಿ ಮಾಡಿ."
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr "ಮೌಲ್ಯೀಕರಿಸಿ"
msgid "Validated"
msgstr "ಮೌಲ್ಯೀಕರಿಸಿ"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "ಮೌಲ್ಯ"
@ -1593,7 +1606,7 @@ msgstr "ಮೌಲ್ಯ"
msgid "Verified"
msgstr "ಪರಿಶೀಲಿಸಲಾಗಿದೆ"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr "ಎರಡು ಅಂಶಗಳ ದೃಢೀಕರಣವನ್ನು ಸರಿಯಾಗಿ ಹೊಂದಿಸಲಾಗಿದೆಯೇ ಎಂದು ಪರಿಶೀಲಿಸಿ"
@ -1643,7 +1656,7 @@ msgstr "ಇತ್ತೀಚಿನ ಆವೃತ್ತಿಯಲ್ಲಿ ಹೊಸ
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr "ಅಲ್ಪವಿರಾಮದಿಂದ ಬೇರ್ಪಡಿಸುವ ಮೂಲಕ ಅಥವಾ ಎಂಟರ್ ಒತ್ತುವ ಮೂಲಕ ನೀವು ಬಹು ಕೀವರ್ಡ್‌ಗಳನ್ನು ಸೇರಿಸಬಹುದು."
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr "ನಿಮ್ಮ ಬಳಕೆದಾರಹೆಸರನ್ನು ಸಹ ನೀವು ನಮೂದಿಸಬಹುದು."

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: lt\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Lithuanian\n"
"Plural-Forms: nplurals=4; plural=(n%10==1 && (n%100>19 || n%100<11) ? 0 : (n%10>=2 && n%10<=9) && (n%100>19 || n%100<11) ? 1 : n%1!=0 ? 2: 3);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "Sėkmingai įjungėte dviejų veiksnių autentifikavimą."
@ -26,7 +26,7 @@ msgstr "Sėkmingai įjungėte dviejų veiksnių autentifikavimą."
msgid "{templatesCount} resume templates to choose from"
msgstr "{templatesCount} CV šablonai, iš kurių galite rinktis"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural,one {Stulpelis} other {Stulpeliai}}"
@ -98,7 +98,7 @@ msgstr "Priimami tik {accept} failai"
msgid "Account"
msgstr "Paskyra"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "Pridėti pasirinktinį lauką"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "Pridėti naują elementą"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "Pridėti naują elementą"
@ -125,7 +125,7 @@ msgstr "Pridėti naują puslapį"
msgid "AI"
msgstr "AI"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "Jau turite paskyrą?"
@ -154,11 +154,11 @@ msgstr "API raktas"
msgid "Are you sure you want to delete this item?"
msgstr "Ar tikrai norite ištrinti šį elementą?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "Ar tikrai norite ištrinti savo gyvenimo aprašymą?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "Ar tikrai norite išjungti dviejų veiksnių autentifikavimą?"
@ -193,7 +193,7 @@ msgstr "Apdovanotojas"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "Atgal"
@ -237,8 +237,8 @@ msgstr "Bendruomenės ir bendruomenei."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "Atšaukti"
@ -260,7 +260,7 @@ msgstr "Keisti slaptažodį"
msgid "Change Tone"
msgstr "Keisti toną"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "Pakeitėte nuomonę dėl pavadinimo? Suteikite jam naują."
@ -272,19 +272,19 @@ msgstr "Patikrinkite savo el. laišką, kad gautumėte patvirtinimo nuorodą ir
msgid "Circle"
msgstr "Apskritimas"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "Uždaryti"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "Kodas"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "Kodas turi būti lygiai 6 skaitmenų ilgio."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "Stulpeliai"
@ -301,8 +301,8 @@ msgstr "Pasitikintis savimi"
msgid "Confirm New Password"
msgstr "Patvirtinti naują slaptažodį"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "Tęsti"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "Kopijuoti į iškarpinę"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "Sukurti"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "Sukurti naują paskyrą"
@ -332,7 +332,7 @@ msgstr "Sukurti naują paskyrą"
msgid "Create a new item"
msgstr "Sukurti naują elementą"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "Sukurkite jį dabar"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "Sukurti pavyzdinį gyvenimo aprašymą"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "Data arba datos intervalas"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "Aprašymas"
msgid "Design single/multi page resumes"
msgstr "Sukurkite vieno / kelių puslapių gyvenimo aprašymus"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "Išjungti"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "Atsisiuntimai"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "Dublikatas"
msgid "Duplicate an existing item"
msgstr "Dubliuoti esamą elementą"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "Dubliuoti esamą gyvenimo aprašymą"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "Efektai"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "Toliau įveskite naują slaptažodį ir įsitikinkite, kad jis yra saugu
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "Įveskite vieną iš 10 atsarginių kodų, kuriuos išsaugojote įjungę dviejų veiksnių autentifikavimą."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "Įveskite 6 skaitmenų kodą iš autentifikavimo programos, kad patikrintumėte, ar 2FA nustatyta tinkamai."
@ -575,7 +579,7 @@ msgstr "Pavyzdžiui, čia galima įrašyti informaciją apie tai, kurioms įmon
msgid "Forget"
msgstr "Pamirškite"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "Pamiršote slaptažodį?"
@ -605,7 +609,7 @@ msgstr "Draugiškas"
msgid "Full Name"
msgstr "Pilnas vardas"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr "Sugeneruokite atsitiktinį savo gyvenimo aprašymo pavadinimą"
@ -621,7 +625,7 @@ msgstr "GitHub"
msgid "GitHub Stars"
msgstr "GitHub žvaigždės"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "Suteikite senam gyvenimo aprašymui naują pavadinimą."
@ -660,7 +664,7 @@ msgstr "Čia galite atnaujinti savo profilį, kad pritaikytumėte ir suasmenintu
msgid "Hidden"
msgstr "Paslėptas"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "Paslėpti"
@ -668,8 +672,8 @@ msgstr "Paslėpti"
msgid "Hide Icons"
msgstr "Paslėpti piktogramas"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "Laikykite <0>Ctrl</0> kad laikinai būtų rodomas slaptažodis."
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr "Visada džiaugiuosi galėdamas išgirsti \"Reactive Resume\" naudotojų atsiliepimus ar paramą. Štai keletas iš gautų žinučių. Jei turite kokių nors atsiliepimų, nedvejodami rašykite man el. paštu <0>{email}</0>."
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "Ikona"
@ -694,7 +699,7 @@ msgstr "Ikona"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "Jei ši programa padėjo jums ieškant darbo, praneškite man apie tai per <0>šią kontaktinę formą</0>."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr "Jei išjungsite dviejų veiksnių autentifikavimą, prisijungiant nebereikės įvesti patvirtinimo kodo."
@ -716,7 +721,7 @@ msgstr "Importuoti esamą gyvenimo aprašymą"
msgid "Improve Writing"
msgstr "Pagerinti rašymą"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr "Jei negalite nuskaityti šio QR kodo, taip pat galite nukopijuoti ir įklijuoti šią nuorodą į autentifikatoriaus programą."
@ -769,17 +774,17 @@ msgstr "Panašu, kad jūsų pateiktas patvirtinimo prieigos raktas yra neteising
msgid "It looks like your email address has already been verified."
msgstr "Atrodo, kad jūsų el. pašto adresas jau patikrintas."
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr "Jonas Jonaitis"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr "jonas.jonaitis"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr "jonas.jonaitis@pavyzdys.com"
@ -913,7 +918,7 @@ msgstr "Paraštė"
msgid "MIT License"
msgstr "MIT licencija"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "MIT licencija"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "Vardas"
@ -947,7 +952,7 @@ msgstr "Rezultatų nerasta"
msgid "No user tracking or advertising"
msgstr "Jokio naudotojų sekimo ar reklamos"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "Pastaba: dėl to jūsų paskyra taps mažiau saugi."
@ -1011,8 +1016,8 @@ msgstr "Puslapis"
msgid "Page {0}"
msgstr "Puslapis {0}"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr "Atkreipkite dėmesį, kad šis veiksmas yra visiškai neprivalomas."
msgid "Please select a file type"
msgstr "Pasirinkite failo tipą"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr "Atsarginius kodus saugokite saugioje vietoje. Vieną iš šių vienkartinių kodų galite naudoti prisijungimui tuo atveju, jei prarastumėte prieigą prie autentifikatoriaus programėlės."
@ -1084,7 +1089,7 @@ msgstr "Pagrindinė spalva"
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:10
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:23
msgid "Privacy Policy"
msgstr ""
msgstr "Privatumo politika"
#: apps/client/src/components/ai-actions.tsx:109
#: apps/client/src/components/ai-actions.tsx:112
@ -1111,7 +1116,7 @@ msgstr "Iškelti problemą"
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr "Grąžinti"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr "Pašalinti"
@ -1155,7 +1160,7 @@ msgstr "Pašalinti"
msgid "Remove Page"
msgstr "Pašalinti puslapį"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "Pervadinti"
msgid "Resend email confirmation link"
msgstr "Pakartotinis el. pašto patvirtinimo nuorodos siuntimas"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr "Nustatyti iš naujo"
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "Suapvalintas"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "Išsaugoti pakeitimus"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr "Norėdami savo paskyroje nustatyti 2FA, nuskaitykite toliau pateiktą QR kodą naudodami autentifikatoriaus programą."
@ -1253,6 +1258,10 @@ msgstr "Siųsti el. laišką"
msgid "Send me a message"
msgstr "Siųskite man žinutę"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr "Siųskite man žinutę"
msgid "Settings"
msgstr "Nustatymai"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr "Nustatykite dviejų veiksnių autentifikavimą savo paskyroje"
@ -1269,7 +1278,7 @@ msgstr "Nustatykite dviejų veiksnių autentifikavimą savo paskyroje"
msgid "Sharing"
msgstr "Dalijimasis"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "Rodyti"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "Šoninė juosta"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "Prisijungti"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "Prisijunkti dabar"
@ -1312,11 +1321,15 @@ msgstr "Prisijunk su GitHub"
msgid "Sign in with Google"
msgstr "Prisijungti naudojantis Google"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "Registruotis"
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr "Šiuo metu administratorius išjungė registraciją."
@ -1324,7 +1337,7 @@ msgstr "Šiuo metu administratorius išjungė registraciją."
msgid "Size (in px)"
msgstr "Dydis (px)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr "Nuorodos dalis"
@ -1350,7 +1363,7 @@ msgstr "Kvadratinis"
msgid "Start building from scratch"
msgstr "Pradėkite kurti nuo nulio"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr "Pradėkite kurti savo gyvenimo aprašymą suteikdami jam pavadinimą."
@ -1367,7 +1380,7 @@ msgstr "Statistika prieinama tik viešiems gyvenimo aprašymams."
msgid "Store Locally"
msgstr "Saugoti lokaliai"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr "Saugiai saugokite atsarginių kopijų kodus"
@ -1446,7 +1459,7 @@ msgstr "Įvyko prisijungimo prie naršyklės klaida. Įsitikinkite, kad 'chrome'
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr "Šį veiksmą galima atšaukti slankiojoje įrankių juostoje spustelėjus anuliavimo mygtuką."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr "Šio veiksmo negalima atšaukti. Tai visam laikui ištrins jūsų gyvenimo aprašymą ir jo nebus galima atkurti."
@ -1462,7 +1475,7 @@ msgstr "Šis gyvenimo aprašymas yra užrakintas, norėdami atlikti tolesnius pa
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr "Šis skyrius skirtas jūsų asmeninėms pastaboms, susijusioms su šiuo gyvenimo aprašymu. Čia pateiktas turinys lieka privatus ir niekam kitam neteikiamas."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr "Patarimas: gyvenimo aprašymą galite pavadinti pagal pareigas, į kurias pretenduojate."
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr "Pavadinimas"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "Pavadinimas"
@ -1542,7 +1555,7 @@ msgstr "Nepatikrintas"
msgid "Update an existing item"
msgstr "Atnaujinti esamą elementą"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr "Atnaujinti esamą gyvenimo aprašymą"
@ -1567,7 +1580,7 @@ msgstr "Naudokite atsarginį kodą"
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr "Vartotojas neturi susieto „paslapčių“ įrašo. Praneškite apie šią problemą GitHub platformoje."
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr "Patvirtinti"
msgid "Validated"
msgstr "Patvirtinta"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "Vertė"
@ -1593,7 +1606,7 @@ msgstr "Vertė"
msgid "Verified"
msgstr "Patikrinta"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr "Patikrinkite, ar teisingai nustatytas dviejų veiksnių autentiškumo patvirtinimas"
@ -1643,7 +1656,7 @@ msgstr "Kas naujo naujausioje versijoje"
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr "Galite pridėti kelis raktinius žodžius, atskirdami juos kableliu arba paspausdami enter."
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr "Taip pat galite įvesti savo vartotojo vardą."

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: ml\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Malayalam\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr ""
@ -26,7 +26,7 @@ msgstr ""
msgid "{templatesCount} resume templates to choose from"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr ""
@ -98,7 +98,7 @@ msgstr ""
msgid "Account"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr ""
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr ""
@ -125,7 +125,7 @@ msgstr ""
msgid "AI"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr ""
@ -154,11 +154,11 @@ msgstr ""
msgid "Are you sure you want to delete this item?"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr ""
@ -193,7 +193,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr ""
@ -237,8 +237,8 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr ""
@ -260,7 +260,7 @@ msgstr ""
msgid "Change Tone"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr ""
@ -272,19 +272,19 @@ msgstr ""
msgid "Circle"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr ""
@ -301,8 +301,8 @@ msgstr ""
msgid "Confirm New Password"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr ""
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr ""
@ -332,7 +332,7 @@ msgstr ""
msgid "Create a new item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr ""
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr ""
msgid "Design single/multi page resumes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr ""
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr ""
msgid "Duplicate an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr ""
@ -487,8 +487,8 @@ msgid "Effects"
msgstr ""
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr ""
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr ""
@ -575,7 +579,7 @@ msgstr ""
msgid "Forget"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr ""
@ -605,7 +609,7 @@ msgstr ""
msgid "Full Name"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr ""
@ -621,7 +625,7 @@ msgstr ""
msgid "GitHub Stars"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr ""
@ -660,7 +664,7 @@ msgstr ""
msgid "Hidden"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr ""
@ -668,8 +672,8 @@ msgstr ""
msgid "Hide Icons"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr ""
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr ""
@ -694,7 +699,7 @@ msgstr ""
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr ""
@ -716,7 +721,7 @@ msgstr ""
msgid "Improve Writing"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr ""
@ -769,17 +774,17 @@ msgstr ""
msgid "It looks like your email address has already been verified."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr ""
@ -913,7 +918,7 @@ msgstr ""
msgid "MIT License"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr ""
@ -947,7 +952,7 @@ msgstr ""
msgid "No user tracking or advertising"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr ""
@ -1011,8 +1016,8 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr ""
msgid "Please select a file type"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr ""
@ -1111,7 +1116,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr ""
@ -1155,7 +1160,7 @@ msgstr ""
msgid "Remove Page"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr ""
msgid "Resend email confirmation link"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr ""
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr ""
@ -1253,6 +1258,10 @@ msgstr ""
msgid "Send me a message"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr ""
msgid "Settings"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr ""
@ -1269,7 +1278,7 @@ msgstr ""
msgid "Sharing"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr ""
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr ""
@ -1312,11 +1321,15 @@ msgstr ""
msgid "Sign in with Google"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr ""
@ -1324,7 +1337,7 @@ msgstr ""
msgid "Size (in px)"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr ""
@ -1350,7 +1363,7 @@ msgstr ""
msgid "Start building from scratch"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr ""
@ -1367,7 +1380,7 @@ msgstr ""
msgid "Store Locally"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr ""
@ -1446,7 +1459,7 @@ msgstr ""
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr ""
@ -1462,7 +1475,7 @@ msgstr ""
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr ""
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr ""
@ -1542,7 +1555,7 @@ msgstr ""
msgid "Update an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr ""
@ -1567,7 +1580,7 @@ msgstr ""
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr ""
msgid "Validated"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr ""
@ -1593,7 +1606,7 @@ msgstr ""
msgid "Verified"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr ""
@ -1643,7 +1656,7 @@ msgstr ""
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr ""

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: mr\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Marathi\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr ""
@ -26,7 +26,7 @@ msgstr ""
msgid "{templatesCount} resume templates to choose from"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr ""
@ -98,7 +98,7 @@ msgstr "केवळ {accept} फाइल स्वीकारल्या ज
msgid "Account"
msgstr "खाते"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr ""
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "नवीन वस्तू जोडा"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "नवीन वस्तू जोडा"
@ -125,7 +125,7 @@ msgstr "नवीन पान जोडा"
msgid "AI"
msgstr "AI"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "आधीपासूनच खाते आहे का?"
@ -154,11 +154,11 @@ msgstr ""
msgid "Are you sure you want to delete this item?"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr ""
@ -193,7 +193,7 @@ msgstr "पुरस्कार दाता"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "मागे"
@ -237,8 +237,8 @@ msgstr "समाजाने, समाजासाठी."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "रद्द करा"
@ -260,7 +260,7 @@ msgstr ""
msgid "Change Tone"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr ""
@ -272,19 +272,19 @@ msgstr ""
msgid "Circle"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr ""
@ -301,8 +301,8 @@ msgstr ""
msgid "Confirm New Password"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr ""
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr ""
@ -332,7 +332,7 @@ msgstr ""
msgid "Create a new item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "आता बनवा"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "नमुना रेझ्युमे बनवा"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "तारीख किंवा तारीख श्रेणी"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "वर्णन"
msgid "Design single/multi page resumes"
msgstr "एक किंवा अनेक पानांचे रेझ्युमे डिझाइन करा"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "अक्षम करा"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "डाउनलोड"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "नक्कल"
msgid "Duplicate an existing item"
msgstr "अस्तित्वात असलेल्या वस्तूची नक्कल करा"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "अस्तित्वात असलेल्या रेझ्युमेची नक्कल करा"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "इफेक्ट"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr ""
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr ""
@ -575,7 +579,7 @@ msgstr ""
msgid "Forget"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr ""
@ -605,7 +609,7 @@ msgstr ""
msgid "Full Name"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr ""
@ -621,7 +625,7 @@ msgstr ""
msgid "GitHub Stars"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr ""
@ -660,7 +664,7 @@ msgstr ""
msgid "Hidden"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr ""
@ -668,8 +672,8 @@ msgstr ""
msgid "Hide Icons"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr ""
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr ""
@ -694,7 +699,7 @@ msgstr ""
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr ""
@ -716,7 +721,7 @@ msgstr ""
msgid "Improve Writing"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr ""
@ -769,17 +774,17 @@ msgstr ""
msgid "It looks like your email address has already been verified."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr "जॉन डो"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr "john.doe"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr "john.doe@example.com"
@ -913,7 +918,7 @@ msgstr ""
msgid "MIT License"
msgstr "एमआयटी परवाना"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "एमआयटी परवाना"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "नाव"
@ -947,7 +952,7 @@ msgstr "कोणतेही परिणाम आढळले नाहीत
msgid "No user tracking or advertising"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "टीप: याने आपले खाते कमी सुरक्षित होईल."
@ -1011,8 +1016,8 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr ""
msgid "Please select a file type"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr ""
@ -1111,7 +1116,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr ""
@ -1155,7 +1160,7 @@ msgstr ""
msgid "Remove Page"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "नाव बदला"
msgid "Resend email confirmation link"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr ""
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "गोलाकार केलेले"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "बदल सेव्ह करा"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr ""
@ -1253,6 +1258,10 @@ msgstr "ईमेल पाठवा"
msgid "Send me a message"
msgstr "मला संदेश पाठवा"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr "मला संदेश पाठवा"
msgid "Settings"
msgstr "सेटिंग"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr ""
@ -1269,7 +1278,7 @@ msgstr ""
msgid "Sharing"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "दाखवा"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "बाजूची पट्टी"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "साइन इन"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "आता साइन इन करा"
@ -1312,11 +1321,15 @@ msgstr "GitHub ने साइन इन करा"
msgid "Sign in with Google"
msgstr "Google ने साइन इन करा"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "साइन अप करा"
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr ""
@ -1324,7 +1337,7 @@ msgstr ""
msgid "Size (in px)"
msgstr "आकार (पिक्सेलमध्ये)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr "युआरएल"
@ -1350,7 +1363,7 @@ msgstr "चौकोन"
msgid "Start building from scratch"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr ""
@ -1367,7 +1380,7 @@ msgstr ""
msgid "Store Locally"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr ""
@ -1446,7 +1459,7 @@ msgstr ""
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr ""
@ -1462,7 +1475,7 @@ msgstr ""
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr ""
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr ""
@ -1542,7 +1555,7 @@ msgstr ""
msgid "Update an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr ""
@ -1567,7 +1580,7 @@ msgstr "बॅकअप कोड वापरा"
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr ""
msgid "Validated"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "मूल्य"
@ -1593,7 +1606,7 @@ msgstr "मूल्य"
msgid "Verified"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr ""
@ -1643,7 +1656,7 @@ msgstr ""
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: ne\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Nepali\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr ""
@ -26,7 +26,7 @@ msgstr ""
msgid "{templatesCount} resume templates to choose from"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr ""
@ -98,7 +98,7 @@ msgstr ""
msgid "Account"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr ""
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr ""
@ -125,7 +125,7 @@ msgstr ""
msgid "AI"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr ""
@ -154,11 +154,11 @@ msgstr ""
msgid "Are you sure you want to delete this item?"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr ""
@ -193,7 +193,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr ""
@ -237,8 +237,8 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr ""
@ -260,7 +260,7 @@ msgstr ""
msgid "Change Tone"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr ""
@ -272,19 +272,19 @@ msgstr ""
msgid "Circle"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr ""
@ -301,8 +301,8 @@ msgstr ""
msgid "Confirm New Password"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr ""
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr ""
@ -332,7 +332,7 @@ msgstr ""
msgid "Create a new item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr ""
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr ""
msgid "Design single/multi page resumes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr ""
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr ""
msgid "Duplicate an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr ""
@ -487,8 +487,8 @@ msgid "Effects"
msgstr ""
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr ""
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr ""
@ -575,7 +579,7 @@ msgstr ""
msgid "Forget"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr ""
@ -605,7 +609,7 @@ msgstr ""
msgid "Full Name"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr ""
@ -621,7 +625,7 @@ msgstr ""
msgid "GitHub Stars"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr ""
@ -660,7 +664,7 @@ msgstr ""
msgid "Hidden"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr ""
@ -668,8 +672,8 @@ msgstr ""
msgid "Hide Icons"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr ""
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr ""
@ -694,7 +699,7 @@ msgstr ""
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr ""
@ -716,7 +721,7 @@ msgstr ""
msgid "Improve Writing"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr ""
@ -769,17 +774,17 @@ msgstr ""
msgid "It looks like your email address has already been verified."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr ""
@ -913,7 +918,7 @@ msgstr ""
msgid "MIT License"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr ""
@ -947,7 +952,7 @@ msgstr ""
msgid "No user tracking or advertising"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr ""
@ -1011,8 +1016,8 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr ""
msgid "Please select a file type"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr ""
@ -1111,7 +1116,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr ""
@ -1155,7 +1160,7 @@ msgstr ""
msgid "Remove Page"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr ""
msgid "Resend email confirmation link"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr ""
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr ""
@ -1253,6 +1258,10 @@ msgstr ""
msgid "Send me a message"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr ""
msgid "Settings"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr ""
@ -1269,7 +1278,7 @@ msgstr ""
msgid "Sharing"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr ""
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr ""
@ -1312,11 +1321,15 @@ msgstr ""
msgid "Sign in with Google"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr ""
@ -1324,7 +1337,7 @@ msgstr ""
msgid "Size (in px)"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr ""
@ -1350,7 +1363,7 @@ msgstr ""
msgid "Start building from scratch"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr ""
@ -1367,7 +1380,7 @@ msgstr ""
msgid "Store Locally"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr ""
@ -1446,7 +1459,7 @@ msgstr ""
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr ""
@ -1462,7 +1475,7 @@ msgstr ""
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr ""
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr ""
@ -1542,7 +1555,7 @@ msgstr ""
msgid "Update an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr ""
@ -1567,7 +1580,7 @@ msgstr ""
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr ""
msgid "Validated"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr ""
@ -1593,7 +1606,7 @@ msgstr ""
msgid "Verified"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr ""
@ -1643,7 +1656,7 @@ msgstr ""
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr ""

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: nl\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Dutch\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "U hebt tweefactorauthenticatie succesvol ingeschakeld."
@ -26,7 +26,7 @@ msgstr "U hebt tweefactorauthenticatie succesvol ingeschakeld."
msgid "{templatesCount} resume templates to choose from"
msgstr "{templatesCount} CV-sjablonen om uit te kiezen"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {Kolom} other {Kolommen}}"
@ -98,7 +98,7 @@ msgstr "Accepteert alleen {accept} bestanden"
msgid "Account"
msgstr "Account"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "Aangepast veld toevoegen"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "Een nieuw item toevoegen"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "Een nieuw item toevoegen"
@ -125,7 +125,7 @@ msgstr "Eigen Pagina toevoegen"
msgid "AI"
msgstr "AI"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "Heeft u al een account?"
@ -154,11 +154,11 @@ msgstr "API sleutel"
msgid "Are you sure you want to delete this item?"
msgstr "Weet u zeker dat u dit item wilt verwijderen?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "Weet u zeker dat u uw cv wilt verwijderen?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "Weet u zeker dat u tweefactorauthenticatie wilt uitschakelen?"
@ -193,7 +193,7 @@ msgstr "Prijsuitreiker"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "Terug"
@ -237,8 +237,8 @@ msgstr "Door de gemeenschap, voor de gemeenschap."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "Annuleren"
@ -260,7 +260,7 @@ msgstr "Wachtwoord Wijzigen"
msgid "Change Tone"
msgstr "Wijzig Toon"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "Ben je van gedachten veranderd over de naam? Geef het een nieuwe."
@ -272,19 +272,19 @@ msgstr "Controleer uw e-mail voor de bevestigingslink om uw e-mailadres bij te w
msgid "Circle"
msgstr "Cirkel"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "Sluiten"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "Code"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "De code moet exact 6 cijfers lang zijn."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "Kolommen"
@ -301,8 +301,8 @@ msgstr "Zelfzeker"
msgid "Confirm New Password"
msgstr "Nieuw Wachtwoord Bevestigen"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "Hervatten"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "Naar Klembord Kopiëren"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "Aanmaken"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "Maak een nieuw account aan"
@ -332,7 +332,7 @@ msgstr "Maak een nieuw account aan"
msgid "Create a new item"
msgstr "Maak een nieuw item aan"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "Maak er nu één aan"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "Maak een Voorbeeld CV aan"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "Datum of Datumbereik"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "Beschrijving"
msgid "Design single/multi page resumes"
msgstr "Ontwerp CV's met één of meerdere pagina's"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "Deactiveer"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "Downloads"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "Dupliceer"
msgid "Duplicate an existing item"
msgstr "Een bestaand item dupliceren"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "Een bestaand cv dupliceren"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "Effecten"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "Voer hieronder een nieuw wachtwoord in, en zorg ervoor dat het veilig is
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "Voer één van de 10 back-upcodes in die u hebt opgeslagen toen u 2FA inschakelde."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr "Phosphor-pictogram invoeren"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "Voer de 6-cijferige code van uw authenticator-app in om te verifiëren dat 2FA correct is ingesteld."
@ -575,7 +579,7 @@ msgstr "Hier kunt u bijvoorbeeld informatie noteren over naar welke bedrijven u
msgid "Forget"
msgstr "Vergeten"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "Wachtwoord Vergeten?"
@ -605,7 +609,7 @@ msgstr "Gebruiksvriendelijk"
msgid "Full Name"
msgstr "Volledige Naam"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr "Genereer een willekeurige titel voor uw CV"
@ -621,7 +625,7 @@ msgstr "GitHub"
msgid "GitHub Stars"
msgstr "GitHub Sterren"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "Geef uw oude CV een nieuwe naam."
@ -660,7 +664,7 @@ msgstr "Hier kunt u uw profiel bijwerken om uw ervaring aan te passen en te pers
msgid "Hidden"
msgstr "Verborgen"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "Verbergen"
@ -668,8 +672,8 @@ msgstr "Verbergen"
msgid "Hide Icons"
msgstr "Pictogrammen Verbergen"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "Houd <0>Ctrl</0> ingedrukt om uw wachtwoord tijdelijk weer te geven."
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr "Ik hoor altijd graag feedback of ondersteuning van de gebruikers van Reactive Resume. Hier zijn enkele berichten die ik heb ontvangen. Als u feedback hebt, stuur mij dan een e-mail op <0>{email}</0>."
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "Pictogram"
@ -694,7 +699,7 @@ msgstr "Pictogram"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "Als deze app u heeft geholpen bij uw zoektocht naar een baan, laat mij het zeker weten door contact op te nemen via <0>dit contactformulier</0>."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr "Als u verificatie op basis van twee factoren uitschakelt, hoeft u niet langer een verificatiecode in te voeren wanneer u inlogt."
@ -716,7 +721,7 @@ msgstr "Een bestaand cv importeren"
msgid "Improve Writing"
msgstr "Schrijven verbeteren"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr "Als u deze QR Code niet kunt scannen, kunt u deze link ook in uw authenticator app kopiëren-plakken."
@ -769,17 +774,17 @@ msgstr "Het lijkt erop dat het verificatietoken dat u hebt opgegeven ongeldig is
msgid "It looks like your email address has already been verified."
msgstr "Het lijkt erop dat uw e-mailadres al geverifiëerd is."
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr "Jan Janssen"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr "jan.janssen"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr "jan.janssen@example.com"
@ -913,7 +918,7 @@ msgstr "Marge"
msgid "MIT License"
msgstr "MIT Licentie"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "MIT Licentie"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "Naam"
@ -947,7 +952,7 @@ msgstr "Geen resultaten gevonden"
msgid "No user tracking or advertising"
msgstr "Geen tracking van gebruikers en geen reclame"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "Let op: Dit maakt uw account minder veilig."
@ -1011,8 +1016,8 @@ msgstr "Pagina"
msgid "Page {0}"
msgstr "Pagina {0}"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr "Let op: deze stap is volledig optioneel."
msgid "Please select a file type"
msgstr "Selecteer een bestandstype"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr "Bewaar uw back-upcodes op een veilige plaats. U kunt één van deze codes gebruiken om in te loggen in het geval dat u toegang tot uw authenticatie-app verliest."
@ -1084,7 +1089,7 @@ msgstr "Primaire kleur"
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:10
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:23
msgid "Privacy Policy"
msgstr ""
msgstr "Privacy Beleid"
#: apps/client/src/components/ai-actions.tsx:109
#: apps/client/src/components/ai-actions.tsx:112
@ -1111,7 +1116,7 @@ msgstr "Probleem aankaarten"
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr "Opnieuw"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr "Verwijderen"
@ -1155,7 +1160,7 @@ msgstr "Verwijderen"
msgid "Remove Page"
msgstr "Pagina verwijderen"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "Hernoemen"
msgid "Resend email confirmation link"
msgstr "Bevestigingslink opnieuw verzenden"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr "Resetten"
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "Afgeronde hoeken"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "Wijzigingen Opslaan"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr "Scan de onderstaande QR-code met uw authenticator-app om 2FA in te stellen op uw account."
@ -1253,6 +1258,10 @@ msgstr "E-mail Verzenden"
msgid "Send me a message"
msgstr "Stuur mij een bericht"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr "Stuur mij een bericht"
msgid "Settings"
msgstr "Instellingen"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr "Stel tweestapsverificatie in voor uw account"
@ -1269,7 +1278,7 @@ msgstr "Stel tweestapsverificatie in voor uw account"
msgid "Sharing"
msgstr "Delen"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "Weergeven"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "Zijbalk"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "Inloggen"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "Nu inloggen"
@ -1312,11 +1321,15 @@ msgstr "Log in met GitHub"
msgid "Sign in with Google"
msgstr "Log in met Google"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "Registreren"
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr "Aanmeldingen zijn momenteel uitgeschakeld door de beheerder."
@ -1324,7 +1337,7 @@ msgstr "Aanmeldingen zijn momenteel uitgeschakeld door de beheerder."
msgid "Size (in px)"
msgstr "Afmeting (in px)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr "Korte naam"
@ -1350,7 +1363,7 @@ msgstr "Vierkant"
msgid "Start building from scratch"
msgstr "Begin vanaf nul"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr "Begin het opstellen van uw CV door het een naam te geven."
@ -1367,7 +1380,7 @@ msgstr "Statistieken zijn alleen beschikbaar voor openbare cv's."
msgid "Store Locally"
msgstr "Lokaal bewaren"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr "Bewaar uw back-upcodes veilig"
@ -1446,7 +1459,7 @@ msgstr "Er is een fout opgetreden bij het verbinden met de browser. Zorg ervoor
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr "Deze actie kan u terugdraaien door op de knop 'Ongedaan maken' in de zwevende werkbalk te klikken."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr "Deze actie kan niet ongedaan worden gemaakt. Dit zal uw CV permanent verwijderen en kan niet hersteld worden."
@ -1462,7 +1475,7 @@ msgstr "Deze CV is vergrendeld. Ontgrendel het om verdere wijzigingen aan te bre
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr "Dit gedeelte is gereserveerd voor uw persoonlijke aantekeningen die specifiek zijn voor deze CV. De inhoud blijft privé en wordt met niemand anders gedeeld."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr "Tip: U kunt de CV een naam geven die verwijst naar de functie waarvoor u solliciteert."
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr "Titel"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "Titel"
@ -1542,7 +1555,7 @@ msgstr "Niet geverifiëerd"
msgid "Update an existing item"
msgstr "Een bestaand item bijwerken"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr "Een bestaande CV bijwerken"
@ -1567,7 +1580,7 @@ msgstr "Gebruik uw back-upcode"
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr "De gebruiker heeft geen geassocieerde 'secrets' record. Gelieve dit probleem te rapporteren op GitHub."
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr "Valideren"
msgid "Validated"
msgstr "Gevalideerd"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "Waarde"
@ -1593,7 +1606,7 @@ msgstr "Waarde"
msgid "Verified"
msgstr "Geverifiëerd"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr "Controleer of tweestapsverificatie correct is ingesteld"
@ -1643,7 +1656,7 @@ msgstr "Wat is er nieuw in de laatste versie"
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr "U kunt meerdere trefwoorden toevoegen door ze te scheiden met een komma of door op enter te drukken."
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr "U kunt ook uw gebruikersnaam invoeren."

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: no\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Norwegian\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "Du har aktivert tofaktorautentisering."
@ -26,7 +26,7 @@ msgstr "Du har aktivert tofaktorautentisering."
msgid "{templatesCount} resume templates to choose from"
msgstr "{templatesCount} CV-maler å velge mellom"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {Kolonne} other {Kolonner}}"
@ -36,7 +36,7 @@ msgstr "<0>Jeg bygde Reactive Resume for det meste alene på fritiden, med mye h
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:51
msgid "<0>I'm sure the app is not perfect, but I'd like for it to be.</0><1>If you faced any issues while creating your resume, or have an idea that would help you and other users in creating your resume more easily, drop an issue on the repository or send me an email about it.</1>"
msgstr "<0>Jeg er sikker på at appen ikke er perfekt, men jeg vil gjerne at den skal være det.</0><1>Hvis du har møtt på noen problemer mens du laget CV-en din, eller har en idé som ville hjulpet deg og andre brukere med å lage CV-en din mer enkelt, legg inn et problem på depotet eller send meg en e-post om det.</1>"
msgstr "<0>Jeg er sikker på at appen ikke er perfekt, men jeg vil gjerne at den skal være det.</0><1>Hvis du har møtt på noen problemer mens du lagde CV-en din, eller har en idé som ville hjulpet deg selv eller andre brukere med å lage CV-en din mer enkelt, legg inn et problem på GitHub Repository eller send meg en e-post om det.</1>"
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:126
msgid "<0>Note: </0>By utilizing the OpenAI API, you acknowledge and accept the <1>terms of use</1> and <2>privacy policy</2> outlined by OpenAI. Please note that Reactive Resume bears no responsibility for any improper or unauthorized utilization of the service, and any resulting repercussions or liabilities solely rest on the user."
@ -98,7 +98,7 @@ msgstr "Godtar kun {accept} filer"
msgid "Account"
msgstr "Konto"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "Legg til egendefinert felt"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "Legg til nytt element"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "Legg til nytt element"
@ -125,7 +125,7 @@ msgstr "Legg til ny side"
msgid "AI"
msgstr "KI"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "Har du allerede en konto?"
@ -154,11 +154,11 @@ msgstr "API-nøkkel"
msgid "Are you sure you want to delete this item?"
msgstr "Er du sikker på at du vil slette dette elementet?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "Er du sikker på at du vil slette CV-en din?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "Er du sikker på at du vil deaktivere tofaktorautentisering?"
@ -193,7 +193,7 @@ msgstr "Priser"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "Tilbake"
@ -237,8 +237,8 @@ msgstr "Av fellesskapet, for fellesskapet."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "Avbryt"
@ -260,7 +260,7 @@ msgstr "Bytt Passord"
msgid "Change Tone"
msgstr "Endre Tone"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "Har du ombestemt deg angående navnet? Gi det et nytt navn."
@ -272,19 +272,19 @@ msgstr "Sjekk e-posten din for bekreftelseslenken for å oppdatere e-postadresse
msgid "Circle"
msgstr "Sirkel"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "Lukk"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "Kode"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "Koden må være nøyaktig 6 sifre lang."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "Kolonner"
@ -301,8 +301,8 @@ msgstr "Selvsikker"
msgid "Confirm New Password"
msgstr "Bekreft Nytt Passord"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "Fortsett"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "Kopier til utklipstavlen"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "Opprett"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "Opprett ny konto"
@ -332,7 +332,7 @@ msgstr "Opprett ny konto"
msgid "Create a new item"
msgstr "Opprett nytt element"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "Opprett en nå"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "Opprett Eksempel-CV"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "Dato eller Datoperiode"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "Beskrivelse"
msgid "Design single/multi page resumes"
msgstr "Design enkelt-/flerside-CV"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "Deaktiver"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "Nedlastinger"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "Dupliser"
msgid "Duplicate an existing item"
msgstr "Dupliser et eksisterende element"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "Dupliser en eksisterende CV"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "Effekter"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "Skriv inn et nytt passord nedenfor, og sørg for at det er sikkert."
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "Skriv inn en av de 10 sikkerhetskopikodene du lagret da du aktiverte tofaktorautentisering."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr "Skriv inn Fosfor ikon"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "Skriv inn den 6-sifrede koden fra autentiseringsappen din for å bekrefte at 2FA er riktig konfigurert."
@ -575,7 +579,7 @@ msgstr "For eksempel kan du notere informasjon om hvilke selskaper du har sendt
msgid "Forget"
msgstr "Glem"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "Glemt Passord?"
@ -605,7 +609,7 @@ msgstr "Vennlig"
msgid "Full Name"
msgstr "Fullt Navn"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr "Generer en tilfeldig tittel for din CV"
@ -621,7 +625,7 @@ msgstr "GitHub"
msgid "GitHub Stars"
msgstr "GitHub-Stjerner"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "Gi din gamle CV et nytt navn."
@ -660,7 +664,7 @@ msgstr "Her kan du oppdatere profilen din for å tilpasse og personliggjøre opp
msgid "Hidden"
msgstr "Skjult"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "Skjul"
@ -668,8 +672,8 @@ msgstr "Skjul"
msgid "Hide Icons"
msgstr "Skjul Ikoner"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "Hold <0>Ctrl</0> for å vise passordet ditt midlertidig."
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr "Jeg elsker alltid å høre fra brukerne av Reactive Resume med tilbakemeldinger eller støtte. Her er noen av tilbakemeldingene jeg har mottatt. Hvis du har en tilbakemelding, send meg gjerne en e-post på <0>{email}</0>."
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "Ikon"
@ -694,7 +699,7 @@ msgstr "Ikon"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "Hvis denne appen har hjulpet deg med jobbjakten din, gi meg beskjed ved å ta kontakt gjennom <0>dette kontaktskjemaet</0>."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr "Hvis du deaktiverer totrinnsverifisering, vil du ikke lenger måtte oppgi en verifiseringskode når du logger deg på."
@ -716,7 +721,7 @@ msgstr "Importer en eksisterende CV"
msgid "Improve Writing"
msgstr "Forbedre Skriving"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr "Hvis du ikke klarer å skanne denne QR-koden, kan du også kopiere og lime inn denne lenken i autentiseringsappen din."
@ -769,17 +774,17 @@ msgstr "Det ser ut til at bekreftelseskoden du oppga er ugyldig. Prøv å starte
msgid "It looks like your email address has already been verified."
msgstr "Det ser ut til at e-postadressen din allerede er bekreftet."
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr "Ola Nordmann"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr "ola.nordmann"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr "ola.nordmann@eksempel.no"
@ -913,7 +918,7 @@ msgstr "Margin"
msgid "MIT License"
msgstr "MIT-lisens"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "MIT-lisens"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "Navn"
@ -947,7 +952,7 @@ msgstr "Ingen resultater funnet"
msgid "No user tracking or advertising"
msgstr "Ingen brukersporing eller reklame"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "Merk: Dette vil gjøre kontoen din mindre sikker."
@ -1011,8 +1016,8 @@ msgstr "Side"
msgid "Page {0}"
msgstr "Side {0}"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr "Vennligst merk at dette trinnet er helt valgfritt."
msgid "Please select a file type"
msgstr "Velg en filtype"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr "Vennligst lagre sikkerhetskodene dine på et sikkert sted. Du kan bruke en av disse engangskodene for å logge inn i tilfelle du mister tilgang til autentiseringsappen din."
@ -1084,7 +1089,7 @@ msgstr "Hovedfarge"
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:10
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:23
msgid "Privacy Policy"
msgstr ""
msgstr "Retningslinjer for personvern"
#: apps/client/src/components/ai-actions.tsx:109
#: apps/client/src/components/ai-actions.tsx:112
@ -1111,7 +1116,7 @@ msgstr "Ta opp et problem"
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr "Gjør om"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr "Fjern"
@ -1155,7 +1160,7 @@ msgstr "Fjern"
msgid "Remove Page"
msgstr "Fjern Side"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "Endre navn"
msgid "Resend email confirmation link"
msgstr "Send e-post bekreftelselenken på nytt"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr "Tilbakestill"
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "Avrundet"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "Lagre Endringer"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr "Skann QR-koden nedenfor med autentiseringsappen din for å konfigurere 2FA på kontoen din."
@ -1253,6 +1258,10 @@ msgstr "Send E-post"
msgid "Send me a message"
msgstr "Send meg en melding"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr "Send meg en melding"
msgid "Settings"
msgstr "Innstillinger"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr "Sett opp totrinnsverifisering på kontoen din"
@ -1269,7 +1278,7 @@ msgstr "Sett opp totrinnsverifisering på kontoen din"
msgid "Sharing"
msgstr "Deling"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "Vis"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "Sidepanel"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "Logg inn"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "Logg inn nå"
@ -1312,11 +1321,15 @@ msgstr "Logg på med GitHub"
msgid "Sign in with Google"
msgstr "Logg på med Google"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "Registrer deg"
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr "Registreringer er for øyeblikket deaktivert av administratoren."
@ -1324,7 +1337,7 @@ msgstr "Registreringer er for øyeblikket deaktivert av administratoren."
msgid "Size (in px)"
msgstr "Størrelse (i px)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr "Forkortelse"
@ -1350,7 +1363,7 @@ msgstr "Firkant"
msgid "Start building from scratch"
msgstr "Begynn å bygge fra bunnen av"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr "Begynn å bygge din CV ved å gi den et navn."
@ -1367,7 +1380,7 @@ msgstr "Statistikk er kun tilgjengelig for offentlige CVer."
msgid "Store Locally"
msgstr "Lagre Lokalt"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr "Lagre reservekodene dine sikkert"
@ -1446,7 +1459,7 @@ msgstr "Det oppsto en feil ved tilkobling til nettleseren. Sørg for at 'chrome'
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr "Denne handlingen kan angres ved å klikke på tilbakestill-knappen i den flytende verktøylinjen."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr "Denne handlingen kan ikke angres. Dette vil permanent slette CV-en din og kan ikke gjenopprettes."
@ -1462,7 +1475,7 @@ msgstr "Denne CV-en er låst. Lås opp for å gjøre ytterligere endringer."
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr "Denne delen er reservert for dine personlige notater som er spesifikke for denne CV-en. Innholdet her forblir privat og deles ikke med noen andre."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr "Tips: Du kan navngi CV-en med referanse til stillingen du søker på."
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr "Tittel"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "Tittel"
@ -1542,7 +1555,7 @@ msgstr "Ubekreftet"
msgid "Update an existing item"
msgstr "Oppdater et eksisterende element"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr "Oppdater en eksisterende CV"
@ -1567,7 +1580,7 @@ msgstr "Bruk reservekoden din"
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr "Brukeren har ikke tilknyttet en 'secrets' oppføring. Vennligst rapporter dette problemet på GitHub."
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr "Valider"
msgid "Validated"
msgstr "Validert"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "Verdi"
@ -1593,7 +1606,7 @@ msgstr "Verdi"
msgid "Verified"
msgstr "Verifisert"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr "Kontroller at tofaktorautentisering er riktig konfigurert"
@ -1643,7 +1656,7 @@ msgstr "Hva er nytt i den nyeste versjonen"
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr "Du kan legge til flere nøkkelord ved å skille dem med et komma eller trykke enter."
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr "Du kan også skrive inn brukernavnet ditt."

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: or\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Odia\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr ""
@ -26,7 +26,7 @@ msgstr ""
msgid "{templatesCount} resume templates to choose from"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr ""
@ -98,7 +98,7 @@ msgstr ""
msgid "Account"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr ""
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr ""
@ -125,7 +125,7 @@ msgstr ""
msgid "AI"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr ""
@ -154,11 +154,11 @@ msgstr ""
msgid "Are you sure you want to delete this item?"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr ""
@ -193,7 +193,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr ""
@ -237,8 +237,8 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr ""
@ -260,7 +260,7 @@ msgstr ""
msgid "Change Tone"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr ""
@ -272,19 +272,19 @@ msgstr ""
msgid "Circle"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr ""
@ -301,8 +301,8 @@ msgstr ""
msgid "Confirm New Password"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr ""
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr ""
@ -332,7 +332,7 @@ msgstr ""
msgid "Create a new item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr ""
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr ""
msgid "Design single/multi page resumes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr ""
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr ""
msgid "Duplicate an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr ""
@ -487,8 +487,8 @@ msgid "Effects"
msgstr ""
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr ""
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr ""
@ -575,7 +579,7 @@ msgstr ""
msgid "Forget"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr ""
@ -605,7 +609,7 @@ msgstr ""
msgid "Full Name"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr ""
@ -621,7 +625,7 @@ msgstr ""
msgid "GitHub Stars"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr ""
@ -660,7 +664,7 @@ msgstr ""
msgid "Hidden"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr ""
@ -668,8 +672,8 @@ msgstr ""
msgid "Hide Icons"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr ""
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr ""
@ -694,7 +699,7 @@ msgstr ""
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr ""
@ -716,7 +721,7 @@ msgstr ""
msgid "Improve Writing"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr ""
@ -769,17 +774,17 @@ msgstr ""
msgid "It looks like your email address has already been verified."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr ""
@ -913,7 +918,7 @@ msgstr ""
msgid "MIT License"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr ""
@ -947,7 +952,7 @@ msgstr ""
msgid "No user tracking or advertising"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr ""
@ -1011,8 +1016,8 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr ""
msgid "Please select a file type"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr ""
@ -1111,7 +1116,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr ""
@ -1155,7 +1160,7 @@ msgstr ""
msgid "Remove Page"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr ""
msgid "Resend email confirmation link"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr ""
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr ""
@ -1253,6 +1258,10 @@ msgstr ""
msgid "Send me a message"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr ""
msgid "Settings"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr ""
@ -1269,7 +1278,7 @@ msgstr ""
msgid "Sharing"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr ""
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr ""
@ -1312,11 +1321,15 @@ msgstr ""
msgid "Sign in with Google"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr ""
@ -1324,7 +1337,7 @@ msgstr ""
msgid "Size (in px)"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr ""
@ -1350,7 +1363,7 @@ msgstr ""
msgid "Start building from scratch"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr ""
@ -1367,7 +1380,7 @@ msgstr ""
msgid "Store Locally"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr ""
@ -1446,7 +1459,7 @@ msgstr ""
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr ""
@ -1462,7 +1475,7 @@ msgstr ""
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr ""
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr ""
@ -1542,7 +1555,7 @@ msgstr ""
msgid "Update an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr ""
@ -1567,7 +1580,7 @@ msgstr ""
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr ""
msgid "Validated"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr ""
@ -1593,7 +1606,7 @@ msgstr ""
msgid "Verified"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr ""
@ -1643,7 +1656,7 @@ msgstr ""
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr ""

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: pl\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Polish\n"
"Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "Poprawnie aktywowano autentykacje 2FA."
@ -26,7 +26,7 @@ msgstr "Poprawnie aktywowano autentykacje 2FA."
msgid "{templatesCount} resume templates to choose from"
msgstr "{templatesCount} szablonów dostępnych"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {Kolumna} few {Kolumny} many {Kolumny} other {Kolumny}}"
@ -98,7 +98,7 @@ msgstr "Akceptuje tylko pliki {accept}"
msgid "Account"
msgstr "Konto"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "Dodaj niestandardowe pole"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "Dodaj nowy element"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "Dodaj nowy element"
@ -125,7 +125,7 @@ msgstr "Dodaj nową stronę"
msgid "AI"
msgstr "AI"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "Posiadasz już konto?"
@ -154,11 +154,11 @@ msgstr "Klucz API"
msgid "Are you sure you want to delete this item?"
msgstr "Czy na pewno chcesz usunąć ten element?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "Czy na pewno chcesz usunąć swoje CV?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "Czy na pewno chcesz wyłączyć weryfikację dwuetapową?"
@ -193,7 +193,7 @@ msgstr "Nagrodzony"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "Powrót"
@ -237,8 +237,8 @@ msgstr "Zbudowane przez społeczność dla społeczności."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "Anuluj"
@ -260,7 +260,7 @@ msgstr "Zmień hasło"
msgid "Change Tone"
msgstr "Zmień ton"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "Zmieniłeś zdanie co do nazwy? Daj nową."
@ -272,19 +272,19 @@ msgstr "Sprawdź, czy w skrzynce e-mail znajduje się link potwierdzający umoż
msgid "Circle"
msgstr "Koło"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "Zamknij"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "Kod"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "Kod musi mieć dokładnie 6 cyfr."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "Kolumny"
@ -301,8 +301,8 @@ msgstr "Pewny siebie"
msgid "Confirm New Password"
msgstr "Potwierdź Nowe Hasło"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "Dalej"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "Skopiuj do Schowka"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "Stwórz"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "Stwórz nowe konto"
@ -332,7 +332,7 @@ msgstr "Stwórz nowe konto"
msgid "Create a new item"
msgstr "Stwórz nowy element"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "Stwórz teraz"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "Stwórz przykładowe CV"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "Data lub zakres dat"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "Opis"
msgid "Design single/multi page resumes"
msgstr "Projektuj CV jedno/wielostronicowe"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "Wyłącz"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "Pliki do pobrania"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "Duplikat"
msgid "Duplicate an existing item"
msgstr "Duplikuj istniejący element"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "Zduplikuj istniejące CV"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "Efekty"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "Wpisz poniżej nowe hasło i upewnij się, że jest bezpieczne."
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "Wprowadź jeden z 10 kodów zapasowych zapisanych po włączeniu uwierzytelniania dwuskładnikowego."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "Wprowadź 6-cyfrowy kod z aplikacji uwierzytelniającej, aby sprawdzić, czy 2FA zostało poprawnie skonfigurowane."
@ -575,7 +579,7 @@ msgstr "Można tu na przykład zapisać informacje o firmach, do których wysła
msgid "Forget"
msgstr "Zapomnij"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "Nie pamiętasz hasła?"
@ -605,7 +609,7 @@ msgstr "Przyjazny"
msgid "Full Name"
msgstr "Imię i nazwisko"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr "Wygeneruj losowy tytuł swojego CV"
@ -621,7 +625,7 @@ msgstr "GitHub"
msgid "GitHub Stars"
msgstr "Gwiazdek na GitHub"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "Nadaj swojemu staremu CV nową nazwę."
@ -660,7 +664,7 @@ msgstr "Tutaj możesz zaktualizować swój profil, aby dostosować i spersonaliz
msgid "Hidden"
msgstr "Ukryte"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "Ukryj"
@ -668,8 +672,8 @@ msgstr "Ukryj"
msgid "Hide Icons"
msgstr "Ukryj Ikony"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "Przytrzymaj <0>Ctrl</0> aby tymczasowo wyświetlić hasło."
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr "Uwielbiam otrzymywać opinie lub feedback od użytkowników Reactive Resume. Oto niektóre wiadomości, które otrzymałem. Jeśli masz jakieś uwagi, napisz do mnie e-mail na adres <0>{email}</0>."
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "Ikona"
@ -694,7 +699,7 @@ msgstr "Ikona"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "Jeśli ta aplikacja pomogła Ci w poszukiwaniu pracy, daj mi znać, kontaktując się za pośrednictwem <0>tego formularza kontaktowego</0>."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr "Jeśli wyłączysz uwierzytelnianie dwuskładnikowe, nie będziesz już musiał wprowadzać kodu weryfikacyjnego podczas logowania."
@ -716,7 +721,7 @@ msgstr "Importuj istniejące CV"
msgid "Improve Writing"
msgstr "Popraw Pisanie"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr "Jeśli nie możesz zeskanować tego kodu QR, możesz również skopiować i wkleić ten link do swojej aplikacji uwierzytelniającej."
@ -769,17 +774,17 @@ msgstr "Wygląda na to, że token weryfikacyjny, który podałeś, jest nieprawi
msgid "It looks like your email address has already been verified."
msgstr "Wygląda na to, że Twój adres e-mail został już zweryfikowany."
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr "Jan Kowalski"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr "jan.kowalski"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr "jan.kowalski@przyklad.pl"
@ -913,7 +918,7 @@ msgstr "Marginesy"
msgid "MIT License"
msgstr "Licencja MIT"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "Licencja MIT"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "Nazwa"
@ -947,7 +952,7 @@ msgstr "Brak wyników"
msgid "No user tracking or advertising"
msgstr "Brak śledzenia użytkowników i reklam"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "Uwaga: Spowoduje to zmniejszenie bezpieczeństwa Twojego konta."
@ -1011,8 +1016,8 @@ msgstr "Strona"
msgid "Page {0}"
msgstr "Strona {0}"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr "Pamiętaj, że ten krok jest opcjonalny."
msgid "Please select a file type"
msgstr "Proszę wybrać typ pliku"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr "Przechowuj kody zapasowe w bezpiecznym miejscu. Możesz użyć jednego z tych jednorazowych kodów do zalogowania się, na wypadek utraty dostępu do aplikacji uwierzytelniającej."
@ -1084,7 +1089,7 @@ msgstr "Główny kolor"
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:10
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:23
msgid "Privacy Policy"
msgstr ""
msgstr "Polityka prywatności"
#: apps/client/src/components/ai-actions.tsx:109
#: apps/client/src/components/ai-actions.tsx:112
@ -1111,7 +1116,7 @@ msgstr "Zgłoś problem"
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr "Ponów"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr "Usuń"
@ -1155,7 +1160,7 @@ msgstr "Usuń"
msgid "Remove Page"
msgstr "Usuń Stronę"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "Zmień Nazwę"
msgid "Resend email confirmation link"
msgstr "Wyślij ponownie link potwierdzający e-mail"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr "Zresetuj"
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "Zaokrąklony"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "Zapisz Zmiany"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr "Zeskanuj poniższy kod QR za pomocą aplikacji uwierzytelniającej, aby skonfigurować 2FA na swoim koncie."
@ -1253,6 +1258,10 @@ msgstr "Wyślij E-mail"
msgid "Send me a message"
msgstr "Wyślij mi wiadomość"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr "Wyślij mi wiadomość"
msgid "Settings"
msgstr "Ustawienia"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr "Skonfiguruj uwierzytelnianie dwuskładnikowe na swoim koncie"
@ -1269,7 +1278,7 @@ msgstr "Skonfiguruj uwierzytelnianie dwuskładnikowe na swoim koncie"
msgid "Sharing"
msgstr "Udostępnianie"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "Pokaż"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "Pasek Boczny"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "Zaloguj"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "Zaloguj się teraz"
@ -1312,11 +1321,15 @@ msgstr "Zaloguj się przez GitHub"
msgid "Sign in with Google"
msgstr "Zaloguj się przez Google"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "Zarejestruj się"
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr "Rejestracja jest obecnie wyłączona przez administratora."
@ -1324,7 +1337,7 @@ msgstr "Rejestracja jest obecnie wyłączona przez administratora."
msgid "Size (in px)"
msgstr "Rozmiar (w pikselach)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr "Krótka nazwa"
@ -1350,7 +1363,7 @@ msgstr "Kwadrat"
msgid "Start building from scratch"
msgstr "Zacznij tworzenie od zera"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr "Zacznij tworzyć swoje CV, nadając mu nazwę."
@ -1367,7 +1380,7 @@ msgstr "Statystyki są dostępne tylko w przypadku CV publicznych."
msgid "Store Locally"
msgstr "Przechowuj Lokalnie"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr "Przechowuj bezpiecznie swoje kody zapasowe"
@ -1446,7 +1459,7 @@ msgstr "Wystąpił błąd podczas łączenia się z przeglądarką. Upewnij się
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr "Tę czynność można cofnąć, klikając przycisk cofania na pływającym pasku narzędzi."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr "Tej akcji nie można cofnąć. Spowoduje to trwałe usunięcie Twojego CV i nie będzie można go odzyskać."
@ -1462,7 +1475,7 @@ msgstr "To CV jest zablokowane. Odblokuj, aby wprowadzić dalsze zmiany."
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr "Ta sekcja jest zarezerwowana na Twoje osobiste notatki dotyczące tego CV. Treść tutaj pozostaje prywatna i nie jest udostępniana nikomu innemu."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr "Wskazówka: Możesz nazwać CV nawiązując do stanowiska, na które aplikujesz."
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr "Tytuł"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "Tytuł"
@ -1542,7 +1555,7 @@ msgstr "Niezweryfikowany"
msgid "Update an existing item"
msgstr "Zaktualizuj istniejący element"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr "Zaktualizuj istniejące CV"
@ -1567,7 +1580,7 @@ msgstr "Użyj kodu zapasowego"
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr "Użytkownik nie ma powiązanego rekordu \"secrets\". Proszę zgłosić ten błąd na GitHub."
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr "Zweryfikuj"
msgid "Validated"
msgstr "Zatwierdzone"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "Wartość"
@ -1593,7 +1606,7 @@ msgstr "Wartość"
msgid "Verified"
msgstr "Zweryfikowano"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr "Sprawdź, czy uwierzytelnianie dwuskładnikowe zostało poprawnie skonfigurowane"
@ -1643,7 +1656,7 @@ msgstr "Co nowego w najnowszej wersji"
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr "Możesz dodać wiele słów kluczowych, oddzielając je przecinkiem lub naciskając klawisz Enter."
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr "Możesz także wpisać swoją nazwę użytkownika."

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: pt\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Portuguese, Brazilian\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "O senhor ativou a autenticação de dois fatores com êxito."
@ -26,7 +26,7 @@ msgstr "O senhor ativou a autenticação de dois fatores com êxito."
msgid "{templatesCount} resume templates to choose from"
msgstr "{templatesCount} templates de currículo para serem escolhidos de"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {Coluna} other {Collunas}}"
@ -98,7 +98,7 @@ msgstr "Aceito apenas {accept} arquivos"
msgid "Account"
msgstr "Conta"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "Adicionar campo customizado"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "Adicionar novo item"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "Adicionar novo item"
@ -125,7 +125,7 @@ msgstr "Adicionar Nova Página"
msgid "AI"
msgstr "IA"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "Já possui uma conta?"
@ -154,11 +154,11 @@ msgstr "Chave API"
msgid "Are you sure you want to delete this item?"
msgstr "Tem certeza de que deseja excluir este item?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "Tem certeza de que deseja excluir seu currículo?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "Tem certeza de que deseja desativar a autenticação de dois fatores?"
@ -193,7 +193,7 @@ msgstr "Premiado"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "Voltar"
@ -237,8 +237,8 @@ msgstr "Construída pela comunidade para a comunidade."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "Cancelar"
@ -260,7 +260,7 @@ msgstr "Alterar a senha"
msgid "Change Tone"
msgstr "Alterar tom"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "Mudou de ideia sobre o nome? Dê um novo."
@ -272,19 +272,19 @@ msgstr "Verifique seu e-mail para obter o link de confirmação para atualizar s
msgid "Circle"
msgstr "Círculo"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "Fechar"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "Código"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "O código deve ter exatamente 6 dígitos."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "Colunas"
@ -301,8 +301,8 @@ msgstr "Confiante"
msgid "Confirm New Password"
msgstr "Confirmar Nova Senha"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "Continuar"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "Copiar para Área de Transferência"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "Criar"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "Criar uma nova conta"
@ -332,7 +332,7 @@ msgstr "Criar uma nova conta"
msgid "Create a new item"
msgstr "Criar um novo item"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "Criar um agora"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "Criar currículo de exemplo"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "Data ou intervalo de datas"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "Descrição"
msgid "Design single/multi page resumes"
msgstr "Crie currículos de uma ou várias páginas"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "Desabilitar"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "Downloads"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "Duplicar"
msgid "Duplicate an existing item"
msgstr "Duplicar um item existente"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "Duplicar um currículo existente"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "Efeitos"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "Digite uma nova senha abaixo e certifique-se de que ela seja segura."
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "Digite um dos 10 códigos de backup que você salvou quando ativou a autenticação de dois fatores."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "Insira o código de 6 dígitos do seu aplicativo autenticador para verificar se o 2FA foi configurado corretamente."
@ -575,7 +579,7 @@ msgstr "Por exemplo, informações sobre quais empresas você enviou este currí
msgid "Forget"
msgstr "Esquecer"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "Esqueceu sua senha?"
@ -605,7 +609,7 @@ msgstr "Amigável"
msgid "Full Name"
msgstr "Nome Completo"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr "Gerar título aleatório para o seu currículo"
@ -621,7 +625,7 @@ msgstr "GitHub"
msgid "GitHub Stars"
msgstr "Estrelas no GitHub"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "Dê um novo nome ao seu currículo antigo."
@ -660,7 +664,7 @@ msgstr "Aqui, você pode atualizar seu perfil para customizar e personalizar sua
msgid "Hidden"
msgstr "Oculto"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "Ocultar"
@ -668,8 +672,8 @@ msgstr "Ocultar"
msgid "Hide Icons"
msgstr "Ocultar ícones"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "Segure <0>Ctrl</0> para exibir sua senha temporariamente."
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr "Sempre gosto de receber comentários ou suporte dos usuários do Reactive Resume. Aqui estão algumas das mensagens que recebi. Se você tiver algum comentário, sinta-se à vontade para enviar um e-mail para <0>{email}</0>."
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "Ícone"
@ -694,7 +699,7 @@ msgstr "Ícone"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "Se este aplicativo ajudou você em sua busca por emprego, entre em contato conosco por <0>este formulário de contato</0>."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr "Se você desativar a autenticação em dois passos, não será mais necessário inserir um código de verificação ao fazer login."
@ -716,7 +721,7 @@ msgstr "Importe um currículo existente"
msgid "Improve Writing"
msgstr "Melhorar a escrita"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr "Caso você não consiga escanear este código QR, você também pode copiar e colar este link no seu aplicativo de autenticação."
@ -769,17 +774,17 @@ msgstr "Parece que o token de redefinição fornecido é inválido. Tente reinic
msgid "It looks like your email address has already been verified."
msgstr "Parece que seu endereço de e-mail já foi verificado."
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr "João da Silva"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr "joao.silva"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr "joao.silva@example.com"
@ -913,7 +918,7 @@ msgstr "Margem"
msgid "MIT License"
msgstr "Licença MIT"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "Licença MIT"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "Nome"
@ -947,7 +952,7 @@ msgstr "Nenhum resultado encontrado"
msgid "No user tracking or advertising"
msgstr "Sem rastreamento de usuários ou publicidade"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "Observação: Esta ação tornará sua conta menos segura."
@ -1011,8 +1016,8 @@ msgstr "Página"
msgid "Page {0}"
msgstr "Página {0}"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr "Por favor, note que esta etapa é completamente opcional."
msgid "Please select a file type"
msgstr "Por favor, selecione um tipo de arquivo"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr "Guarde seus códigos de backup em um local seguro. Você pode usar um desses códigos de uso único para fazer login caso perca o acesso ao seu aplicativo autenticador."
@ -1084,7 +1089,7 @@ msgstr "Cor Primária"
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:10
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:23
msgid "Privacy Policy"
msgstr ""
msgstr "Política de Privacidade"
#: apps/client/src/components/ai-actions.tsx:109
#: apps/client/src/components/ai-actions.tsx:112
@ -1111,7 +1116,7 @@ msgstr "Aponte um problema"
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr "Refazer"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr "Remover"
@ -1155,7 +1160,7 @@ msgstr "Remover"
msgid "Remove Page"
msgstr "Remover Página"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "Renomear"
msgid "Resend email confirmation link"
msgstr "Reenviar link de confirmação"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr "Redefinir"
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "Arredondado"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "Salvar Alterações"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr "Leia o código QR abaixo com seu aplicativo de autenticação para configurar a autenticação em dois fatores em sua conta."
@ -1253,6 +1258,10 @@ msgstr "Enviar E-mail"
msgid "Send me a message"
msgstr "Envie-me uma mensagem"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr "Envie-me uma mensagem"
msgid "Settings"
msgstr "Configurações"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr "Configure a autenticação de dois fatores em sua conta"
@ -1269,7 +1278,7 @@ msgstr "Configure a autenticação de dois fatores em sua conta"
msgid "Sharing"
msgstr "Compartilhamento"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "Mostrar"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "Barra lateral"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "Entrar"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "Entrar agora"
@ -1312,11 +1321,15 @@ msgstr "Entrar com GitHub"
msgid "Sign in with Google"
msgstr "Entrar com Google"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "Cadastre-se"
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr "No momento, novas inscrições estão desativadas pelo administrador."
@ -1324,7 +1337,7 @@ msgstr "No momento, novas inscrições estão desativadas pelo administrador."
msgid "Size (in px)"
msgstr "Tamanho (em pixels)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr "Permalink"
@ -1350,7 +1363,7 @@ msgstr "Quadrado"
msgid "Start building from scratch"
msgstr "Começar do zero"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr "Comece a construir seu currículo dando um nome ao arquivo."
@ -1367,7 +1380,7 @@ msgstr "As estatísticas só estão disponíveis para currículos públicos."
msgid "Store Locally"
msgstr "Salvar localmente"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr "Armazene seus códigos de backup de forma segura"
@ -1446,7 +1459,7 @@ msgstr "Ocorreu um erro ao conectar-se ao navegador. Certifique-se de que o 'chr
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr "Essa ação pode ser revertida clicando no botão desfazer na barra de ferramentas flutuante."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr "Essa ação não pode ser desfeita. Isso excluirá permanentemente seu currículo sem oportunidade de recuperá-lo."
@ -1462,7 +1475,7 @@ msgstr "Esse currículo que você deseja atualizar está bloqueado. Ele precisa
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr "Esta seção é reservada para suas anotações pessoais neste currículo. Esse conteúdo é privado e não é compartilhado com mais ninguém."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr "Dica: você pode nomear o currículo referente à vaga para a qual está se candidatando."
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr "Título"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "Título"
@ -1542,7 +1555,7 @@ msgstr "Não verificado"
msgid "Update an existing item"
msgstr "Atualizar um item existente"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr "Atualizar um currículo existente"
@ -1567,7 +1580,7 @@ msgstr "Use um código de backup"
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr "O usuário não tem um registro \"secrets\" associado. Por favor, relate esse problema no GitHub."
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr "Confirmar"
msgid "Validated"
msgstr "Validado"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "Valor"
@ -1593,7 +1606,7 @@ msgstr "Valor"
msgid "Verified"
msgstr "Verificado"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr "Verifique se a autenticação de dois fatores foi configurada corretamente"
@ -1643,7 +1656,7 @@ msgstr "O que há de novo na versão mais recente"
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr "Você pode adicionar várias palavras-chave separando-as com vírgula ou pressionando Enter."
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr "Você também pode inserir seu nome de usuário."

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: pt\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Portuguese\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "Ativou a autenticação de dois fatores com êxito."
@ -26,7 +26,7 @@ msgstr "Ativou a autenticação de dois fatores com êxito."
msgid "{templatesCount} resume templates to choose from"
msgstr "{templatesCount} Modelos de currículos por onde escolher"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {Coluna} other {Colunas}}"
@ -98,7 +98,7 @@ msgstr "Apenas aceita ficheiros {accept}"
msgid "Account"
msgstr "Conta"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "Adicionar um campo personalizado"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "Adicionar um novo item"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "Adicionar um novo item"
@ -125,7 +125,7 @@ msgstr "Adicionar Página"
msgid "AI"
msgstr "IA"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "Já tem uma conta?"
@ -154,11 +154,11 @@ msgstr "Chave API"
msgid "Are you sure you want to delete this item?"
msgstr "Tem a certeza de que pretende eliminar este item?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "Tem certeza que pretende eliminar o seu currículo?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "Tem certeza de que deseja desativar a autenticação de dois fatores?"
@ -193,7 +193,7 @@ msgstr "Instituição"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "Voltar"
@ -237,8 +237,8 @@ msgstr "Pela comunidade, para a comunidade."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "Cancelar"
@ -260,7 +260,7 @@ msgstr "Alterar senha"
msgid "Change Tone"
msgstr "Alterar tom"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "Mudou de ideias sobre o nome? Dê-lhe um novo."
@ -272,19 +272,19 @@ msgstr "Verifique o seu e-mail pelo link confirmação para atualizar o seu ende
msgid "Circle"
msgstr "Círculo"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "Encerrar"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "Código"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "O código deve ter exatamente 6 dígitos."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "Colunas"
@ -301,8 +301,8 @@ msgstr "Confiante"
msgid "Confirm New Password"
msgstr "Confirme a nova senha"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "Continuar"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "Copiar para a Área de Transferência"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "Criar"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "Criar conta"
@ -332,7 +332,7 @@ msgstr "Criar conta"
msgid "Create a new item"
msgstr "Criar um item"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "Crie uma agora"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "Criar currículo de exemplo"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "Data ou intervalo de datas"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "Descrição"
msgid "Design single/multi page resumes"
msgstr "Crie currículos de uma ou várias páginas"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "Desativar"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "Downloads"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "Duplicar"
msgid "Duplicate an existing item"
msgstr "Duplicar um item existente"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "Duplicar um currículo existente"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "Efeitos"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "Introduza uma nova palavra-passe abaixo e certifique-se de que é segura
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "Digite um dos 10 códigos de backup que guardou quando ativou a autenticação de dois fatores."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "Insira o código de 6 dígitos do seu aplicativo autenticador para verificar se o 2FA foi configurado corretamente."
@ -575,7 +579,7 @@ msgstr "Por exemplo, informações sobre as empresas para as quais enviou este c
msgid "Forget"
msgstr "Esquecer"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "Esqueceu a sua senha?"
@ -605,7 +609,7 @@ msgstr "Amigável"
msgid "Full Name"
msgstr "Nome completo"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr "Gerar um título aleatório para o seu currículo"
@ -621,7 +625,7 @@ msgstr "GitHub"
msgid "GitHub Stars"
msgstr "Estrelas no Github"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "Dê um novo nome ao seu antigo currículo."
@ -660,7 +664,7 @@ msgstr "Aqui, pode atualizar o seu perfil para personalizar a sua experiência."
msgid "Hidden"
msgstr "Oculto"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "Ocultar"
@ -668,8 +672,8 @@ msgstr "Ocultar"
msgid "Hide Icons"
msgstr "Ocultar ícones"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "Segure <0>Ctrl</0> para exibir a sua senha temporariamente."
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr "Gosto sempre de receber comentários ou apoio dos utilizadores do Reactive Resume. Aqui estão algumas das mensagens que recebi. Se tiver algum feedback, não hesite em enviar-me um e-mail para <0>{email}</0>."
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "Ícone"
@ -694,7 +699,7 @@ msgstr "Ícone"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "Se esta aplicação o ajudou na sua procura de emprego, informe-me através <0>deste formulário de contacto</0>."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr "Se você desativar a autenticação de dois fatores, não será mais necessário inserir um código de verificação ao fazer login."
@ -716,7 +721,7 @@ msgstr "Importar um currículo existente"
msgid "Improve Writing"
msgstr "Melhorar a escrita"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr "Caso não consiga ler este código QR, também pode copiar e colar este link no seu aplicativo de autenticação."
@ -769,17 +774,17 @@ msgstr "Parece que o token de verificação fornecido é inválido. Por favor, r
msgid "It looks like your email address has already been verified."
msgstr "Parece que o seu endereço de e-mail já foi verificado."
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr "João Silva"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr "joao.silva"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr "joao.silva@exemplo.com"
@ -913,7 +918,7 @@ msgstr "Margem"
msgid "MIT License"
msgstr "Licença MIT"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "Licença MIT"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "Nome"
@ -947,7 +952,7 @@ msgstr "Nenhum resultado encontrado"
msgid "No user tracking or advertising"
msgstr "Sem rastreamento de usuários ou publicidade"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "Observação: isso tornará sua conta menos segura."
@ -1011,8 +1016,8 @@ msgstr "Página"
msgid "Page {0}"
msgstr "Página {0}"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr "Observe que esta etapa é totalmente opcional."
msgid "Please select a file type"
msgstr "Selecione um tipo de arquivo"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr "Guarde os seus códigos de backup num local seguro. Pode usar um desses códigos de uso único para fazer login, caso perca o acesso ao seu aplicativo autenticador."
@ -1084,7 +1089,7 @@ msgstr "Cor principal"
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:10
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:23
msgid "Privacy Policy"
msgstr ""
msgstr "Política de Privacidade"
#: apps/client/src/components/ai-actions.tsx:109
#: apps/client/src/components/ai-actions.tsx:112
@ -1111,7 +1116,7 @@ msgstr "Reportar problema"
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr "Refazer"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr "Remover"
@ -1155,7 +1160,7 @@ msgstr "Remover"
msgid "Remove Page"
msgstr "Remover página"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "Renomear"
msgid "Resend email confirmation link"
msgstr "Reenviar link de confirmação por email"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr "Repor"
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "Arredondado"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "Salvar Alterações"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr "Escaneie o código QR abaixo com o seu aplicativo de autenticação para configurar a autenticação de dois fatores (2FA) em sua conta."
@ -1253,6 +1258,10 @@ msgstr "Enviar e-mail"
msgid "Send me a message"
msgstr "Envie-me uma mensagem"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr "Envie-me uma mensagem"
msgid "Settings"
msgstr "Configurações"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr "Configurar a autenticação de dois fatores na sua conta"
@ -1269,7 +1278,7 @@ msgstr "Configurar a autenticação de dois fatores na sua conta"
msgid "Sharing"
msgstr "Partilhar"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "Mostrar"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "Barra lateral"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "Iniciar sessão"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "Iniciar sessão agora"
@ -1312,11 +1321,15 @@ msgstr "Iniciar sessão com GitHub"
msgid "Sign in with Google"
msgstr "Iniciar sessão com Google"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "Registar"
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr "As inscrições estão atualmente desativadas pelo administrador."
@ -1324,7 +1337,7 @@ msgstr "As inscrições estão atualmente desativadas pelo administrador."
msgid "Size (in px)"
msgstr "Tamanho (em pixels)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr "Slug"
@ -1350,7 +1363,7 @@ msgstr "Quadrado"
msgid "Start building from scratch"
msgstr "Começar a criar do zero"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr "Comece a criar seu currículo dando um nome a ele."
@ -1367,7 +1380,7 @@ msgstr "As estatísticas estão disponíveis apenas para currículos públicos."
msgid "Store Locally"
msgstr "Armazenar localmente"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr "Guarde os seus códigos de backup de forma segura"
@ -1446,7 +1459,7 @@ msgstr "Houve um erro na conexão com o navegador. Certifique-se de que o 'chrom
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr "Esta ação pode ser revertida clicando no botão \"desfazer\" na barra de ferramentas flutuante."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr "Essa ação não pode ser desfeita. Isso excluirá permanentemente seu currículo e não poderá ser recuperado."
@ -1462,7 +1475,7 @@ msgstr "Este currículo está bloqueado, desbloqueie-o para fazer mais alteraç
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr "Esta seção é reservada para as anotações pessoais específicas deste currículo. O conteúdo permanece privado e não é partilhado com mais ninguém."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr "Dica: você pode nomear o currículo referente à vaga para a qual está se candidatando."
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr "Título"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "Título"
@ -1542,7 +1555,7 @@ msgstr "Não verificado"
msgid "Update an existing item"
msgstr "Atualizar um item existente"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr "Atualizar um currículo existente"
@ -1567,7 +1580,7 @@ msgstr "Use seu código de backup"
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr "O usuário não possui um registro de 'segredos' associado. Por favor, relate este problema no GitHub."
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr "Validar"
msgid "Validated"
msgstr "Validado"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "Valor"
@ -1593,7 +1606,7 @@ msgstr "Valor"
msgid "Verified"
msgstr "Verificado"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr "Verifique se a autenticação de dois fatores foi configurada corretamente"
@ -1643,7 +1656,7 @@ msgstr "O que há de novo na versão mais recente"
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr "Você pode adicionar várias palavras-chave separando-as com vírgula ou pressionando Enter."
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr "Você também pode inserir seu nome de usuário."

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: ru\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Russian\n"
"Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "Вы успешно включили двухфакторную аутентификацию."
@ -26,7 +26,7 @@ msgstr "Вы успешно включили двухфакторную ауте
msgid "{templatesCount} resume templates to choose from"
msgstr "{templatesCount} шаблоны резюме на выбор"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {Столбец} few {Столбцов} many {Столбцов} other {Столбцы}}"
@ -98,7 +98,7 @@ msgstr "Принимает только файлы {accept}"
msgid "Account"
msgstr "Аккаунт"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "Добавьте настраиваемое поле"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "Добавить новый элемент"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "Добавить новый элемент"
@ -125,7 +125,7 @@ msgstr "Добавить новую страницу"
msgid "AI"
msgstr "Искусственный интеллект"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "Уже есть аккаунт?"
@ -154,11 +154,11 @@ msgstr "API-ключ"
msgid "Are you sure you want to delete this item?"
msgstr "Вы уверены, что хотите удалить этот элемент?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "Уверены, что хотите удалить своё резюме?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "Уверены, что хотите отключить двухфакторную аутентификацию?"
@ -193,7 +193,7 @@ msgstr "Награжден"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "Назад"
@ -237,8 +237,8 @@ msgstr "Продукт сообщества для сообщества."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "Отмена"
@ -260,7 +260,7 @@ msgstr "Изменить пароль"
msgid "Change Tone"
msgstr "Изменить тон"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "Передумали насчет названия? Измените."
@ -272,19 +272,19 @@ msgstr "Проверьте свою эл. почту и перейдите по
msgid "Circle"
msgstr "Круг"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "Закрыть"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "Код"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "Код должен состоять ровно из 6 цифр."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "Столбцы"
@ -301,8 +301,8 @@ msgstr "Надёжный"
msgid "Confirm New Password"
msgstr "Подтвердить новый пароль"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "Продолжить"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "Скопировать в буфер"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "Создать"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "Создать новый аккаунт"
@ -332,7 +332,7 @@ msgstr "Создать новый аккаунт"
msgid "Create a new item"
msgstr "Создать новый элемент"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "Создать сейчас"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "Создать Образец Резюме"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "Дата или Диапазон Дат"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "Описание"
msgid "Design single/multi page resumes"
msgstr "Дизайн одностраничных/многостраничных резюме"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "Отключить"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "Загрузки"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "Дублировать"
msgid "Duplicate an existing item"
msgstr "Дублировать существующий элемент"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "Дублировать существующее резюме"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "Эффекты"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "Введите новый пароль ниже и убедитесь,
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "Введите один из 10 резервных кодов, которые вы сохранили при включении двухфакторной аутентификации."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "Введите 6-значный код из вашего приложения-аутентификатора, чтобы убедиться, что 2FA настроена правильно."
@ -575,7 +579,7 @@ msgstr "Например, здесь можно записать информа
msgid "Forget"
msgstr "Удалить"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "Забыли пароль?"
@ -605,7 +609,7 @@ msgstr "Дружелюбно"
msgid "Full Name"
msgstr "Полное имя"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr "Сгенерировать случайный заголовок для вашего резюме"
@ -621,7 +625,7 @@ msgstr "GitHub"
msgid "GitHub Stars"
msgstr "Звезды на GitHub"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "Дайте своему старому резюме новое имя."
@ -660,7 +664,7 @@ msgstr "Здесь вы можете обновить свой профиль,
msgid "Hidden"
msgstr "Скрытый"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "Скрыть"
@ -668,8 +672,8 @@ msgstr "Скрыть"
msgid "Hide Icons"
msgstr "Скрывать иконки"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "Удерживайте <0>Ctrl</0>, чтобы временно отобразить ваш пароль."
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr "Мне всегда нравится получать отзывы и поддержку от пользователей Reactive Resume. Вот некоторые из полученных мною сообщений. Если вы хотите оставить отзыв, не стесняйтесь написать мне по адресу <0>{email}</0>."
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "Иконка"
@ -694,7 +699,7 @@ msgstr "Иконка"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "Если это приложение помогло вам в поиске работы, дайте мне знать об этом через <0>эту контактную форму</0>."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr "Если вы отключите двухфакторную аутентификацию, вам больше не потребуется вводить код подтверждения при входе в систему."
@ -716,7 +721,7 @@ msgstr "Импорт существующего резюме"
msgid "Improve Writing"
msgstr "Улучшить написание"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr "Если вы не можете отсканировать QR-код, скопируйте эту ссылку в свое приложение-аутентификатор."
@ -769,17 +774,17 @@ msgstr "Похоже, что предоставленный вами прове
msgid "It looks like your email address has already been verified."
msgstr "Похоже, что ваш адрес эл. почты уже был подтвержден."
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr "Ivan Ivanovich"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr "ivan.ivanovich"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr "ivan.ivanovich@example.com"
@ -913,7 +918,7 @@ msgstr "Отступ"
msgid "MIT License"
msgstr "Лицензия MIT"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "Лицензия MIT"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "Имя"
@ -947,7 +952,7 @@ msgstr "Результатов не найдено"
msgid "No user tracking or advertising"
msgstr "Никакого отслеживания или рекламы"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "Примечание: Это сделает вашу учетную запись менее безопасной."
@ -1011,8 +1016,8 @@ msgstr "Страница"
msgid "Page {0}"
msgstr "Страница {0}"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr "Обратите внимание, что этот шаг соверше
msgid "Please select a file type"
msgstr "Пожалуйста, выберите тип файла"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr "Пожалуйста, храните резервные коды в надежном месте. Вы можете использовать один из этих одноразовых кодов для входа в систему, если потеряете доступ к своему приложению-аутентификатору."
@ -1084,7 +1089,7 @@ msgstr "Основной цвет"
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:10
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:23
msgid "Privacy Policy"
msgstr ""
msgstr "Политика конфиденциальности"
#: apps/client/src/components/ai-actions.tsx:109
#: apps/client/src/components/ai-actions.tsx:112
@ -1111,7 +1116,7 @@ msgstr "Поднять проблему"
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr "Повторить"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr "Удалить"
@ -1155,7 +1160,7 @@ msgstr "Удалить"
msgid "Remove Page"
msgstr "Удалить страницу"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "Переименовать"
msgid "Resend email confirmation link"
msgstr "Отправить ссылку для подтверждения повторно"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr "Сброс"
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "Скруглённая"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "Сохранить изменения"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr "Отсканируйте QR-код ниже с помощью приложения-аутентификатора, чтобы настроить 2FA для вашей учетной записи."
@ -1253,6 +1258,10 @@ msgstr "Отправить эл. письмо"
msgid "Send me a message"
msgstr "Отправить мне сообщение"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr "Отправить мне сообщение"
msgid "Settings"
msgstr "Настройки"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr "Настройте двухфакторную аутентификацию на своей учетной записи"
@ -1269,7 +1278,7 @@ msgstr "Настройте двухфакторную аутентификаци
msgid "Sharing"
msgstr "Поделиться"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "Показать"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "Боковая панель"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "Войти"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "Войти сейчас"
@ -1312,11 +1321,15 @@ msgstr "Вход через GitHub"
msgid "Sign in with Google"
msgstr "Вход через Google"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "Зарегистрироваться"
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr "Регистрация в настоящее время отключена администратором."
@ -1324,7 +1337,7 @@ msgstr "Регистрация в настоящее время отключен
msgid "Size (in px)"
msgstr "Размер (в пикселях)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr "URL"
@ -1350,7 +1363,7 @@ msgstr "Квадратная"
msgid "Start building from scratch"
msgstr "Начать с нуля"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr "Начните составлять свое резюме, дав ему название."
@ -1367,7 +1380,7 @@ msgstr "Статистика доступна только для публичн
msgid "Store Locally"
msgstr "Хранить локально"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr "Храните коды резервного копирования в надежном месте"
@ -1446,7 +1459,7 @@ msgstr "Произошла ошибка при подключении к бра
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr "Это действие можно отменить, нажав на кнопку \"Отменить\" на плавающей панели инструментов."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr "Это действие нельзя отменить. Это приведет к безвозвратному удалению вашего резюме без возможности восстановления."
@ -1462,7 +1475,7 @@ msgstr "Это резюме заблокировано, пожалуйста, р
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr "Этот раздел предназначен для личных заметок, относящихся к данному резюме. Содержимое этого раздела остается конфиденциальным и не передается никому другому."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr "Совет: Вы можете назвать резюме в соответствии с должностью, на которую вы претендуете."
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr "Название"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "Название"
@ -1542,7 +1555,7 @@ msgstr "Не подтверждена"
msgid "Update an existing item"
msgstr "Обновить существующий элемент"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr "Обновить существующее резюме"
@ -1567,7 +1580,7 @@ msgstr "Использовать резервный код"
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr "У пользователя нет связанной с ним записи 'secrets'. Пожалуйста, сообщите об этой проблеме на GitHub."
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr "Проверить"
msgid "Validated"
msgstr "Проверено"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "Значение"
@ -1593,7 +1606,7 @@ msgstr "Значение"
msgid "Verified"
msgstr "Подтверждена"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr "Убедитесь, что двухфакторная аутентификация настроена правильно"
@ -1643,7 +1656,7 @@ msgstr "Что нового в последней версии"
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr "Вы можете добавить несколько ключевых слов, разделив их запятой или нажав Enter."
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr "Вы также можете ввести свое имя пользователя."

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: sq\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Albanian\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "Ju keni aktivizuar me sukses vërtetimin me dy faktorë."
@ -26,7 +26,7 @@ msgstr "Ju keni aktivizuar me sukses vërtetimin me dy faktorë."
msgid "{templatesCount} resume templates to choose from"
msgstr "{templatesCount} shabllone të CV-së"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {Kolonë} other {Kolona}}"
@ -98,7 +98,7 @@ msgstr "Prano vetëm skedarët {accept}"
msgid "Account"
msgstr "Llogaria"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "Shto një fushë të personalizuar"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "Shto një vlerë të re"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "Shto një vlerë të re"
@ -125,7 +125,7 @@ msgstr "Shto një faqe të re"
msgid "AI"
msgstr "AI"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "Posedoni një llogari?"
@ -154,11 +154,11 @@ msgstr "API Key"
msgid "Are you sure you want to delete this item?"
msgstr "Jeni i sigurt se dëshironi të fshini këtë vlerë?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "Jeni i sigurt se dëshironi të fshini CV-në tuaj?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "Jeni i sigurt që dëshironi të çaktivizoni vërtetimin me dy faktorë?"
@ -193,7 +193,7 @@ msgstr "Dhurues"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "Mbrapa"
@ -237,8 +237,8 @@ msgstr "Nga komuniteti, për komunitetin."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "Anulo"
@ -260,7 +260,7 @@ msgstr "Ndrysho fjalëkalimin"
msgid "Change Tone"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "Ndryshove mendjen për emrin? Riemëro."
@ -272,19 +272,19 @@ msgstr "Për të përditësuar adresën tuaj të emailit kontrolloni emailin tua
msgid "Circle"
msgstr "Rretho"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "Mbyll"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "Kodi"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "Kodi duhet të jetë saktësisht 6 shifra."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "Kolonat"
@ -301,8 +301,8 @@ msgstr "Të sigurt"
msgid "Confirm New Password"
msgstr "Konfirmo fjalëkalimin e ri"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "Vazhdo"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "Kopjo në Clipboard"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "Krijo"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "Krijo një llogari të re"
@ -332,7 +332,7 @@ msgstr "Krijo një llogari të re"
msgid "Create a new item"
msgstr "Krijo një vlerë të re"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "Regjistrohu"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "Krijo një CV nga shembujt"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "Data ose intervali"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "Përshkrimi"
msgid "Design single/multi page resumes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "Çaktivizo"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "Shkarkimet"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "Dyfisho"
msgid "Duplicate an existing item"
msgstr "Dupliko një vlerë ekzistuese"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "Dyfisho një CV ekzistuese"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "Efektet"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "Zgjedh një fjalëkalim të ri. Sigurohuni që të jetë i sigurtë."
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "Jep një nga 10 koded rezervë që i keni ruajtur gjatë aktivizimit të vërtetimit me dy faktorë."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "Jep kodin 6 shifror nga aplikacioni authenticator për të verifikuar që vertetimi me dy faktorë është konfiguruar si duhet."
@ -575,7 +579,7 @@ msgstr ""
msgid "Forget"
msgstr "Harro"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "Keni haruar fjalëkalimin?"
@ -605,7 +609,7 @@ msgstr "Miqësor"
msgid "Full Name"
msgstr "Emri i plotë"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr ""
@ -621,7 +625,7 @@ msgstr "GitHub"
msgid "GitHub Stars"
msgstr "Yjet në GitHub"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "Jepini CV-së tuaj të vjetër një emër të ri."
@ -660,7 +664,7 @@ msgstr "Këtu mund të përditësoni profilin tuaj për të personalizuar përvo
msgid "Hidden"
msgstr "E fshehur"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "Fshih"
@ -668,8 +672,8 @@ msgstr "Fshih"
msgid "Hide Icons"
msgstr "Fshih ikonat"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "Shtyp <0>Ctrl</0> për të shfaqur fjalëkalimin tuaj përkohësisht."
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "Ikona"
@ -694,7 +699,7 @@ msgstr "Ikona"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "Nëse ky aplikacion ju ka ndihmuar të gjeni punë, më njoftoni përmes <0>këtij formulari</0>."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr ""
@ -716,7 +721,7 @@ msgstr "Importoni një CV ekzistuese"
msgid "Improve Writing"
msgstr "Përmirëso të shkruarit"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr "Në rast se nuk jeni në gjendje të skanoni këtë kod QR, mund ta kopjoni linkun nga aplikacioni authenticator dhe ta ngjisni atë këtu."
@ -769,17 +774,17 @@ msgstr "Kodi i verifikimit që ke dhënë është i pavlefshëm. Ju lutemi rinis
msgid "It looks like your email address has already been verified."
msgstr "Emaili juaj veçse është verifikuar."
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr "Filan Fisteku"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr "filan.fisteku"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr "filan.fisteku@shembull.al"
@ -913,7 +918,7 @@ msgstr "Largësia e kufinjëve"
msgid "MIT License"
msgstr "Licenca MIT"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "Licenca MIT"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "Emri"
@ -947,7 +952,7 @@ msgstr "Nuk u gjetën rezultate"
msgid "No user tracking or advertising"
msgstr "Pa ndjekje ose reklamim të përdoruesit"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "Kujdes: Kjo mund ta zvoglojë sigurinë e llogarisë tuaj."
@ -1011,8 +1016,8 @@ msgstr "Faqja"
msgid "Page {0}"
msgstr "Faqja {0}"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr "Ju lutem kini parasysh që ky hap nuk është i detyrueshëm."
msgid "Please select a file type"
msgstr "Ju lutemi zgjidhni një lloj skedari"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr "Ju lutemi ruani kodet rezervë në një vend të sigurt. Ju mund të përdorni një nga këto kode një-përdorimëshe për t'u kyçur në rast se humbni çasjen në aplikacionin authenticator."
@ -1111,7 +1116,7 @@ msgstr "Krijo një Issue në GitHub"
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr "Ribëj"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr "Fshi"
@ -1155,7 +1160,7 @@ msgstr "Fshi"
msgid "Remove Page"
msgstr "Fshi faqen"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "Riemërto"
msgid "Resend email confirmation link"
msgstr "Ridërgo linun për konfirmimit të emailit"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr "Rivendos"
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "E rrumbullakësuar"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "Ruaj ndryshimet"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr "Skanoni kodin e mëposhtëm QR me aplikacionin tuaj authenticator për të konfiguruar vërtetimin me dy faktorë në llogarinë tuaj."
@ -1253,6 +1258,10 @@ msgstr "Dërgo emailin"
msgid "Send me a message"
msgstr "Më dërgo një mesazh"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr "Më dërgo një mesazh"
msgid "Settings"
msgstr "Parametrat"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr "Konfiguro vërtetimin me dy faktorë në llogarinë tuaj"
@ -1269,7 +1278,7 @@ msgstr "Konfiguro vërtetimin me dy faktorë në llogarinë tuaj"
msgid "Sharing"
msgstr "Shpërndarja"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "Shfaq"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "Shiriti anësor"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "Kyçu"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "Kyçu tani"
@ -1312,11 +1321,15 @@ msgstr "Kyçu përmes GitHub"
msgid "Sign in with Google"
msgstr "Kyçu përmes Google"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "Regjistrohu"
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr "Regjistrimet janë çaktivizuar nga administratori."
@ -1324,7 +1337,7 @@ msgstr "Regjistrimet janë çaktivizuar nga administratori."
msgid "Size (in px)"
msgstr "Madhësia (në px)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr "Linku i normalizuar"
@ -1350,7 +1363,7 @@ msgstr "Katrori"
msgid "Start building from scratch"
msgstr "Fillo të ndërtosh nga e para"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr "Filloni të ndërtoni CV-në tuaj duke i dhënë një emër."
@ -1367,7 +1380,7 @@ msgstr "Statistikat janë të disponueshme vetëm për CV-të publike."
msgid "Store Locally"
msgstr "Ruani në kompjuterin tuaj"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr "Ruani kodet rezervë në mënyrë të sigurt"
@ -1446,7 +1459,7 @@ msgstr "Diçka dështoi gjatë lidhjes me shfletuesin. Sigurohu që \"chrome\" p
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr ""
@ -1462,7 +1475,7 @@ msgstr "Kjo CV është e kyçur, ju lutemi shkyçeni për të bërë ndryshime t
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr "Ky seksion është i rezervuar për shënimet tuaja personale specifike për këtë CV. Kjo përmbajtje mbetet private dhe nuk shpërndahet me askënd tjetër."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr "Këshillë: Ju mund të emërtoni CV-në duke iu referuar pozicionit për të cilin po aplikoni."
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr "Titulli"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "Titulli"
@ -1542,7 +1555,7 @@ msgstr "I paverifikuar"
msgid "Update an existing item"
msgstr "Përditëso një vlerë ekzistuese"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr "Përditësoni një CV ekzistuese"
@ -1567,7 +1580,7 @@ msgstr "Përdor kodin rezervë"
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr "Valido"
msgid "Validated"
msgstr "U validua"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "Vlera"
@ -1593,7 +1606,7 @@ msgstr "Vlera"
msgid "Verified"
msgstr "I verifikuar"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr "Sigurohuni që vërtetimi me dy faktorë është konfiguruar saktë"
@ -1643,7 +1656,7 @@ msgstr "Çfarë ka të re në versionin e fundit"
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr "Mund të shtoni fjalë kyçe duke i ndarë me presje ose duke shtypur enter."
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr "Ju gjithashtu mund të jepni emrin tuaj të përdoruesit."

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: sr\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Serbian (Cyrillic)\n"
"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "Успешно сте омогућили двофакторну аутентификацију."
@ -26,7 +26,7 @@ msgstr "Успешно сте омогућили двофакторну ауте
msgid "{templatesCount} resume templates to choose from"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr ""
@ -98,7 +98,7 @@ msgstr ""
msgid "Account"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr ""
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr ""
@ -125,7 +125,7 @@ msgstr ""
msgid "AI"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr ""
@ -154,11 +154,11 @@ msgstr ""
msgid "Are you sure you want to delete this item?"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr ""
@ -193,7 +193,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr ""
@ -237,8 +237,8 @@ msgstr "Од заједнице, за заједницу."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "Откажи"
@ -260,7 +260,7 @@ msgstr ""
msgid "Change Tone"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr ""
@ -272,19 +272,19 @@ msgstr ""
msgid "Circle"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "Затвори"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr ""
@ -301,8 +301,8 @@ msgstr ""
msgid "Confirm New Password"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr ""
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "Копирај у клипборд"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "Направи"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "Креирајте нови налог"
@ -332,7 +332,7 @@ msgstr "Креирајте нови налог"
msgid "Create a new item"
msgstr "Креирајте нову ставку"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "Направи један сада"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "Направи пример резимеа"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "Датум или опсег датума"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "Опис"
msgid "Design single/multi page resumes"
msgstr "Дизајнирајте једностране/вишестране резимее"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "Онемогући"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "Преузимања"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "Дупликат"
msgid "Duplicate an existing item"
msgstr "Дуплирај постојећу ставку"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "Дуплирај постојећи резиме"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "Ефекти"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr ""
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr ""
@ -575,7 +579,7 @@ msgstr ""
msgid "Forget"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr ""
@ -605,7 +609,7 @@ msgstr ""
msgid "Full Name"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr ""
@ -621,7 +625,7 @@ msgstr ""
msgid "GitHub Stars"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "Дајте свом старом резимеу ново име."
@ -660,7 +664,7 @@ msgstr "Овде можете ажурирати свој профил да би
msgid "Hidden"
msgstr "Сакривено"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "Сакриј"
@ -668,8 +672,8 @@ msgstr "Сакриј"
msgid "Hide Icons"
msgstr "Сакриј иконе"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "Држите <0>Ctrl</0> да бисте привремено приказали вашу шифру."
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "Иконица"
@ -694,7 +699,7 @@ msgstr "Иконица"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "Ако вам је ова апликација помогла у потрази за послом, обавестите ме путем <0>овог контакт формулара</0>."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr "Ако онемогућите двофакторску аутентикацију, више нећете бити обавезни да уносите верификациони код при пријави."
@ -716,7 +721,7 @@ msgstr "Увези постојећи резиме"
msgid "Improve Writing"
msgstr "Побољшајте писање"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr "Уколико нисте у могућности да скенирате овај QR код, такође можете ископирати-налепити овај линк у своју апликацију за аутентификацију."
@ -769,17 +774,17 @@ msgstr ""
msgid "It looks like your email address has already been verified."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr ""
@ -913,7 +918,7 @@ msgstr ""
msgid "MIT License"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr ""
@ -947,7 +952,7 @@ msgstr ""
msgid "No user tracking or advertising"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr ""
@ -1011,8 +1016,8 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr ""
msgid "Please select a file type"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr ""
@ -1111,7 +1116,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr ""
@ -1155,7 +1160,7 @@ msgstr ""
msgid "Remove Page"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr ""
msgid "Resend email confirmation link"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr ""
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr ""
@ -1253,6 +1258,10 @@ msgstr ""
msgid "Send me a message"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr ""
msgid "Settings"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr ""
@ -1269,7 +1278,7 @@ msgstr ""
msgid "Sharing"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr ""
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr ""
@ -1312,11 +1321,15 @@ msgstr ""
msgid "Sign in with Google"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr ""
@ -1324,7 +1337,7 @@ msgstr ""
msgid "Size (in px)"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr ""
@ -1350,7 +1363,7 @@ msgstr ""
msgid "Start building from scratch"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr ""
@ -1367,7 +1380,7 @@ msgstr ""
msgid "Store Locally"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr ""
@ -1446,7 +1459,7 @@ msgstr ""
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr ""
@ -1462,7 +1475,7 @@ msgstr ""
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr ""
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr ""
@ -1542,7 +1555,7 @@ msgstr ""
msgid "Update an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr ""
@ -1567,7 +1580,7 @@ msgstr ""
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr ""
msgid "Validated"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr ""
@ -1593,7 +1606,7 @@ msgstr ""
msgid "Verified"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr ""
@ -1643,7 +1656,7 @@ msgstr ""
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr ""

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: sv\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Swedish\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "Du har aktiverat tvåfaktorsautentisering utan problem."
@ -26,7 +26,7 @@ msgstr "Du har aktiverat tvåfaktorsautentisering utan problem."
msgid "{templatesCount} resume templates to choose from"
msgstr "{templatesCount} CV-mallar att välja mellan"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {Kolumn} other {Kolumner}}"
@ -98,7 +98,7 @@ msgstr "Accepterar endast {accept} filer"
msgid "Account"
msgstr "Konto"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "Lägga till ett anpassat fält"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "Lägg till ett nytt objekt"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "Lägg till ett nytt objekt"
@ -125,7 +125,7 @@ msgstr "Lägg till ny sida"
msgid "AI"
msgstr "AI"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "Har du redan ett konto?"
@ -154,11 +154,11 @@ msgstr "API-nyckel"
msgid "Are you sure you want to delete this item?"
msgstr "Är du säker på att du vill ta bort detta objekt?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "Är du säker på att du vill ta bort ditt CV?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "Är du säker på att du vill inaktivera tvåfaktorsautentisering?"
@ -193,7 +193,7 @@ msgstr "Utdelare"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "Tillbaka"
@ -237,8 +237,8 @@ msgstr "Av gemenskapen, för gemenskapen."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "Avbryt"
@ -260,7 +260,7 @@ msgstr "Ändra lösenord"
msgid "Change Tone"
msgstr "Ändra ton"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "Ändrade du dig angående namnet? Ge det ett nytt."
@ -272,19 +272,19 @@ msgstr "Kontrollera din e-post för bekräftelselänken för att uppdatera din e
msgid "Circle"
msgstr "Cirkel"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "Stäng"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "Kod"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "Koden måste vara exakt 6 siffror lång."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "Kolumner"
@ -301,8 +301,8 @@ msgstr "Självsäker"
msgid "Confirm New Password"
msgstr "Bekräfta nytt lösenord"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "Fortsätt"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "Kopiera till urklipp"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "Skapa"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "Skapa ett nytt konto"
@ -332,7 +332,7 @@ msgstr "Skapa ett nytt konto"
msgid "Create a new item"
msgstr "Skapa ett nytt objekt"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "Skapa ett nu"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "Skapa ett exempel på CV"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "Datum eller datumintervall"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "Beskrivning"
msgid "Design single/multi page resumes"
msgstr "Designa CV:n på en eller flera sidor"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "Inaktivera"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "Nedladdningar"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "Duplicera"
msgid "Duplicate an existing item"
msgstr "Duplicera ett befintligt objekt"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "Duplicera ett befintligt CV"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "Effekter"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "Ange ett nytt lösenord nedan och se till att det är säkert."
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "Ange en av de 10 reservkoderna du sparade när du aktiverade tvåfaktorsautentisering."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "Ange den sexsiffriga koden från din autentiseringsapp för att verifiera att 2FA har konfigurerats korrekt."
@ -575,7 +579,7 @@ msgstr "Exempelvis kan information om vilka företag du skickat detta CV till el
msgid "Forget"
msgstr "Glöm"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "Glömt ditt lösenord?"
@ -605,7 +609,7 @@ msgstr "Vänlig"
msgid "Full Name"
msgstr "Fullständigt namn"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr "Skapa en slumpmässig titel för ditt CV"
@ -621,7 +625,7 @@ msgstr "GitHub"
msgid "GitHub Stars"
msgstr "GitHub Stars"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "Ge ditt gamla CV ett nytt namn."
@ -660,7 +664,7 @@ msgstr "Här kan du uppdatera din profil för att anpassa och personifiera din u
msgid "Hidden"
msgstr "Dolt"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "Dölj"
@ -668,8 +672,8 @@ msgstr "Dölj"
msgid "Hide Icons"
msgstr "Dölj ikoner"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "Håll ned <0>Ctrl</0> för att visa ditt lösenord tillfälligt."
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr "Jag älskar alltid att höra från användarna av Reactive Resume med feedback eller stöd. Här är några av meddelandena jag har fått. Om du har feedback får du gärna skicka ett mejl till mig på <0>{email}</0>."
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "Ikon"
@ -694,7 +699,7 @@ msgstr "Ikon"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "Om den här appen har hjälpt dig med din jobbjakt, låt mig veta genom att kontakta mig via <0>det här kontaktformuläret</0>."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr "Om du inaktiverar tvåfaktorsautentisering kommer du inte längre att behöva ange en verifieringskod när du loggar in."
@ -716,7 +721,7 @@ msgstr "Importera ett befintligt CV"
msgid "Improve Writing"
msgstr "Förbättra skrivandet"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr "Om du inte kan skanna den här QR-koden kan du också kopiera och klistra in den här länken i din autentiseringsapp."
@ -769,17 +774,17 @@ msgstr "Det verkar som att verifieringstoken du angav är ogiltig. Var god förs
msgid "It looks like your email address has already been verified."
msgstr "Det verkar som om din e-postadress redan har verifierats."
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr "Sven Svensson"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr "sven.svensson"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr "sven.svensson@example.com"
@ -913,7 +918,7 @@ msgstr "Marginal"
msgid "MIT License"
msgstr "MIT-licens"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "MIT-licens"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "Namn"
@ -947,7 +952,7 @@ msgstr "Inga resultat hittades"
msgid "No user tracking or advertising"
msgstr "Ingen användarspårning eller reklam"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "Obs! Detta kommer att göra ditt konto mindre säkert."
@ -1011,8 +1016,8 @@ msgstr "Sida"
msgid "Page {0}"
msgstr "Sida {0}"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr "Observera att detta steg är helt valfritt."
msgid "Please select a file type"
msgstr "Välj en filtyp"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr "Vänligen förvara dina reservkoder på en säker plats. Du kan använda en av dessa engångskoder för att logga in om du förlorar åtkomsten till din autentiseringsapp."
@ -1084,7 +1089,7 @@ msgstr "Primärfärg"
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:10
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:23
msgid "Privacy Policy"
msgstr ""
msgstr "Integritetspolicy"
#: apps/client/src/components/ai-actions.tsx:109
#: apps/client/src/components/ai-actions.tsx:112
@ -1111,7 +1116,7 @@ msgstr "Lyfta en fråga"
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr "Gör om"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr "Ta bort"
@ -1155,7 +1160,7 @@ msgstr "Ta bort"
msgid "Remove Page"
msgstr "Ta bort sida"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "Döp om"
msgid "Resend email confirmation link"
msgstr "Skicka e-postbekräftelselänk igen"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr "Återställ"
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "Avrundad"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "Spara ändringar"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr "Skanna QR-koden nedan med din autentiseringsapp för att ställa in 2FA på ditt konto."
@ -1253,6 +1258,10 @@ msgstr "Skicka e-post"
msgid "Send me a message"
msgstr "Skicka ett meddelande till mig"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr "Skicka ett meddelande till mig"
msgid "Settings"
msgstr "Inställningar"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr "Ställ in tvåfaktorsautentisering på ditt konto"
@ -1269,7 +1278,7 @@ msgstr "Ställ in tvåfaktorsautentisering på ditt konto"
msgid "Sharing"
msgstr "Delning"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "Visa"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "Sidofält"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "Logga in"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "Logga in nu"
@ -1312,11 +1321,15 @@ msgstr "Logga in med GitHub"
msgid "Sign in with Google"
msgstr "Logga in med Google"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "Registrera dig"
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr "Registreringar är för närvarande inaktiverade av administratören."
@ -1324,7 +1337,7 @@ msgstr "Registreringar är för närvarande inaktiverade av administratören."
msgid "Size (in px)"
msgstr "Storlek (i px)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr "Slugg"
@ -1350,7 +1363,7 @@ msgstr "Fyrkant"
msgid "Start building from scratch"
msgstr "Börja bygga från början"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr "Börja bygga ditt CV genom att ge det ett namn."
@ -1367,7 +1380,7 @@ msgstr "Statistik är endast tillgänglig för offentliga CV."
msgid "Store Locally"
msgstr "Lagra lokalt"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr "Lagra dina reservkoder säkert"
@ -1446,7 +1459,7 @@ msgstr "Det gick inte att ansluta till webbläsaren. Se till att \"chrome\" kör
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr "Denna åtgärd kan återställas genom att klicka på ångra-knappen i det flytande verktygsfältet."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr "Denna åtgärd kan inte ångras. Detta kommer att radera ditt CV permanent och kan inte återställas."
@ -1462,7 +1475,7 @@ msgstr "Detta CV är låst, vänligen lås upp för att göra ytterligare ändri
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr "Det här avsnittet är reserverat för dina personliga anteckningar som är specifika för detta CV. Innehållet här förblir privat och delas inte med någon annan."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr "Tips: Du kan namnge CV:t som refererar till den tjänst du söker."
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr "Titel"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "Titel"
@ -1542,7 +1555,7 @@ msgstr "Ej verifierat"
msgid "Update an existing item"
msgstr "Uppdatera ett befintligt objekt"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr "Uppdatera ett befintligt CV"
@ -1567,7 +1580,7 @@ msgstr "Använd din reservkod"
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr "Användaren har inte en associerad 'secrets'-post. Vänligen rapportera det här problemet på GitHub."
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr "Validera"
msgid "Validated"
msgstr "Validerad"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "Värde"
@ -1593,7 +1606,7 @@ msgstr "Värde"
msgid "Verified"
msgstr "Verified"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr "Kontrollera att tvåfaktorsautentisering har ställts in korrekt"
@ -1643,7 +1656,7 @@ msgstr "Vad är nytt i den senaste versionen"
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr "Du kan lägga till flera nyckelord genom att separera dem med ett kommatecken eller trycka på enter."
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr "Du kan också ange ditt användarnamn."

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: ta\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Tamil\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr ""
@ -26,7 +26,7 @@ msgstr ""
msgid "{templatesCount} resume templates to choose from"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr ""
@ -98,7 +98,7 @@ msgstr ""
msgid "Account"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr ""
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr ""
@ -125,7 +125,7 @@ msgstr ""
msgid "AI"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr ""
@ -154,11 +154,11 @@ msgstr ""
msgid "Are you sure you want to delete this item?"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr ""
@ -193,7 +193,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr ""
@ -237,8 +237,8 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr ""
@ -260,7 +260,7 @@ msgstr ""
msgid "Change Tone"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr ""
@ -272,19 +272,19 @@ msgstr ""
msgid "Circle"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr ""
@ -301,8 +301,8 @@ msgstr ""
msgid "Confirm New Password"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr ""
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr ""
@ -332,7 +332,7 @@ msgstr ""
msgid "Create a new item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr ""
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr ""
msgid "Design single/multi page resumes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr ""
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr ""
msgid "Duplicate an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr ""
@ -487,8 +487,8 @@ msgid "Effects"
msgstr ""
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr ""
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr ""
@ -575,7 +579,7 @@ msgstr ""
msgid "Forget"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr ""
@ -605,7 +609,7 @@ msgstr ""
msgid "Full Name"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr ""
@ -621,7 +625,7 @@ msgstr ""
msgid "GitHub Stars"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr ""
@ -660,7 +664,7 @@ msgstr ""
msgid "Hidden"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr ""
@ -668,8 +672,8 @@ msgstr ""
msgid "Hide Icons"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr ""
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr ""
@ -694,7 +699,7 @@ msgstr ""
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr ""
@ -716,7 +721,7 @@ msgstr ""
msgid "Improve Writing"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr ""
@ -769,17 +774,17 @@ msgstr ""
msgid "It looks like your email address has already been verified."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr ""
@ -913,7 +918,7 @@ msgstr ""
msgid "MIT License"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr ""
@ -947,7 +952,7 @@ msgstr ""
msgid "No user tracking or advertising"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr ""
@ -1011,8 +1016,8 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr ""
msgid "Please select a file type"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr ""
@ -1111,7 +1116,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr ""
@ -1155,7 +1160,7 @@ msgstr ""
msgid "Remove Page"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr ""
msgid "Resend email confirmation link"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr ""
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr ""
@ -1253,6 +1258,10 @@ msgstr ""
msgid "Send me a message"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr ""
msgid "Settings"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr ""
@ -1269,7 +1278,7 @@ msgstr ""
msgid "Sharing"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr ""
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr ""
@ -1312,11 +1321,15 @@ msgstr ""
msgid "Sign in with Google"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr ""
@ -1324,7 +1337,7 @@ msgstr ""
msgid "Size (in px)"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr ""
@ -1350,7 +1363,7 @@ msgstr ""
msgid "Start building from scratch"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr ""
@ -1367,7 +1380,7 @@ msgstr ""
msgid "Store Locally"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr ""
@ -1446,7 +1459,7 @@ msgstr ""
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr ""
@ -1462,7 +1475,7 @@ msgstr ""
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr ""
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr ""
@ -1542,7 +1555,7 @@ msgstr ""
msgid "Update an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr ""
@ -1567,7 +1580,7 @@ msgstr ""
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr ""
msgid "Validated"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr ""
@ -1593,7 +1606,7 @@ msgstr ""
msgid "Verified"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr ""
@ -1643,7 +1656,7 @@ msgstr ""
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr ""

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: te\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Telugu\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr ""
@ -26,7 +26,7 @@ msgstr ""
msgid "{templatesCount} resume templates to choose from"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr ""
@ -98,7 +98,7 @@ msgstr ""
msgid "Account"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr ""
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr ""
@ -125,7 +125,7 @@ msgstr ""
msgid "AI"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr ""
@ -154,11 +154,11 @@ msgstr ""
msgid "Are you sure you want to delete this item?"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr ""
@ -193,7 +193,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr ""
@ -237,8 +237,8 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr ""
@ -260,7 +260,7 @@ msgstr ""
msgid "Change Tone"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr ""
@ -272,19 +272,19 @@ msgstr ""
msgid "Circle"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr ""
@ -301,8 +301,8 @@ msgstr ""
msgid "Confirm New Password"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr ""
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr ""
@ -332,7 +332,7 @@ msgstr ""
msgid "Create a new item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr ""
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr ""
msgid "Design single/multi page resumes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr ""
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr ""
msgid "Duplicate an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr ""
@ -487,8 +487,8 @@ msgid "Effects"
msgstr ""
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr ""
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr ""
@ -575,7 +579,7 @@ msgstr ""
msgid "Forget"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr ""
@ -605,7 +609,7 @@ msgstr ""
msgid "Full Name"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr ""
@ -621,7 +625,7 @@ msgstr ""
msgid "GitHub Stars"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr ""
@ -660,7 +664,7 @@ msgstr ""
msgid "Hidden"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr ""
@ -668,8 +672,8 @@ msgstr ""
msgid "Hide Icons"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr ""
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr ""
@ -694,7 +699,7 @@ msgstr ""
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr ""
@ -716,7 +721,7 @@ msgstr ""
msgid "Improve Writing"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr ""
@ -769,17 +774,17 @@ msgstr ""
msgid "It looks like your email address has already been verified."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr ""
@ -913,7 +918,7 @@ msgstr ""
msgid "MIT License"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr ""
@ -947,7 +952,7 @@ msgstr ""
msgid "No user tracking or advertising"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr ""
@ -1011,8 +1016,8 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr ""
msgid "Please select a file type"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr ""
@ -1111,7 +1116,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr ""
@ -1155,7 +1160,7 @@ msgstr ""
msgid "Remove Page"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr ""
msgid "Resend email confirmation link"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr ""
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr ""
@ -1253,6 +1258,10 @@ msgstr ""
msgid "Send me a message"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr ""
msgid "Settings"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr ""
@ -1269,7 +1278,7 @@ msgstr ""
msgid "Sharing"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr ""
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr ""
@ -1312,11 +1321,15 @@ msgstr ""
msgid "Sign in with Google"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr ""
@ -1324,7 +1337,7 @@ msgstr ""
msgid "Size (in px)"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr ""
@ -1350,7 +1363,7 @@ msgstr ""
msgid "Start building from scratch"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr ""
@ -1367,7 +1380,7 @@ msgstr ""
msgid "Store Locally"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr ""
@ -1446,7 +1459,7 @@ msgstr ""
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr ""
@ -1462,7 +1475,7 @@ msgstr ""
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr ""
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr ""
@ -1542,7 +1555,7 @@ msgstr ""
msgid "Update an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr ""
@ -1567,7 +1580,7 @@ msgstr ""
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr ""
msgid "Validated"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr ""
@ -1593,7 +1606,7 @@ msgstr ""
msgid "Verified"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr ""
@ -1643,7 +1656,7 @@ msgstr ""
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr ""

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: tr\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Turkish\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "İki faktörlü kimlik doğrulamayı başarıyla etkinleştirdiniz."
@ -26,7 +26,7 @@ msgstr "İki faktörlü kimlik doğrulamayı başarıyla etkinleştirdiniz."
msgid "{templatesCount} resume templates to choose from"
msgstr "Aralarından seçim yapabileceğiniz {templatesCount} özgeçmiş şablonu"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {Sütun} other {Sütunlar}}"
@ -98,7 +98,7 @@ msgstr "Yalnızca {accept} dosyalarını kabul eder"
msgid "Account"
msgstr "Hesap"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "Özel alan ekle"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "Yeni bir Öğe Ekle"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "Yeni bir Öğe Ekle"
@ -125,7 +125,7 @@ msgstr "Yeni Sayfa Ekle"
msgid "AI"
msgstr "Yapay Zeka"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "Zaten bir hesabınız mı var?"
@ -154,11 +154,11 @@ msgstr "API Anahtarı"
msgid "Are you sure you want to delete this item?"
msgstr "Bu öğeyi silmek istediğinizden emin misiniz?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "Özgeçmişinizi silmek istediğinizden emin misiniz?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "İki faktörlü kimlik doğrulamayı devre dışı bırakmak istediğinizden emin misiniz?"
@ -193,7 +193,7 @@ msgstr "Ödüllendirici"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "Geri"
@ -237,8 +237,8 @@ msgstr "Topluluk tarafından topluluk için oluşturuldu."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "Reddet"
@ -260,7 +260,7 @@ msgstr "Şifre Değiştir"
msgid "Change Tone"
msgstr "Tonu Değiştir"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "İsim konusunda fikrinizi mi değiştirdiniz? Yeni bir isim verin."
@ -272,19 +272,19 @@ msgstr "E-posta adresinizi güncellemek için e-postanıza gelen onay bağlantı
msgid "Circle"
msgstr "Daire"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "Kapat"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "Kod"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "Kod tam olarak 6 hane uzunluğunda olmalıdır."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "Sütunlar"
@ -301,8 +301,8 @@ msgstr "Kendinden Emin"
msgid "Confirm New Password"
msgstr "Yeni parolayı doğrulayın"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "Devam et"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "Panoya Kopyala"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "Oluştur"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "Yeni bir hesap oluştur"
@ -332,7 +332,7 @@ msgstr "Yeni bir hesap oluştur"
msgid "Create a new item"
msgstr "Yeni bir öğe oluştur"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "Hemen bir tane oluştur"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "Örnek özgeçmiş oluştur"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "Tarih veya Tarih Aralığı"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "Açıklama"
msgid "Design single/multi page resumes"
msgstr "Tek/çok sayfalı özgeçmiş tasarlayın"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "Devre dışı bırak"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "İndirmeler"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "Çoğalt"
msgid "Duplicate an existing item"
msgstr "Mevcut bir öğeyi çoğalt"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "Mevcut bir özgeçmişi çoğalt"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "Efektler"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "Aşağıya yeni bir şifre girin ve güvenli olduğundan emin olun."
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "İki faktörlü kimlik doğrulamayı etkinleştirdiğinizde kaydettiğiniz 10 yedek koddan birini girin."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "2FA'nın doğru şekilde kurulduğunu doğrulamak için kimlik doğrulayıcı uygulamanızdan 6 basamaklı kodu girin."
@ -575,7 +579,7 @@ msgstr "Örneğin, bu özgeçmişi hangi şirketlere gönderdiğinize ilişkin b
msgid "Forget"
msgstr "Unut"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "Şifreni mi Unuttun?"
@ -605,7 +609,7 @@ msgstr "Dostça"
msgid "Full Name"
msgstr "Tam Ad"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr "Özgeçmişiniz için rastgele bir başlık oluşturun"
@ -621,7 +625,7 @@ msgstr "GitHub"
msgid "GitHub Stars"
msgstr "GitHub Yıldızları"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "Eski özgeçmişinize yeni bir isim verin."
@ -660,7 +664,7 @@ msgstr "Burada, deneyiminizi özelleştirmek ve kişiselleştirmek için profili
msgid "Hidden"
msgstr "Gizli"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "Gizle"
@ -668,8 +672,8 @@ msgstr "Gizle"
msgid "Hide Icons"
msgstr "Simgeleri Gizle"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "Parolanızı geçici olarak görüntülemek için <0>Ctrl</0> tuşunu basılı tutun."
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr "Reactive Resume kullanıcılarından geri bildirim veya destek almayı her zaman isterim. İşte aldığım mesajlardan bazıları. Herhangi bir geri bildiriminiz varsa bana <0>{email} adresinden e-posta göndermekten çekinmeyin.</0>."
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "Simge"
@ -694,7 +699,7 @@ msgstr "Simge"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "Bu uygulama iş arayışınızda size yardımcı olduysa, <0>bu iletişim formu</0> aracılığıyla bana ulaşarak bildirin."
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr "İki faktörlü kimlik doğrulamayı devre dışı bırakırsanız, oturum açarken artık bir doğrulama kodu girmeniz gerekmeyecektir."
@ -716,17 +721,17 @@ msgstr "Mevcut bir özgeçmişi içe aktar"
msgid "Improve Writing"
msgstr "Yazmayı Geliştirin"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr ""
msgstr "Bu QR Kodunu tarayamamanız durumunda, bu bağlantıyı kopyalayıp kimlik doğrulayıcı uygulamanıza da yapıştırabilirsiniz."
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:70
msgid "In this section, you can change your password and enable/disable two-factor authentication."
msgstr ""
msgstr "Bu bölümde şifrenizi değiştirebilir ve iki faktörlü kimlik doğrulamayı etkinleştirebilir/devre dışı bırakabilirsiniz."
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:64
msgid "In this section, you can delete your account and all the data associated to your user, but please keep in mind that <0>this action is irreversible</0>."
msgstr ""
msgstr "Bu bölümde, hesabınızı ve kullanıcınızla ilişkili tüm verileri silebilirsiniz, ancak <0>bu işlemin geri alınamaz olduğunu</0> lütfen unutmayın."
#: apps/client/src/pages/builder/sidebars/right/index.tsx:125
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:117
@ -739,47 +744,47 @@ msgstr "Kurum"
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:53
msgid "Issuer"
msgstr ""
msgstr "İhraççı"
#: apps/client/src/services/errors/translate-error.ts:7
msgid "It doesn't look like a user exists with the credentials you provided."
msgstr ""
msgstr "Sağladığınız kimlik bilgilerine sahip bir kullanıcı varmış gibi görünmüyor."
#: apps/client/src/services/errors/translate-error.ts:37
msgid "It looks like the backup code you provided is invalid or used. Please try again."
msgstr ""
msgstr "Sağladığınız yedekleme kodu geçersiz veya kullanılmış gibi görünüyor. Lütfen tekrar deneyin."
#: apps/client/src/services/errors/translate-error.ts:19
msgid "It looks like the reset token you provided is invalid. Please try restarting the password reset process again."
msgstr ""
msgstr "Sağladığınız sıfırlama belirteci geçersiz gibi görünüyor. Lütfen şifre sıfırlama işlemini yeniden başlatmayı deneyin."
#: apps/client/src/services/errors/translate-error.ts:46
msgid "It looks like the resume you're looking for doesn't exist."
msgstr ""
msgstr "Görünüşe göre aradığınız özgeçmiş mevcut değil."
#: apps/client/src/services/errors/translate-error.ts:34
msgid "It looks like the two-factor authentication code you provided is invalid. Please try again."
msgstr ""
msgstr "Sağladığınız iki faktörlü kimlik doğrulama kodu geçersiz gibi görünüyor. Lütfen tekrar deneyin."
#: apps/client/src/services/errors/translate-error.ts:22
msgid "It looks like the verification token you provided is invalid. Please try restarting the verification process again."
msgstr ""
msgstr "Sağladığınız doğrulama belirteci geçersiz gibi görünüyor. Lütfen doğrulama işlemini yeniden başlatmayı deneyin."
#: apps/client/src/services/errors/translate-error.ts:25
msgid "It looks like your email address has already been verified."
msgstr ""
msgstr "E-posta adresiniz zaten doğrulanmış gibi görünüyor."
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr "John Doe"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr "john.doe"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr "john.doe@example.com"
@ -872,7 +877,7 @@ msgstr "Düzenlemeyi önlemek için bir özgeçmişi kilitle"
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:43
msgid "Locking a resume will prevent any further changes to it. This is useful when you have already shared your resume with someone and you don't want to accidentally make any changes to it."
msgstr ""
msgstr "Bir özgeçmişi kilitlemek, üzerinde daha fazla değişiklik yapılmasını engelleyecektir. Bu, özgeçmişinizi zaten biriyle paylaştıysanız ve yanlışlıkla üzerinde herhangi bir değişiklik yapmak istemiyorsanız kullanışlıdır."
#: apps/client/src/components/user-options.tsx:38
#: apps/client/src/pages/home/sections/hero/call-to-action.tsx:23
@ -913,7 +918,7 @@ msgstr "Kenar Boşlukları"
msgid "MIT License"
msgstr "MIT Lisansı"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "MIT Lisansı"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "İsim"
@ -947,7 +952,7 @@ msgstr "Hiçbir sonuç bulunamadı"
msgid "No user tracking or advertising"
msgstr "Kullanıcı takibi veya reklam yok"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "Not: Bu, hesabınızın güvenliğini azaltacaktır."
@ -986,7 +991,7 @@ msgstr "OpenAI, metniniz için herhangi bir seçenek döndürmedi."
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:52
#: apps/client/src/pages/home/sections/features/index.tsx:52
msgid "OpenAI Integration"
msgstr ""
msgstr "OpenAI Entegrasyonu"
#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:67
#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:168
@ -1011,8 +1016,8 @@ msgstr "Sayfa"
msgid "Page {0}"
msgstr "Sayfa {0}"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,9 +1056,9 @@ msgstr "Bu adımın tamamen isteğe bağlı olduğunu lütfen unutmayın."
msgid "Please select a file type"
msgstr "Lütfen bir dosya türü seçin"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr ""
msgstr "Lütfen yedek kodlarınızı güvenli bir yerde saklayın. Kimlik doğrulayıcı uygulamanıza erişiminizi kaybetmeniz durumunda oturum açmak için bu tek kullanımlık kodlardan birini kullanabilirsiniz."
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:104
msgid "Portrait"
@ -1084,7 +1089,7 @@ msgstr "Birincil Renk"
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:10
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:23
msgid "Privacy Policy"
msgstr ""
msgstr "Gizlilik Politikası"
#: apps/client/src/components/ai-actions.tsx:109
#: apps/client/src/components/ai-actions.tsx:112
@ -1111,7 +1116,7 @@ msgstr "Bir sorunu dile getirin"
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1128,26 +1133,26 @@ msgstr "Reactive Resume"
#: apps/client/src/pages/home/sections/logo-cloud/index.tsx:39
msgid "Reactive Resume has helped people land jobs at these great companies:"
msgstr ""
msgstr "Reactive Resume, insanların bu harika şirketlerde iş bulmalarına yardımcı oldu:"
#: apps/client/src/pages/home/sections/support/index.tsx:12
msgid "Reactive Resume is a free and open-source project crafted mostly by me, and your support would be greatly appreciated. If you're inclined to contribute, and only if you can afford to, consider making a donation through any of the listed platforms. Additionally, donations to Reactive Resume through Open Collective are tax-exempt, as the project is fiscally hosted by Open Collective Europe."
msgstr ""
msgstr "Reactive Resume, çoğunlukla benim tarafımdan hazırlanmış ücretsiz ve açık kaynaklı bir projedir ve desteğiniz çok takdir edilecektir. Eğer katkıda bulunmak istiyorsanız ve sadece gücünüz yetiyorsa, listelenen platformlardan herhangi biri aracılığıyla bağış yapmayı düşünün. Ayrıca, Open Collective aracılığıyla Reactive Resume'a yapılan bağışlar, proje mali olarak Open Collective Europe tarafından barındırıldığı için vergiden muaftır."
#: apps/client/src/pages/home/sections/features/index.tsx:107
msgid "Reactive Resume is a passion project of over 3 years of hard work, and with that comes a number of re-iterated ideas and features that have been built to (near) perfection."
msgstr ""
msgstr "Reaktif Özgeçmiş, 3 yılı aşkın bir süredir üzerinde çalışılan bir tutku projesidir ve bununla birlikte (neredeyse) mükemmel hale getirilmiş bir dizi yeniden yinelenen fikir ve özellik ortaya çıkmıştır."
#: apps/client/src/pages/home/sections/contributors/index.tsx:22
msgid "Reactive Resume thrives thanks to its vibrant community. This project owes its progress to numerous individuals who've dedicated their time and skills. Below, we celebrate the coders who've enhanced its features on GitHub and the linguists whose translations on Crowdin have made it accessible to a broader audience."
msgstr ""
msgstr "Reaktif Özgeçmiş, canlı topluluğu sayesinde gelişiyor. Bu proje ilerlemesini, zamanlarını ve becerilerini adayan çok sayıda kişiye borçludur. Aşağıda, GitHub'daki özelliklerini geliştiren kodlayıcıları ve Crowdin'deki çevirileri daha geniş bir kitle için erişilebilir hale getiren dilbilimcileri kutluyoruz."
#: apps/client/src/pages/builder/_components/toolbar.tsx:79
msgid "Redo"
msgstr "Yinele"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr "Kaldır"
@ -1155,7 +1160,7 @@ msgstr "Kaldır"
msgid "Remove Page"
msgstr "Sayfayı Kaldır"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "Yeniden adlandır"
msgid "Resend email confirmation link"
msgstr "E-posta onay bağlantısını yeniden gönder"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr "Sıfırla"
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "Yuvarlak"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "Değişiklikleri Kaydet"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr "Hesabınızda 2FA'yı kurmak için aşağıdaki QR kodunu kimlik doğrulayıcı uygulamanızla tarayın."
@ -1227,7 +1232,7 @@ msgstr "Yazı tipi alt kümesini arayın"
#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:125
msgid "Search for a font variant"
msgstr ""
msgstr "Yazı tipi varyantı arama"
#: apps/client/src/components/locale-combobox.tsx:41
msgid "Search for a language"
@ -1235,7 +1240,7 @@ msgstr "Dili arayın"
#: apps/client/src/pages/home/sections/features/index.tsx:56
msgid "Secure with two-factor authentication"
msgstr ""
msgstr "İki faktörlü kimlik doğrulama ile güvende"
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:68
msgid "Security"
@ -1253,6 +1258,10 @@ msgstr "E-posta gönder"
msgid "Send me a message"
msgstr "Mesaj gönder"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,22 +1269,22 @@ msgstr "Mesaj gönder"
msgid "Settings"
msgstr "Ayarlar"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr ""
msgstr "Hesabınızda iki faktörlü kimlik doğrulamayı ayarlayın"
#: apps/client/src/pages/builder/sidebars/right/index.tsx:97
#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:39
msgid "Sharing"
msgstr "Paylaşım"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "Göster"
#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:78
msgid "Show Break Line"
msgstr ""
msgstr "Ara Çizgiyi Göster"
#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:91
msgid "Show Page Numbers"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "Kenar Çubuğu"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "Giriş yap"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "Şimdi giriş yap"
@ -1312,33 +1321,37 @@ msgstr "Github ile giriş yapın"
msgid "Sign in with Google"
msgstr "Google ile giriş yapın"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "Kayıt ol"
#: apps/client/src/pages/auth/register/page.tsx:85
msgid "Signups are currently disabled by the administrator."
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr "Kayıtlar şu anda yönetici tarafından devre dışı bırakılmıştır."
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:70
msgid "Size (in px)"
msgstr "Boyut (px cinsinden)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr "Slug"
#: apps/client/src/services/errors/translate-error.ts:55
msgid "Something went wrong while grabbing a preview your resume. Please try again later or raise an issue on GitHub."
msgstr ""
msgstr "Özgeçmişinizin önizlemesini alırken bir şeyler ters gitti. Lütfen daha sonra tekrar deneyin veya GitHub'da bir sorun oluşturun."
#: apps/client/src/services/errors/translate-error.ts:52
msgid "Something went wrong while printing your resume. Please try again later or raise an issue on GitHub."
msgstr ""
msgstr "Özgeçmişinizi yazdırırken bir şeyler ters gitti. Lütfen daha sonra tekrar deneyin veya GitHub'da bir sorun oluşturun."
#: apps/client/src/services/errors/translate-error.ts:58
msgid "Something went wrong while processing your request. Please try again later or raise an issue on GitHub."
msgstr ""
msgstr "İsteğiniz işlenirken bir şeyler ters gitti. Lütfen daha sonra tekrar deneyin veya GitHub'da bir sorun oluşturun."
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:92
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:135
@ -1350,7 +1363,7 @@ msgstr "Kare"
msgid "Start building from scratch"
msgstr "Sıfırdan oluşturmaya başlayın"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr "Bir ad vererek özgeçmişinizi oluşturmaya başlayın."
@ -1365,15 +1378,15 @@ msgstr "İstatistikler yalnızca herkese açık özgeçmişler için mevcuttur."
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:101
msgid "Store Locally"
msgstr ""
msgstr "Yerel Olarak Depolayın"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr ""
msgstr "Yedekleme kodlarınızı güvenle saklayın"
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:101
msgid "Stored"
msgstr ""
msgstr "Depolandı"
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
@ -1389,15 +1402,15 @@ msgstr "Özet"
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:18
msgid "Support the app by donating what you can!"
msgstr ""
msgstr "Elinizden geldiğince bağışta bulunarak uygulamayı destekleyin!"
#: apps/client/src/pages/home/sections/support/index.tsx:9
msgid "Supporting Reactive Resume"
msgstr ""
msgstr "Reaktif Özgeçmişi Destekleme"
#: apps/client/src/pages/home/sections/features/index.tsx:65
msgid "Supports A4/Letter page formats"
msgstr ""
msgstr "A4/Letter sayfa formatlarını destekler"
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:85
msgid "System"
@ -1444,76 +1457,76 @@ msgstr "Tarayıcıya bağlanırken bir hata oluştu. Lütfen 'chrome'un çalış
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:126
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr ""
msgstr "Bu eylem, kayan araç çubuğundaki geri al düğmesine tıklanarak geri alınabilir."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr ""
msgstr "Bu işlem geri alınamaz. Bu işlem özgeçmişinizi kalıcı olarak siler ve kurtarılamaz."
#: apps/client/src/services/errors/translate-error.ts:16
msgid "This email address is associated with an OAuth account. Please sign in with your OAuth provider."
msgstr ""
msgstr "Bu e-posta adresi bir OAuth hesabıyla ilişkilendirilmiştir. Lütfen OAuth sağlayıcınızla oturum açın."
#: apps/client/src/pages/builder/_components/header.tsx:57
msgid "This resume is locked, please unlock to make further changes."
msgstr ""
msgstr "Bu özgeçmiş kilitlidir, daha fazla değişiklik yapmak için lütfen kilidi açın."
#: apps/client/src/pages/builder/sidebars/right/sections/notes.tsx:23
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr ""
msgstr "Bu bölüm, bu özgeçmişe özel kişisel notlarınız için ayrılmıştır. Buradaki içerik gizli kalır ve başka kimseyle paylaşılmaz."
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr ""
msgstr "İpucu: Özgeçmişinizi başvurduğunuz pozisyona atıfta bulunarak adlandırabilirsiniz."
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:39
msgctxt "Name of the Award"
msgid "Title"
msgstr "Başlık"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "Başlık"
#: apps/client/src/pages/builder/_components/toolbar.tsx:120
msgid "Toggle Page Break Line"
msgstr ""
msgstr "Sayfa Sonu Satırını Değiştir"
#: apps/client/src/pages/builder/_components/toolbar.tsx:132
msgid "Toggle Page Numbers"
msgstr ""
msgstr "Sayfa Numaralarını Değiştir"
#: apps/client/src/pages/home/sections/features/index.tsx:68
msgid "Track views and downloads"
msgstr ""
msgstr "Görüntülemeleri ve indirmeleri takip edin"
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
#: apps/client/src/pages/auth/verify-otp/page.tsx:57
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:135
msgid "Two-Factor Authentication"
msgstr ""
msgstr "İki Faktörlü Kimlik Doğrulama"
#: apps/client/src/services/errors/translate-error.ts:31
msgid "Two-factor authentication is already enabled for this account."
msgstr ""
msgstr "Bu hesap için iki faktörlü kimlik doğrulama zaten etkinleştirilmiştir."
#: apps/client/src/services/errors/translate-error.ts:28
msgid "Two-factor authentication is not enabled for this account."
msgstr ""
msgstr "Bu hesap için iki faktörlü kimlik doğrulama etkinleştirilmemiştir."
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:84
msgid "Type <0>delete</0> to confirm deleting your account."
msgstr ""
msgstr "Hesabınızı silmeyi onaylamak için <0>delete</0> yazın."
#. For example, Bachelor's Degree or Master's Degree
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:54
msgid "Type of Study"
msgstr ""
msgstr "Çalışma Türü"
#: apps/client/src/pages/builder/sidebars/right/index.tsx:76
#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:65
msgid "Typography"
msgstr ""
msgstr "Tipografi"
#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:189
msgid "Underline Links"
@ -1542,13 +1555,13 @@ msgstr "Doğrulanmamış"
msgid "Update an existing item"
msgstr "Mevcut bir öğeyi güncelle"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr "Mevcut bir özgeçmişi güncelle"
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:214
msgid "Upload a file from one of the accepted sources to parse existing data and import it into Reactive Resume for easier editing."
msgstr ""
msgstr "Mevcut verileri ayrıştırmak ve daha kolay düzenleme için Reaktif Özgeçmiş'e aktarmak için kabul edilen kaynaklardan birinden bir dosya yükleyin."
#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:73
msgid "URL"
@ -1565,9 +1578,9 @@ msgstr "Yedek kodunuzu kullanın"
#: apps/client/src/services/errors/translate-error.ts:13
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr ""
msgstr "Kullanıcının ilişkili bir 'secrets' kaydı yok. Lütfen bu sorunu GitHub'da bildirin."
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr "Doğrula"
msgid "Validated"
msgstr "Doğrulanmış"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "Değer"
@ -1593,7 +1606,7 @@ msgstr "Değer"
msgid "Verified"
msgstr "Doğrulanmış"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr "İki faktörlü kimlik doğrulamanın doğru şekilde kurulduğunu doğrulayın"
@ -1604,7 +1617,7 @@ msgstr "E-posta adresinizi doğrulayın"
#: apps/client/src/pages/home/sections/hero/index.tsx:26
msgid "Version 4"
msgstr ""
msgstr "Sürüm 4"
#: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:51
msgid "Views"
@ -1616,7 +1629,7 @@ msgstr "Görünür"
#: apps/client/src/pages/auth/verify-email/page.tsx:61
msgid "We verify your email address only to ensure that we can send you a password reset link in case you forget your password."
msgstr ""
msgstr "E-posta adresinizi yalnızca şifrenizi unutmanız durumunda size bir şifre sıfırlama bağlantısı gönderebilmemizi sağlamak için doğruluyoruz."
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
@ -1641,27 +1654,27 @@ msgstr "En son sürümdeki yenilikler"
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:137
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:114
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr ""
msgstr "Birden fazla anahtar kelimeyi virgülle ayırarak veya enter tuşuna basarak ekleyebilirsiniz."
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr "Kullanıcı adınızı da girebilirsiniz."
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:54
msgid "You can make use of the OpenAI API to help you generate content, or improve your writing while composing your resume."
msgstr ""
msgstr "İçerik oluşturmanıza yardımcı olması için OpenAI API'sinden yararlanabilir veya özgeçmişinizi oluştururken yazınızı geliştirebilirsiniz."
#: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:40
msgid "You can track the number of views your resume has received, or how many people have downloaded the resume by enabling public sharing."
msgstr ""
msgstr "Herkese açık paylaşımı etkinleştirerek özgeçmişinizin kaç görüntüleme aldığını veya kaç kişinin özgeçmişinizi indirdiğini takip edebilirsiniz."
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:60
msgid "You have the option to <0>obtain your own OpenAI API key</0>. This key empowers you to leverage the API as you see fit. Alternatively, if you wish to disable the AI features in Reactive Resume altogether, you can simply remove the key from your settings."
msgstr ""
msgstr "<0>Kendi OpenAI API anahtarınızı edinme seçen</0>eğiniz vardır. Bu anahtar, API'den uygun gördüğünüz şekilde yararlanmanızı sağlar. Alternatif olarak, Reaktif Özgeçmiş'teki yapay zeka özelliklerini tamamen devre dışı bırakmak isterseniz, anahtarı ayarlarınızdan kaldırabilirsiniz."
#: apps/client/src/pages/auth/verify-email/page.tsx:50
msgid "You should have received an email from <0>Reactive Resume</0> with a link to verify your account."
msgstr ""
msgstr "<0>Reactive Resume</0> 'dan hesabınızı doğrulamak için bir bağlantı içeren bir e-posta almış olmalısınız."
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/forgot-password/page.tsx:54
@ -1670,23 +1683,23 @@ msgstr "E-postanız var!"
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:52
msgid "Your account and all your data has been deleted successfully. Goodbye!"
msgstr ""
msgstr "Hesabınız ve tüm verileriniz başarıyla silindi. Güle güle!"
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:116
msgid "Your API key is securely stored in the browser's local storage and is only utilized when making requests to OpenAI via their official SDK. Rest assured that your key is not transmitted to any external server except when interacting with OpenAI's services."
msgstr ""
msgstr "API anahtarınız tarayıcının yerel depolama alanında güvenli bir şekilde saklanır ve yalnızca OpenAI'ye resmi SDK'ları aracılığıyla istekte bulunurken kullanılır. OpenAI'nin hizmetleriyle etkileşim dışında anahtarınızın herhangi bir harici sunucuya iletilmediğinden emin olabilirsiniz."
#: apps/client/src/pages/auth/verify-email/page.tsx:28
msgid "Your email address has been verified successfully."
msgstr ""
msgstr "E-posta adresiniz başarıyla doğrulandı."
#: apps/client/src/services/openai/client.ts:11
msgid "Your OpenAI API Key has not been set yet. Please go to your account settings to enable OpenAI Integration."
msgstr ""
msgstr "OpenAI API Anahtarınız henüz ayarlanmadı. OpenAI Entegrasyonunu etkinleştirmek için lütfen hesap ayarlarınıza gidin."
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:59
msgid "Your password has been updated successfully."
msgstr ""
msgstr "Parolanız başarıyla güncellendi."
#: apps/client/src/pages/builder/_components/toolbar.tsx:94
msgid "Zoom In"

File diff suppressed because it is too large Load Diff

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: uz\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Uzbek\n"
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "Ikki bosqichli shaxsni tasdiqlashni muvaffaqiyatli yoqdingiz."
@ -26,7 +26,7 @@ msgstr "Ikki bosqichli shaxsni tasdiqlashni muvaffaqiyatli yoqdingiz."
msgid "{templatesCount} resume templates to choose from"
msgstr "Tanlash uchun {templatesCount} ta tarjimai hol namunasi mavjud"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {Ustun} other {Ustunlar}}"
@ -98,7 +98,7 @@ msgstr "Faqat {accept} fayllarini qabul qiladi"
msgid "Account"
msgstr "Hisob"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "Maxsus maydon qo'shish"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "Yangi narsa qo'shish"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "Yangi narsa qo'shish"
@ -125,7 +125,7 @@ msgstr "Yangi sahifa qo'shish"
msgid "AI"
msgstr "SO"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "Hisobingiz bormi?"
@ -154,11 +154,11 @@ msgstr "API kalit"
msgid "Are you sure you want to delete this item?"
msgstr "Haqiqatan ham buni oʻchirmoqchimisiz?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "Haqiqatan ham tarjimai holingizni oʻchirmoqchimisiz?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "Ikki bosqichli shaxsni tasdiqlashni ochirib qoymoqchimisiz?"
@ -193,7 +193,7 @@ msgstr "Mukofotlovchi"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "Orqaga"
@ -237,8 +237,8 @@ msgstr "Jamiyat tomonidan, jamiyat uchun."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "Bekor qilish"
@ -260,7 +260,7 @@ msgstr ""
msgid "Change Tone"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr ""
@ -272,19 +272,19 @@ msgstr ""
msgid "Circle"
msgstr "Doira"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "Yopish"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "Kod"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "Kod aniq 6 ta raqamdan iborat bo'lishi kerak."
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "Ustunlar"
@ -301,8 +301,8 @@ msgstr ""
msgid "Confirm New Password"
msgstr "Yangi parolni tasdiqlang"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "Davom etish"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "Hotiraga nusxalash"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "Yasash"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "Yangi hisob yasang"
@ -332,7 +332,7 @@ msgstr "Yangi hisob yasang"
msgid "Create a new item"
msgstr "Yangi buyum yasang"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr ""
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "Sana yoki sana oralig'i"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "Ta'rif"
msgid "Design single/multi page resumes"
msgstr "Yagona/Kop sahifali tarjimai hollarni andozaga solish"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "Oʻchirish"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "Yuklab olish"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "Nusxalash"
msgid "Duplicate an existing item"
msgstr "Mavjud buyumni nusxalash"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr ""
@ -487,8 +487,8 @@ msgid "Effects"
msgstr ""
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr ""
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr ""
@ -575,7 +579,7 @@ msgstr ""
msgid "Forget"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr ""
@ -605,7 +609,7 @@ msgstr ""
msgid "Full Name"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr ""
@ -621,7 +625,7 @@ msgstr "GitHub"
msgid "GitHub Stars"
msgstr "GitHub yulduzlari"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr ""
@ -660,7 +664,7 @@ msgstr ""
msgid "Hidden"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr ""
@ -668,8 +672,8 @@ msgstr ""
msgid "Hide Icons"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr ""
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr ""
@ -694,7 +699,7 @@ msgstr ""
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr ""
@ -716,7 +721,7 @@ msgstr ""
msgid "Improve Writing"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr ""
@ -769,17 +774,17 @@ msgstr ""
msgid "It looks like your email address has already been verified."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr ""
@ -913,7 +918,7 @@ msgstr ""
msgid "MIT License"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr ""
@ -947,7 +952,7 @@ msgstr "Hech qanday natija topilmadi"
msgid "No user tracking or advertising"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "Eslatma: Bu sizning hisobingiz xavfsizligini kamaytiradi."
@ -1011,8 +1016,8 @@ msgstr "Sahifa"
msgid "Page {0}"
msgstr "{0} sahifa"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr ""
msgid "Please select a file type"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr ""
@ -1111,7 +1116,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr ""
@ -1155,7 +1160,7 @@ msgstr ""
msgid "Remove Page"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr ""
msgid "Resend email confirmation link"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr ""
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr ""
@ -1253,6 +1258,10 @@ msgstr ""
msgid "Send me a message"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr ""
msgid "Settings"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr ""
@ -1269,7 +1278,7 @@ msgstr ""
msgid "Sharing"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr ""
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr ""
@ -1312,11 +1321,15 @@ msgstr ""
msgid "Sign in with Google"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr ""
@ -1324,7 +1337,7 @@ msgstr ""
msgid "Size (in px)"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr ""
@ -1350,7 +1363,7 @@ msgstr ""
msgid "Start building from scratch"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr ""
@ -1367,7 +1380,7 @@ msgstr ""
msgid "Store Locally"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr ""
@ -1446,7 +1459,7 @@ msgstr ""
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr ""
@ -1462,7 +1475,7 @@ msgstr ""
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr ""
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr ""
@ -1542,7 +1555,7 @@ msgstr ""
msgid "Update an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr ""
@ -1567,7 +1580,7 @@ msgstr ""
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr ""
msgid "Validated"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr ""
@ -1593,7 +1606,7 @@ msgstr ""
msgid "Verified"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr ""
@ -1643,7 +1656,7 @@ msgstr ""
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr ""

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: vi\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Vietnamese\n"
"Plural-Forms: nplurals=1; plural=0;\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "Bạn đã kích hoạt xác thực hai lớp thành công."
@ -26,7 +26,7 @@ msgstr "Bạn đã kích hoạt xác thực hai lớp thành công."
msgid "{templatesCount} resume templates to choose from"
msgstr "{templatesCount} mẫu sơ yếu lý lịch để lựa chọn"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr ""
@ -98,7 +98,7 @@ msgstr "Chỉ chấp nhận tệp {accept}"
msgid "Account"
msgstr "Tài khoản"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr ""
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr ""
@ -125,7 +125,7 @@ msgstr ""
msgid "AI"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr ""
@ -154,11 +154,11 @@ msgstr ""
msgid "Are you sure you want to delete this item?"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr ""
@ -193,7 +193,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr ""
@ -237,8 +237,8 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "Hủy"
@ -260,7 +260,7 @@ msgstr ""
msgid "Change Tone"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr ""
@ -272,19 +272,19 @@ msgstr ""
msgid "Circle"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "Cột"
@ -301,8 +301,8 @@ msgstr ""
msgid "Confirm New Password"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr ""
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr ""
@ -332,7 +332,7 @@ msgstr ""
msgid "Create a new item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr ""
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr ""
msgid "Design single/multi page resumes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr ""
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "Tải về"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr ""
msgid "Duplicate an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr ""
@ -487,8 +487,8 @@ msgid "Effects"
msgstr ""
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr ""
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr ""
@ -575,7 +579,7 @@ msgstr ""
msgid "Forget"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr ""
@ -605,7 +609,7 @@ msgstr ""
msgid "Full Name"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr ""
@ -621,7 +625,7 @@ msgstr ""
msgid "GitHub Stars"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr ""
@ -660,7 +664,7 @@ msgstr ""
msgid "Hidden"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr ""
@ -668,8 +672,8 @@ msgstr ""
msgid "Hide Icons"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr ""
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr ""
@ -694,7 +699,7 @@ msgstr ""
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr ""
@ -716,7 +721,7 @@ msgstr ""
msgid "Improve Writing"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr ""
@ -769,17 +774,17 @@ msgstr ""
msgid "It looks like your email address has already been verified."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr ""
@ -913,7 +918,7 @@ msgstr ""
msgid "MIT License"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "Tên"
@ -947,7 +952,7 @@ msgstr ""
msgid "No user tracking or advertising"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr ""
@ -1011,8 +1016,8 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr ""
msgid "Please select a file type"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr ""
@ -1111,7 +1116,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr ""
@ -1155,7 +1160,7 @@ msgstr ""
msgid "Remove Page"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr ""
msgid "Resend email confirmation link"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr ""
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr ""
@ -1253,6 +1258,10 @@ msgstr ""
msgid "Send me a message"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr ""
msgid "Settings"
msgstr "Cài đặt"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr ""
@ -1269,7 +1278,7 @@ msgstr ""
msgid "Sharing"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "Hiện"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "Đăng nhập"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr ""
@ -1312,11 +1321,15 @@ msgstr ""
msgid "Sign in with Google"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "Đăng ký"
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr ""
@ -1324,7 +1337,7 @@ msgstr ""
msgid "Size (in px)"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr ""
@ -1350,7 +1363,7 @@ msgstr ""
msgid "Start building from scratch"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr ""
@ -1367,7 +1380,7 @@ msgstr ""
msgid "Store Locally"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr ""
@ -1446,7 +1459,7 @@ msgstr ""
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr ""
@ -1462,7 +1475,7 @@ msgstr ""
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr ""
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr "Tiêu đề"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "Tiêu đề"
@ -1542,7 +1555,7 @@ msgstr ""
msgid "Update an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr ""
@ -1567,7 +1580,7 @@ msgstr ""
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr ""
msgid "Validated"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "Giá trị"
@ -1593,7 +1606,7 @@ msgstr "Giá trị"
msgid "Verified"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr ""
@ -1643,7 +1656,7 @@ msgstr ""
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr ""

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: zh\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Chinese Simplified\n"
"Plural-Forms: nplurals=1; plural=0;\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "您已成功启用双重身份认证。"
@ -26,7 +26,7 @@ msgstr "您已成功启用双重身份认证。"
msgid "{templatesCount} resume templates to choose from"
msgstr "有 {templatesCount} 个简历模板可供选择"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {栏} other {栏}}"
@ -98,7 +98,7 @@ msgstr "仅接受 {accept} 文件"
msgid "Account"
msgstr "账户"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "添加自定义字段"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "增加一项"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "增加一项"
@ -125,7 +125,7 @@ msgstr "添加新页面"
msgid "AI"
msgstr "AI"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "已有账号?"
@ -154,11 +154,11 @@ msgstr "API Key"
msgid "Are you sure you want to delete this item?"
msgstr "您确定要删除此项目吗?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "您确定要删除您的简历吗?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "您确定要关闭双重认证吗?"
@ -193,7 +193,7 @@ msgstr "授予者"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "返回"
@ -237,8 +237,8 @@ msgstr "来自社区,服务社区。"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "取消"
@ -260,7 +260,7 @@ msgstr "更改密码"
msgid "Change Tone"
msgstr "改变语气"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "想改名字了?取个新名字吧。"
@ -272,19 +272,19 @@ msgstr "检查您的电子邮件中的确认链接以更新您的电子邮件地
msgid "Circle"
msgstr "圆"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "关闭"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr "验证码"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr "验证码必须是 6 位数字。"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr "栏"
@ -301,8 +301,8 @@ msgstr "自信的"
msgid "Confirm New Password"
msgstr "确认新密码"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr "继续"
@ -319,12 +319,12 @@ msgid "Copy to Clipboard"
msgstr "复制到剪贴板"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr "创建"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr "创建账户"
@ -332,7 +332,7 @@ msgstr "创建账户"
msgid "Create a new item"
msgstr "创建新条目"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
@ -343,7 +343,7 @@ msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr "立刻创建"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr "创建简历样例"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr "日期或日期范围"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr "描述"
msgid "Design single/multi page resumes"
msgstr "设计单页/多页简历"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr "禁用"
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr "下载"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr "复制"
msgid "Duplicate an existing item"
msgstr "复制现有项目"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr "复制现有简历"
@ -487,8 +487,8 @@ msgid "Effects"
msgstr "效果"
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -506,7 +506,11 @@ msgstr "在下方输入确保安全的新密码。"
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr "输入在启用双重身份验证时保存的 10 个备用代码之一。"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr "输入 Phosphor 图标"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr "输入验证应用程序中的 6 位数字代码,验证双重身份验证设置是否正确。"
@ -575,7 +579,7 @@ msgstr "例如,您可以在此处注明您发送给的公司或者职位描述
msgid "Forget"
msgstr "遗弃"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr "忘记密码?"
@ -605,7 +609,7 @@ msgstr "友好的"
msgid "Full Name"
msgstr "全名"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr "为您的简历生成随机标题"
@ -621,7 +625,7 @@ msgstr "GitHub"
msgid "GitHub Stars"
msgstr "GitHub 点赞数"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr "给你的旧简历起一个新名字。"
@ -660,7 +664,7 @@ msgstr "在这里,您可以更新个人资料,定制个性化的体验。"
msgid "Hidden"
msgstr "隐藏"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr "隐藏"
@ -668,8 +672,8 @@ msgstr "隐藏"
msgid "Hide Icons"
msgstr "隐藏图标"
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr "按住<0>Ctrl</0>可暂时显示您的密码。"
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr "我们十分欢迎用户对于 Reactive Resume 的反馈和支持。这是我们收到的一些信息,如果您有任何反馈,请随时发送邮件至 <0>{email}</0>。"
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr "图标"
@ -694,7 +699,7 @@ msgstr "图标"
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr "如果此应用对您的求职有所帮助,请通过<0>此联系表</0>与我联系。"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr "如果您禁用双重身份验证,登录时将不再需要输入验证码。"
@ -716,7 +721,7 @@ msgstr "导入现有简历"
msgid "Improve Writing"
msgstr "提高写作水平"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr "如果您无法扫描此二维码,也可以将此链接复制粘贴到您的验证程序中。"
@ -769,17 +774,17 @@ msgstr "您提供的验证令牌似乎无效。请尝试再次重新启动验证
msgid "It looks like your email address has already been verified."
msgstr "您的电子邮件地址似乎已被验证。"
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr "张三"
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr "zhangsan"
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr "zhangsan@example.com"
@ -913,7 +918,7 @@ msgstr "边距"
msgid "MIT License"
msgstr "MIT 许可证"
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr "MIT 许可证"
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr "名称"
@ -947,7 +952,7 @@ msgstr "没找到结果"
msgid "No user tracking or advertising"
msgstr "没有用户跟踪或广告"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr "注意:这会降低您账户的安全性。"
@ -1011,8 +1016,8 @@ msgstr "页面"
msgid "Page {0}"
msgstr "第{0} 页"
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr "请注意,此步骤完全是可选的。"
msgid "Please select a file type"
msgstr "请选择文件类型"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr "请将您的备份码存储在安全的位置。如果您无法访问身份验证应用程序,您可以使用任意一个一次性备份码进行登录。"
@ -1062,11 +1067,11 @@ msgstr "纵向"
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:54
msgctxt "Position held at a company, for example, Software Engineer"
msgid "Position"
msgstr "位"
msgstr "位"
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:53
msgid "Position"
msgstr "位"
msgstr "位"
#: apps/client/src/pages/home/sections/features/index.tsx:96
msgid "Powered by"
@ -1084,7 +1089,7 @@ msgstr "主颜色"
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:10
#: apps/client/src/pages/home/meta/privacy-policy/page.tsx:23
msgid "Privacy Policy"
msgstr ""
msgstr "隐私政策"
#: apps/client/src/components/ai-actions.tsx:109
#: apps/client/src/components/ai-actions.tsx:112
@ -1111,7 +1116,7 @@ msgstr "提出问题"
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr "恢复"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr "移除"
@ -1155,7 +1160,7 @@ msgstr "移除"
msgid "Remove Page"
msgstr "删除页面"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr "重命名"
msgid "Resend email confirmation link"
msgstr "重新发送电子邮件确认链接"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr "重置"
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr "圆角"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr "保存更改"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr "使用身份验证应用扫描下方的二维码,为您的账户设置双重身份验证。"
@ -1253,6 +1258,10 @@ msgstr "发送电子邮件"
msgid "Send me a message"
msgstr "给我发消息"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr "给我发消息"
msgid "Settings"
msgstr "设置"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr "为您的账户设置双重身份验证"
@ -1269,7 +1278,7 @@ msgstr "为您的账户设置双重身份验证"
msgid "Sharing"
msgstr "分享中"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr "显示"
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr "侧边栏"
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr "登录"
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr "现在登录"
@ -1312,11 +1321,15 @@ msgstr "使用 GitHub 登录"
msgid "Sign in with Google"
msgstr "使用谷歌账户登录"
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr "注册"
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr "目前管理员已禁用注册。"
@ -1324,7 +1337,7 @@ msgstr "目前管理员已禁用注册。"
msgid "Size (in px)"
msgstr "尺寸(以像素为单位)"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr "简历"
@ -1350,7 +1363,7 @@ msgstr "方形"
msgid "Start building from scratch"
msgstr "从头开始构建"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr "从给简历命名开始构建你的简历。"
@ -1367,7 +1380,7 @@ msgstr "统计数据仅适用于公开简历。"
msgid "Store Locally"
msgstr "本地存储"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr "安全地存储您的备份码"
@ -1446,7 +1459,7 @@ msgstr "连接浏览器时出现错误。请确保谷歌浏览器正在运行并
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr "单击浮动工具栏中的撤消按钮即可恢复此操作。"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr "此操作无法撤消。这将永久删除您的简历并且无法恢复。"
@ -1462,7 +1475,7 @@ msgstr "该简历已被锁定,请解锁再进行进一步更改。"
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr "此部分针对您对此简历的个人注释。这里的内容保持私密,不会与其他任何人共享。"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr "提示:您可以根据您要申请的职位来命名简历。"
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr "标题"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr "标题"
@ -1542,7 +1555,7 @@ msgstr "未验证"
msgid "Update an existing item"
msgstr "更新现有项目"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr "更新现有简历"
@ -1567,7 +1580,7 @@ msgstr "使用您的备份代码"
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr "用户没有关联的“秘密”记录。请在 GitHub 上报告此问题。"
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr "验证"
msgid "Validated"
msgstr "已验证"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr "值"
@ -1593,7 +1606,7 @@ msgstr "值"
msgid "Verified"
msgstr "已验证"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr "确认双重身份验证是否已正确设置"
@ -1643,7 +1656,7 @@ msgstr "最新版本的新功能"
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr "您可以通过用逗号或回车分隔来添加多个关键字。"
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr "您还可以输入您的用户名。"

View File

@ -8,7 +8,7 @@ msgstr ""
"Language: zh\n"
"Project-Id-Version: reactive-resume\n"
"Report-Msgid-Bugs-To: \n"
"PO-Revision-Date: 2024-05-05 12:54\n"
"PO-Revision-Date: 2024-05-29 08:38\n"
"Last-Translator: \n"
"Language-Team: Chinese Traditional\n"
"Plural-Forms: nplurals=1; plural=0;\n"
@ -18,7 +18,7 @@ msgstr ""
"X-Crowdin-File: messages.po\n"
"X-Crowdin-File-ID: 494\n"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:171
msgid "You have enabled two-factor authentication successfully."
msgstr "您已成功啟用雙重認證。"
@ -26,7 +26,7 @@ msgstr "您已成功啟用雙重認證。"
msgid "{templatesCount} resume templates to choose from"
msgstr "{templatesCount} 個履歷模板可以選擇"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:126
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
msgid "{value, plural, one {Column} other {Columns}}"
msgstr "{value, plural, one {欄} other {欄目}}"
@ -98,7 +98,7 @@ msgstr "僅接受 {accept} 文件"
msgid "Account"
msgstr "帳號"
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:133
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:159
msgid "Add a custom field"
msgstr "新增自訂字段"
@ -108,7 +108,7 @@ msgctxt "For example, add a new work experience, or add a new profile."
msgid "Add a new item"
msgstr "新增項目"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:80
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
msgid "Add a new item"
msgstr "新增項目"
@ -125,7 +125,7 @@ msgstr "添加新頁"
msgid "AI"
msgstr "AI"
#: apps/client/src/pages/auth/register/page.tsx:74
#: apps/client/src/pages/auth/register/page.tsx:71
msgid "Already have an account?"
msgstr "已經有一個帳戶?"
@ -154,11 +154,11 @@ msgstr "API Key"
msgid "Are you sure you want to delete this item?"
msgstr "您确定要删除此项目吗?"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:147
msgid "Are you sure you want to delete your resume?"
msgstr "您確定要刪除您的簡歷嗎?"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:125
msgid "Are you sure you want to disable two-factor authentication?"
msgstr "您確定要停用雙重身分驗證?"
@ -193,7 +193,7 @@ msgstr "頒獎者"
#: apps/client/src/pages/auth/backup-otp/page.tsx:98
#: apps/client/src/pages/auth/forgot-password/page.tsx:100
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:241
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:243
msgid "Back"
msgstr "返回"
@ -237,8 +237,8 @@ msgstr "來自社區,服務社區。"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:131
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:49
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:155
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:135
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:154
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
msgid "Cancel"
msgstr "取消"
@ -260,7 +260,7 @@ msgstr "更改密碼"
msgid "Change Tone"
msgstr "改變音調"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
msgid "Changed your mind about the name? Give it a new one."
msgstr "改變了對名稱的看法嗎?給它一個新名字。"
@ -272,92 +272,92 @@ msgstr "檢查您的電子郵件以獲取確認鏈接,以更新您的電子郵
msgid "Circle"
msgstr "圓形"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:247
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:249
msgid "Close"
msgstr "關閉"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:201
msgid "Code"
msgstr ""
msgstr "驗證碼"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:52
msgid "Code must be exactly 6 digits long."
msgstr ""
msgstr "驗證碼必須是 6 位數字。"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:120
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:135
msgid "Columns"
msgstr ""
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:39
msgid "Company"
msgstr ""
msgstr "公司"
#: apps/client/src/components/ai-actions.tsx:115
#: apps/client/src/components/ai-actions.tsx:118
msgid "Confident"
msgstr ""
msgstr "自信"
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:98
msgid "Confirm New Password"
msgstr ""
msgstr "確認新密碼"
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:244
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:234
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:246
msgid "Continue"
msgstr ""
msgstr "繼續"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:94
msgid "Copy"
msgstr ""
msgstr "複製"
#: apps/client/src/pages/builder/_components/toolbar.tsx:146
msgid "Copy Link to Resume"
msgstr ""
msgstr "複製連結到簡歷"
#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:78
msgid "Copy to Clipboard"
msgstr ""
msgstr "複製到剪貼簿"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:167
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:242
msgid "Create"
msgstr ""
msgstr "創建"
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:72
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/register/page.tsx:69
msgid "Create a new account"
msgstr ""
msgstr "創建一個新帳戶"
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:155
msgid "Create a new item"
msgstr ""
msgstr "創建新項目"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:176
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:28
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:18
msgid "Create a new resume"
msgstr ""
msgstr "創建新簡歷"
#: apps/client/src/pages/auth/login/page.tsx:65
msgctxt "This is a link to create a new account"
msgid "Create one now"
msgstr ""
msgstr "立即創建"
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:257
msgid "Create Sample Resume"
msgstr ""
msgstr "創建履歷表範本"
#: apps/client/src/pages/home/sections/features/index.tsx:62
msgid "Custom resume sections"
msgstr ""
msgstr "自訂簡歷部分"
#: apps/client/src/stores/resume.ts:45
msgid "Custom Section"
msgstr ""
msgstr "客製化部分"
#: apps/client/src/pages/home/sections/features/index.tsx:60
msgid "Customisable colour palettes"
msgstr ""
msgstr "可自訂的調色板"
#: apps/client/src/pages/home/sections/features/index.tsx:61
msgid "Customisable layouts"
@ -386,7 +386,7 @@ msgid "Date or Date Range"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:133
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:156
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:148
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:134
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:198
@ -410,7 +410,7 @@ msgstr ""
msgid "Design single/multi page resumes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:139
msgid "Disable"
msgstr ""
@ -463,7 +463,7 @@ msgid "Downloads"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:132
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:102
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:182
@ -474,7 +474,7 @@ msgstr ""
msgid "Duplicate an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
msgid "Duplicate an existing resume"
msgstr ""
@ -487,8 +487,8 @@ msgid "Effects"
msgstr ""
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
#: apps/client/src/pages/auth/login/page.tsx:84
#: apps/client/src/pages/auth/register/page.tsx:148
#: apps/client/src/pages/auth/login/page.tsx:90
#: apps/client/src/pages/auth/register/page.tsx:140
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:54
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
msgid "Email"
@ -496,7 +496,7 @@ msgstr "郵箱"
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:169
msgid "Enable 2FA"
msgstr ""
msgstr "啟用雙重驗證"
#: apps/client/src/pages/auth/reset-password/page.tsx:67
msgid "Enter a new password below, and make sure it's secure."
@ -506,7 +506,11 @@ msgstr ""
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:63
msgid "Enter Phosphor Icon"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:170
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
msgstr ""
@ -520,64 +524,64 @@ msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:285
msgid "Errors"
msgstr ""
msgstr "錯誤"
#: apps/client/src/pages/home/sections/support/index.tsx:78
msgid "Even if you're not in a position to contribute financially, you can still make a difference by giving the GitHub repository a star, spreading the word to your friends, or dropping a quick message to let me know how Reactive Resume has helped you. Your feedback and support are always welcome and much appreciated!"
msgstr ""
msgstr "即使您無法做出財務貢獻,您仍然可以透過為 GitHub 儲存庫加一顆星、向您的朋友傳播訊息或快速留言讓我知道 Reactive Resume 如何幫助您來發揮作用。我們始終歡迎並非常感謝您的回饋和支持!"
#: apps/client/src/pages/home/sections/templates/index.tsx:12
msgid "Explore the templates available in Reactive Resume and view the resumes crafted with them. They could also serve as examples to help guide the creation of your next resume."
msgstr ""
msgstr "探索反應式履歷中提供的範本並查看用它們製作的履歷。它們還可以作為範例來幫助指導您下一份簡歷的創建。"
#: apps/client/src/pages/builder/sidebars/right/index.tsx:111
#: apps/client/src/pages/builder/sidebars/right/sections/export.tsx:40
msgid "Export"
msgstr ""
msgstr "導出"
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:257
msgid "File"
msgstr ""
msgstr "文件"
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:223
msgid "Filetype"
msgstr ""
msgstr "文件類型"
#: apps/client/src/pages/home/sections/hero/index.tsx:38
msgid "Finally,"
msgstr ""
msgstr "最後,"
#: apps/client/src/components/ai-actions.tsx:90
msgid "Fix Spelling & Grammar"
msgstr ""
msgstr "修復拼字和文法"
#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:93
msgid "Font Family"
msgstr ""
msgstr "字體"
#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:134
msgid "Font Size"
msgstr ""
msgstr "字體大小"
#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:108
msgid "Font Subset"
msgstr ""
msgstr "字體子集"
#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:120
msgid "Font Variants"
msgstr ""
msgstr "字體變體"
#: apps/client/src/pages/builder/sidebars/right/sections/notes.tsx:35
msgid "For example, information regarding which companies you sent this resume to or the links to the job descriptions can be noted down here."
msgstr ""
msgstr "例如,有關您將此簡歷發送給哪些公司的信息或職位描述的連結可以在此處註明。"
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:107
msgid "Forget"
msgstr ""
msgstr "略過"
#: apps/client/src/pages/auth/login/page.tsx:120
#: apps/client/src/pages/auth/login/page.tsx:126
msgid "Forgot Password?"
msgstr ""
msgstr "忘記密碼?"
#: apps/client/src/pages/auth/forgot-password/page.tsx:68
msgid "Forgot your password?"
@ -605,7 +609,7 @@ msgstr ""
msgid "Full Name"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:200
msgid "Generate a random title for your resume"
msgstr ""
@ -621,7 +625,7 @@ msgstr ""
msgid "GitHub Stars"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
msgid "Give your old resume a new name."
msgstr ""
@ -660,7 +664,7 @@ msgstr ""
msgid "Hidden"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Hide"
msgstr ""
@ -668,8 +672,8 @@ msgstr ""
msgid "Hide Icons"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:104
#: apps/client/src/pages/auth/register/page.tsx:174
#: apps/client/src/pages/auth/login/page.tsx:110
#: apps/client/src/pages/auth/register/page.tsx:166
#: apps/client/src/pages/auth/reset-password/page.tsx:88
msgid "Hold <0>Ctrl</0> to display your password temporarily."
msgstr ""
@ -687,6 +691,7 @@ msgid "I always love to hear from the users of Reactive Resume with feedback or
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:94
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:53
msgid "Icon"
msgstr ""
@ -694,7 +699,7 @@ msgstr ""
msgid "If this app has helped you with your job hunt, let me know by reaching out through <0>this contact form</0>."
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:128
msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in."
msgstr ""
@ -716,7 +721,7 @@ msgstr ""
msgid "Improve Writing"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:188
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
msgstr ""
@ -769,17 +774,17 @@ msgstr ""
msgid "It looks like your email address has already been verified."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:109
#: apps/client/src/pages/auth/register/page.tsx:101
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
msgid "John Doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:130
#: apps/client/src/pages/auth/register/page.tsx:122
msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish."
msgid "john.doe"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:151
#: apps/client/src/pages/auth/register/page.tsx:143
msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish."
msgid "john.doe@example.com"
msgstr ""
@ -913,7 +918,7 @@ msgstr ""
msgid "MIT License"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:106
#: apps/client/src/pages/auth/register/page.tsx:98
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:58
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
@ -921,7 +926,7 @@ msgstr ""
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:39
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:46
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:72
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
msgid "Name"
msgstr ""
@ -947,7 +952,7 @@ msgstr ""
msgid "No user tracking or advertising"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:133
msgid "Note: This will make your account less secure."
msgstr ""
@ -1011,8 +1016,8 @@ msgstr ""
msgid "Page {0}"
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:99
#: apps/client/src/pages/auth/register/page.tsx:169
#: apps/client/src/pages/auth/login/page.tsx:105
#: apps/client/src/pages/auth/register/page.tsx:161
#: apps/client/src/pages/auth/reset-password/page.tsx:83
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
msgid "Password"
@ -1051,7 +1056,7 @@ msgstr ""
msgid "Please select a file type"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:228
msgid "Please store your backup codes in a secure location. You can use one of these one-time use codes to login in case you lose access to your authenticator app."
msgstr ""
@ -1111,7 +1116,7 @@ msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:52
#: apps/client/src/pages/auth/forgot-password/page.tsx:49
#: apps/client/src/pages/auth/login/page.tsx:55
#: apps/client/src/pages/auth/register/page.tsx:67
#: apps/client/src/pages/auth/register/page.tsx:64
#: apps/client/src/pages/auth/reset-password/page.tsx:60
#: apps/client/src/pages/auth/verify-email/page.tsx:43
#: apps/client/src/pages/auth/verify-otp/page.tsx:52
@ -1147,7 +1152,7 @@ msgid "Redo"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:141
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:156
msgid "Remove"
msgstr ""
@ -1155,7 +1160,7 @@ msgstr ""
msgid "Remove Page"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:95
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:110
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178
@ -1166,7 +1171,7 @@ msgstr ""
msgid "Resend email confirmation link"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:136
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:151
msgid "Reset"
msgstr ""
@ -1202,13 +1207,13 @@ msgid "Rounded"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:131
msgid "Save Changes"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
msgstr ""
@ -1253,6 +1258,10 @@ msgstr ""
msgid "Send me a message"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:96
msgid "Separate Links"
msgstr ""
#: apps/client/src/components/user-options.tsx:32
#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92
#: apps/client/src/pages/dashboard/settings/page.tsx:16
@ -1260,7 +1269,7 @@ msgstr ""
msgid "Settings"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
msgid "Setup two-factor authentication on your account"
msgstr ""
@ -1269,7 +1278,7 @@ msgstr ""
msgid "Sharing"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:90
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:105
msgid "Show"
msgstr ""
@ -1286,12 +1295,12 @@ msgid "Sidebar"
msgstr ""
#: apps/client/src/pages/auth/backup-otp/page.tsx:102
#: apps/client/src/pages/auth/login/page.tsx:116
#: apps/client/src/pages/auth/login/page.tsx:122
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
msgid "Sign in"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:77
#: apps/client/src/pages/auth/register/page.tsx:74
msgid "Sign in now"
msgstr ""
@ -1312,11 +1321,15 @@ msgstr ""
msgid "Sign in with Google"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:185
#: apps/client/src/pages/auth/register/page.tsx:177
msgid "Sign up"
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:85
#: apps/client/src/pages/auth/login/page.tsx:74
msgid "Signing in via email is currently disabled by the administrator."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:82
msgid "Signups are currently disabled by the administrator."
msgstr ""
@ -1324,7 +1337,7 @@ msgstr ""
msgid "Size (in px)"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:226
msgid "Slug"
msgstr ""
@ -1350,7 +1363,7 @@ msgstr ""
msgid "Start building from scratch"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:183
msgid "Start building your resume by giving it a name."
msgstr ""
@ -1367,7 +1380,7 @@ msgstr ""
msgid "Store Locally"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:162
msgid "Store your backup codes securely"
msgstr ""
@ -1446,7 +1459,7 @@ msgstr ""
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:149
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
msgstr ""
@ -1462,7 +1475,7 @@ msgstr ""
msgid "This section is reserved for your personal notes specific to this resume. The content here remains private and is not shared with anyone else."
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:215
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:214
msgid "Tip: You can name the resume referring to the position you are applying for."
msgstr ""
@ -1471,7 +1484,7 @@ msgctxt "Name of the Award"
msgid "Title"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:194
msgid "Title"
msgstr ""
@ -1542,7 +1555,7 @@ msgstr ""
msgid "Update an existing item"
msgstr ""
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
msgid "Update an existing resume"
msgstr ""
@ -1567,7 +1580,7 @@ msgstr ""
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
msgstr ""
#: apps/client/src/pages/auth/register/page.tsx:127
#: apps/client/src/pages/auth/register/page.tsx:119
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:66
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
msgid "Username"
@ -1585,7 +1598,7 @@ msgstr ""
msgid "Validated"
msgstr ""
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:55
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:81
msgid "Value"
msgstr ""
@ -1593,7 +1606,7 @@ msgstr ""
msgid "Verified"
msgstr ""
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:161
msgid "Verify that two-factor authentication has been setup correctly"
msgstr ""
@ -1643,7 +1656,7 @@ msgstr ""
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
msgstr ""
#: apps/client/src/pages/auth/login/page.tsx:88
#: apps/client/src/pages/auth/login/page.tsx:94
msgid "You can also enter your username."
msgstr ""

View File

@ -1,35 +1,9 @@
import * as Sentry from "@sentry/react";
import { StrictMode, useEffect } from "react";
import { StrictMode } from "react";
import * as ReactDOM from "react-dom/client";
import {
createRoutesFromChildren,
matchRoutes,
RouterProvider,
useLocation,
useNavigationType,
} from "react-router-dom";
import { RouterProvider } from "react-router-dom";
import { router } from "./router";
if (import.meta.env.VITE_CLIENT_SENTRY_DSN) {
Sentry.init({
dsn: import.meta.env.VITE_CLIENT_SENTRY_DSN,
integrations: [
Sentry.reactRouterV6BrowserTracingIntegration({
useEffect,
matchRoutes,
useLocation,
useNavigationType,
createRoutesFromChildren,
}),
Sentry.replayIntegration(),
],
tracesSampleRate: 0.5,
replaysOnErrorSampleRate: 0.5,
replaysSessionSampleRate: 0.25,
});
}
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
const root = ReactDOM.createRoot(document.querySelector("#root")!);

View File

@ -4,6 +4,8 @@ import { ArrowRight } from "@phosphor-icons/react";
import { loginSchema } from "@reactive-resume/dto";
import { usePasswordToggle } from "@reactive-resume/hooks";
import {
Alert,
AlertTitle,
Button,
Form,
FormControl,
@ -22,15 +24,13 @@ import { Link } from "react-router-dom";
import { z } from "zod";
import { useLogin } from "@/client/services/auth";
import { useAuthProviders } from "@/client/services/auth/providers";
import { useFeatureFlags } from "@/client/services/feature";
type FormValues = z.infer<typeof loginSchema>;
export const LoginPage = () => {
const { login, loading } = useLogin();
const { providers } = useAuthProviders();
const emailAuthDisabled = !providers?.includes("email");
const { flags } = useFeatureFlags();
const formRef = useRef<HTMLFormElement>(null);
usePasswordToggle(formRef);
@ -58,7 +58,7 @@ export const LoginPage = () => {
<div className="space-y-1.5">
<h2 className="text-2xl font-semibold tracking-tight">{t`Sign in to your account`}</h2>
<h6 className={cn(emailAuthDisabled && "hidden")}>
<h6>
<span className="opacity-75">{t`Don't have an account?`}</span>
<Button asChild variant="link" className="px-1.5">
<Link to="/auth/register">
@ -69,7 +69,13 @@ export const LoginPage = () => {
</h6>
</div>
<div className={cn(emailAuthDisabled && "hidden")}>
{flags.isEmailAuthDisabled && (
<Alert variant="error">
<AlertTitle>{t`Signing in via email is currently disabled by the administrator.`}</AlertTitle>
</Alert>
)}
<div className={cn(flags.isEmailAuthDisabled && "pointer-events-none select-none blur-sm")}>
<Form {...form}>
<form
ref={formRef}

View File

@ -24,17 +24,14 @@ import { Link, useNavigate } from "react-router-dom";
import { z } from "zod";
import { useRegister } from "@/client/services/auth";
import { useAuthProviders } from "@/client/services/auth/providers";
import { useFeatureFlags } from "@/client/services/feature";
type FormValues = z.infer<typeof registerSchema>;
export const RegisterPage = () => {
const navigate = useNavigate();
const { flags } = useFeatureFlags();
const { register, loading } = useRegister();
const disableSignups = import.meta.env.VITE_DISABLE_SIGNUPS === "true";
const { providers } = useAuthProviders();
const emailAuthDisabled = !providers?.includes("email");
const formRef = useRef<HTMLFormElement>(null);
usePasswordToggle(formRef);
@ -70,7 +67,7 @@ export const RegisterPage = () => {
<div className="space-y-1.5">
<h2 className="text-2xl font-semibold tracking-tight">{t`Create a new account`}</h2>
<h6 className={cn(emailAuthDisabled && "hidden")}>
<h6>
<span className="opacity-75">{t`Already have an account?`}</span>
<Button asChild variant="link" className="px-1.5">
<Link to="/auth/login">
@ -80,18 +77,13 @@ export const RegisterPage = () => {
</h6>
</div>
{disableSignups && (
{flags.isSignupsDisabled && (
<Alert variant="error">
<AlertTitle>{t`Signups are currently disabled by the administrator.`}</AlertTitle>
</Alert>
)}
<div
className={cn(
emailAuthDisabled && "hidden",
disableSignups && "pointer-events-none blur-sm",
)}
>
<div className={cn(flags.isSignupsDisabled && "pointer-events-none select-none blur-sm")}>
<Form {...form}>
<form
ref={formRef}

View File

@ -1,8 +1,15 @@
import { t } from "@lingui/macro";
import { createId } from "@paralleldrive/cuid2";
import { DotsSixVertical, Plus, X } from "@phosphor-icons/react";
import { DotsSixVertical, Envelope, Plus, X } from "@phosphor-icons/react";
import { CustomField as ICustomField } from "@reactive-resume/schema";
import { Button, Input } from "@reactive-resume/ui";
import {
Button,
Input,
Popover,
PopoverContent,
PopoverTrigger,
Tooltip,
} from "@reactive-resume/ui";
import { cn } from "@reactive-resume/utils";
import { AnimatePresence, Reorder, useDragControls } from "framer-motion";
@ -42,6 +49,25 @@ export const CustomField = ({ field, onChange, onRemove }: CustomFieldProps) =>
<DotsSixVertical />
</Button>
<Popover>
<Tooltip content={t`Icon`}>
<PopoverTrigger asChild>
<Button size="icon" variant="ghost">
{field.icon ? <i className={cn(`ph ph-${field.icon}`)} /> : <Envelope />}
</Button>
</PopoverTrigger>
</Tooltip>
<PopoverContent className="p-1.5">
<Input
value={field.icon}
placeholder={t`Enter Phosphor Icon`}
onChange={(event) => {
onChange({ ...field, icon: event.target.value });
}}
/>
</PopoverContent>
</Popover>
<Input
placeholder={t`Name`}
value={field.name}
@ -91,7 +117,7 @@ export const CustomFieldsSection = ({ className }: Props) => {
const onChangeCustomField = (field: ICustomField) => {
const index = customFields.findIndex((item) => item.id === field.id);
const newCustomFields = JSON.parse(JSON.stringify(customFields)) as ICustomField[];
const newCustomFields = JSON.parse(JSON.stringify(customFields));
newCustomFields[index] = field;
setValue("basics.customFields", newCustomFields);

View File

@ -14,6 +14,7 @@ import { defaultSections, SectionKey, SectionWithItem } from "@reactive-resume/s
import {
Button,
DropdownMenu,
DropdownMenuCheckboxItem,
DropdownMenuContent,
DropdownMenuGroup,
DropdownMenuItem,
@ -49,18 +50,27 @@ export const SectionOptions = ({ id }: Props) => {
const onCreate = () => {
open("create", { id });
};
const toggleSeperateLinks = (checked: boolean) => {
setValue(`sections.${id}.separateLinks`, checked);
};
const toggleVisibility = () => {
setValue(`sections.${id}.visible`, !section.visible);
};
const onResetName = () => {
setValue(`sections.${id}.name`, originalName);
};
const onChangeColumns = (value: string) => {
setValue(`sections.${id}.columns`, Number(value));
};
const onResetItems = () => {
setValue(`sections.${id}.items`, []);
};
const onRemove = () => {
removeSection(id);
};
@ -79,7 +89,12 @@ export const SectionOptions = ({ id }: Props) => {
<Plus />
<span className="ml-2">{t`Add a new item`}</span>
</DropdownMenuItem>
<DropdownMenuCheckboxItem
checked={section.separateLinks}
onCheckedChange={toggleSeperateLinks}
>
<span className="ml-0">{t`Separate Links`}</span>
</DropdownMenuCheckboxItem>
<DropdownMenuSeparator />
</>
)}

View File

@ -163,7 +163,7 @@ export const LayoutSection = () => {
};
const onAddPage = () => {
const layoutCopy = JSON.parse(JSON.stringify(layout)) as string[][][];
const layoutCopy = JSON.parse(JSON.stringify(layout));
layoutCopy.push([[], []]);
@ -171,7 +171,7 @@ export const LayoutSection = () => {
};
const onRemovePage = (page: number) => {
const layoutCopy = JSON.parse(JSON.stringify(layout)) as string[][][];
const layoutCopy = JSON.parse(JSON.stringify(layout));
layoutCopy[0][0].push(...layoutCopy[page][0]); // Main
layoutCopy[0][1].push(...layoutCopy[page][1]); // Sidebar
@ -182,7 +182,7 @@ export const LayoutSection = () => {
};
const onResetLayout = () => {
const layoutCopy = JSON.parse(JSON.stringify(defaultMetadata.layout)) as string[][][];
const layoutCopy = JSON.parse(JSON.stringify(defaultMetadata.layout));
// Loop through all pages and columns, and get any sections that start with "custom."
// These should be appended to the first page of the new layout.

View File

@ -19,7 +19,7 @@ export const PageSection = () => {
const page = useResumeStore((state) => state.resume.data.metadata.page);
return (
<section id="theme" className="grid gap-y-6">
<section id="page" className="grid gap-y-6">
<header className="flex items-center justify-between">
<div className="flex items-center gap-x-4">
{getSectionIcon("page")}

View File

@ -127,11 +127,10 @@ export const ResumeDialog = () => {
const onCreateSample = async () => {
const randomName = generateRandomName();
const { title, slug } = form.getValues();
await duplicateResume({
title: title || randomName,
slug: slug ?? kebabCase(randomName),
title: randomName,
slug: kebabCase(randomName),
data: sampleResume,
});

View File

@ -1,5 +1,6 @@
import { zodResolver } from "@hookform/resolvers/zod";
import { t } from "@lingui/macro";
import { i18n } from "@lingui/core";
import { msg, t } from "@lingui/macro";
import { QrCode } from "@phosphor-icons/react";
import {
Alert,
@ -46,8 +47,9 @@ import { useDialog } from "@/client/stores/dialog";
const formSchema = z.object({
uri: z.literal("").or(z.string().optional()),
// eslint-disable-next-line lingui/t-call-in-function
code: z.literal("").or(z.string().regex(/^\d{6}$/, t`Code must be exactly 6 digits long.`)),
code: z
.literal("")
.or(z.string().regex(/^\d{6}$/, i18n._(msg`Code must be exactly 6 digits long.`))),
backupCodes: z.array(z.string()),
});

View File

@ -0,0 +1,36 @@
import { useEffect, useRef } from "react";
import { axios } from "../libs/axios";
import { refreshToken } from "../services/auth/refresh";
import { useAuthStore } from "../stores/auth";
type Props = {
children: React.ReactNode;
};
/**
* The AuthRefreshProvider wrapper is responsible for refreshing
* the access token every 5 minutes while the user is authenticated.
*
* @param children The children to render.
*/
export const AuthRefreshProvider = ({ children }: Props) => {
const intervalId = useRef<NodeJS.Timeout>();
const isLoggedIn = useAuthStore((state) => !!state.user);
useEffect(() => {
if (!isLoggedIn && intervalId.current) {
clearInterval(intervalId.current);
return;
}
const _refreshToken = () => refreshToken(axios);
intervalId.current = setInterval(_refreshToken, 5 * 60 * 1000);
return () => {
clearInterval(intervalId.current);
};
}, [isLoggedIn]);
return children;
};

View File

@ -5,6 +5,7 @@ import { Outlet } from "react-router-dom";
import { helmetContext } from "../constants/helmet";
import { queryClient } from "../libs/query-client";
import { AuthRefreshProvider } from "./auth-refresh";
import { DialogProvider } from "./dialog";
import { LocaleProvider } from "./locale";
import { ThemeProvider } from "./theme";
@ -14,15 +15,17 @@ export const Providers = () => (
<LocaleProvider>
<HelmetProvider context={helmetContext}>
<QueryClientProvider client={queryClient}>
<ThemeProvider>
<TooltipProvider>
<DialogProvider>
<Outlet />
<AuthRefreshProvider>
<ThemeProvider>
<TooltipProvider>
<DialogProvider>
<Outlet />
<Toaster />
</DialogProvider>
</TooltipProvider>
</ThemeProvider>
<Toaster />
</DialogProvider>
</TooltipProvider>
</ThemeProvider>
</AuthRefreshProvider>
</QueryClientProvider>
</HelmetProvider>
</LocaleProvider>

View File

@ -1,4 +1,3 @@
import * as Sentry from "@sentry/react";
import { createBrowserRouter, createRoutesFromElements, Navigate, Route } from "react-router-dom";
import { BackupOtpPage } from "../pages/auth/backup-otp/page";
@ -93,6 +92,4 @@ export const routes = createRoutesFromElements(
</Route>,
);
const sentryCreateBrowserRouter = Sentry.wrapCreateBrowserRouter(createBrowserRouter);
export const router = sentryCreateBrowserRouter(routes);
export const router = createBrowserRouter(routes);

View File

@ -1,7 +1,7 @@
import { MessageDto } from "@reactive-resume/dto";
import { AxiosInstance, AxiosResponse } from "axios";
export const refresh = async (axios: AxiosInstance) => {
export const refreshToken = async (axios: AxiosInstance) => {
const response = await axios.post<MessageDto, AxiosResponse<MessageDto>>("/auth/refresh");
return response.data;

View File

@ -0,0 +1,28 @@
import { FeatureDto } from "@reactive-resume/dto";
import { useQuery } from "@tanstack/react-query";
import { axios } from "@/client/libs/axios";
export const fetchFeatureFlags = async () => {
const response = await axios.get<FeatureDto>(`/feature/flags`);
return response.data;
};
export const useFeatureFlags = () => {
const {
error,
isPending: loading,
data: flags,
} = useQuery({
queryKey: ["feature_flags"],
queryFn: () => fetchFeatureFlags(),
refetchOnMount: "always",
initialData: {
isSignupsDisabled: false,
isEmailAuthDisabled: false,
},
});
return { flags, loading, error };
};

View File

@ -0,0 +1 @@
export * from "./flags";

View File

@ -1,13 +1,8 @@
/* eslint-disable @typescript-eslint/consistent-type-definitions */
/// <reference types="vite/client" />
declare const appVersion: string;
interface ImportMetaEnv {
VITE_CLIENT_SENTRY_DSN: string | undefined;
VITE_DISABLE_SIGNUPS: string | undefined;
}
// eslint-disable-next-line @typescript-eslint/consistent-type-definitions
interface ImportMeta {
readonly env: ImportMetaEnv;
}

View File

@ -9,6 +9,7 @@
{
"files": ["*.ts", "*.tsx"],
"rules": {
// @typescript-eslint
"@typescript-eslint/no-extraneous-class": "off"
}
},

View File

@ -10,6 +10,7 @@ import { AuthModule } from "./auth/auth.module";
import { ConfigModule } from "./config/config.module";
import { ContributorsModule } from "./contributors/contributors.module";
import { DatabaseModule } from "./database/database.module";
import { FeatureModule } from "./feature/feature.module";
import { HealthModule } from "./health/health.module";
import { MailModule } from "./mail/mail.module";
import { PrinterModule } from "./printer/printer.module";
@ -33,6 +34,7 @@ import { UserModule } from "./user/user.module";
ResumeModule,
StorageModule,
PrinterModule,
FeatureModule,
TranslationModule,
ContributorsModule,

View File

@ -70,6 +70,12 @@ export class AuthService {
}
}
async setLastSignedIn(email: string) {
await this.userService.updateByEmail(email, {
secrets: { update: { lastSignedIn: new Date() } },
});
}
async setRefreshToken(email: string, token: string | null) {
await this.userService.updateByEmail(email, {
secrets: {
@ -129,6 +135,7 @@ export class AuthService {
}
await this.validatePassword(password, user.secrets.password);
await this.setLastSignedIn(user.email);
return user;
} catch {

View File

@ -20,6 +20,10 @@ export const configSchema = z.object({
// Browser
CHROME_TOKEN: z.string(),
CHROME_URL: z.string().url(),
CHROME_IGNORE_HTTPS_ERRORS: z
.string()
.default("false")
.transform((s) => s !== "false" && s !== "0"),
// Mail Server
MAIL_FROM: z.string().includes("@").optional().default("noreply@localhost"),
@ -40,20 +44,21 @@ export const configSchema = z.object({
.string()
.default("false")
.transform((s) => s !== "false" && s !== "0"),
// Sentry
SERVER_SENTRY_DSN: z.string().url().startsWith("https://").optional(),
STORAGE_SKIP_BUCKET_CHECK: z
.string()
.default("false")
.transform((s) => s !== "false" && s !== "0"),
// Crowdin (Optional)
CROWDIN_PROJECT_ID: z.coerce.number().optional(),
CROWDIN_PERSONAL_TOKEN: z.string().optional(),
// Flags (Optional)
DISABLE_EMAIL_AUTH: z
// Feature Flags (Optional)
DISABLE_SIGNUPS: z
.string()
.default("false")
.transform((s) => s !== "false" && s !== "0"),
SKIP_STORAGE_BUCKET_CHECK: z
DISABLE_EMAIL_AUTH: z
.string()
.default("false")
.transform((s) => s !== "false" && s !== "0"),

View File

@ -6,6 +6,7 @@ import { ContributorDto } from "@reactive-resume/dto";
import { Config } from "../config/schema";
type GitHubResponse = { id: number; login: string; html_url: string; avatar_url: string }[];
type CrowdinContributorsResponse = {
data: { data: { id: number; username: string; avatarUrl: string } }[];
};

View File

@ -0,0 +1,13 @@
import { Controller, Get } from "@nestjs/common";
import { FeatureService } from "./feature.service";
@Controller("feature")
export class FeatureController {
constructor(private readonly featureService: FeatureService) {}
@Get("/flags")
getFeatureFlags() {
return this.featureService.getFeatures();
}
}

View File

@ -0,0 +1,11 @@
import { Module } from "@nestjs/common";
import { FeatureController } from "./feature.controller";
import { FeatureService } from "./feature.service";
@Module({
providers: [FeatureService],
controllers: [FeatureController],
exports: [FeatureService],
})
export class FeatureModule {}

Some files were not shown because too many files have changed in this diff Show More