Compare commits
121 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 7496461618 | |||
| b47b7824ff | |||
| ec77d13ebd | |||
| c8f7989c1f | |||
| ec612f0902 | |||
| 10b2ca8bf2 | |||
| 995b1e627b | |||
| f1d4ebb504 | |||
| 6c97c880b3 | |||
| 8fc3c25714 | |||
| 19c4d31710 | |||
| b17919e909 | |||
| 4c1c17c693 | |||
| df99470df8 | |||
| a92528cdb7 | |||
| 219e6999df | |||
| 95ee77f65c | |||
| eac26215a3 | |||
| 783af5070d | |||
| 359c7f1c80 | |||
| 71d3cea100 | |||
| befc5a67fc | |||
| 5a2c222d61 | |||
| 6a3c75c15c | |||
| b6162d7bb0 | |||
| 550e15228e | |||
| 518f5b1fb8 | |||
| 1e56f940d9 | |||
| e83e9c61b5 | |||
| 269f4c8b4d | |||
| 24f0af890a | |||
| 5ccd98bd0a | |||
| 21fe2e195c | |||
| 33168aa535 | |||
| c806dc890a | |||
| 816023eea6 | |||
| 129ac7da38 | |||
| 1b80f751a3 | |||
| f30d299949 | |||
| 5de1bafdc6 | |||
| 2a8abd3a0b | |||
| fdfcd37061 | |||
| 5d146ca86e | |||
| e9ec397663 | |||
| c4f552f44a | |||
| 1f274d8ae9 | |||
| 846050f031 | |||
| d23b35de5e | |||
| 2e4c660c97 | |||
| 4d5dc3869e | |||
| d4ca61d751 | |||
| 5f1da943b8 | |||
| 0803ad7e2d | |||
| 1326895e6b | |||
| bc17157204 | |||
| 880b3b5d37 | |||
| d9d4085591 | |||
| acedc6b116 | |||
| 4eac1c0024 | |||
| e86c390862 | |||
| 7f877861d1 | |||
| 6f97c06e3d | |||
| af4a96822c | |||
| f4bedc668d | |||
| 8e8b695cbc | |||
| 37a869fa24 | |||
| 176cac4fbe | |||
| debfd9167f | |||
| b68b5a7747 | |||
| 1aaaaeca20 | |||
| 0590367b7f | |||
| 209947266b | |||
| 8bca7f5390 | |||
| 643348046f | |||
| 9843f39510 | |||
| 14362b92c1 | |||
| ac322a9bd4 | |||
| 390f274d06 | |||
| da23b06f71 | |||
| 469f1d5cdd | |||
| 45a936c05d | |||
| 84cafba0c2 | |||
| e1ec60af92 | |||
| 3cde03e9cb | |||
| b7c3b84ba2 | |||
| b08b86ca9d | |||
| a37edc2caa | |||
| f0c778b37a | |||
| 675a92a17f | |||
| 9197729387 | |||
| 99cb7f512e | |||
| 0f765af468 | |||
| f5ce9af3e0 | |||
| 8500c30f59 | |||
| 2f4065b5a3 | |||
| fb4ecee897 | |||
| 735352c3d3 | |||
| f89ad7cd1a | |||
| bfadfb1a4f | |||
| af306746d3 | |||
| d67513b3f4 | |||
| 0bae5f9422 | |||
| 791d8e58d9 | |||
| 1fca2abd93 | |||
| de2b7eb1ff | |||
| c8840551a1 | |||
| 302f112b15 | |||
| f2d8f99fb3 | |||
| 7ed2b7dc16 | |||
| acbed2ed74 | |||
| a095cb8255 | |||
| 5fb6082cce | |||
| 51408eb03c | |||
| c51b69ade5 | |||
| db413378eb | |||
| f82b163c7a | |||
| 1a70a847f7 | |||
| b8f3a62bc5 | |||
| 4f23f5fe01 | |||
| b5de1b764a | |||
| 6444cd3175 |
@ -1,4 +1,4 @@
|
||||
name: Lint, Test and Build
|
||||
name: Lint and Build
|
||||
|
||||
on:
|
||||
push:
|
||||
@ -35,7 +35,6 @@ jobs:
|
||||
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=test --parallel=3 --ci --code-coverage
|
||||
pnpm exec nx affected --target=build --parallel=3
|
||||
|
||||
agents:
|
||||
7
.gitignore
vendored
@ -22,6 +22,13 @@ node_modules
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
|
||||
# IDE - Visual Studio
|
||||
.vs/*
|
||||
!.vscode/settings.json
|
||||
!.vscode/tasks.json
|
||||
!.vscode/launch.json
|
||||
!.vscode/extensions.json
|
||||
|
||||
# Miscellaneous
|
||||
/.sass-cache
|
||||
/connect.lock
|
||||
|
||||
@ -82,6 +82,6 @@ Once you are happy with the changes you've made locally, commit it to your repos
|
||||
git commit -m "fix(homepage): fix typo on homepage in the faq section"
|
||||
```
|
||||
|
||||
It helps to be as decriptive as possible in commit messages so that users can be aware of the changes made by you.
|
||||
It helps to be as descriptive as possible in commit messages so that users can be aware of the changes made by you.
|
||||
|
||||
Finally, create a pull request to merge the changes on your forked repository to the original repository hosted on AmruthPillai/Reactive-Resume. I can take a look at the changes you've made when I have the time and have it merged onto the app.
|
||||
|
||||
@ -93,3 +93,9 @@ Reactive Resume is packaged and distributed using the [MIT License](/LICENSE.md)
|
||||
|
||||
_By the community, for the community._
|
||||
A passion project by [Amruth Pillai](https://www.amruthpillai.com/)
|
||||
|
||||
<p>
|
||||
<a href="https://www.digitalocean.com/?utm_medium=opensource&utm_source=Reactive-Resume">
|
||||
<img src="https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/PoweredByDO/DO_Powered_by_Badge_blue.svg" width="200px">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
|
Before Width: | Height: | Size: 68 KiB After Width: | Height: | Size: 8.4 KiB |
BIN
apps/artboard/public/favicon.png
Normal file
|
After Width: | Height: | Size: 8.4 KiB |
1
apps/artboard/public/favicon.svg
Normal file
@ -0,0 +1 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" fill="none"><rect width="256" height="256" rx="80" style="fill:#000;stroke:none;stroke-width:.396357"/><g fill="#09090b" fill-rule="evenodd" clip-rule="evenodd"><path d="m282.857 257.192-37.64 50.15 39.21.004 17.95-23.88 17.95 23.876h39.21l-75.11-100.256-39.21-.003zm23.775-31.764 13.696-18.345h39.21l-33.234 44.435zM119.537 135.21v129.485h36.626V230.29h19.993c17.99-.01 40.841-3.946 52.762-21.828 4.686-7.152 7.03-15.6 7.03-25.342 0-9.865-2.344-18.374-7.03-25.527-4.687-7.276-11.346-12.825-19.978-16.648-8.51-3.823-18.37-5.735-30.21-5.735zm90.963 95.183s-14.972 6.285-34.681 6.047l21.162 28.255h39.21zm-54.337-28.405h20.348c7.646 0 13.319-1.665 17.018-4.995 3.823-3.33 5.735-7.954 5.735-13.874 0-6.042-1.912-10.729-5.735-14.058-3.7-3.33-9.372-4.995-17.018-4.995h-20.348z" style="fill:#fafafa;fill-opacity:1;stroke-width:.9375" transform="matrix(.91667 0 0 .91667 -91.576 -74.838)"/></g></svg>
|
||||
|
After Width: | Height: | Size: 958 B |
@ -1,8 +1 @@
|
||||
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M173.611 166.311L132.877 219.804H173.524L193.973 191.813L213.183 219.804H256L215.673 165.707L215.15 165.046L207.461 155.332L195.329 140.004L195.258 139.915L193.813 138.089L193.923 138.001L176.286 112.861H134.061L173.611 166.311ZM199.89 133.554L214.959 112.861H254.619L219.874 158.8L199.89 133.554Z"
|
||||
fill="#09090B" />
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M0 36.1959V174.314H39.0678V137.614H60.3938L60.4323 137.671C60.8436 137.653 61.2518 137.634 61.6569 137.614C75.0665 136.968 85.1471 135.549 96.3849 131.385C96.7596 131.246 97.1355 131.104 97.5128 130.959L97.4591 130.881C105.816 126.86 112.331 121.344 117.006 114.331C122.005 106.702 124.504 97.6915 124.504 87.2997C124.504 76.7764 122.005 67.7 117.006 60.0706C112.007 52.3097 104.904 46.3903 95.6964 42.3125C86.62 38.2347 75.7678 36.1959 63.1399 36.1959H0ZM102.156 137.725L64.8705 144.175L85.4361 174.314H127.266L102.156 137.725ZM39.0678 107.426H60.7721C68.9277 107.426 74.9786 105.65 78.9248 102.098C83.0026 98.5465 85.0415 93.6137 85.0415 87.2997C85.0415 80.8542 83.0026 75.8556 78.9248 72.304C74.9786 68.7523 68.9277 66.9765 60.7721 66.9765H39.0678V107.426Z"
|
||||
fill="#09090B" />
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#09090b" fill-rule="evenodd" d="m16.332 15.592-3.764 5.015h3.921l1.795-2.388 1.795 2.388H24L16.489 10.58h-3.921Zm2.377-3.177 1.37-1.834H24l-3.323 4.443zM0 3.393v12.949h3.663v-3.44h1.999c1.799-.002 4.084-.395 5.276-2.183.469-.716.703-1.56.703-2.535 0-.986-.234-1.837-.703-2.552-.469-.728-1.135-1.283-1.998-1.665-.85-.382-1.837-.574-3.02-.574Zm9.096 9.519s-1.497.628-3.468.604l2.116 2.826h3.921zm-5.433-2.84h2.034c.765 0 1.332-.167 1.702-.5.382-.333.574-.796.574-1.388 0-.604-.192-1.073-.574-1.405-.37-.333-.937-.5-1.702-.5H3.663Z" clip-rule="evenodd" style="stroke-width:.09375"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 672 B |
@ -1,8 +1 @@
|
||||
<svg width="256" height="256" viewBox="0 0 256 256" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M173.611 166.311L132.877 219.804H173.524L193.973 191.813L213.183 219.804H256L215.673 165.707L215.15 165.046L207.461 155.332L195.329 140.004L195.258 139.915L193.813 138.089L193.923 138.001L176.286 112.861H134.061L173.611 166.311ZM199.89 133.554L214.959 112.861H254.619L219.874 158.8L199.89 133.554Z"
|
||||
fill="#FAFAFA" />
|
||||
<path fill-rule="evenodd" clip-rule="evenodd"
|
||||
d="M0 36.1959V174.314H39.0678V137.614H60.3938L60.4323 137.671C60.8436 137.653 61.2517 137.634 61.6567 137.614C75.0665 136.968 85.1471 135.549 96.385 131.385C96.7596 131.246 97.1355 131.104 97.5128 130.959L97.4591 130.881C105.816 126.86 112.331 121.344 117.006 114.331C122.005 106.702 124.504 97.6915 124.504 87.2997C124.504 76.7764 122.005 67.7 117.006 60.0706C112.007 52.3097 104.904 46.3903 95.6964 42.3125C86.62 38.2347 75.7679 36.1959 63.1399 36.1959H0ZM102.156 137.725L64.8705 144.175L85.4361 174.314H127.266L102.156 137.725ZM39.0678 107.426H60.7721C68.9277 107.426 74.9786 105.65 78.9248 102.098C83.0026 98.5465 85.0415 93.6137 85.0415 87.2997C85.0415 80.8542 83.0026 75.8556 78.9248 72.304C74.9786 68.7523 68.9277 66.9765 60.7721 66.9765H39.0678V107.426Z"
|
||||
fill="#FAFAFA" />
|
||||
</svg>
|
||||
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" fill="none"><path fill="#09090b" fill-rule="evenodd" d="m16.332 15.592-3.764 5.015h3.921l1.795-2.388 1.795 2.388H24L16.489 10.58h-3.921Zm2.377-3.177 1.37-1.834H24l-3.323 4.443zM0 3.393v12.949h3.663v-3.44h1.999c1.799-.002 4.084-.395 5.276-2.183.469-.716.703-1.56.703-2.535 0-.986-.234-1.837-.703-2.552-.469-.728-1.135-1.283-1.998-1.665-.85-.382-1.837-.574-3.02-.574Zm9.096 9.519s-1.497.628-3.468.604l2.116 2.826h3.921zm-5.433-2.84h2.034c.765 0 1.332-.167 1.702-.5.382-.333.574-.796.574-1.388 0-.604-.192-1.073-.574-1.405-.37-.333-.937-.5-1.702-.5H3.663Z" clip-rule="evenodd" style="stroke-width:.09375;fill:#fafafa;fill-opacity:1"/></svg>
|
||||
|
Before Width: | Height: | Size: 1.3 KiB After Width: | Height: | Size: 700 B |
@ -49,17 +49,10 @@ export const ArtboardPage = () => {
|
||||
|
||||
// Typography Options
|
||||
useEffect(() => {
|
||||
if (metadata.typography.hideIcons) {
|
||||
document.querySelector("#root")!.classList.add("hide-icons");
|
||||
} else {
|
||||
document.querySelector("#root")!.classList.remove("hide-icons");
|
||||
}
|
||||
|
||||
if (metadata.typography.underlineLinks) {
|
||||
document.querySelector("#root")!.classList.add("underline-links");
|
||||
} else {
|
||||
document.querySelector("#root")!.classList.remove("underline-links");
|
||||
}
|
||||
document.querySelectorAll(`[data-page]`).forEach((el) => {
|
||||
el.classList.toggle("hide-icons", metadata.typography.hideIcons);
|
||||
el.classList.toggle("underline-links", metadata.typography.underlineLinks);
|
||||
});
|
||||
}, [metadata]);
|
||||
|
||||
return <Outlet />;
|
||||
|
||||
@ -12,14 +12,14 @@
|
||||
@apply antialiased;
|
||||
}
|
||||
|
||||
#root.hide-icons .ph {
|
||||
[data-page].hide-icons .ph {
|
||||
@apply hidden;
|
||||
}
|
||||
|
||||
#root.underline-links a {
|
||||
[data-page].underline-links a {
|
||||
@apply underline underline-offset-2;
|
||||
}
|
||||
|
||||
.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;
|
||||
@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;
|
||||
}
|
||||
|
||||
@ -84,13 +84,13 @@ const Summary = () => {
|
||||
</div>
|
||||
|
||||
<div className="mb-2 hidden items-center gap-x-2 text-center font-bold text-primary group-[.sidebar]:flex">
|
||||
<div className="h-1.5 w-1.5 rounded-full border border-primary" />
|
||||
<div className="size-1.5 rounded-full border border-primary" />
|
||||
<h4>{section.name}</h4>
|
||||
<div className="h-1.5 w-1.5 rounded-full border border-primary" />
|
||||
<div className="size-1.5 rounded-full border border-primary" />
|
||||
</div>
|
||||
|
||||
<main className={cn("relative space-y-2", "border-l border-primary pl-4")}>
|
||||
<div className="absolute left-[-4.5px] top-[8px] hidden h-[8px] w-[8px] rounded-full bg-primary group-[.main]:block" />
|
||||
<div className="absolute left-[-4.5px] top-[8px] hidden size-[8px] rounded-full bg-primary group-[.main]:block" />
|
||||
|
||||
<div
|
||||
className="wysiwyg"
|
||||
@ -167,9 +167,9 @@ const Section = <T,>({
|
||||
</div>
|
||||
|
||||
<div className="mx-auto mb-2 hidden items-center gap-x-2 text-center font-bold text-primary group-[.sidebar]:flex">
|
||||
<div className="h-1.5 w-1.5 rounded-full border border-primary" />
|
||||
<div className="size-1.5 rounded-full border border-primary" />
|
||||
<h4>{section.name}</h4>
|
||||
<div className="h-1.5 w-1.5 rounded-full border border-primary" />
|
||||
<div className="size-1.5 rounded-full border border-primary" />
|
||||
</div>
|
||||
|
||||
<div
|
||||
@ -207,7 +207,7 @@ const Section = <T,>({
|
||||
|
||||
{url !== undefined && <Link url={url} />}
|
||||
|
||||
<div className="absolute left-[-4.5px] top-px hidden h-[8px] w-[8px] rounded-full bg-primary group-[.main]:block" />
|
||||
<div className="absolute left-[-4.5px] top-px hidden size-[8px] rounded-full bg-primary group-[.main]:block" />
|
||||
</div>
|
||||
);
|
||||
})}
|
||||
|
||||
@ -99,7 +99,7 @@ const Rating = ({ level }: RatingProps) => (
|
||||
{Array.from({ length: 5 }).map((_, index) => (
|
||||
<div
|
||||
key={index}
|
||||
className={cn("h-2 w-2 rounded-full border border-primary", level > index && "bg-primary")}
|
||||
className={cn("size-2 rounded-full border border-primary", level > index && "bg-primary")}
|
||||
/>
|
||||
))}
|
||||
</div>
|
||||
@ -231,7 +231,7 @@ const Experience = () => {
|
||||
return (
|
||||
<Section<Experience> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.company}</div>
|
||||
<div>{item.position}</div>
|
||||
@ -253,7 +253,7 @@ const Education = () => {
|
||||
return (
|
||||
<Section<Education> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.institution}</div>
|
||||
<div>{item.area}</div>
|
||||
@ -276,7 +276,7 @@ const Awards = () => {
|
||||
return (
|
||||
<Section<Award> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.title}</div>
|
||||
<div>{item.awarder}</div>
|
||||
@ -297,7 +297,7 @@ const Certifications = () => {
|
||||
return (
|
||||
<Section<Certification> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.name}</div>
|
||||
<div>{item.issuer}</div>
|
||||
@ -343,7 +343,7 @@ const Publications = () => {
|
||||
return (
|
||||
<Section<Publication> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.name}</div>
|
||||
<div>{item.publisher}</div>
|
||||
@ -364,7 +364,7 @@ const Volunteer = () => {
|
||||
return (
|
||||
<Section<Volunteer> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.organization}</div>
|
||||
<div>{item.position}</div>
|
||||
@ -401,7 +401,7 @@ const Projects = () => {
|
||||
return (
|
||||
<Section<Project> section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.name}</div>
|
||||
<div>{item.description}</div>
|
||||
@ -442,7 +442,7 @@ const Custom = ({ id }: { id: string }) => {
|
||||
keywordsKey="keywords"
|
||||
>
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.name}</div>
|
||||
<div>{item.description}</div>
|
||||
|
||||
@ -100,7 +100,7 @@ const Rating = ({ level }: RatingProps) => (
|
||||
<div
|
||||
key={index}
|
||||
className={cn(
|
||||
"h-2 w-2 rounded-full border border-primary group-[.sidebar]:border-background",
|
||||
"size-2 rounded-full border border-primary group-[.sidebar]:border-background",
|
||||
level > index && "bg-primary group-[.sidebar]:bg-background",
|
||||
)}
|
||||
/>
|
||||
@ -200,7 +200,7 @@ const Experience = () => {
|
||||
return (
|
||||
<Section<Experience> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
<div>{item.position}</div>
|
||||
@ -222,7 +222,7 @@ const Education = () => {
|
||||
return (
|
||||
<Section<Education> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
<div>{item.area}</div>
|
||||
@ -277,7 +277,7 @@ const Awards = () => {
|
||||
return (
|
||||
<Section<Award> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
@ -298,7 +298,7 @@ const Certifications = () => {
|
||||
return (
|
||||
<Section<Certification> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
@ -344,7 +344,7 @@ const Publications = () => {
|
||||
return (
|
||||
<Section<Publication> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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.publisher}</div>
|
||||
@ -365,7 +365,7 @@ const Volunteer = () => {
|
||||
return (
|
||||
<Section<Volunteer> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
<div>{item.position}</div>
|
||||
@ -402,7 +402,7 @@ const Projects = () => {
|
||||
return (
|
||||
<Section<Project> section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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.description}</div>
|
||||
@ -443,7 +443,7 @@ const Custom = ({ id }: { id: string }) => {
|
||||
keywordsKey="keywords"
|
||||
>
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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.description}</div>
|
||||
|
||||
@ -46,7 +46,7 @@ const Header = () => {
|
||||
<i className="ph ph-bold ph-map-pin text-primary" />
|
||||
<div>{basics.location}</div>
|
||||
</div>
|
||||
<div className="bg-text h-1 w-1 rounded-full last:hidden" />
|
||||
<div className="bg-text size-1 rounded-full last:hidden" />
|
||||
</>
|
||||
)}
|
||||
|
||||
@ -58,7 +58,7 @@ const Header = () => {
|
||||
{basics.phone}
|
||||
</a>
|
||||
</div>
|
||||
<div className="bg-text h-1 w-1 rounded-full last:hidden" />
|
||||
<div className="bg-text size-1 rounded-full last:hidden" />
|
||||
</>
|
||||
)}
|
||||
{basics.email && (
|
||||
@ -69,13 +69,13 @@ const Header = () => {
|
||||
{basics.email}
|
||||
</a>
|
||||
</div>
|
||||
<div className="bg-text h-1 w-1 rounded-full last:hidden" />
|
||||
<div className="bg-text size-1 rounded-full last:hidden" />
|
||||
</>
|
||||
)}
|
||||
{isUrl(basics.url.href) && (
|
||||
<>
|
||||
<Link url={basics.url} />
|
||||
<div className="bg-text h-1 w-1 rounded-full last:hidden" />
|
||||
<div className="bg-text size-1 rounded-full last:hidden" />
|
||||
</>
|
||||
)}
|
||||
{basics.customFields.map((item) => (
|
||||
@ -84,7 +84,7 @@ const Header = () => {
|
||||
<i className={cn(`ph ph-bold ph-${item.icon}`, "text-primary")} />
|
||||
<span>{[item.name, item.value].filter(Boolean).join(": ")}</span>
|
||||
</div>
|
||||
<div className="bg-text h-1 w-1 rounded-full last:hidden" />
|
||||
<div className="bg-text size-1 rounded-full last:hidden" />
|
||||
</Fragment>
|
||||
))}
|
||||
</div>
|
||||
@ -258,7 +258,7 @@ const Experience = () => {
|
||||
return (
|
||||
<Section<Experience> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
<div>{item.position}</div>
|
||||
@ -280,7 +280,7 @@ const Education = () => {
|
||||
return (
|
||||
<Section<Education> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
<div>{item.area}</div>
|
||||
@ -303,7 +303,7 @@ const Awards = () => {
|
||||
return (
|
||||
<Section<Award> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
@ -324,7 +324,7 @@ const Certifications = () => {
|
||||
return (
|
||||
<Section<Certification> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
@ -370,7 +370,7 @@ const Publications = () => {
|
||||
return (
|
||||
<Section<Publication> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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.publisher}</div>
|
||||
@ -391,7 +391,7 @@ const Volunteer = () => {
|
||||
return (
|
||||
<Section<Volunteer> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
<div>{item.position}</div>
|
||||
@ -428,7 +428,7 @@ const Projects = () => {
|
||||
return (
|
||||
<Section<Project> section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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.description}</div>
|
||||
@ -469,7 +469,7 @@ const Custom = ({ id }: { id: string }) => {
|
||||
keywordsKey="keywords"
|
||||
>
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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.description}</div>
|
||||
|
||||
@ -227,7 +227,7 @@ const Experience = () => {
|
||||
return (
|
||||
<Section<Experience> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
<div>{item.position}</div>
|
||||
@ -249,7 +249,7 @@ const Education = () => {
|
||||
return (
|
||||
<Section<Education> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
<div>{item.area}</div>
|
||||
@ -272,7 +272,7 @@ const Awards = () => {
|
||||
return (
|
||||
<Section<Award> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
@ -293,7 +293,7 @@ const Certifications = () => {
|
||||
return (
|
||||
<Section<Certification> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
@ -339,7 +339,7 @@ const Publications = () => {
|
||||
return (
|
||||
<Section<Publication> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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.publisher}</div>
|
||||
@ -360,7 +360,7 @@ const Volunteer = () => {
|
||||
return (
|
||||
<Section<Volunteer> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
<div>{item.position}</div>
|
||||
@ -397,7 +397,7 @@ const Projects = () => {
|
||||
return (
|
||||
<Section<Project> section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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.description}</div>
|
||||
@ -438,7 +438,7 @@ const Custom = ({ id }: { id: string }) => {
|
||||
keywordsKey="keywords"
|
||||
>
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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.description}</div>
|
||||
|
||||
@ -205,7 +205,7 @@ const Experience = () => {
|
||||
return (
|
||||
<Section<Experience> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
<div>{item.position}</div>
|
||||
@ -227,7 +227,7 @@ const Education = () => {
|
||||
return (
|
||||
<Section<Education> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
<div>{item.area}</div>
|
||||
@ -282,7 +282,7 @@ const Awards = () => {
|
||||
return (
|
||||
<Section<Award> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
@ -303,7 +303,7 @@ const Certifications = () => {
|
||||
return (
|
||||
<Section<Certification> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
@ -349,7 +349,7 @@ const Publications = () => {
|
||||
return (
|
||||
<Section<Publication> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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.publisher}</div>
|
||||
@ -370,7 +370,7 @@ const Volunteer = () => {
|
||||
return (
|
||||
<Section<Volunteer> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
<div>{item.position}</div>
|
||||
@ -407,7 +407,7 @@ const Projects = () => {
|
||||
return (
|
||||
<Section<Project> section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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.description}</div>
|
||||
@ -448,7 +448,7 @@ const Custom = ({ id }: { id: string }) => {
|
||||
keywordsKey="keywords"
|
||||
>
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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.description}</div>
|
||||
|
||||
@ -94,7 +94,7 @@ const Summary = () => {
|
||||
<div className="col-span-3">
|
||||
<div className="relative">
|
||||
<hr className="mt-3 border-primary pb-3" />
|
||||
<div className="absolute bottom-3 right-0 h-3 w-3 bg-primary" />
|
||||
<div className="absolute bottom-3 right-0 size-3 bg-primary" />
|
||||
</div>
|
||||
|
||||
<div
|
||||
@ -162,7 +162,7 @@ const Section = <T,>({
|
||||
<div className="col-span-3">
|
||||
<div className="relative">
|
||||
<hr className="mt-3 border-primary" />
|
||||
<div className="absolute bottom-0 right-0 h-3 w-3 bg-primary" />
|
||||
<div className="absolute bottom-0 right-0 size-3 bg-primary" />
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@ -128,7 +128,7 @@ const Rating = ({ level }: RatingProps) => (
|
||||
{Array.from({ length: 5 }).map((_, index) => (
|
||||
<div
|
||||
key={index}
|
||||
className={cn("h-3 w-3 rounded border-2 border-primary", level > index && "bg-primary")}
|
||||
className={cn("size-3 rounded border-2 border-primary", level > index && "bg-primary")}
|
||||
/>
|
||||
))}
|
||||
</div>
|
||||
@ -226,7 +226,7 @@ const Experience = () => {
|
||||
return (
|
||||
<Section<Experience> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.company}</div>
|
||||
<div>{item.position}</div>
|
||||
@ -248,7 +248,7 @@ const Education = () => {
|
||||
return (
|
||||
<Section<Education> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.institution}</div>
|
||||
<div>{item.area}</div>
|
||||
@ -271,7 +271,7 @@ const Awards = () => {
|
||||
return (
|
||||
<Section<Award> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.title}</div>
|
||||
<div>{item.awarder}</div>
|
||||
@ -292,7 +292,7 @@ const Certifications = () => {
|
||||
return (
|
||||
<Section<Certification> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.name}</div>
|
||||
<div>{item.issuer}</div>
|
||||
@ -338,7 +338,7 @@ const Publications = () => {
|
||||
return (
|
||||
<Section<Publication> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.name}</div>
|
||||
<div>{item.publisher}</div>
|
||||
@ -359,7 +359,7 @@ const Volunteer = () => {
|
||||
return (
|
||||
<Section<Volunteer> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.organization}</div>
|
||||
<div>{item.position}</div>
|
||||
@ -396,7 +396,7 @@ const Projects = () => {
|
||||
return (
|
||||
<Section<Project> section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.name}</div>
|
||||
<div>{item.description}</div>
|
||||
@ -437,7 +437,7 @@ const Custom = ({ id }: { id: string }) => {
|
||||
keywordsKey="keywords"
|
||||
>
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.name}</div>
|
||||
<div>{item.description}</div>
|
||||
|
||||
@ -49,7 +49,7 @@ const Header = () => {
|
||||
<i className="ph ph-bold ph-map-pin" />
|
||||
<div>{basics.location}</div>
|
||||
</div>
|
||||
<div className="h-1 w-1 rounded-full bg-background last:hidden" />
|
||||
<div className="size-1 rounded-full bg-background last:hidden" />
|
||||
</>
|
||||
)}
|
||||
{basics.phone && (
|
||||
@ -60,7 +60,7 @@ const Header = () => {
|
||||
{basics.phone}
|
||||
</a>
|
||||
</div>
|
||||
<div className="h-1 w-1 rounded-full bg-background last:hidden" />
|
||||
<div className="size-1 rounded-full bg-background last:hidden" />
|
||||
</>
|
||||
)}
|
||||
{basics.email && (
|
||||
@ -71,13 +71,13 @@ const Header = () => {
|
||||
{basics.email}
|
||||
</a>
|
||||
</div>
|
||||
<div className="h-1 w-1 rounded-full bg-background last:hidden" />
|
||||
<div className="size-1 rounded-full bg-background last:hidden" />
|
||||
</>
|
||||
)}
|
||||
{isUrl(basics.url.href) && (
|
||||
<>
|
||||
<Link url={basics.url} />
|
||||
<div className="h-1 w-1 rounded-full bg-background last:hidden" />
|
||||
<div className="size-1 rounded-full bg-background last:hidden" />
|
||||
</>
|
||||
)}
|
||||
{basics.customFields.map((item) => (
|
||||
@ -86,7 +86,7 @@ const Header = () => {
|
||||
<i className={cn(`ph ph-bold ph-${item.icon}`)} />
|
||||
<span>{[item.name, item.value].filter(Boolean).join(": ")}</span>
|
||||
</div>
|
||||
<div className="h-1 w-1 rounded-full bg-background last:hidden" />
|
||||
<div className="size-1 rounded-full bg-background last:hidden" />
|
||||
</Fragment>
|
||||
))}
|
||||
</div>
|
||||
@ -258,7 +258,7 @@ const Experience = () => {
|
||||
return (
|
||||
<Section<Experience> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
<div>{item.position}</div>
|
||||
@ -280,7 +280,7 @@ const Education = () => {
|
||||
return (
|
||||
<Section<Education> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
<div>{item.area}</div>
|
||||
@ -303,7 +303,7 @@ const Awards = () => {
|
||||
return (
|
||||
<Section<Award> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
@ -324,7 +324,7 @@ const Certifications = () => {
|
||||
return (
|
||||
<Section<Certification> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
@ -370,7 +370,7 @@ const Publications = () => {
|
||||
return (
|
||||
<Section<Publication> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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.publisher}</div>
|
||||
@ -391,7 +391,7 @@ const Volunteer = () => {
|
||||
return (
|
||||
<Section<Volunteer> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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>
|
||||
<div>{item.position}</div>
|
||||
@ -428,7 +428,7 @@ const Projects = () => {
|
||||
return (
|
||||
<Section<Project> section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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.description}</div>
|
||||
@ -469,7 +469,7 @@ const Custom = ({ id }: { id: string }) => {
|
||||
keywordsKey="keywords"
|
||||
>
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between group-[.sidebar]:flex-col group-[.sidebar]:items-start">
|
||||
<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.description}</div>
|
||||
|
||||
@ -100,7 +100,7 @@ const Rating = ({ level }: RatingProps) => (
|
||||
{Array.from({ length: 5 }).map((_, index) => (
|
||||
<div
|
||||
key={index}
|
||||
className={cn("h-2 w-2 rounded-full border border-primary", level > index && "bg-primary")}
|
||||
className={cn("size-2 rounded-full border border-primary", level > index && "bg-primary")}
|
||||
/>
|
||||
))}
|
||||
</div>
|
||||
@ -230,7 +230,7 @@ const Experience = () => {
|
||||
return (
|
||||
<Section<Experience> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.company}</div>
|
||||
<div>{item.position}</div>
|
||||
@ -252,7 +252,7 @@ const Education = () => {
|
||||
return (
|
||||
<Section<Education> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.institution}</div>
|
||||
<div>{item.area}</div>
|
||||
@ -275,7 +275,7 @@ const Awards = () => {
|
||||
return (
|
||||
<Section<Award> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.title}</div>
|
||||
<div>{item.awarder}</div>
|
||||
@ -296,7 +296,7 @@ const Certifications = () => {
|
||||
return (
|
||||
<Section<Certification> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.name}</div>
|
||||
<div>{item.issuer}</div>
|
||||
@ -342,7 +342,7 @@ const Publications = () => {
|
||||
return (
|
||||
<Section<Publication> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.name}</div>
|
||||
<div>{item.publisher}</div>
|
||||
@ -363,7 +363,7 @@ const Volunteer = () => {
|
||||
return (
|
||||
<Section<Volunteer> section={section} urlKey="url" summaryKey="summary">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.organization}</div>
|
||||
<div>{item.position}</div>
|
||||
@ -400,7 +400,7 @@ const Projects = () => {
|
||||
return (
|
||||
<Section<Project> section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords">
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.name}</div>
|
||||
<div>{item.description}</div>
|
||||
@ -441,7 +441,7 @@ const Custom = ({ id }: { id: string }) => {
|
||||
keywordsKey="keywords"
|
||||
>
|
||||
{(item) => (
|
||||
<div className="flex items-center justify-between">
|
||||
<div className="flex items-start justify-between">
|
||||
<div className="text-left">
|
||||
<div className="font-bold">{item.name}</div>
|
||||
<div>{item.description}</div>
|
||||
|
||||
@ -60,7 +60,7 @@ export const LocaleCombobox = ({ value, onValueChange }: Props) => {
|
||||
>
|
||||
<Check
|
||||
className={cn(
|
||||
"mr-2 h-4 w-4 opacity-0",
|
||||
"mr-2 size-4 opacity-0",
|
||||
value === original.locale && "opacity-100",
|
||||
)}
|
||||
/>
|
||||
@ -101,7 +101,7 @@ export const LocaleComboboxPopover = ({ value, onValueChange }: Props) => {
|
||||
</span>
|
||||
<CaretDown
|
||||
className={cn(
|
||||
"ml-2 h-4 w-4 shrink-0 rotate-0 opacity-50 transition-transform",
|
||||
"ml-2 size-4 shrink-0 rotate-0 opacity-50 transition-transform",
|
||||
open && "rotate-180",
|
||||
)}
|
||||
/>
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: af\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Afrikaans\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -150,7 +150,7 @@ msgstr ""
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr ""
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: am\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Amharic\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
@ -150,7 +150,7 @@ msgstr ""
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr ""
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: ar\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-28 00:08\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Arabic\n"
|
||||
"Plural-Forms: nplurals=6; plural=(n==0 ? 0 : n==1 ? 1 : n==2 ? 2 : n%100>=3 && n%100<=10 ? 3 : n%100>=11 && n%100<=99 ? 4 : 5);\n"
|
||||
@ -150,7 +150,7 @@ msgstr "يمكن لأي شخص لديه هذا الرابط مشاهدة وتن
|
||||
msgid "API Key"
|
||||
msgstr "مفتاح واجهة برمجة التطبيقات (API)"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr "هل أنت متأكد من أنك تريد حذف هذا العنصر؟"
|
||||
|
||||
@ -189,7 +189,7 @@ msgstr "متوفر في {languagesCount} لغات"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:53
|
||||
msgid "Awarder"
|
||||
msgstr ""
|
||||
msgstr "إنجازات"
|
||||
|
||||
#: apps/client/src/pages/auth/backup-otp/page.tsx:92
|
||||
#: apps/client/src/pages/auth/forgot-password/page.tsx:94
|
||||
@ -235,7 +235,7 @@ msgstr "بنيت باستخدام"
|
||||
msgid "By the community, for the community."
|
||||
msgstr "من قبل المجتمع، من أجل المجتمع."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -249,197 +249,197 @@ msgstr "عادي"
|
||||
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:98
|
||||
msgid "Center Artboard"
|
||||
msgstr ""
|
||||
msgstr "التوسيط إلى اللوحة"
|
||||
|
||||
#: apps/client/src/pages/auth/reset-password/page.tsx:99
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:121
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
msgstr "تغيير كلمة المرور"
|
||||
|
||||
#: apps/client/src/components/ai-actions.tsx:97
|
||||
msgid "Change Tone"
|
||||
msgstr ""
|
||||
msgstr "تغيير التأثير"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185
|
||||
msgid "Changed your mind about the name? Give it a new one."
|
||||
msgstr ""
|
||||
msgstr "هل غيرت رأيك بشأن الاسم؟ أعطيه اسماً جديداً."
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:69
|
||||
msgid "Check your email for the confirmation link to update your email address."
|
||||
msgstr ""
|
||||
msgstr "تحقق من بريدك الإلكتروني بحثًا عن رابط التأكيد لتحديث عنوان بريدك الإلكتروني."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:149
|
||||
msgid "Circle"
|
||||
msgstr ""
|
||||
msgstr "دائرة"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:242
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
msgstr "إغلاق"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
|
||||
msgid "Code"
|
||||
msgstr ""
|
||||
msgstr "الرمز"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
|
||||
msgid "Code must be exactly 6 digits long."
|
||||
msgstr ""
|
||||
msgstr "يجب أن يتكون الرمز من 6 أرقام بالضبط."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:108
|
||||
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:239
|
||||
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:132
|
||||
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:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
msgstr "إنشاء"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:67
|
||||
#: apps/client/src/pages/auth/register/page.tsx:72
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
msgstr "إنشاء حساب جديد"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
msgstr "إنشاء عنصر جديد"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
|
||||
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:24
|
||||
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:19
|
||||
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
|
||||
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"
|
||||
msgstr ""
|
||||
msgstr "تخطيطات قابلة للتخصيص"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:62
|
||||
msgid "Danger Zone"
|
||||
msgstr ""
|
||||
msgstr "منطقة خطر"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:82
|
||||
msgid "Dark"
|
||||
msgstr ""
|
||||
msgstr "داكن"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:67
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
msgstr "التاريخ"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
msgstr "حذف"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:79
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:94
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
msgstr "حذف الحساب"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
msgstr "الوصف"
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:58
|
||||
msgid "Design single/multi page resumes"
|
||||
msgstr ""
|
||||
msgstr "تصميم السيرة الذاتية بصفحة واحدة/متعددة"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
|
||||
msgid "Disable"
|
||||
msgstr ""
|
||||
msgstr "تعطيل"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:155
|
||||
msgid "Disable 2FA"
|
||||
msgstr ""
|
||||
msgstr "تعطيل المصادقة الثنائية 2FA"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:302
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:219
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:128
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:124
|
||||
msgid "Discard"
|
||||
msgstr ""
|
||||
msgstr "تجاهل"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:110
|
||||
msgid "Documentation"
|
||||
msgstr ""
|
||||
msgstr "إرشادات الإستخدام"
|
||||
|
||||
#: apps/client/src/pages/auth/login/page.tsx:62
|
||||
msgid "Don't have an account?"
|
||||
msgstr ""
|
||||
msgstr "ليس لديك حساب؟"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:88
|
||||
msgid "Don't know where to begin? Hit the docs!"
|
||||
msgstr ""
|
||||
msgstr "لا تعرف من أين تبدأ؟ راجع الارشادات!"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:101
|
||||
msgid "Don't see your language? <0>Help translate the app.</0>"
|
||||
msgstr ""
|
||||
msgstr "ألا ترى لغتك؟ <0>ساعدنا في ترجمة التطبيق.</0>"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:40
|
||||
msgid "Donate to Reactive Resume"
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: bg\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Bulgarian\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -150,7 +150,7 @@ msgstr ""
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr ""
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: bn\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Bengali\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -150,7 +150,7 @@ msgstr ""
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr ""
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr "গোপন করা"
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr "মার্চ ২০২৩"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr "মার্চ ২০২৩ - বর্তমান"
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr "এমআইটি লাইসেন্স"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr "OpenAI ইন্টিগ্রেশন"
|
||||
msgid "Options"
|
||||
msgstr "বিকল্পসমূহ"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr "প্রতিটি জীবনবৃত্তান্তের(resu
|
||||
msgid "Phone"
|
||||
msgstr "ফোন"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: ca\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Catalan\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -150,7 +150,7 @@ msgstr ""
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr ""
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: cs\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Czech\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n==1) ? 0 : (n>=2 && n<=4) ? 1 : 3;\n"
|
||||
@ -150,7 +150,7 @@ msgstr ""
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr ""
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: da\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Danish\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -20,7 +20,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
|
||||
msgid "You have enabled two-factor authentication successfully."
|
||||
msgstr "Du har aktiveret to-faktor godkendelse."
|
||||
msgstr "Du har aktiveret to-faktor-godkendelse."
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:57
|
||||
msgid "{templatesCount} resume templates to choose from"
|
||||
@ -150,7 +150,7 @@ msgstr "Alle med dette link kan se og downloade CV'et. Del det på din profil el
|
||||
msgid "API Key"
|
||||
msgstr "API nøgle"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr "Er du sikker på, at du vil slette dette element?"
|
||||
|
||||
@ -185,7 +185,7 @@ msgstr "Billedeformat"
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:51
|
||||
msgid "Available in {languagesCount} languages"
|
||||
msgstr ""
|
||||
msgstr "Tilgængelig på {languagesCount} sprog"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:53
|
||||
msgid "Awarder"
|
||||
@ -235,7 +235,7 @@ msgstr "Lavet med"
|
||||
msgid "By the community, for the community."
|
||||
msgstr "Af fællesskabet, for fællesskabet."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr "Kopiér link til CV"
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr "Kopiér til Udklipsholder"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr "Opret"
|
||||
@ -328,7 +328,7 @@ msgstr "Opret"
|
||||
msgid "Create a new account"
|
||||
msgstr "Opret en ny konto"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr "Opret et nyt emne"
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr "Mørk"
|
||||
msgid "Date"
|
||||
msgstr "Dato"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 "Dato eller datointerval"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr "Slet"
|
||||
msgid "Delete Account"
|
||||
msgstr "Slet Konto"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr "Beskriveslse"
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr "Download PDF"
|
||||
msgid "Downloads"
|
||||
msgstr "Downloads"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr "Downloads"
|
||||
msgid "Duplicate"
|
||||
msgstr "Duplikér"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr "Duplikér et eksisterende element"
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr "Her kan du opdatere din profil for at tilpasse og personliggøre din oplevelse."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr "Skjult"
|
||||
@ -788,10 +788,10 @@ msgstr "anders.andersen@example.com"
|
||||
msgid "JSON"
|
||||
msgstr "JSON"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr "Nøgleord"
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr "Brev"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr "Niveau"
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr "LinkedIn, JSON CV osv."
|
||||
msgid "List"
|
||||
msgstr "Liste"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr "Marts 2023"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr "Marts 2023 - nutid"
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr "MIT-licens"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr "OpenAI-integration"
|
||||
msgid "Options"
|
||||
msgstr "Indstillinger"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr "eller fortsæt med"
|
||||
@ -1030,7 +1030,7 @@ msgstr "Personlige noter til hvert CV"
|
||||
msgid "Phone"
|
||||
msgstr "Telefon"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr "Foto af Patrick Tomasso"
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr "Rig på funktioner, ikke på priser."
|
||||
msgid "Rounded"
|
||||
msgstr "Afrundet"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1311,7 +1311,7 @@ msgstr "Tilmeld dig"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:85
|
||||
msgid "Signups are currently disabled by the administrator."
|
||||
msgstr ""
|
||||
msgstr "Tilmeldinger er i øjeblikket deaktiveret af administratoren."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:72
|
||||
msgid "Size (in px)"
|
||||
@ -1370,10 +1370,10 @@ msgstr "Gemt"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr "Tema"
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr "Der opstod en fejl ved forbindelsen til browseren. Sørg for, at 'chrome' kører og er tilgængelig."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
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."
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr "Hvis du låser et CV op, kan du ændre det igen."
|
||||
msgid "Unverified"
|
||||
msgstr "Ikke verificeret"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr "Opdater et eksisterende element"
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr "Vi bekræfter kun din e-mailadresse for at sikre, at vi kan sende dig et
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr "Hjemmeside"
|
||||
msgid "What's new in the latest version"
|
||||
msgstr "Hvad er nyt i den seneste version"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
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."
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr "Zoom ind"
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr "Zoom ud"
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: de\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-28 00:08\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: German\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -150,7 +150,7 @@ msgstr "Jeder, der den Link hat, kann den Lebenslauf ansehen und herunterladen.
|
||||
msgid "API Key"
|
||||
msgstr "API-Schlüssel"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr "Sicher, dass Du diesen Eintrag löschen möchtest?"
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr "Gebaut mit"
|
||||
msgid "By the community, for the community."
|
||||
msgstr "Von der Gemeinschaft, für die Gemeinschaft."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr "Link zum Lebenslauf kopieren"
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr "In die Zwischenablage kopieren"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr "Erstellen"
|
||||
@ -328,7 +328,7 @@ msgstr "Erstellen"
|
||||
msgid "Create a new account"
|
||||
msgstr "Neues Konto erstellen"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr "Neuen Eintrag erstellen"
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr "Dunkel"
|
||||
msgid "Date"
|
||||
msgstr "Zeitraum"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 "Darum oder Zeitraum"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr "Löschen"
|
||||
msgid "Delete Account"
|
||||
msgstr "Konto löschen"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr "Beschreibung"
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr "PDF herunterladen"
|
||||
msgid "Downloads"
|
||||
msgstr "Downloads"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr "Downloads"
|
||||
msgid "Duplicate"
|
||||
msgstr "Duplizieren"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr "Vorhandenen Eintrag duplizieren"
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr "Hier kannst du dein Profil aktualisieren, um deine Erfahrung individuell anzupassen und zu personalisieren."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr "Ausgeblendet"
|
||||
@ -788,10 +788,10 @@ msgstr "max.mustermann@beispiel.de"
|
||||
msgid "JSON"
|
||||
msgstr "JSON"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr "Schlüsselwörter"
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr "US Letter"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr "Niveau"
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr "LinkedIn, Lebenslauf als JSON, etc."
|
||||
msgid "List"
|
||||
msgstr "Listenansicht"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr "März 2023"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr "März 2023 – Heute"
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr "MIT Lizenz"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr "OpenAI Integration"
|
||||
msgid "Options"
|
||||
msgstr "Optionen"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr "oder anmelden mit"
|
||||
@ -1030,7 +1030,7 @@ msgstr "Persönliche Notizen zu jedem Lebenslauf"
|
||||
msgid "Phone"
|
||||
msgstr "Telefon"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr "Foto: Patrick Tomasso"
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr "Nur die Anzahl der Funktionen ist hoch, nicht der Preis."
|
||||
msgid "Rounded"
|
||||
msgstr "Abgerundet"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr "Gespeichert"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr "Design"
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr "Beim Herstellen der Verbindung zum Browser ist ein Fehler aufgetreten. Bitte stelle sicher, dass 'chrome' läuft wird und erreichbar ist."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
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."
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr "Wenn Du Deinen Lebenslauf entsperrst, kannst Du wieder Änderungen daran
|
||||
msgid "Unverified"
|
||||
msgstr "Noch nicht verifiziert"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr "Vorhandenen Eintrag verändern"
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr "Wir verifizieren deine E-Mail-Adresse nur, um sicherzustellen, dass wir
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr "Webseite"
|
||||
msgid "What's new in the latest version"
|
||||
msgstr "Was ist neu in der aktuellsten Version"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
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."
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr "Hineinzoomen"
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr "Herauszoomen"
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: el\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-12-04 00:08\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Greek\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -150,7 +150,7 @@ msgstr ""
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr ""
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr "Δημιουργία"
|
||||
@ -328,7 +328,7 @@ msgstr "Δημιουργία"
|
||||
msgid "Create a new account"
|
||||
msgstr "Δημιουργία νέου λογαριασμού"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr "Δημιουργία νέου στοιχείου"
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -150,7 +150,7 @@ msgstr "Anyone with this link can view and download the resume. Share it on your
|
||||
msgid "API Key"
|
||||
msgstr "API Key"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr "Are you sure you want to delete this item?"
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr "Built with"
|
||||
msgid "By the community, for the community."
|
||||
msgstr "By the community, for the community."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr "Copy Link to Resume"
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr "Copy to Clipboard"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr "Create"
|
||||
@ -328,7 +328,7 @@ msgstr "Create"
|
||||
msgid "Create a new account"
|
||||
msgstr "Create a new account"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr "Create a new item"
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr "Dark"
|
||||
msgid "Date"
|
||||
msgstr "Date"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 "Date or Date Range"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr "Delete"
|
||||
msgid "Delete Account"
|
||||
msgstr "Delete Account"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr "Description"
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr "Download PDF"
|
||||
msgid "Downloads"
|
||||
msgstr "Downloads"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr "Downloads"
|
||||
msgid "Duplicate"
|
||||
msgstr "Duplicate"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr "Duplicate an existing item"
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr "Here, you can update your profile to customize and personalize your experience."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr "Hidden"
|
||||
@ -788,10 +788,10 @@ msgstr "john.doe@example.com"
|
||||
msgid "JSON"
|
||||
msgstr "JSON"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr "Keywords"
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr "Letter"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr "Level"
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr "LinkedIn, JSON Resume, etc."
|
||||
msgid "List"
|
||||
msgstr "List"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr "March 2023"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr "March 2023 - Present"
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr "MIT License"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr "OpenAI Integration"
|
||||
msgid "Options"
|
||||
msgstr "Options"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr "or continue with"
|
||||
@ -1030,7 +1030,7 @@ msgstr "Personal notes for each resume"
|
||||
msgid "Phone"
|
||||
msgstr "Phone"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr "Photograph by Patrick Tomasso"
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr "Rich in features, not in pricing."
|
||||
msgid "Rounded"
|
||||
msgstr "Rounded"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr "Stored"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr "Theme"
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
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."
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr "Unlocking a resume will allow you to make changes to it again."
|
||||
msgid "Unverified"
|
||||
msgstr "Unverified"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr "Update an existing item"
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr "We verify your email address only to ensure that we can send you a passw
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr "Website"
|
||||
msgid "What's new in the latest version"
|
||||
msgstr "What's new in the latest version"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
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."
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: fa\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Persian\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -20,35 +20,35 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
|
||||
msgid "You have enabled two-factor authentication successfully."
|
||||
msgstr ""
|
||||
msgstr "احراز هویت دو مرحله ای را با موفقیت فعال کردید."
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:57
|
||||
msgid "{templatesCount} resume templates to choose from"
|
||||
msgstr ""
|
||||
msgstr "{templatesCount} قالب رزومه برای انتخاب"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:114
|
||||
msgid "{value, plural, one {Column} other {Columns}}"
|
||||
msgstr ""
|
||||
msgstr "{value, plural, one {ستون} other {ستون}}"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:20
|
||||
msgid "<0>I built Reactive Resume mostly by myself during my spare time, with a lot of help from other great open-source contributors.</0><1>If you like the app and want to support keeping it free forever, please donate whatever you can afford to give.</1>"
|
||||
msgstr ""
|
||||
msgstr "<0>من Reactive Resume را بیشتر در اوقات فراغت خودم و با کمک جامعه اوپنسورس ساختم.</0> <1>اگر این اپلیکیشن را دوست دارید و میخواهید از رایگان نگه داشتن آن برای همیشه حمایت کنید، لطفاً هر چقدر در توان شماست دونیت کنید.</1>"
|
||||
|
||||
#: 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 ""
|
||||
msgstr "<0>مطمئنم که برنامه بینقص نیست، اما دوست دارم که باشد.</0> <1>اگر موقع ایجاد رزومه خودتان با مشکلی مواجه شدید یا ایدهای دارید که به شما و سایر کاربران در ساختن راحتتر رزومه کمک میکند، در گیتهاب پروژه یک issue ایجاد کنید یا به من ایمیل بفرستید.</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."
|
||||
msgstr ""
|
||||
msgstr "<0>توجه:</0> با استفاده از امکانات OpenAI API، <1>شرایط استفاده را تایید میکنید و میپذیرید</1> و <2>خط مشی رازداری</2> را که توسط OpenAI مشخص شده است. لطفاً توجه داشته باشید که Reactive Resume هیچ مسئولیتی در قبال هرگونه استفاده نادرست یا غیرمجاز از سرویس ندارد و هرگونه عواقب یا تعهدات ناشی از آن صرفاً بر عهده کاربر است."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:90
|
||||
msgid "<0>The community has spent a lot of time writing the documentation for Reactive Resume, and I'm sure it will help you get started with the app.</0><1>There are also a lot of examples to help you get started, and features that you might not know about which could help you build your perfect resume.</1>"
|
||||
msgstr ""
|
||||
msgstr "<0>جامعه Reactive Resume زمان زیادی را صرف نوشتن مستندات کرده است، و من مطمئن هستم که به شما در شروع کار با برنامه کمک خواهد کرد.</0> <1>همچنین مثالها و تمپلتهای زیادی وجود دارد که به شما در شروع کار کمک میکند، و شاید این مثالها در شناخت امکاناتی که ممکن است در روند ساختن رزومه ندانید مفید باشند.</1>"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:146
|
||||
msgid "<0>Two-factor authentication is currently disabled.</0> You can enable it by adding an authenticator app to your account."
|
||||
msgstr ""
|
||||
msgstr "<0> احراز هویت دو مرحلهای در حال حاضر غیرفعال است.</0> می توانید با نصب یک اپلیکیشن احراز هویت (مثل Google Authenticator یا Microsoft Authenticator) و افزودن آن به حساب خود، ورود دو مرحلهای را فعال کنید."
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:139
|
||||
msgid "<0>Two-factor authentication is enabled.</0> You will be asked to enter a code every time you sign in."
|
||||
@ -150,7 +150,7 @@ msgstr ""
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
|
||||
@ -235,12 +235,12 @@ msgstr ""
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
msgstr "انصراف"
|
||||
|
||||
#: apps/client/src/components/ai-actions.tsx:103
|
||||
#: apps/client/src/components/ai-actions.tsx:106
|
||||
@ -282,168 +282,168 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
|
||||
msgid "Code must be exactly 6 digits long."
|
||||
msgstr ""
|
||||
msgstr "کد باید دقیقاً 6 رقمی باشد."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:108
|
||||
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:239
|
||||
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:132
|
||||
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:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
msgstr "ایجاد"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:67
|
||||
#: apps/client/src/pages/auth/register/page.tsx:72
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
msgstr "ایجاد یک حساب جدید"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
msgstr "ساخت آیتم جدید"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
|
||||
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:24
|
||||
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:19
|
||||
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
|
||||
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"
|
||||
msgstr ""
|
||||
msgstr "طرحهای قابل تنظیم"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:62
|
||||
msgid "Danger Zone"
|
||||
msgstr ""
|
||||
msgstr "محدوده خطر"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:82
|
||||
msgid "Dark"
|
||||
msgstr ""
|
||||
msgstr "تاریک"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:67
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
msgstr "تاریخ"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
msgstr "حذف"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:79
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:94
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
msgstr "حذف حساب کاربری"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
msgstr "توضیحات"
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:58
|
||||
msgid "Design single/multi page resumes"
|
||||
msgstr ""
|
||||
msgstr "طراحی رزومه تک / چند صفحهای"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
|
||||
msgid "Disable"
|
||||
msgstr ""
|
||||
msgstr "غیرفعال"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:155
|
||||
msgid "Disable 2FA"
|
||||
msgstr ""
|
||||
msgstr "غیرفعالسازی ورود دو مرحلهای"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:302
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:219
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:128
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:124
|
||||
msgid "Discard"
|
||||
msgstr ""
|
||||
msgstr "صرفنظر"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:110
|
||||
msgid "Documentation"
|
||||
msgstr ""
|
||||
msgstr "مستندات"
|
||||
|
||||
#: apps/client/src/pages/auth/login/page.tsx:62
|
||||
msgid "Don't have an account?"
|
||||
msgstr ""
|
||||
msgstr "حساب کاربری ندارید؟"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:88
|
||||
msgid "Don't know where to begin? Hit the docs!"
|
||||
msgstr ""
|
||||
msgstr "نمی دانید از کجا شروع کنید؟ از مستندات!"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:101
|
||||
msgid "Don't see your language? <0>Help translate the app.</0>"
|
||||
msgstr ""
|
||||
msgstr "زبان خود را نمی بینید؟ <0>به ترجمه برنامه کمک کنید.</0>"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:40
|
||||
msgid "Donate to Reactive Resume"
|
||||
msgstr ""
|
||||
msgstr "به Reactive Resume دونیت کنید"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/export.tsx:56
|
||||
msgid "Download a JSON snapshot of your resume. This file can be used to import your resume in the future, or can even be shared with others to collaborate."
|
||||
@ -460,31 +460,31 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:58
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
msgstr "دانلود"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
msgstr "کپی کردن"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
msgstr "کپی یک مورد موجود"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
|
||||
msgid "Duplicate an existing resume"
|
||||
msgstr ""
|
||||
msgstr "کپی یک رزومه موجود"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:90
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
msgstr "ویرایش"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:174
|
||||
msgid "Effects"
|
||||
msgstr ""
|
||||
msgstr "جلوهها"
|
||||
|
||||
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
|
||||
#: apps/client/src/pages/auth/login/page.tsx:84
|
||||
@ -492,27 +492,27 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:50
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
msgstr "ایمیل"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:159
|
||||
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."
|
||||
msgstr ""
|
||||
msgstr "یک رمز عبور جدید در زیر وارد کنید و مطمئن شوید که ایمن است."
|
||||
|
||||
#: apps/client/src/pages/auth/backup-otp/page.tsx:59
|
||||
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
|
||||
msgstr ""
|
||||
msgstr "یکی از 10 کد پشتیبان را که هنگام فعال کردن احراز هویت دو مرحلهای ذخیره کردهاید، وارد کنید."
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
|
||||
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
|
||||
msgstr ""
|
||||
msgstr "کد 6 رقمی را از برنامه احراز هویت خود وارد کنید تا تأیید شود که 2FA به درستی تنظیم شده است."
|
||||
|
||||
#: apps/client/src/pages/auth/verify-otp/page.tsx:60
|
||||
msgid "Enter the one-time password provided by your authenticator app below."
|
||||
msgstr ""
|
||||
msgstr "رمز عبور یکبار مصرف ارائه شده توسط برنامه احراز هویت خود را در زیر وارد کنید."
|
||||
|
||||
#: apps/client/src/pages/auth/forgot-password/page.tsx:70
|
||||
msgid "Enter your email address and we will send you a link to reset your password if the account exists."
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: fi\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Finnish\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -150,7 +150,7 @@ msgstr ""
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr ""
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: fr\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-12-06 00:08\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: French\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n > 1);\n"
|
||||
@ -150,7 +150,7 @@ msgstr "Toute personne avec ce lien peut voir et télécharger le CV. Partagez l
|
||||
msgid "API Key"
|
||||
msgstr "Clé API"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr "Êtes-vous sûr de vouloir supprimer cet élément?"
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr "Construit avec"
|
||||
msgid "By the community, for the community."
|
||||
msgstr "Par la communauté, pour la communauté."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr "Copier le lien vers le CV"
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr "Copier dans le Presse-Papier"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr "Créer"
|
||||
@ -328,7 +328,7 @@ msgstr "Créer"
|
||||
msgid "Create a new account"
|
||||
msgstr "Créer un nouveau compte"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr "Créer un nouvel élément"
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr "Sombre"
|
||||
msgid "Date"
|
||||
msgstr "Date"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 "Période ou date"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr "Supprimer"
|
||||
msgid "Delete Account"
|
||||
msgstr "Supprimer le compte"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr "Description"
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr "Télécharger au format PDF"
|
||||
msgid "Downloads"
|
||||
msgstr "Télécharger"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr "Télécharger"
|
||||
msgid "Duplicate"
|
||||
msgstr "Dupliquer"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr "Dupliquer un élément existant"
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr "Ici, vous pouvez mettre à jour votre profil pour personnaliser et personnaliser votre expérience."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr "Masqué"
|
||||
@ -788,10 +788,10 @@ msgstr "john.doe@example.com"
|
||||
msgid "JSON"
|
||||
msgstr "JSON"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr "Mots-clés"
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr "Lettre"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr "Niveau"
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr "LinkedIn, CV JSON, etc."
|
||||
msgid "List"
|
||||
msgstr "Liste"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr "Mars 2023"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr "Mars 2023 - Aujourd'hui"
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr "Licence MIT"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr "Intégration OpenAI"
|
||||
msgid "Options"
|
||||
msgstr "Options"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr "ou continuer avec"
|
||||
@ -1030,7 +1030,7 @@ msgstr "Notes personnelles pour chaque CV"
|
||||
msgid "Phone"
|
||||
msgstr "Téléphone"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr "Photographie de Patrick Tomasso"
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr "Riche en fonctionnalités, pas en prix."
|
||||
msgid "Rounded"
|
||||
msgstr "Arrondi"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr "Stocké"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr "Thème"
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr "Une erreur s'est produite lors de la connexion au navigateur. Veuillez vous assurer que 'chrome' fonctionne et est accessible."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
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."
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr "Le déverrouillage d'un CV vous permettra de le modifier à nouveau."
|
||||
msgid "Unverified"
|
||||
msgstr "Non vérifié"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr "Mettre à jour un élément existant"
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr "Nous vérifions votre adresse électronique uniquement pour nous assurer
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr "Site Web"
|
||||
msgid "What's new in the latest version"
|
||||
msgstr "Quoi de neuf dans la dernière version"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
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."
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr "Zoomer"
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr "Dézoomer"
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: he\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\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"
|
||||
@ -150,7 +150,7 @@ msgstr "כל מי שמחזיק בקישור הזה יכול לצפות ולהו
|
||||
msgid "API Key"
|
||||
msgstr "מפתח API"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
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"
|
||||
@ -235,7 +235,7 @@ msgstr "נבנה עם"
|
||||
msgid "By the community, for the community."
|
||||
msgstr "על ידי הקהילה ועבורה."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr "העתקת הקישור לקורות החיים"
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr "העתקה ללוח הגזירים"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr "יצירה"
|
||||
@ -328,7 +328,7 @@ msgstr "יצירה"
|
||||
msgid "Create a new account"
|
||||
msgstr "יצירת חשבון חדש"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr "יצירת פריט חדש"
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr "כהה"
|
||||
msgid "Date"
|
||||
msgstr "תאריך"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr "מחיקה"
|
||||
msgid "Delete Account"
|
||||
msgstr "מחיקת חשבון"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr "תיאור"
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr "הורדת PDF"
|
||||
msgid "Downloads"
|
||||
msgstr "הורדות"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr "הורדות"
|
||||
msgid "Duplicate"
|
||||
msgstr "שכפול"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr "שכפול פריט קיים"
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr "כאן אפשר לעדכן את הפרופיל שלך כדי להתאים ולהפוך את החוויה שלך לאישית יותר."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr "מוסתר"
|
||||
@ -788,10 +788,10 @@ msgstr "israel.israeli@israel.gov.il"
|
||||
msgid "JSON"
|
||||
msgstr "JSON"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr "מילות מפתח"
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr "מכתב"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr "רמה"
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr "LinkedIn, JSON Resume וכו׳."
|
||||
msgid "List"
|
||||
msgstr "רשימה"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr "מרץ 2023"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr "מרץ 2023 - כרגע"
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr "רישיון MIT"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr "שילוב מול OpenAI"
|
||||
msgid "Options"
|
||||
msgstr "אפשרויות"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr "או להמשיך עם"
|
||||
@ -1030,7 +1030,7 @@ msgstr "הערות אישיות לכל קורות חיים"
|
||||
msgid "Phone"
|
||||
msgstr "טלפון"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr "תמונה מאת פטריק טומאסו"
|
||||
|
||||
@ -1146,7 +1146,7 @@ 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:83
|
||||
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
|
||||
@ -1194,7 +1194,7 @@ msgstr "עשיר ביכולות, לא בממון."
|
||||
msgid "Rounded"
|
||||
msgstr "מעוגל"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1311,7 +1311,7 @@ msgstr "הרשמה"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:85
|
||||
msgid "Signups are currently disabled by the administrator."
|
||||
msgstr ""
|
||||
msgstr "ההרשמות מושבתות כרגע על ידי ההנהלה."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:72
|
||||
msgid "Size (in px)"
|
||||
@ -1370,10 +1370,10 @@ msgstr "מאוחסן"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr "ערכת עיצוב"
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr "קרתה תקלה בחיבור לדפדפן. נא לוודא ש־‚chrome’ פעיל ונגיש."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr "אפשר לחזור אחורה מהפעולה הזאת על ידי לחיצה על כפתור ההחזרה בסרגל הכלים המרחף."
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr "שחרור קורות חיים יאפשר לערוך בו שינויים
|
||||
msgid "Unverified"
|
||||
msgstr "לא מאומת"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr "עדכון פריט קיים"
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr "אנו מאמתים את כתובת הדוא״ל שלך רק כדי לו
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr "אתר אינטרנט"
|
||||
msgid "What's new in the latest version"
|
||||
msgstr "מה חדש בגרסה העדכנית"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr "אפשר להוסיף מספר מילות מפתח על ידי הפרדתן בפסיק או בלחיצה על Enter."
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr "התקרבות"
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr "התרחקות"
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: hi\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hindi\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -150,7 +150,7 @@ msgstr "इस लिंक वाला कोई भी व्यक्ति
|
||||
msgid "API Key"
|
||||
msgstr "API कुंजी"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr "क्या आप बाकई यह आइटम डिलीट करना चाहते हैं?"
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr "के साथ निर्मित"
|
||||
msgid "By the community, for the community."
|
||||
msgstr "समुदाय द्वारा, समुदाय के लिए."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr "फिर से शुरू करने के लिए लिंक
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr "क्लिपबोर्ड पर कॉपी करें"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr "बनाएँ"
|
||||
@ -328,7 +328,7 @@ msgstr "बनाएँ"
|
||||
msgid "Create a new account"
|
||||
msgstr "एक नया खाता बनाएँ"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr "एक नया आइटम बनाएं"
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr "गहरी"
|
||||
msgid "Date"
|
||||
msgstr "दिनांक"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr "हटाएं"
|
||||
msgid "Delete Account"
|
||||
msgstr "खाता हटाएँ|"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr "विवरण"
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr "डाउनलोड"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr "डाउनलोड"
|
||||
msgid "Duplicate"
|
||||
msgstr "प्रतिरूप"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr "किसी मौजूदा आइटम का नक़ल बनाएं"
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr "यहां, आप अपने अनुभव को अनुकूलित और वैयक्तिकृत करने के लिए अपनी प्रोफ़ाइल को अपडेट कर सकते हैं।"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr "छुपा हुआ"
|
||||
@ -788,10 +788,10 @@ msgstr "john.doe@example.com"
|
||||
msgid "JSON"
|
||||
msgstr "जेसन"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr "खोजशब्द:"
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr "अक्षर"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr "स्तर"
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr "लिंक्डइन, JSON बायोडाटा, आदि।"
|
||||
msgid "List"
|
||||
msgstr "सूची"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr "मार्च 2023"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr "मार्च 2023 - वर्तमान"
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr "मआईटी लाईसन्स"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr "OpenAI एकीकरण"
|
||||
msgid "Options"
|
||||
msgstr "विकल्प"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr "या जारी रखें"
|
||||
@ -1030,7 +1030,7 @@ msgstr "प्रत्येक बायोडाटा के लिए व
|
||||
msgid "Phone"
|
||||
msgstr "फ़ोन"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr "फ़ोटोग्राफ़ पैट्रिक टोमासो द्वारा"
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr "सुविधाओं से भरपूर, कीमत से न
|
||||
msgid "Rounded"
|
||||
msgstr "गोल"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr "संग्रहित"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr "थीम"
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr "ब्राउज़र से कनेक्ट करने में त्रुटि हुई. कृपया सुनिश्चित करें कि 'क्रोम' चल रहा है और पहुंच योग्य है।"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr "फ़्लोटिंग टूलबार में पूर्ववत करें बटन पर क्लिक करके इस क्रिया को पूर्ववत किया जा सकता है।"
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr "बायोडाटा को अनलॉक करने से आ
|
||||
msgid "Unverified"
|
||||
msgstr "असत्यापित"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr "किसी मौजूदा आइटम का नक़ल बनाएं"
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr "हम आपके ईमेल पते को केवल यह
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr "वेबसाइट"
|
||||
msgid "What's new in the latest version"
|
||||
msgstr "नवीनतम संस्करण में नया क्या है"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr "आप एकाधिक कीवर्ड को अल्पविराम से अलग करके या एंटर दबाकर जोड़ सकते हैं।"
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr "ज़ूम इन"
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr "ज़ूम आउट"
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: hu\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-12-01 00:09\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Hungarian\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -150,7 +150,7 @@ msgstr "A link birtokában bárki megtekintheti és letöltheti az önéletrajzo
|
||||
msgid "API Key"
|
||||
msgstr "API Kulcs"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr "Biztosan törölni szeretnéd ezt az elemet?"
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr "Készült"
|
||||
msgid "By the community, for the community."
|
||||
msgstr "A közösség által, a közösségért."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -295,7 +295,7 @@ msgstr ""
|
||||
#: apps/client/src/components/ai-actions.tsx:115
|
||||
#: apps/client/src/components/ai-actions.tsx:118
|
||||
msgid "Confident"
|
||||
msgstr ""
|
||||
msgstr "Magabiztos"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:98
|
||||
msgid "Confirm New Password"
|
||||
@ -304,11 +304,11 @@ msgstr ""
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:239
|
||||
msgid "Continue"
|
||||
msgstr ""
|
||||
msgstr "Tovább"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:94
|
||||
msgid "Copy"
|
||||
msgstr ""
|
||||
msgstr "Másolás"
|
||||
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:132
|
||||
msgid "Copy Link to Resume"
|
||||
@ -316,27 +316,27 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:78
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
msgstr "Másolás a vágólapra"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
msgstr "Létrehozás"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:67
|
||||
#: apps/client/src/pages/auth/register/page.tsx:72
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
msgstr "Új fiók létrehozása"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
msgstr "Új elem létrehozása"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
|
||||
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:24
|
||||
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:19
|
||||
msgid "Create a new resume"
|
||||
msgstr ""
|
||||
msgstr "Új önéletrajz létrehozása"
|
||||
|
||||
#: apps/client/src/pages/auth/login/page.tsx:65
|
||||
msgctxt "This is a link to create a new account"
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -396,15 +396,15 @@ msgstr ""
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:79
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:94
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
msgstr "Fiók törlése"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
msgstr "Leírás"
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:58
|
||||
msgid "Design single/multi page resumes"
|
||||
@ -462,7 +462,7 @@ msgstr "PDF letöltése"
|
||||
msgid "Downloads"
|
||||
msgstr "Letöltések"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr "Letöltések"
|
||||
msgid "Duplicate"
|
||||
msgstr "Duplikálás"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr "Meglévő elem duplikálása"
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: id\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-24 00:07\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Indonesian\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
@ -20,172 +20,172 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
|
||||
msgid "You have enabled two-factor authentication successfully."
|
||||
msgstr ""
|
||||
msgstr "Anda telah berhasil mengaktifkan autentikasi dua faktor."
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:57
|
||||
msgid "{templatesCount} resume templates to choose from"
|
||||
msgstr ""
|
||||
msgstr "{templatesCount} templat resume yang dapat dipilih"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:114
|
||||
msgid "{value, plural, one {Column} other {Columns}}"
|
||||
msgstr ""
|
||||
msgstr "{value, plural, other {Kolom}}"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:20
|
||||
msgid "<0>I built Reactive Resume mostly by myself during my spare time, with a lot of help from other great open-source contributors.</0><1>If you like the app and want to support keeping it free forever, please donate whatever you can afford to give.</1>"
|
||||
msgstr ""
|
||||
msgstr "<0>Saya membuat Reactive Resume sendiri seringnya di waktu senggang, dengan banyak bantuan dari kontributor open source hebat lainnya.</0> <1>Jika Anda menyukai aplikasi ini dan ingin mendukung agar aplikasi ini tetap gratis selamanya, silakan sumbangkan berapa pun yang Anda mampu berikan.</1>"
|
||||
|
||||
#: 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 ""
|
||||
msgstr "<0>Saya yakin aplikasi ini belum sempurna, tetapi saya ingin aplikasi ini sempurna.</0><1>Jika Anda menghadapi masalah apa pun saat membuat resume, atau memiliki ide yang dapat membantu Anda dan pengguna lain dalam membuat resume dengan lebih mudah, kirimkan masalah ke repositori atau kirimkan email kepada saya.</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."
|
||||
msgstr ""
|
||||
msgstr "<0>Catatan: </0>Dengan menggunakan API OpenAI, Anda mengakui dan menerima <1>persyaratan penggunaan</1> dan <2>kebijakan privasi</2> yang diuraikan oleh OpenAI. Harap diperhatikan bahwa Reactive Resume tidak bertanggung jawab atas penggunaan layanan yang tidak tepat atau tidak sah, dan segala dampak atau kewajiban yang timbul sepenuhnya menjadi tanggung jawab pengguna."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:90
|
||||
msgid "<0>The community has spent a lot of time writing the documentation for Reactive Resume, and I'm sure it will help you get started with the app.</0><1>There are also a lot of examples to help you get started, and features that you might not know about which could help you build your perfect resume.</1>"
|
||||
msgstr ""
|
||||
msgstr "<0>Komunitas ini telah menghabiskan banyak waktu untuk menulis dokumentasi untuk Reactive Resume, dan saya yakin ini akan membantu Anda mulai menggunakan aplikasi ini.</0><1>Ada juga banyak contoh untuk membantu Anda memulai, dan fitur-fitur yang mungkin tidak Anda ketahui yang dapat membantu Anda membuat resume yang sempurna.</1>"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:146
|
||||
msgid "<0>Two-factor authentication is currently disabled.</0> You can enable it by adding an authenticator app to your account."
|
||||
msgstr ""
|
||||
msgstr "<0>Autentikasi dua faktor saat ini dinonaktifkan.</0> Anda dapat mengaktifkannya dengan menambahkan aplikasi pengautentikasi ke akun Anda."
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:139
|
||||
msgid "<0>Two-factor authentication is enabled.</0> You will be asked to enter a code every time you sign in."
|
||||
msgstr ""
|
||||
msgstr "<0>Autentikasi dua faktor diaktifkan.</0> Anda akan diminta untuk memasukkan kode setiap kali masuk."
|
||||
|
||||
#: apps/client/src/pages/home/page.tsx:24
|
||||
#: apps/client/src/pages/home/sections/hero/index.tsx:42
|
||||
msgid "A free and open-source resume builder"
|
||||
msgstr ""
|
||||
msgstr "Pembuat resume gratis dan bersumber terbuka"
|
||||
|
||||
#: apps/client/src/pages/home/components/footer.tsx:20
|
||||
#: apps/client/src/pages/home/sections/hero/index.tsx:47
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
msgstr ""
|
||||
msgstr "Pembuat resume gratis dan bersumber terbuka yang menyederhanakan proses pembuatan, pembaruan, dan berbagi resume Anda."
|
||||
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:29
|
||||
msgid "A link has been copied to your clipboard."
|
||||
msgstr ""
|
||||
msgstr "Tautan telah disalin ke papan klip Anda."
|
||||
|
||||
#: apps/client/src/components/copyright.tsx:29
|
||||
msgid "A passion project by <0>Amruth Pillai</0>"
|
||||
msgstr ""
|
||||
msgstr "Sebuah proyek penuh semangat dari <0>Amruth Pillai</0>"
|
||||
|
||||
#: apps/client/src/pages/auth/forgot-password/page.tsx:57
|
||||
msgid "A password reset link should have been sent to your inbox, if an account existed with the email you provided."
|
||||
msgstr ""
|
||||
msgstr "Tautan pengaturan ulang kata sandi seharusnya sudah dikirim ke kotak masuk Anda, jika ada akun dengan email yang Anda berikan."
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:31
|
||||
msgid "A resume with this slug already exists, please pick a different unique identifier."
|
||||
msgstr ""
|
||||
msgstr "Resume dengan slug ini sudah ada, silakan pilih pengenal unik yang berbeda."
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:9
|
||||
msgid "A user with this email address and/or username already exists."
|
||||
msgstr ""
|
||||
msgstr "Pengguna dengan alamat email dan/atau nama pengguna ini sudah ada."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:43
|
||||
msgid "A4"
|
||||
msgstr ""
|
||||
msgstr "A4"
|
||||
|
||||
#. Helper text to let the user know what filetypes are accepted. {accept} can be .pdf or .json.
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:270
|
||||
msgid "Accepts only {accept} files"
|
||||
msgstr ""
|
||||
msgstr "Hanya menerima file {accept}"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:104
|
||||
msgid "Account"
|
||||
msgstr ""
|
||||
msgstr "Akun"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:124
|
||||
msgid "Add a custom field"
|
||||
msgstr ""
|
||||
msgstr "Tambahkan kolom kustom"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-base.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-base.tsx:147
|
||||
msgctxt "For example, add a new work experience, or add a new profile."
|
||||
msgid "Add a new item"
|
||||
msgstr ""
|
||||
msgstr "Tambah item baru"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:68
|
||||
msgid "Add a new item"
|
||||
msgstr ""
|
||||
msgstr "Tambah item baru"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/index.tsx:79
|
||||
#: apps/client/src/pages/builder/sidebars/left/index.tsx:196
|
||||
msgid "Add a new section"
|
||||
msgstr ""
|
||||
msgstr "Tambahkan bagian baru"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:269
|
||||
msgid "Add New Page"
|
||||
msgstr ""
|
||||
msgstr "Tambah halaman baru"
|
||||
|
||||
#: apps/client/src/components/ai-actions.tsx:79
|
||||
msgid "AI"
|
||||
msgstr ""
|
||||
msgstr "Kecerdasan buatan"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:74
|
||||
msgid "Already have an account?"
|
||||
msgstr ""
|
||||
msgstr "Sudah memiliki akun?"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:144
|
||||
msgid "An error occurred while validating the file."
|
||||
msgstr ""
|
||||
msgstr "Terjadi kesalahan saat memvalidasi file."
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:135
|
||||
msgid "and many more..."
|
||||
msgstr ""
|
||||
msgstr "dan masih banyak lagi..."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:57
|
||||
msgid "Anyone with the link can view and download the resume."
|
||||
msgstr ""
|
||||
msgstr "Siapa pun yang memiliki tautan dapat melihat dan mengunduh resume."
|
||||
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:54
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:30
|
||||
msgid "Anyone with this link can view and download the resume. Share it on your profile or with recruiters."
|
||||
msgstr ""
|
||||
msgstr "Siapa pun yang memiliki tautan ini dapat melihat dan mengunduh resume. Bagikan di profil Anda atau dengan perekrut."
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:83
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
msgstr "API Key"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
msgstr "Apakah Anda yakin Anda ingin menghapus item ini?"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
|
||||
msgid "Are you sure you want to delete your resume?"
|
||||
msgstr ""
|
||||
msgstr "Apakah Anda yakin ingin menghapus resume Anda?"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
|
||||
msgid "Are you sure you want to disable two-factor authentication?"
|
||||
msgstr ""
|
||||
msgstr "Apakah Anda yakin ingin menonaktifkan autentikasi dua faktor?"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:38
|
||||
msgid "Are you sure you want to lock this resume?"
|
||||
msgstr ""
|
||||
msgstr "Apakah Anda yakin ingin mengunci resume ini?"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:39
|
||||
msgid "Are you sure you want to unlock this resume?"
|
||||
msgstr ""
|
||||
msgstr "Apakah Anda yakin ingin membuka resume ini?"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:94
|
||||
msgid "Are you sure?"
|
||||
msgstr ""
|
||||
msgstr "Apakah Anda yakin?"
|
||||
|
||||
#. For example, Computer Science or Business Administration
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:73
|
||||
msgid "Area of Study"
|
||||
msgstr ""
|
||||
msgstr "Area belajar"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:86
|
||||
msgid "Aspect Ratio"
|
||||
msgstr ""
|
||||
msgstr "Rasio Aspek"
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:51
|
||||
msgid "Available in {languagesCount} languages"
|
||||
msgstr ""
|
||||
msgstr "Tersedia dalam {languagesCount} bahasa"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:53
|
||||
msgid "Awarder"
|
||||
@ -195,19 +195,19 @@ msgstr ""
|
||||
#: apps/client/src/pages/auth/forgot-password/page.tsx:94
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:236
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
msgstr "Kembali"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/theme.tsx:73
|
||||
msgid "Background Color"
|
||||
msgstr ""
|
||||
msgstr "Warna Latar Belakang"
|
||||
|
||||
#: apps/client/src/pages/auth/backup-otp/page.tsx:75
|
||||
msgid "Backup Code"
|
||||
msgstr ""
|
||||
msgstr "Kode Cadangan"
|
||||
|
||||
#: apps/client/src/pages/auth/backup-otp/page.tsx:80
|
||||
msgid "Backup Codes may contain only lowercase letters or numbers, and must be exactly 10 characters."
|
||||
msgstr ""
|
||||
msgstr "Kode Cadangan hanya boleh berisi huruf kecil atau angka, dan harus tepat 10 karakter."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/index.tsx:56
|
||||
msgctxt "The basics section of a resume consists of User's Picture, Full Name, Location etc."
|
||||
@ -235,12 +235,12 @@ msgstr ""
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
msgstr "Batalkan"
|
||||
|
||||
#: apps/client/src/components/ai-actions.tsx:103
|
||||
#: apps/client/src/components/ai-actions.tsx:106
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -655,36 +655,36 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
msgstr "Tersembunyi"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:78
|
||||
msgid "Hide"
|
||||
msgstr ""
|
||||
msgstr "Sembunyikan"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:179
|
||||
msgid "Hide Icons"
|
||||
msgstr ""
|
||||
msgstr "Sembunyikan Ikon"
|
||||
|
||||
#: apps/client/src/pages/auth/login/page.tsx:104
|
||||
#: apps/client/src/pages/auth/register/page.tsx:174
|
||||
#: apps/client/src/pages/auth/reset-password/page.tsx:88
|
||||
msgid "Hold <0>Ctrl</0> to display your password temporarily."
|
||||
msgstr ""
|
||||
msgstr "Tahan <0>Ctrl</0> untuk menampilkan kata sandi Anda sementara."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:100
|
||||
msgid "Horizontal"
|
||||
msgstr ""
|
||||
msgstr "Horisontal"
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:67
|
||||
msgid "Host your resume publicly"
|
||||
msgstr ""
|
||||
msgstr "Tampilkan resume Anda secara publik"
|
||||
|
||||
#: 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 "Saya selalu senang mendengar dari para pengguna Reactive Resume dengan umpan balik atau dukungan. Berikut adalah beberapa pesan yang saya terima. Jika Anda memiliki umpan balik, jangan ragu untuk mengirimi saya email di <0>{email}</0>."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:82
|
||||
msgid "Icon"
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: it\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Italian\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -20,7 +20,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
|
||||
msgid "You have enabled two-factor authentication successfully."
|
||||
msgstr "Ha attivato con successo l'autenticazione a due fattori."
|
||||
msgstr "Hai abilitato l'autenticazione a due fattori con successo."
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:57
|
||||
msgid "{templatesCount} resume templates to choose from"
|
||||
@ -32,7 +32,7 @@ msgstr "{value, plural, one {Colonna} other {Colonne}}"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:20
|
||||
msgid "<0>I built Reactive Resume mostly by myself during my spare time, with a lot of help from other great open-source contributors.</0><1>If you like the app and want to support keeping it free forever, please donate whatever you can afford to give.</1>"
|
||||
msgstr "<0>Ho creato Reactive Resume principalmente da solo durante il mio tempo libero, con molto aiuto da altri grandi contributori open source.</0> <1>Se ti piace l'app e desideri sostenere il suo mantenimento gratuito per sempre, dona tutto ciò che puoi permetterti.</1>"
|
||||
msgstr "<0>Ho creato Reactive Resume principalmente da solo durante il mio tempo libero, con un grande aiuto da parte di altri grandi collaboratori open-source.</0><1>Se ti piace l'applicazione e vuoi contribuire a mantenerla gratuita per sempre, ti prego di donare ciò che puoi permetterti di donare.</1>"
|
||||
|
||||
#: 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>"
|
||||
@ -150,7 +150,7 @@ msgstr "Chiunque abbia questo link può visualizzare e scaricare il curriculum.
|
||||
msgid "API Key"
|
||||
msgstr "Chiave API"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr "Sei sicuro di voler eliminare questo articolo?"
|
||||
|
||||
@ -185,7 +185,7 @@ msgstr "Rapporto Dimensioni"
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:51
|
||||
msgid "Available in {languagesCount} languages"
|
||||
msgstr ""
|
||||
msgstr "Disponibile in {languagesCount} lingue"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:53
|
||||
msgid "Awarder"
|
||||
@ -235,7 +235,7 @@ msgstr "Costruito con"
|
||||
msgid "By the community, for the community."
|
||||
msgstr "Dalla comunità, per la comunità."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr "Copia collegamento per riprendere"
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr "Copia negli appunti"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr "Crea"
|
||||
@ -328,7 +328,7 @@ msgstr "Crea"
|
||||
msgid "Create a new account"
|
||||
msgstr "Crea un nuovo account"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr "Crea un nuovo elemento"
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr "Scuro"
|
||||
msgid "Date"
|
||||
msgstr "Data"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 "Data o Intervallo di date"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr "Elimina"
|
||||
msgid "Delete Account"
|
||||
msgstr "Elimina account"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr "Descrizione"
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr "Scarica PDF"
|
||||
msgid "Downloads"
|
||||
msgstr "Downloads"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr "Downloads"
|
||||
msgid "Duplicate"
|
||||
msgstr "Duplica"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr "Duplica un elemento esistente"
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr "Qui può aggiornare il suo profilo per personalizzare la sua esperienza."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr "Nascosto"
|
||||
@ -788,10 +788,10 @@ msgstr "mario.rossi@esempio.it"
|
||||
msgid "JSON"
|
||||
msgstr "JSON"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr "Parole chiave"
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr "Lettera"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr "Livello"
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr "LinkedIn, curriculum JSON, ecc."
|
||||
msgid "List"
|
||||
msgstr "Lista"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr "Marzo 2023"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr "Marzo 2023 - Presente"
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr "Licenza MIT"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr "Integrazione OpenAI"
|
||||
msgid "Options"
|
||||
msgstr "Opzioni"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr "o continua con"
|
||||
@ -1030,7 +1030,7 @@ msgstr "Note personali per ogni curriculum"
|
||||
msgid "Phone"
|
||||
msgstr "Telefono"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr "Fotografia di Patrick Tomasso"
|
||||
|
||||
@ -1146,7 +1146,7 @@ msgstr "Rimuovi"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:241
|
||||
msgid "Remove Page"
|
||||
msgstr ""
|
||||
msgstr "Rimuovi pagina"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:83
|
||||
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:128
|
||||
@ -1194,7 +1194,7 @@ msgstr "Ricco di funzionalità, non di prezzi."
|
||||
msgid "Rounded"
|
||||
msgstr "Arrotondato"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1311,7 +1311,7 @@ msgstr "Registrazione"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:85
|
||||
msgid "Signups are currently disabled by the administrator."
|
||||
msgstr ""
|
||||
msgstr "Le registrazioni sono attualmente disabilitate dall'amministratore."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:72
|
||||
msgid "Size (in px)"
|
||||
@ -1370,10 +1370,10 @@ msgstr "Memorizzato"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr "Tema"
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr "Si è verificato un errore durante la connessione al browser. Assicurati che \"chrome\" sia in esecuzione e raggiungibile."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
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."
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr "Sbloccando un curriculum potrà modificarlo nuovamente."
|
||||
msgid "Unverified"
|
||||
msgstr "Non verificato"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr "Aggiorna un elemento esistente"
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr "Verifichiamo il suo indirizzo e-mail solo per assicurarci di poterle inv
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr "Sito Web"
|
||||
msgid "What's new in the latest version"
|
||||
msgstr "Cosa c'è di nuovo nell'ultima versione"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
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."
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr "Ingrandisci"
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr "Rimpicciolisci"
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: ja\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-29 00:08\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Japanese\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
@ -150,7 +150,7 @@ msgstr "このリンクを知っている人は誰でも履歴書を表示して
|
||||
msgid "API Key"
|
||||
msgstr "API キー"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr "このアイテムを削除してもよろしいですか?"
|
||||
|
||||
@ -233,9 +233,9 @@ msgstr "利用したソフトウェア"
|
||||
#: apps/client/src/components/copyright.tsx:27
|
||||
#: apps/client/src/pages/home/sections/contributors/index.tsx:20
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
msgstr "コミュニティによるコミュニティのための。"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -254,7 +254,7 @@ msgstr ""
|
||||
#: apps/client/src/pages/auth/reset-password/page.tsx:99
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:121
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
msgstr "パスワードを変更"
|
||||
|
||||
#: apps/client/src/components/ai-actions.tsx:97
|
||||
msgid "Change Tone"
|
||||
@ -274,11 +274,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:242
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
msgstr "終了"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
|
||||
msgid "Code"
|
||||
msgstr ""
|
||||
msgstr "コード"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
|
||||
msgid "Code must be exactly 6 digits long."
|
||||
@ -286,7 +286,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:108
|
||||
msgid "Columns"
|
||||
msgstr ""
|
||||
msgstr "カラム"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:39
|
||||
msgid "Company"
|
||||
@ -308,7 +308,7 @@ 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:132
|
||||
msgid "Copy Link to Resume"
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
|
||||
@ -377,32 +377,32 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
msgstr "削除する"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:79
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:94
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
msgstr "アカウントを削除する"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -427,7 +427,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:110
|
||||
msgid "Documentation"
|
||||
msgstr ""
|
||||
msgstr "ドキュメンテーション"
|
||||
|
||||
#: apps/client/src/pages/auth/login/page.tsx:62
|
||||
msgid "Don't have an account?"
|
||||
@ -460,9 +460,9 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:58
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
msgstr "ダウンロード"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -492,7 +492,7 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:50
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
msgstr "Eメール"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:159
|
||||
msgid "Enable 2FA"
|
||||
@ -520,7 +520,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:283
|
||||
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!"
|
||||
@ -533,11 +533,11 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/sidebars/right/index.tsx:79
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/export.tsx:40
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
msgstr "輸出"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:255
|
||||
msgid "File"
|
||||
msgstr ""
|
||||
msgstr "ファイル"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:221
|
||||
msgid "Filetype"
|
||||
@ -615,7 +615,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/_components/social-auth.tsx:18
|
||||
msgid "GitHub"
|
||||
msgstr ""
|
||||
msgstr "GitHub"
|
||||
|
||||
#: apps/client/src/pages/home/sections/statistics/index.tsx:12
|
||||
msgid "GitHub Stars"
|
||||
@ -632,7 +632,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/_components/social-auth.tsx:31
|
||||
msgid "Google"
|
||||
msgstr ""
|
||||
msgstr "Google"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:207
|
||||
msgid "Grayscale"
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -688,7 +688,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:82
|
||||
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>."
|
||||
@ -786,12 +786,12 @@ msgstr ""
|
||||
|
||||
#: 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:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -802,7 +802,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:95
|
||||
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:149
|
||||
@ -823,9 +823,9 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: 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>"
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -877,7 +877,7 @@ msgstr ""
|
||||
#: apps/client/src/components/user-options.tsx:34
|
||||
#: 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?"
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1005,7 +1005,7 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/sidebars/right/index.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:26
|
||||
msgid "Page"
|
||||
msgstr ""
|
||||
msgstr "ページ"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:237
|
||||
msgid "Page {0}"
|
||||
@ -1016,11 +1016,11 @@ msgstr ""
|
||||
#: apps/client/src/pages/auth/reset-password/page.tsx:83
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
msgstr "パスワード"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/export.tsx:72
|
||||
msgid "PDF"
|
||||
msgstr ""
|
||||
msgstr "PDF"
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:63
|
||||
msgid "Personal notes for each resume"
|
||||
@ -1028,9 +1028,9 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:73
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
msgstr "電話番号"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1041,7 +1041,7 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/section.tsx:69
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:120
|
||||
msgid "Picture"
|
||||
msgstr ""
|
||||
msgstr "写真"
|
||||
|
||||
#: apps/client/src/pages/auth/verify-email/page.tsx:59
|
||||
msgid "Please note that this step is completely optional."
|
||||
@ -1087,7 +1087,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:60
|
||||
msgid "Profile"
|
||||
msgstr ""
|
||||
msgstr "プロフィール"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:55
|
||||
msgid "Public"
|
||||
@ -1142,7 +1142,7 @@ 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:129
|
||||
msgid "Remove"
|
||||
msgstr ""
|
||||
msgstr "削除"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:241
|
||||
msgid "Remove Page"
|
||||
@ -1161,7 +1161,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:124
|
||||
msgid "Reset"
|
||||
msgstr ""
|
||||
msgstr "リセット"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:210
|
||||
msgid "Reset Layout"
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1232,7 +1232,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:68
|
||||
msgid "Security"
|
||||
msgstr ""
|
||||
msgstr "セキュリティ"
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:50
|
||||
msgid "Self-host with Docker"
|
||||
@ -1240,7 +1240,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/forgot-password/page.tsx:98
|
||||
msgid "Send Email"
|
||||
msgstr ""
|
||||
msgstr "メールを送信"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:79
|
||||
msgid "Send me a message"
|
||||
@ -1282,7 +1282,7 @@ msgstr ""
|
||||
#: apps/client/src/pages/auth/login/page.tsx:116
|
||||
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
msgstr "ログイン"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:77
|
||||
msgid "Sign in now"
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1394,7 +1394,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:80
|
||||
msgid "System"
|
||||
msgstr ""
|
||||
msgstr "システム"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/index.tsx:62
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/template.tsx:19
|
||||
@ -1429,13 +1429,13 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/theme.tsx:20
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:73
|
||||
msgid "Theme"
|
||||
msgstr ""
|
||||
msgstr "テーマ"
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:29
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1462,11 +1462,11 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:39
|
||||
msgctxt "Name of the Award"
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
msgstr "タイトル"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
msgstr "タイトル"
|
||||
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:106
|
||||
msgid "Toggle Page Break Line"
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1545,7 +1545,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:73
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
msgstr "URL"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/url-input.tsx:56
|
||||
msgid "URL must start with https://"
|
||||
@ -1613,26 +1613,26 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:63
|
||||
msgid "Website"
|
||||
msgstr ""
|
||||
msgstr "Webサイト"
|
||||
|
||||
#: apps/client/src/pages/home/sections/hero/index.tsx:34
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: km\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Khmer\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
@ -150,7 +150,7 @@ msgstr ""
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr ""
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: kn\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Kannada\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -150,7 +150,7 @@ msgstr "ಈ ಲಿಂಕ್ ಹೊಂದಿರುವ ಯಾರಾದರೂ ರ
|
||||
msgid "API Key"
|
||||
msgstr "API ಕೀಲಿ"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr "ಈ ಐಟಂ ಅನ್ನು ಅಳಿಸಲು ನೀವು ಖಚಿತವಾಗಿ ಬಯಸುವಿರಾ?"
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr "ಇದರೊಂದಿಗೆ ನಿರ್ಮಿಸಲಾಗಿದೆ"
|
||||
msgid "By the community, for the community."
|
||||
msgstr "ಸಮುದಾಯದಿಂದ, ಸಮುದಾಯಕ್ಕಾಗಿ."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr "ರೆಸ್ಯೂಮ್ ಲಿಂಕ್ ಅನ್ನು ನಕಲಿ
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr "ಕ್ಲಿಪ್ಬೋರ್ಡ್ಗೆ ನಕಲಿಸಿ"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr "ರಚಿಸಿ"
|
||||
@ -328,7 +328,7 @@ msgstr "ರಚಿಸಿ"
|
||||
msgid "Create a new account"
|
||||
msgstr "ಹೊಸ ಖಾತೆಯನ್ನು ರಚಿಸಿ"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr "ಹೊಸ ಐಟಂ ರಚಿಸಿ"
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr "ಕತ್ತಲು"
|
||||
msgid "Date"
|
||||
msgstr "ದಿನಾಂಕ"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr "ಅಳಿಸಿ"
|
||||
msgid "Delete Account"
|
||||
msgstr "ಖಾತೆಯನ್ನು ಅಳಿಸಿ"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr "ವಿವರಣೆ"
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr "ಡೌನ್ಲೋಡ್ಗಳು"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr "ಡೌನ್ಲೋಡ್ಗಳು"
|
||||
msgid "Duplicate"
|
||||
msgstr "ನಕಲು"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr "ಅಸ್ತಿತ್ವದಲ್ಲಿರುವ ಐಟಂ ಅನ್ನು ನಕಲು ಮಾಡಿ"
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr "ಇಲ್ಲಿ, ನಿಮ್ಮ ಅನುಭವವನ್ನು ಕಸ್ಟಮೈಸ್ ಮಾಡಲು ಮತ್ತು ವೈಯಕ್ತೀಕರಿಸಲು ನಿಮ್ಮ ಪ್ರೊಫೈಲ್ ಅನ್ನು ನೀವು ನವೀಕರಿಸಬಹುದು."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr "ಮರೆಮಾಡಲಾಗಿದೆ"
|
||||
@ -788,10 +788,10 @@ msgstr "john.doe@example.com"
|
||||
msgid "JSON"
|
||||
msgstr "JSON"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr "ಕೀವರ್ಡ್ಗಳು"
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr "ಪತ್ರಗಳು"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr "ಮಟ್ಟ"
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr "ಲಿಂಕ್ಡ್ಇನ್, JSON ರೆಸ್ಯೂಮ್, ಇತ
|
||||
msgid "List"
|
||||
msgstr "ಪಟ್ಟಿ"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr "ಮಾರ್ಚ್ 2023"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr "ಮಾರ್ಚ್ 2023 - ಪ್ರಸ್ತುತ"
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr "MIT ಪರವಾನಗಿ"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr "OpenAI ಏಕೀಕರಣ"
|
||||
msgid "Options"
|
||||
msgstr "ಆಯ್ಕೆಗಳು"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr "ಅಥವಾ ಮುಂದುವರಿಸಿ"
|
||||
@ -1030,7 +1030,7 @@ msgstr "ಪ್ರತಿ ರೆಸ್ಯೂಮ್ ವೈಯಕ್ತಿಕ ಟಿ
|
||||
msgid "Phone"
|
||||
msgstr "ದೂರವಾಣಿ"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr "ಪ್ಯಾಟ್ರಿಕ್ ಟೊಮಾಸೊ ಅವರ ಛಾಯಾಚಿತ್ರ"
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr "ವೈಶಿಷ್ಟ್ಯಗಳಲ್ಲಿ ಸಮೃದ್ಧವಾ
|
||||
msgid "Rounded"
|
||||
msgstr "ದುಂಡಾದ"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr "ಸಂಗ್ರಹಿಸಲಾಗಿದೆ"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr "ಥೀಮ್"
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr "ಬ್ರೌಸರ್ಗೆ ಸಂಪರ್ಕಿಸುವಲ್ಲಿ ದೋಷ ಕಂಡುಬಂದಿದೆ. ದಯವಿಟ್ಟು 'ಕ್ರೋಮ್' ಚಾಲನೆಯಲ್ಲಿದೆ ಮತ್ತು ತಲುಪಬಹುದೆಂದು ಖಚಿತಪಡಿಸಿಕೊಳ್ಳಿ."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr "ಫ್ಲೋಟಿಂಗ್ ಟೂಲ್ಬಾರ್ನಲ್ಲಿರುವ ರದ್ದುಗೊಳಿಸು ಬಟನ್ ಅನ್ನು ಕ್ಲಿಕ್ ಮಾಡುವ ಮೂಲಕ ಈ ಕ್ರಿಯೆಯನ್ನು ಹಿಂತಿರುಗಿಸಬಹುದು."
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr "ರೆಸ್ಯೂಮ್ ಅನ್ನು ಅನ್ಲಾಕ್ ಮಾ
|
||||
msgid "Unverified"
|
||||
msgstr "ಪರಿಶೀಲಿಸಲಾಗಿಲ್ಲ"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr "ಅಸ್ತಿತ್ವದಲ್ಲಿರುವ ಐಟಂ ಅನ್ನು ನವೀಕರಿಸಿ"
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr "ನಿಮ್ಮ ಪಾಸ್ವರ್ಡ್ ಅನ್ನು ನೀವ
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr "ಜಾಲತಾಣ"
|
||||
msgid "What's new in the latest version"
|
||||
msgstr "ಇತ್ತೀಚಿನ ಆವೃತ್ತಿಯಲ್ಲಿ ಹೊಸದೇನಿದೆ"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr "ಅಲ್ಪವಿರಾಮದಿಂದ ಬೇರ್ಪಡಿಸುವ ಮೂಲಕ ಅಥವಾ ಎಂಟರ್ ಒತ್ತುವ ಮೂಲಕ ನೀವು ಬಹು ಕೀವರ್ಡ್ಗಳನ್ನು ಸೇರಿಸಬಹುದು."
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr "ಗಾತ್ರ ಹಿಗ್ಗಿಸಿ"
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr "ಗಾತ್ರ ಕುಗ್ಗಿಸಿ"
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: ko\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Korean\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
@ -20,11 +20,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
|
||||
msgid "You have enabled two-factor authentication successfully."
|
||||
msgstr ""
|
||||
msgstr "이중 인증을 성공적으로 활성화했습니다."
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:57
|
||||
msgid "{templatesCount} resume templates to choose from"
|
||||
msgstr ""
|
||||
msgstr "{templatesCount} 선택할 수 있는 이력서 템플릿"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:114
|
||||
msgid "{value, plural, one {Column} other {Columns}}"
|
||||
@ -57,135 +57,135 @@ msgstr ""
|
||||
#: apps/client/src/pages/home/page.tsx:24
|
||||
#: apps/client/src/pages/home/sections/hero/index.tsx:42
|
||||
msgid "A free and open-source resume builder"
|
||||
msgstr ""
|
||||
msgstr "무료, 오픈 소스 이력서 작성 도구"
|
||||
|
||||
#: apps/client/src/pages/home/components/footer.tsx:20
|
||||
#: apps/client/src/pages/home/sections/hero/index.tsx:47
|
||||
msgid "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume."
|
||||
msgstr ""
|
||||
msgstr "이력서 작성, 업데이트 및 공유를 간단하게 할 수 있는 무료 오픈 소스 이력서 작성 도구입니다."
|
||||
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:29
|
||||
msgid "A link has been copied to your clipboard."
|
||||
msgstr ""
|
||||
msgstr "링크가 클립보드에 복사되었습니다."
|
||||
|
||||
#: apps/client/src/components/copyright.tsx:29
|
||||
msgid "A passion project by <0>Amruth Pillai</0>"
|
||||
msgstr ""
|
||||
msgstr "A passion project by <0>Amruth Pillai</0>"
|
||||
|
||||
#: apps/client/src/pages/auth/forgot-password/page.tsx:57
|
||||
msgid "A password reset link should have been sent to your inbox, if an account existed with the email you provided."
|
||||
msgstr ""
|
||||
msgstr "귀하가 제공한 이메일을 사용하는 계정이 있는 경우 비밀번호 재설정 링크가 받은 편지함으로 전송되었을 것입니다."
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:31
|
||||
msgid "A resume with this slug already exists, please pick a different unique identifier."
|
||||
msgstr ""
|
||||
msgstr "이미 중복된 이력서 주소가 존재합니다. 다른 주소를 선택하세요."
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:9
|
||||
msgid "A user with this email address and/or username already exists."
|
||||
msgstr ""
|
||||
msgstr "해당 이메일 주소 또는 사용자 이름을 가진 사용자가 이미 존재합니다."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:43
|
||||
msgid "A4"
|
||||
msgstr ""
|
||||
msgstr "A4"
|
||||
|
||||
#. Helper text to let the user know what filetypes are accepted. {accept} can be .pdf or .json.
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:270
|
||||
msgid "Accepts only {accept} files"
|
||||
msgstr ""
|
||||
msgstr "{accept} 파일만 허용됩니다."
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:104
|
||||
msgid "Account"
|
||||
msgstr ""
|
||||
msgstr "계정"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:124
|
||||
msgid "Add a custom field"
|
||||
msgstr ""
|
||||
msgstr "사용자 지정 필드 추가"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-base.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-base.tsx:147
|
||||
msgctxt "For example, add a new work experience, or add a new profile."
|
||||
msgid "Add a new item"
|
||||
msgstr ""
|
||||
msgstr "새 항목 추가"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:68
|
||||
msgid "Add a new item"
|
||||
msgstr ""
|
||||
msgstr "새 항목 추가"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/index.tsx:79
|
||||
#: apps/client/src/pages/builder/sidebars/left/index.tsx:196
|
||||
msgid "Add a new section"
|
||||
msgstr ""
|
||||
msgstr "새 섹션 추가"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:269
|
||||
msgid "Add New Page"
|
||||
msgstr ""
|
||||
msgstr "새 페이지 추가"
|
||||
|
||||
#: apps/client/src/components/ai-actions.tsx:79
|
||||
msgid "AI"
|
||||
msgstr ""
|
||||
msgstr "AI"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:74
|
||||
msgid "Already have an account?"
|
||||
msgstr ""
|
||||
msgstr "이미 계정이 있으신가요?"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:144
|
||||
msgid "An error occurred while validating the file."
|
||||
msgstr ""
|
||||
msgstr "파일의 유효성을 검사하는 동안 오류가 발생했습니다."
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:135
|
||||
msgid "and many more..."
|
||||
msgstr ""
|
||||
msgstr "그 외 기타 등등!"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:57
|
||||
msgid "Anyone with the link can view and download the resume."
|
||||
msgstr ""
|
||||
msgstr "링크가 있는 사람은 누구나 이력서를 보고 다운로드할 수 있습니다."
|
||||
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:54
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:30
|
||||
msgid "Anyone with this link can view and download the resume. Share it on your profile or with recruiters."
|
||||
msgstr ""
|
||||
msgstr "이 링크가 있는 사람은 누구나 이력서를 보고 다운로드할 수 있습니다. 프로필이나 채용 담당자에 공유해 보세요."
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:83
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
msgstr "API Key"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
msgstr "이 항목을 삭제하시겠습니까?"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148
|
||||
msgid "Are you sure you want to delete your resume?"
|
||||
msgstr ""
|
||||
msgstr "이력서를 삭제하시겠습니까?"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123
|
||||
msgid "Are you sure you want to disable two-factor authentication?"
|
||||
msgstr ""
|
||||
msgstr "이중 인증을 비활성화하시겠습니까?"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:38
|
||||
msgid "Are you sure you want to lock this resume?"
|
||||
msgstr ""
|
||||
msgstr "이 이력서를 잠그시겠습니까?"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:39
|
||||
msgid "Are you sure you want to unlock this resume?"
|
||||
msgstr ""
|
||||
msgstr "이 이력서를 잠금 해제하시겠습니까?"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:94
|
||||
msgid "Are you sure?"
|
||||
msgstr ""
|
||||
msgstr "확실한가요?"
|
||||
|
||||
#. For example, Computer Science or Business Administration
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:73
|
||||
msgid "Area of Study"
|
||||
msgstr ""
|
||||
msgstr "연구분야"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:86
|
||||
msgid "Aspect Ratio"
|
||||
msgstr ""
|
||||
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"
|
||||
@ -195,52 +195,52 @@ msgstr ""
|
||||
#: apps/client/src/pages/auth/forgot-password/page.tsx:94
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:236
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
msgstr "이전"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/theme.tsx:73
|
||||
msgid "Background Color"
|
||||
msgstr ""
|
||||
msgstr "배경 색상"
|
||||
|
||||
#: apps/client/src/pages/auth/backup-otp/page.tsx:75
|
||||
msgid "Backup Code"
|
||||
msgstr ""
|
||||
msgstr "백업 코드"
|
||||
|
||||
#: apps/client/src/pages/auth/backup-otp/page.tsx:80
|
||||
msgid "Backup Codes may contain only lowercase letters or numbers, and must be exactly 10 characters."
|
||||
msgstr ""
|
||||
msgstr "백업 코드는 소문자 또는 숫자만 포함할 수 있으며 정확히 10자여야 합니다."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/index.tsx:56
|
||||
msgctxt "The basics section of a resume consists of User's Picture, Full Name, Location etc."
|
||||
msgid "Basics"
|
||||
msgstr ""
|
||||
msgstr "기본 사항"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:21
|
||||
msgid "Basics"
|
||||
msgstr ""
|
||||
msgstr "기본 사항"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:196
|
||||
msgid "Border"
|
||||
msgstr ""
|
||||
msgstr "테두리"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:129
|
||||
msgid "Border Radius"
|
||||
msgstr ""
|
||||
msgstr "둥근모서리"
|
||||
|
||||
#: apps/client/src/pages/public/page.tsx:91
|
||||
msgid "Built with"
|
||||
msgstr ""
|
||||
msgstr "Built with"
|
||||
|
||||
#: apps/client/src/components/copyright.tsx:27
|
||||
#: apps/client/src/pages/home/sections/contributors/index.tsx:20
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
msgstr "By the community, for the community."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
msgstr "취소"
|
||||
|
||||
#: apps/client/src/components/ai-actions.tsx:103
|
||||
#: apps/client/src/components/ai-actions.tsx:106
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -439,52 +439,52 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:101
|
||||
msgid "Don't see your language? <0>Help translate the app.</0>"
|
||||
msgstr ""
|
||||
msgstr "귀하의 언어가 표시되지 않습니까? <0>앱 번역을 도와주세요.</0>"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:40
|
||||
msgid "Donate to Reactive Resume"
|
||||
msgstr ""
|
||||
msgstr "이 프로젝트에 기부하기"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/export.tsx:56
|
||||
msgid "Download a JSON snapshot of your resume. This file can be used to import your resume in the future, or can even be shared with others to collaborate."
|
||||
msgstr ""
|
||||
msgstr "이력서의 JSON 스냅샷을 다운로드하세요. 이 파일은 나중에 이력서를 가져오는 데 사용할 수 있으며, 공동 작업을 위해 다른 사람과 공유할 수도 있습니다."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/export.tsx:74
|
||||
msgid "Download a PDF of your resume. This file can be used to print your resume, send it to recruiters, or upload on job portals."
|
||||
msgstr ""
|
||||
msgstr "이력서 PDF를 다운로드하세요. 이 파일은 이력서를 인쇄하거나 채용 담당자에게 보내거나 취업 포털에 업로드하는 데 사용할 수 있습니다."
|
||||
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:144
|
||||
#: apps/client/src/pages/public/page.tsx:103
|
||||
msgid "Download PDF"
|
||||
msgstr ""
|
||||
msgstr "PDF 다운로드"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:58
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
msgstr "다운로드"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
msgstr "복제"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
msgstr "기존 항목 복제"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
|
||||
msgid "Duplicate an existing resume"
|
||||
msgstr ""
|
||||
msgstr "기존 이력서 복제"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:90
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
msgstr "수정"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:174
|
||||
msgid "Effects"
|
||||
msgstr ""
|
||||
msgstr "효과"
|
||||
|
||||
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
|
||||
#: apps/client/src/pages/auth/login/page.tsx:84
|
||||
@ -492,80 +492,80 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:50
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
msgstr "이메일"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:159
|
||||
msgid "Enable 2FA"
|
||||
msgstr ""
|
||||
msgstr "2단계 인증 활성화"
|
||||
|
||||
#: apps/client/src/pages/auth/reset-password/page.tsx:67
|
||||
msgid "Enter a new password below, and make sure it's secure."
|
||||
msgstr ""
|
||||
msgstr "아래에 새 비밀번호를 입력하고 안전한지 확인하세요."
|
||||
|
||||
#: apps/client/src/pages/auth/backup-otp/page.tsx:59
|
||||
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
|
||||
msgstr ""
|
||||
msgstr "이중 인증을 활성화할 때 저장한 10개의 백업 코드 중 하나를 입력하세요."
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
|
||||
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
|
||||
msgstr ""
|
||||
msgstr "인증 앱의 6자리 코드를 입력하여 2FA가 올바르게 설정되었는지 확인하세요."
|
||||
|
||||
#: apps/client/src/pages/auth/verify-otp/page.tsx:60
|
||||
msgid "Enter the one-time password provided by your authenticator app below."
|
||||
msgstr ""
|
||||
msgstr "인증 앱에서 제공한 일회용 비밀번호를 아래에 입력합니다."
|
||||
|
||||
#: apps/client/src/pages/auth/forgot-password/page.tsx:70
|
||||
msgid "Enter your email address and we will send you a link to reset your password if the account exists."
|
||||
msgstr ""
|
||||
msgstr "이메일 주소를 입력하시면 계정이 존재하는 경우 비밀번호를 재설정할 수 있는 링크를 보내드립니다."
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:283
|
||||
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 "Reactive Resume 에서 사용할 수 있는 템플릿을 살펴보고 이 템플릿으로 만든 이력서를 확인하세요. 다음 이력서를 작성할 때 참고할 수 있는 예시로도 사용할 수 있습니다."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/index.tsx:79
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/export.tsx:40
|
||||
msgid "Export"
|
||||
msgstr ""
|
||||
msgstr "내보내기"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:255
|
||||
msgid "File"
|
||||
msgstr ""
|
||||
msgstr "파일"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:221
|
||||
msgid "Filetype"
|
||||
msgstr ""
|
||||
msgstr "파일 유형"
|
||||
|
||||
#: apps/client/src/pages/home/sections/hero/index.tsx:40
|
||||
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:94
|
||||
msgid "Font Family"
|
||||
msgstr ""
|
||||
msgstr "글꼴"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:135
|
||||
msgid "Font Size"
|
||||
msgstr ""
|
||||
msgstr "글자 크기"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:109
|
||||
msgid "Font Subset"
|
||||
msgstr ""
|
||||
msgstr "글꼴 하위 집합"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:121
|
||||
msgid "Font Variants"
|
||||
msgstr ""
|
||||
msgstr "글꼴 변형"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/notes.tsx:30
|
||||
msgid "For example, information regarding which companies you sent this resume to or the links to the job descriptions can be noted down here."
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
1691
apps/client/src/locales/lv-LV/messages.po
Normal file
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: ml\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Malayalam\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -150,7 +150,7 @@ msgstr ""
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr ""
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: ne\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Nepali\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -150,7 +150,7 @@ msgstr ""
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr ""
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: nl\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-28 00:08\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Dutch\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -150,7 +150,7 @@ msgstr "Iedereen met deze link kan het CV bekijken en downloaden. Deel het op je
|
||||
msgid "API Key"
|
||||
msgstr "API sleutel"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr "Weet u zeker dat u dit item wilt verwijderen?"
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr "Gebouwd met"
|
||||
msgid "By the community, for the community."
|
||||
msgstr "Door de gemeenschap, voor de gemeenschap."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -270,7 +270,7 @@ msgstr "Controleer uw e-mail voor de bevestigingslink om uw e-mailadres bij te w
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:149
|
||||
msgid "Circle"
|
||||
msgstr ""
|
||||
msgstr "Cirkel"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:242
|
||||
msgid "Close"
|
||||
@ -318,7 +318,7 @@ msgstr "Kopieer Link naar CV"
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr "Kopieer naar klembord"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr "Maak"
|
||||
@ -328,7 +328,7 @@ msgstr "Maak"
|
||||
msgid "Create a new account"
|
||||
msgstr "Maak een nieuw account aan"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr "Maak een nieuw item"
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr "Donker"
|
||||
msgid "Date"
|
||||
msgstr "Datum"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 "Datum of datumbereik"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,17 +398,17 @@ msgstr "Verwijder"
|
||||
msgid "Delete Account"
|
||||
msgstr "Verwijder account"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr "Beschrijving"
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:58
|
||||
msgid "Design single/multi page resumes"
|
||||
msgstr ""
|
||||
msgstr "Ontwerp cv's met één of meerdere pagina's"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
|
||||
msgid "Disable"
|
||||
@ -423,7 +423,7 @@ msgstr "Deactiveer 2FA"
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:128
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:124
|
||||
msgid "Discard"
|
||||
msgstr ""
|
||||
msgstr "Verwijder"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:110
|
||||
msgid "Documentation"
|
||||
@ -443,11 +443,11 @@ msgstr "Zie je je taal niet? <0>Help de app te vertalen.</0>"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:40
|
||||
msgid "Donate to Reactive Resume"
|
||||
msgstr ""
|
||||
msgstr "Doneer aan Reactive Resume"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/export.tsx:56
|
||||
msgid "Download a JSON snapshot of your resume. This file can be used to import your resume in the future, or can even be shared with others to collaborate."
|
||||
msgstr ""
|
||||
msgstr "Download een JSON-versie van uw cv. Met dit bestand kan u in de toekomst uw cv terug importeren of delen met anderen om te bewerken."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/export.tsx:74
|
||||
msgid "Download a PDF of your resume. This file can be used to print your resume, send it to recruiters, or upload on job portals."
|
||||
@ -462,7 +462,7 @@ msgstr "Download PDF"
|
||||
msgid "Downloads"
|
||||
msgstr "Downloads"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,21 +470,21 @@ msgstr "Downloads"
|
||||
msgid "Duplicate"
|
||||
msgstr "Dupliceer"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
msgstr "Een bestaand item dupliceren"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179
|
||||
msgid "Duplicate an existing resume"
|
||||
msgstr ""
|
||||
msgstr "Een bestaand cv dupliceren"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:90
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
msgstr "Wijzigen"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:174
|
||||
msgid "Effects"
|
||||
msgstr ""
|
||||
msgstr "Effecten"
|
||||
|
||||
#: apps/client/src/pages/auth/forgot-password/page.tsx:82
|
||||
#: apps/client/src/pages/auth/login/page.tsx:84
|
||||
@ -492,27 +492,27 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:50
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
msgstr "Email"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:159
|
||||
msgid "Enable 2FA"
|
||||
msgstr ""
|
||||
msgstr "2FA Inschakelen"
|
||||
|
||||
#: apps/client/src/pages/auth/reset-password/page.tsx:67
|
||||
msgid "Enter a new password below, and make sure it's secure."
|
||||
msgstr ""
|
||||
msgstr "Voer hieronder een nieuw wachtwoord in, en zorg ervoor dat het veilig is."
|
||||
|
||||
#: apps/client/src/pages/auth/backup-otp/page.tsx:59
|
||||
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
|
||||
msgstr ""
|
||||
msgstr "Voer een van de 10 back-upcodes in die u hebt opgeslagen toen u tweefactorauthenticatie inschakelde."
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:168
|
||||
msgid "Enter the 6-digit code from your authenticator app to verify that 2FA has been setup correctly."
|
||||
msgstr ""
|
||||
msgstr "Voer de 6-cijferige code van uw authenticator-app in om te verifiëren dat 2FA correct is ingesteld."
|
||||
|
||||
#: apps/client/src/pages/auth/verify-otp/page.tsx:60
|
||||
msgid "Enter the one-time password provided by your authenticator app below."
|
||||
msgstr ""
|
||||
msgstr "Voer hieronder het eenmalige wachtwoord in dat u van uw authenticator-app hebt ontvangen."
|
||||
|
||||
#: apps/client/src/pages/auth/forgot-password/page.tsx:70
|
||||
msgid "Enter your email address and we will send you a link to reset your password if the account exists."
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr "Verborgen"
|
||||
@ -788,10 +788,10 @@ msgstr "john.doe@example.com"
|
||||
msgid "JSON"
|
||||
msgstr "JSON"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr "Sleutelwoorden"
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr "Brief"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr "Niveau"
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr "LinkedIn, JSON CV, enz."
|
||||
msgid "List"
|
||||
msgstr "Lijst"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr "Persoonlijke notities voor elk CV"
|
||||
msgid "Phone"
|
||||
msgstr "Telefoon"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr "Foto door Patrick Tomasso"
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr "Rijk aan functies, niet aan prijzen."
|
||||
msgid "Rounded"
|
||||
msgstr "Ronde hoeken"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1331,121 +1331,121 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:41
|
||||
msgid "Something went wrong while processing your request. Please try again later or raise an issue on GitHub."
|
||||
msgstr ""
|
||||
msgstr "Er is iets misgegaan tijdens het verwerken van uw verzoek. Probeer het later opnieuw of stel een probleem op GitHub."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:137
|
||||
msgid "Square"
|
||||
msgstr ""
|
||||
msgstr "Vierkant"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:29
|
||||
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:24
|
||||
msgid "Start building from scratch"
|
||||
msgstr ""
|
||||
msgstr "Begin vanaf nul"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
|
||||
msgid "Start building your resume by giving it a name."
|
||||
msgstr ""
|
||||
msgstr "Begin het opstellen van uw CV door het een naam te geven."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/index.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:23
|
||||
msgid "Statistics"
|
||||
msgstr ""
|
||||
msgstr "Statistieken"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:38
|
||||
msgid "Statistics are available only for public resumes."
|
||||
msgstr ""
|
||||
msgstr "Statistieken zijn alleen beschikbaar voor openbare cv's."
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:101
|
||||
msgid "Store Locally"
|
||||
msgstr ""
|
||||
msgstr "Lokaal bewaren"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
|
||||
msgid "Store your backup codes securely"
|
||||
msgstr ""
|
||||
msgstr "Bewaar uw back-upcodes veilig"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:101
|
||||
msgid "Stored"
|
||||
msgstr ""
|
||||
msgstr "Opgeslagen"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
msgid "Summary"
|
||||
msgstr ""
|
||||
msgstr "Overzicht"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:18
|
||||
msgid "Support the app by donating what you can!"
|
||||
msgstr ""
|
||||
msgstr "Steun de app door te doneren naar uw vermogen!"
|
||||
|
||||
#: apps/client/src/pages/home/sections/support/index.tsx:9
|
||||
msgid "Supporting Reactive Resume"
|
||||
msgstr ""
|
||||
msgstr "Reactive Resume steunen"
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:65
|
||||
msgid "Supports A4/Letter page formats"
|
||||
msgstr ""
|
||||
msgstr "Ondersteunt A4/Brief pagina-indelingen"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:80
|
||||
msgid "System"
|
||||
msgstr ""
|
||||
msgstr "Systeem"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/index.tsx:62
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/template.tsx:19
|
||||
msgid "Template"
|
||||
msgstr ""
|
||||
msgstr "Sjabloon"
|
||||
|
||||
#: apps/client/src/pages/home/sections/templates/index.tsx:9
|
||||
msgid "Templates"
|
||||
msgstr ""
|
||||
msgstr "Sjablonen"
|
||||
|
||||
#: apps/client/src/pages/home/sections/testimonials/index.tsx:68
|
||||
msgid "Testimonials"
|
||||
msgstr ""
|
||||
msgstr "Getuigenissen"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/theme.tsx:103
|
||||
msgid "Text Color"
|
||||
msgstr ""
|
||||
msgstr "Tekstkleur"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:25
|
||||
msgid "That doesn't look like a valid OpenAI API key."
|
||||
msgstr ""
|
||||
msgstr "Dat lijkt niet op een geldige OpenAI API-sleutel."
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:34
|
||||
msgid "The passwords you entered do not match."
|
||||
msgstr ""
|
||||
msgstr "De ingevoerde wachtwoorden komen niet overeen."
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:35
|
||||
msgid "The resume you want to update is locked, please unlock if you wish to make any changes to it."
|
||||
msgstr ""
|
||||
msgstr "Het CV dat u wilt bijwerken is vergrendeld. Ontgrendel het CV als u er wijzigingen in wilt aanbrengen."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/index.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/theme.tsx:20
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:73
|
||||
msgid "Theme"
|
||||
msgstr ""
|
||||
msgstr "Thema"
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:29
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
msgstr "Er is een fout opgetreden bij het verbinden met de browser. Zorg ervoor dat 'chrome' actief en bereikbaar is."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
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
|
||||
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
|
||||
msgstr ""
|
||||
msgstr "Deze actie kan niet ongedaan worden gemaakt. Dit zal uw cv permanent verwijderen en kan niet hersteld worden."
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:13
|
||||
msgid "This email address is associated with an OAuth account. Please sign in with your OAuth provider."
|
||||
msgstr ""
|
||||
msgstr "Dit e-mailadres is gekoppeld aan een OAuth-account. Meld u aan met uw OAuth-provider."
|
||||
|
||||
#: apps/client/src/pages/builder/_components/header.tsx:53
|
||||
msgid "This resume is locked, please unlock to make further changes."
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1558,13 +1558,13 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:11
|
||||
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
|
||||
msgstr ""
|
||||
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/builder/sidebars/left/dialogs/profiles.tsx:54
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
|
||||
msgid "Username"
|
||||
msgstr ""
|
||||
msgstr "Gebruikersnaam"
|
||||
|
||||
#: apps/client/src/pages/home/sections/statistics/index.tsx:13
|
||||
msgid "Users Signed Up"
|
||||
@ -1576,116 +1576,115 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:314
|
||||
msgid "Validated"
|
||||
msgstr ""
|
||||
msgstr "Gevalideerd"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:50
|
||||
msgid "Value"
|
||||
msgstr ""
|
||||
msgstr "Waarde"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:191
|
||||
msgid "Verified"
|
||||
msgstr ""
|
||||
msgstr "Geverifieerd"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
|
||||
msgid "Verify that two-factor authentication has been setup correctly"
|
||||
msgstr ""
|
||||
msgstr "Controleer of de tweefactorauthenticatie correct is ingesteld"
|
||||
|
||||
#: 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 "Verifieer je e-mailadres"
|
||||
|
||||
#: apps/client/src/pages/home/sections/hero/index.tsx:26
|
||||
msgid "Version 4"
|
||||
msgstr ""
|
||||
msgstr "Versie 4"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:51
|
||||
msgid "Views"
|
||||
msgstr ""
|
||||
msgstr "Weergaven"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:86
|
||||
msgid "Visible"
|
||||
msgstr ""
|
||||
msgstr "Zichtbaar"
|
||||
|
||||
#: 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 "Wij verifiëren uw e-mailadres enkel om ervoor te zorgen dat wij u een link kunnen sturen om uw wachtwoord opnieuw in te stellen, mocht u uw wachtwoord vergeten zijn."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:63
|
||||
msgid "Website"
|
||||
msgstr ""
|
||||
msgstr "Website"
|
||||
|
||||
#: apps/client/src/pages/home/sections/hero/index.tsx:34
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
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
|
||||
msgid "You can also enter your username."
|
||||
msgstr ""
|
||||
msgstr "U kunt ook uw gebruikersnaam invoeren."
|
||||
|
||||
#: 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 "U kunt gebruik maken van de OpenAI API om tekst te genereren, of om uw schrijfvaardigheid te verbeteren bij het opstellen van uw cv."
|
||||
|
||||
#: 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 "Door openbaar delen in te schakelen, kunt u bijhouden hoeveel keer uw cv is bekeken en hoeveel mensen uw cv gedownload hebben."
|
||||
|
||||
#: 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 "U heeft de mogelijkheid om <0>uw eigen OpenAI API-sleutel te verkrijgen</0>. Met deze sleutel kunt u de API naar eigen inzicht gebruiken. Als u de AI-functies in Reactive Resume helemaal wilt uitschakelen, kunt u de sleutel ook gewoon uit uw instellingen verwijderen."
|
||||
|
||||
#: 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 "U zou een e-mail van <0>Reactive Resume</0> moeten hebben ontvangen met een koppeling om uw account te verifiëren."
|
||||
|
||||
#: 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 "Je hebt een mail ontvangen!"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:52
|
||||
msgid "Your account and all your data has been deleted successfully. Goodbye!"
|
||||
msgstr ""
|
||||
msgstr "Uw account en al uw gegevens zijn succesvol verwijderd. Tot ziens!"
|
||||
|
||||
#: 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 "Uw API-sleutel wordt veilig opgeslagen in de lokale opslag van de browser en wordt alleen gebruikt bij het doen van verzoeken aan OpenAI via hun officiële SDK. U kunt erop vertrouwen dat uw sleutel niet naar een externe server wordt verzonden, behalve tijdens interactie met diensten van OpenAI."
|
||||
|
||||
#: apps/client/src/pages/auth/verify-email/page.tsx:28
|
||||
msgid "Your email address has been verified successfully."
|
||||
msgstr ""
|
||||
msgstr "Uw e-mailadres is geverifieerd."
|
||||
|
||||
#: 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 "Uw OpenAI API-sleutel is nog niet ingesteld. Ga naar uw accountinstellingen om OpenAI-integratie in te schakelen."
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:59
|
||||
msgid "Your password has been updated successfully."
|
||||
msgstr ""
|
||||
msgstr "Je wachtwoord is bijgewerkt."
|
||||
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:80
|
||||
msgid "Zoom In"
|
||||
msgstr ""
|
||||
msgstr "Inzoomen"
|
||||
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
msgstr "Uitzoomen"
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: no\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-14 00:07\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Norwegian\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -87,7 +87,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:43
|
||||
msgid "A4"
|
||||
msgstr ""
|
||||
msgstr "A4"
|
||||
|
||||
#. Helper text to let the user know what filetypes are accepted. {accept} can be .pdf or .json.
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:270
|
||||
@ -96,30 +96,30 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:104
|
||||
msgid "Account"
|
||||
msgstr ""
|
||||
msgstr "Konto"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:124
|
||||
msgid "Add a custom field"
|
||||
msgstr ""
|
||||
msgstr "Legg til egendefinert felt"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-base.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-base.tsx:147
|
||||
msgctxt "For example, add a new work experience, or add a new profile."
|
||||
msgid "Add a new item"
|
||||
msgstr ""
|
||||
msgstr "Legg til nytt element"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:68
|
||||
msgid "Add a new item"
|
||||
msgstr ""
|
||||
msgstr "Legg til nytt element"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/index.tsx:79
|
||||
#: apps/client/src/pages/builder/sidebars/left/index.tsx:196
|
||||
msgid "Add a new section"
|
||||
msgstr ""
|
||||
msgstr "Legg til ny seksjon"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:269
|
||||
msgid "Add New Page"
|
||||
msgstr ""
|
||||
msgstr "Legg til ny side"
|
||||
|
||||
#: apps/client/src/components/ai-actions.tsx:79
|
||||
msgid "AI"
|
||||
@ -127,11 +127,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:74
|
||||
msgid "Already have an account?"
|
||||
msgstr ""
|
||||
msgstr "Har du allerede en konto?"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:144
|
||||
msgid "An error occurred while validating the file."
|
||||
msgstr ""
|
||||
msgstr "Det oppstod en feil under validering av filen."
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:135
|
||||
msgid "and many more..."
|
||||
@ -139,7 +139,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:57
|
||||
msgid "Anyone with the link can view and download the resume."
|
||||
msgstr ""
|
||||
msgstr "Alle med linken kan se og laste ned CV-en."
|
||||
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:54
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:30
|
||||
@ -150,7 +150,7 @@ msgstr ""
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr ""
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,15 +1370,15 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
msgid "Summary"
|
||||
msgstr ""
|
||||
msgstr "Sammendrag"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:18
|
||||
msgid "Support the app by donating what you can!"
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: or\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Odia\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -150,7 +150,7 @@ msgstr ""
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr ""
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: pt\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-12-06 00:08\n"
|
||||
"PO-Revision-Date: 2024-03-01 00:08\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Portuguese, Brazilian\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -150,7 +150,7 @@ msgstr "Qualquer pessoa com este link pode visualizar e baixar o currículo. Com
|
||||
msgid "API Key"
|
||||
msgstr "Chave API"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr "Tem certeza de que deseja excluir este item?"
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr "Construído com"
|
||||
msgid "By the community, for the community."
|
||||
msgstr "Construída pela comunidade para a comunidade."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr "Copiar link para currículo"
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr "Copiar para Área de Transferência"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr "Criar"
|
||||
@ -328,7 +328,7 @@ msgstr "Criar"
|
||||
msgid "Create a new account"
|
||||
msgstr "Criar uma nova conta"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr "Criar um novo item"
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr "Escuro"
|
||||
msgid "Date"
|
||||
msgstr "Data"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 "Data ou intervalo de datas"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr "Apagar"
|
||||
msgid "Delete Account"
|
||||
msgstr "Excluir conta"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr "Descrição"
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr "Baixar PDF"
|
||||
msgid "Downloads"
|
||||
msgstr "Downloads"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr "Downloads"
|
||||
msgid "Duplicate"
|
||||
msgstr "Duplicar"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr "Duplicar um item existente"
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr "Aqui, você pode atualizar seu perfil para customizar e personalizar sua experiência."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr "Oculto"
|
||||
@ -700,7 +700,7 @@ msgstr "Se você desativar a autenticação em dois passos, não será mais nece
|
||||
|
||||
#: 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 "Se você é multilíngue, gostaríamos de contar com sua ajuda para levar o aplicativo a mais idiomas e comunidades. Não se preocupe se não encontrar seu idioma na lista - basta me avisar no GitHub, e eu me certificarei de incluí-lo. Pronto para começar? Entre na tradução no Crowdin clicando no link abaixo."
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:309
|
||||
msgid "Import"
|
||||
@ -718,15 +718,15 @@ msgstr "Melhorar a escrita"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186
|
||||
msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app."
|
||||
msgstr ""
|
||||
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."
|
||||
|
||||
#: 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 "Nesta seção, você pode alterar sua senha e ativar/desativar a autenticação de dois fatores."
|
||||
|
||||
#: 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 "Nesta seção você pode excluir sua conta e todos os dados associados ao seu usuário, mas lembre-se de que <0>esta ação é irreversível</0>."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/index.tsx:83
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:122
|
||||
@ -743,31 +743,31 @@ msgstr "Emissor"
|
||||
|
||||
#: 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 "Parece que não existe um usuário com as credenciais que você forneceu."
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:27
|
||||
msgid "It looks like the backup code you provided is invalid or used. Please try again."
|
||||
msgstr ""
|
||||
msgstr "Parece que o código de backup fornecido é inválido ou está sendo usado. Por favor, tente novamente."
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:15
|
||||
msgid "It looks like the reset token you provided is invalid. Please try restarting the password reset process again."
|
||||
msgstr ""
|
||||
msgstr "Parece que o token de redefinição fornecido é inválido. Tente reiniciar o processo de redefinição de senha novamente."
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:33
|
||||
msgid "It looks like the resume you're looking for doesn't exist."
|
||||
msgstr ""
|
||||
msgstr "Parece que o currículo que está procurando não existe."
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:25
|
||||
msgid "It looks like the two-factor authentication code you provided is invalid. Please try again."
|
||||
msgstr ""
|
||||
msgstr "Parece que o código de autenticação de dois fatores fornecido é inválido. Por favor, tente novamente."
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:17
|
||||
msgid "It looks like the verification token you provided is invalid. Please try restarting the verification process again."
|
||||
msgstr ""
|
||||
msgstr "Parece que o token de redefinição fornecido é inválido. Tente reiniciar o processo de redefinição de senha novamente."
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:19
|
||||
msgid "It looks like your email address has already been verified."
|
||||
msgstr ""
|
||||
msgstr "Parece que seu endereço de e-mail já foi verificado."
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:109
|
||||
msgctxt "Localized version of a placeholder name. For example, Max Mustermann in German or Jan Kowalski in Polish."
|
||||
@ -788,10 +788,10 @@ msgstr "joao.silva@example.com"
|
||||
msgid "JSON"
|
||||
msgstr "JSON"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr "Palavras-chave"
|
||||
|
||||
@ -807,7 +807,7 @@ msgstr "Idioma"
|
||||
#: 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:149
|
||||
msgid "Last updated {lastUpdated}"
|
||||
msgstr ""
|
||||
msgstr "Última atualização {lastUpdated}"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/index.tsx:65
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:207
|
||||
@ -823,13 +823,13 @@ msgid "Letter"
|
||||
msgstr "Carta"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr "Nível"
|
||||
|
||||
#: apps/client/src/components/copyright.tsx:16
|
||||
msgid "Licensed under <0>MIT</0>"
|
||||
msgstr ""
|
||||
msgstr "Licenciado sob <0>MIT</0>"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:81
|
||||
msgid "Light"
|
||||
@ -846,13 +846,13 @@ msgstr "Altura da linha"
|
||||
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/import-card.tsx:29
|
||||
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/import-item.tsx:23
|
||||
msgid "LinkedIn, JSON Resume, etc."
|
||||
msgstr ""
|
||||
msgstr "LinkedIn, currículo JSON, etc."
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/page.tsx:45
|
||||
msgid "List"
|
||||
msgstr "Lista"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -872,7 +872,7 @@ msgstr "Bloqueie um currículo para evitar edição"
|
||||
|
||||
#: 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 "Bloquear um currículo impedirá quaisquer alterações adicionais nele. Isso é útil quando você já compartilhou seu currículo com alguém e não deseja fazer alterações nele acidentalmente."
|
||||
|
||||
#: apps/client/src/components/user-options.tsx:34
|
||||
#: apps/client/src/pages/home/sections/hero/call-to-action.tsx:23
|
||||
@ -900,7 +900,7 @@ msgstr "Março de 2023"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr "Março de 2023 - Presente"
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr "Licença MIT"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr "Integração com OpenAI"
|
||||
msgid "Options"
|
||||
msgstr "Opções"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr "ou continue com"
|
||||
@ -1024,19 +1024,19 @@ msgstr "PDF"
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:63
|
||||
msgid "Personal notes for each resume"
|
||||
msgstr ""
|
||||
msgstr "Notas pessoais para cada currículo"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:73
|
||||
msgid "Phone"
|
||||
msgstr "Telefone"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
msgstr "Fotografia de Patrick Tomasso"
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:66
|
||||
msgid "Pick any font from Google Fonts"
|
||||
msgstr ""
|
||||
msgstr "Escolha qualquer fonte do Google Fonts"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/section.tsx:69
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:120
|
||||
@ -1045,7 +1045,7 @@ msgstr "Foto"
|
||||
|
||||
#: apps/client/src/pages/auth/verify-email/page.tsx:59
|
||||
msgid "Please note that this step is completely optional."
|
||||
msgstr ""
|
||||
msgstr "Por favor, note que esta etapa é completamente opcional."
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:225
|
||||
msgid "Please select a file type"
|
||||
@ -1053,7 +1053,7 @@ msgstr "Por favor, selecione um tipo de arquivo"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:226
|
||||
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 "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."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:106
|
||||
msgid "Portrait"
|
||||
@ -1083,7 +1083,7 @@ msgstr "Cor Primária"
|
||||
#: apps/client/src/components/ai-actions.tsx:109
|
||||
#: apps/client/src/components/ai-actions.tsx:112
|
||||
msgid "Professional"
|
||||
msgstr ""
|
||||
msgstr "Profissional"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:60
|
||||
msgid "Profile"
|
||||
@ -1095,7 +1095,7 @@ msgstr "Público"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:53
|
||||
msgid "Publisher"
|
||||
msgstr ""
|
||||
msgstr "Editor"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:69
|
||||
msgid "Raise an issue"
|
||||
@ -1121,19 +1121,19 @@ 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 "O Reactive Resume ajudou pessoas a conseguir empregos nestas grandes empresas:"
|
||||
|
||||
#: 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 é um projeto gratuito e de código aberto criado principalmente por mim, e seu apoio seria muito apreciado. Se você estiver disposto a contribuir, e somente se puder, considere fazer uma doação por meio de qualquer uma das plataformas listadas. Além disso, as doações para o Reactive Resume através do Open Collective são isentas de impostos, já que o projeto é hospedado fiscalmente pela Open Collective Europe."
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:108
|
||||
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 "O Reactive Resume é um projeto de paixão de mais de 3 anos de trabalho árduo e, com isso, vem uma série de ideias e recursos reiterados que foram desenvolvidos com (quase) perfeição."
|
||||
|
||||
#: 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 "O Reactive Resume só dá certo graças à sua comunidade vibrante. Este projeto deve seu progresso a inúmeras pessoas que investiram seu tempo e habilidades. Abaixo, celebramos os programadores que aprimoraram seus recursos no GitHub e os linguistas cujas traduções no Crowdin o tornaram acessível para pessoas no mundo todo."
|
||||
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:72
|
||||
msgid "Redo"
|
||||
@ -1188,13 +1188,13 @@ msgstr "Currículos gerados"
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:106
|
||||
msgid "Rich in features, not in pricing."
|
||||
msgstr ""
|
||||
msgstr "Rico em recursos, não em preços."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:143
|
||||
msgid "Rounded"
|
||||
msgstr "Arredondado"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1203,7 +1203,7 @@ msgstr "Salvar Alterações"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:166
|
||||
msgid "Scan the QR code below with your authenticator app to setup 2FA on your account."
|
||||
msgstr ""
|
||||
msgstr "Leia o código QR abaixo com seu aplicativo de autenticação para configurar a autenticação em dois fatores em sua conta."
|
||||
|
||||
#. Score or honors for the degree, for example, CGPA or magna cum laude
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:92
|
||||
@ -1224,11 +1224,11 @@ msgstr "Procure uma variante de fonte"
|
||||
|
||||
#: apps/client/src/components/locale-combobox.tsx:41
|
||||
msgid "Search for a language"
|
||||
msgstr ""
|
||||
msgstr "Selecionar idioma"
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:56
|
||||
msgid "Secure with two-factor authentication"
|
||||
msgstr ""
|
||||
msgstr "Protegido com autenticação em dois fatores"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:68
|
||||
msgid "Security"
|
||||
@ -1323,29 +1323,29 @@ msgstr "Permalink"
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:39
|
||||
msgid "Something went wrong while grabbing a preview your resume. Please try again later or raise an issue on GitHub."
|
||||
msgstr ""
|
||||
msgstr "Algo deu errado ao visualizar seu currículo. Tente novamente mais tarde ou relate seu problema no GitHub."
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:37
|
||||
msgid "Something went wrong while printing your resume. Please try again later or raise an issue on GitHub."
|
||||
msgstr ""
|
||||
msgstr "Algo deu errado ao imprimir seu currículo. Tente novamente mais tarde ou relate seu problema no GitHub."
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:41
|
||||
msgid "Something went wrong while processing your request. Please try again later or raise an issue on GitHub."
|
||||
msgstr ""
|
||||
msgstr "Algo deu errado ao processar sua solicitação. Tente novamente mais tarde ou relate seu problema no GitHub."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:137
|
||||
msgid "Square"
|
||||
msgstr ""
|
||||
msgstr "Quadrado"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:29
|
||||
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:24
|
||||
msgid "Start building from scratch"
|
||||
msgstr ""
|
||||
msgstr "Começar do zero"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184
|
||||
msgid "Start building your resume by giving it a name."
|
||||
msgstr ""
|
||||
msgstr "Comece a construir seu currículo dando um nome ao arquivo."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/index.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:23
|
||||
@ -1354,26 +1354,26 @@ msgstr "Estatísticas"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:38
|
||||
msgid "Statistics are available only for public resumes."
|
||||
msgstr ""
|
||||
msgstr "As estatísticas só estão disponíveis para currículos públicos."
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:101
|
||||
msgid "Store Locally"
|
||||
msgstr ""
|
||||
msgstr "Salvar localmente"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160
|
||||
msgid "Store your backup codes securely"
|
||||
msgstr ""
|
||||
msgstr "Armazene seus códigos de backup de forma segura"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:101
|
||||
msgid "Stored"
|
||||
msgstr ""
|
||||
msgstr "Salvo"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1382,15 +1382,15 @@ msgstr "Resumo"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:18
|
||||
msgid "Support the app by donating what you can!"
|
||||
msgstr ""
|
||||
msgstr "Apoie o aplicativo doando o que puder!"
|
||||
|
||||
#: apps/client/src/pages/home/sections/support/index.tsx:9
|
||||
msgid "Supporting Reactive Resume"
|
||||
msgstr ""
|
||||
msgstr "Apoiando o Reactive Resume"
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:65
|
||||
msgid "Supports A4/Letter page formats"
|
||||
msgstr ""
|
||||
msgstr "Suporta formatos de página A4 e carta"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:80
|
||||
msgid "System"
|
||||
@ -1415,15 +1415,15 @@ msgstr "Cor do texto"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:25
|
||||
msgid "That doesn't look like a valid OpenAI API key."
|
||||
msgstr ""
|
||||
msgstr "Isso não parece uma chave de API OpenAI válida."
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:34
|
||||
msgid "The passwords you entered do not match."
|
||||
msgstr ""
|
||||
msgstr "As senhas informadas não são iguais."
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:35
|
||||
msgid "The resume you want to update is locked, please unlock if you wish to make any changes to it."
|
||||
msgstr ""
|
||||
msgstr "O currículo que você deseja atualizar está bloqueado. Desbloqueie-o antes de fazer alguma alteração nele."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/index.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/theme.tsx:20
|
||||
@ -1433,31 +1433,31 @@ msgstr "Tema"
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:29
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
msgstr "Ocorreu um erro ao conectar-se ao navegador. Certifique-se de que o 'chrome' esteja funcionando."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
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
|
||||
msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered."
|
||||
msgstr ""
|
||||
msgstr "Essa ação não pode ser desfeita. Isso excluirá permanentemente seu currículo sem oportunidade de recuperá-lo."
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:13
|
||||
msgid "This email address is associated with an OAuth account. Please sign in with your OAuth provider."
|
||||
msgstr ""
|
||||
msgstr "Este endereço de e-mail está associado a uma conta OAuth. Faça login com seu provedor OAuth."
|
||||
|
||||
#: apps/client/src/pages/builder/_components/header.tsx:53
|
||||
msgid "This resume is locked, please unlock to make further changes."
|
||||
msgstr ""
|
||||
msgstr "Esse currículo que você deseja atualizar está bloqueado. Ele precisa ser desbloqueado antes de fazer alterações."
|
||||
|
||||
#: 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 "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
|
||||
msgid "Tip: You can name the resume referring to the position you are applying for."
|
||||
msgstr ""
|
||||
msgstr "Dica: você pode nomear o currículo referente à vaga para a qual está se candidatando."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:39
|
||||
msgctxt "Name of the Award"
|
||||
@ -1470,47 +1470,47 @@ msgstr "Título"
|
||||
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:106
|
||||
msgid "Toggle Page Break Line"
|
||||
msgstr ""
|
||||
msgstr "Alternar Quebra de Página"
|
||||
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:118
|
||||
msgid "Toggle Page Numbers"
|
||||
msgstr ""
|
||||
msgstr "Alternar Número de Páginas"
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:68
|
||||
msgid "Track views and downloads"
|
||||
msgstr ""
|
||||
msgstr "Acompanhe visualizações e downloads"
|
||||
|
||||
#: 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 "Autenticação de Dois Fatores"
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:23
|
||||
msgid "Two-factor authentication is already enabled for this account."
|
||||
msgstr ""
|
||||
msgstr "A autenticação de dois fatores está ativada para sua conta."
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:21
|
||||
msgid "Two-factor authentication is not enabled for this account."
|
||||
msgstr ""
|
||||
msgstr "A autenticação de dois fatores não está ativada para sua conta."
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:84
|
||||
msgid "Type <0>delete</0> to confirm deleting your account."
|
||||
msgstr ""
|
||||
msgstr "Digite <0>delete</0> para confirmar a exclusão de sua conta."
|
||||
|
||||
#. 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 "Tipo de Formação"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/index.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:66
|
||||
msgid "Typography"
|
||||
msgstr ""
|
||||
msgstr "Tipografia"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:190
|
||||
msgid "Underline Links"
|
||||
msgstr ""
|
||||
msgstr "Sublinhar links"
|
||||
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:66
|
||||
msgid "Undo"
|
||||
@ -1531,7 +1531,7 @@ msgstr "Desbloquear um currículo permitirá que você faça alterações nele n
|
||||
msgid "Unverified"
|
||||
msgstr "Não verificado"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr "Atualizar um item existente"
|
||||
|
||||
@ -1541,7 +1541,7 @@ msgstr "Atualizar um currículo existente"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:212
|
||||
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 "Carregue um arquivo de uma das fontes aceitas para o Reactive Resume para analisar os dados existentes e facilitar a edição."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:73
|
||||
msgid "URL"
|
||||
@ -1558,7 +1558,7 @@ msgstr "Use um código de backup"
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:11
|
||||
msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub."
|
||||
msgstr ""
|
||||
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/builder/sidebars/left/dialogs/profiles.tsx:54
|
||||
@ -1572,15 +1572,15 @@ msgstr "Usuários inscritos"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:296
|
||||
msgid "Validate"
|
||||
msgstr ""
|
||||
msgstr "Confirmar"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:314
|
||||
msgid "Validated"
|
||||
msgstr ""
|
||||
msgstr "Validado"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:50
|
||||
msgid "Value"
|
||||
msgstr ""
|
||||
msgstr "Valor"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:191
|
||||
msgid "Verified"
|
||||
@ -1588,12 +1588,12 @@ msgstr "Verificado"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159
|
||||
msgid "Verify that two-factor authentication has been setup correctly"
|
||||
msgstr ""
|
||||
msgstr "Verifique se a autenticação de dois fatores foi configurada corretamente"
|
||||
|
||||
#: 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 "Confirme seu endereço de email"
|
||||
|
||||
#: apps/client/src/pages/home/sections/hero/index.tsx:26
|
||||
msgid "Version 4"
|
||||
@ -1609,15 +1609,15 @@ msgstr "Visível"
|
||||
|
||||
#: 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 "Verificamos seu endereço de e-mail apenas para garantir que possamos enviar-lhe um link de redefinição de senha, caso esqueça sua senha."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr "Site"
|
||||
msgid "What's new in the latest version"
|
||||
msgstr "O que há de novo na versão mais recente"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr "Aumentar zoom"
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr "Diminuir o Zoom"
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: pt\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-29 00:08\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Portuguese\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -150,7 +150,7 @@ msgstr "Qualquer pessoa com o link pode ver e descarregar o currículo. Partilhe
|
||||
msgid "API Key"
|
||||
msgstr "Chave API"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr "Tem a certeza de que pretende eliminar este item?"
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr "Construído com"
|
||||
msgid "By the community, for the community."
|
||||
msgstr "Pela comunidade, para a comunidade."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr "Copiar link para o currículo"
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr "Copiar para a Área de Transferência"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr "Criar"
|
||||
@ -328,7 +328,7 @@ msgstr "Criar"
|
||||
msgid "Create a new account"
|
||||
msgstr "Criar conta"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr "Criar um item"
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr "Modo escuro"
|
||||
msgid "Date"
|
||||
msgstr "Data"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 "Data ou intervalo de datas"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr "Apagar"
|
||||
msgid "Delete Account"
|
||||
msgstr "Apagar conta"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr "Descrição"
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr "Baixar PDF"
|
||||
msgid "Downloads"
|
||||
msgstr "Downloads"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr "Downloads"
|
||||
msgid "Duplicate"
|
||||
msgstr "Duplicar"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr "Duplicar um item existente"
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr "Aqui, pode atualizar o seu perfil para personalizar a sua experiência."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr "Oculto"
|
||||
@ -788,10 +788,10 @@ msgstr "joao.silva@exemplo.com"
|
||||
msgid "JSON"
|
||||
msgstr "JSON"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr "Palavras-chave"
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr "Carta"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr "Nível"
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr "LinkedIn, currículo JSON, etc."
|
||||
msgid "List"
|
||||
msgstr "Lista"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr "Março de 2023"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr "Março de 2023 - presente"
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr "Licença MIT"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr "Integração com OpenAI"
|
||||
msgid "Options"
|
||||
msgstr "Opções"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr "ou continuar com"
|
||||
@ -1030,7 +1030,7 @@ msgstr "Notas pessoais para cada currículo"
|
||||
msgid "Phone"
|
||||
msgstr "Telefone"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr "Fotografia de Patrick Tomasso"
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr "Rico em funcionalidades, não em custo."
|
||||
msgid "Rounded"
|
||||
msgstr "Arredondado"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr "Armazenado"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr "Tema"
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr "Houve um erro na conexão com o navegador. Certifique-se de que o 'chrome' está a funcionar e acessível."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
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."
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr "Desbloquear um currículo permitirá que você faça alterações nele n
|
||||
msgid "Unverified"
|
||||
msgstr "Não verificado"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr "Atualizar um item existente"
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr "Verificamos seu endereço de e-mail apenas para garantir que possamos en
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr "Site"
|
||||
msgid "What's new in the latest version"
|
||||
msgstr "O que há de novo na versão mais recente"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
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."
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr "Ampliar"
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr "Afastar"
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: sr\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\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"
|
||||
@ -150,7 +150,7 @@ msgstr ""
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr ""
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: ta\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Tamil\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -150,7 +150,7 @@ msgstr ""
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr ""
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: te\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Telugu\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
@ -150,7 +150,7 @@ msgstr ""
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr ""
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: th\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Thai\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
@ -150,7 +150,7 @@ msgstr ""
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr ""
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: uk\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-18 00:08\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Ukrainian\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"
|
||||
@ -20,11 +20,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
|
||||
msgid "You have enabled two-factor authentication successfully."
|
||||
msgstr ""
|
||||
msgstr "Ви успішно ввімкнули двофакторну автентифікацію."
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:57
|
||||
msgid "{templatesCount} resume templates to choose from"
|
||||
msgstr ""
|
||||
msgstr "{templatesCount} шаблонів резюме на вибір"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:114
|
||||
msgid "{value, plural, one {Column} other {Columns}}"
|
||||
@ -87,7 +87,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:43
|
||||
msgid "A4"
|
||||
msgstr ""
|
||||
msgstr "A4"
|
||||
|
||||
#. Helper text to let the user know what filetypes are accepted. {accept} can be .pdf or .json.
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:270
|
||||
@ -96,7 +96,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:104
|
||||
msgid "Account"
|
||||
msgstr ""
|
||||
msgstr "Обліковий запис"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:124
|
||||
msgid "Add a custom field"
|
||||
@ -106,11 +106,11 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-base.tsx:147
|
||||
msgctxt "For example, add a new work experience, or add a new profile."
|
||||
msgid "Add a new item"
|
||||
msgstr ""
|
||||
msgstr "Додайте новий елемент"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:68
|
||||
msgid "Add a new item"
|
||||
msgstr ""
|
||||
msgstr "Додайте новий елемент"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/index.tsx:79
|
||||
#: apps/client/src/pages/builder/sidebars/left/index.tsx:196
|
||||
@ -119,11 +119,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:269
|
||||
msgid "Add New Page"
|
||||
msgstr ""
|
||||
msgstr "Додати нову сторінку"
|
||||
|
||||
#: apps/client/src/components/ai-actions.tsx:79
|
||||
msgid "AI"
|
||||
msgstr ""
|
||||
msgstr "ШІ"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:74
|
||||
msgid "Already have an account?"
|
||||
@ -135,7 +135,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:135
|
||||
msgid "and many more..."
|
||||
msgstr ""
|
||||
msgstr "та багато іншого..."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:57
|
||||
msgid "Anyone with the link can view and download the resume."
|
||||
@ -148,9 +148,9 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:83
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
msgstr "Ключ API"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
|
||||
@ -168,11 +168,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:39
|
||||
msgid "Are you sure you want to unlock this resume?"
|
||||
msgstr ""
|
||||
msgstr "Ви впевнені, що хочете розблокувати це резюме?"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:94
|
||||
msgid "Are you sure?"
|
||||
msgstr ""
|
||||
msgstr "Ви впевнені?"
|
||||
|
||||
#. For example, Computer Science or Business Administration
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:73
|
||||
@ -195,15 +195,15 @@ msgstr ""
|
||||
#: apps/client/src/pages/auth/forgot-password/page.tsx:94
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:236
|
||||
msgid "Back"
|
||||
msgstr ""
|
||||
msgstr "Назад"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/theme.tsx:73
|
||||
msgid "Background Color"
|
||||
msgstr ""
|
||||
msgstr "Колір фону"
|
||||
|
||||
#: apps/client/src/pages/auth/backup-otp/page.tsx:75
|
||||
msgid "Backup Code"
|
||||
msgstr ""
|
||||
msgstr "Резервний код"
|
||||
|
||||
#: apps/client/src/pages/auth/backup-otp/page.tsx:80
|
||||
msgid "Backup Codes may contain only lowercase letters or numbers, and must be exactly 10 characters."
|
||||
@ -233,14 +233,14 @@ msgstr ""
|
||||
#: apps/client/src/components/copyright.tsx:27
|
||||
#: apps/client/src/pages/home/sections/contributors/index.tsx:20
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
msgstr "Спільнотою, для спільноти."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
msgstr "Скасувати"
|
||||
|
||||
#: apps/client/src/components/ai-actions.tsx:103
|
||||
#: apps/client/src/components/ai-actions.tsx:106
|
||||
@ -254,7 +254,7 @@ msgstr ""
|
||||
#: apps/client/src/pages/auth/reset-password/page.tsx:99
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:121
|
||||
msgid "Change Password"
|
||||
msgstr ""
|
||||
msgstr "Змінити пароль"
|
||||
|
||||
#: apps/client/src/components/ai-actions.tsx:97
|
||||
msgid "Change Tone"
|
||||
@ -274,23 +274,23 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:242
|
||||
msgid "Close"
|
||||
msgstr ""
|
||||
msgstr "Закрити"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199
|
||||
msgid "Code"
|
||||
msgstr ""
|
||||
msgstr "Код"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50
|
||||
msgid "Code must be exactly 6 digits long."
|
||||
msgstr ""
|
||||
msgstr "Код має містити рівно 6 цифр."
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:108
|
||||
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
|
||||
@ -299,61 +299,61 @@ 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:239
|
||||
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:132
|
||||
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:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
msgstr "Створити"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:67
|
||||
#: apps/client/src/pages/auth/register/page.tsx:72
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
msgstr "Створити новий обліковий запис"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
msgstr "Створити новий елемент"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177
|
||||
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:24
|
||||
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:19
|
||||
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
|
||||
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"
|
||||
@ -365,46 +365,46 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:62
|
||||
msgid "Danger Zone"
|
||||
msgstr ""
|
||||
msgstr "Небезпечна зона"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:82
|
||||
msgid "Dark"
|
||||
msgstr ""
|
||||
msgstr "Темний"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:67
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
msgstr "Дата"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
msgid "Delete"
|
||||
msgstr ""
|
||||
msgstr "Видалити"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:79
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:94
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
msgstr "Видалити обліковий запис"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
msgstr "Опис"
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:58
|
||||
msgid "Design single/multi page resumes"
|
||||
@ -412,7 +412,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137
|
||||
msgid "Disable"
|
||||
msgstr ""
|
||||
msgstr "Вимкнути"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:155
|
||||
msgid "Disable 2FA"
|
||||
@ -427,11 +427,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:110
|
||||
msgid "Documentation"
|
||||
msgstr ""
|
||||
msgstr "Документація"
|
||||
|
||||
#: apps/client/src/pages/auth/login/page.tsx:62
|
||||
msgid "Don't have an account?"
|
||||
msgstr ""
|
||||
msgstr "Немає облікового запису?"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:88
|
||||
msgid "Don't know where to begin? Hit the docs!"
|
||||
@ -456,21 +456,21 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:144
|
||||
#: apps/client/src/pages/public/page.tsx:103
|
||||
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:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
msgstr "Дублювати"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -480,7 +480,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:90
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
msgstr "Редагувати"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:174
|
||||
msgid "Effects"
|
||||
@ -492,15 +492,15 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:50
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180
|
||||
msgid "Email"
|
||||
msgstr ""
|
||||
msgstr "Пошта"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:159
|
||||
msgid "Enable 2FA"
|
||||
msgstr ""
|
||||
msgstr "Увімкнути 2FA"
|
||||
|
||||
#: apps/client/src/pages/auth/reset-password/page.tsx:67
|
||||
msgid "Enter a new password below, and make sure it's secure."
|
||||
msgstr ""
|
||||
msgstr "Введіть новий пароль нижче та переконайтеся, що він безпечний."
|
||||
|
||||
#: apps/client/src/pages/auth/backup-otp/page.tsx:59
|
||||
msgid "Enter one of the 10 backup codes you saved when you enabled two-factor authentication."
|
||||
@ -520,7 +520,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:283
|
||||
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!"
|
||||
@ -545,7 +545,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/home/sections/hero/index.tsx:40
|
||||
msgid "Finally,"
|
||||
msgstr ""
|
||||
msgstr "Нарешті,"
|
||||
|
||||
#: apps/client/src/components/ai-actions.tsx:90
|
||||
msgid "Fix Spelling & Grammar"
|
||||
@ -557,7 +557,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:135
|
||||
msgid "Font Size"
|
||||
msgstr ""
|
||||
msgstr "Розмір шрифту"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:109
|
||||
msgid "Font Subset"
|
||||
@ -586,7 +586,7 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:32
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:40
|
||||
msgid "Format"
|
||||
msgstr ""
|
||||
msgstr "Формат"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:49
|
||||
msgid "Found a bug, or have an idea for a new feature?"
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1462,11 +1462,11 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:39
|
||||
msgctxt "Name of the Award"
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
msgstr "Назва"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
msgstr "Назва"
|
||||
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:106
|
||||
msgid "Toggle Page Break Line"
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1597,15 +1597,15 @@ msgstr ""
|
||||
|
||||
#: 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."
|
||||
@ -1613,32 +1613,32 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:63
|
||||
msgid "Website"
|
||||
msgstr ""
|
||||
msgstr "Вебсторінка"
|
||||
|
||||
#: apps/client/src/pages/home/sections/hero/index.tsx:34
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
msgstr "Що нового в останній версії"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
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
|
||||
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."
|
||||
@ -1659,7 +1659,7 @@ msgstr ""
|
||||
#: 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 "Ви отримали листа!"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:52
|
||||
msgid "Your account and all your data has been deleted successfully. Goodbye!"
|
||||
@ -1679,13 +1679,12 @@ msgstr ""
|
||||
|
||||
#: 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:80
|
||||
msgid "Zoom In"
|
||||
msgstr ""
|
||||
msgstr "Збільшити"
|
||||
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
msgstr "Зменшити"
|
||||
|
||||
1691
apps/client/src/locales/uz-UZ/messages.po
Normal file
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: vi\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Vietnamese\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
@ -20,11 +20,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
|
||||
msgid "You have enabled two-factor authentication successfully."
|
||||
msgstr ""
|
||||
msgstr "Bạn đã kích hoạt xác thực hai lớp thành công."
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:57
|
||||
msgid "{templatesCount} resume templates to choose from"
|
||||
msgstr ""
|
||||
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:114
|
||||
msgid "{value, plural, one {Column} other {Columns}}"
|
||||
@ -87,16 +87,16 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:43
|
||||
msgid "A4"
|
||||
msgstr ""
|
||||
msgstr "Khổ giấy A4"
|
||||
|
||||
#. Helper text to let the user know what filetypes are accepted. {accept} can be .pdf or .json.
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:270
|
||||
msgid "Accepts only {accept} files"
|
||||
msgstr ""
|
||||
msgstr "Chỉ chấp nhận tệp {accept}"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:104
|
||||
msgid "Account"
|
||||
msgstr ""
|
||||
msgstr "Tài khoản"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:124
|
||||
msgid "Add a custom field"
|
||||
@ -150,7 +150,7 @@ msgstr ""
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
|
||||
@ -199,7 +199,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/theme.tsx:73
|
||||
msgid "Background Color"
|
||||
msgstr ""
|
||||
msgstr "Màu nền"
|
||||
|
||||
#: apps/client/src/pages/auth/backup-otp/page.tsx:75
|
||||
msgid "Backup Code"
|
||||
@ -235,12 +235,12 @@ msgstr ""
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
msgid "Cancel"
|
||||
msgstr ""
|
||||
msgstr "Hủy"
|
||||
|
||||
#: apps/client/src/components/ai-actions.tsx:103
|
||||
#: apps/client/src/components/ai-actions.tsx:106
|
||||
@ -286,7 +286,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:108
|
||||
msgid "Columns"
|
||||
msgstr ""
|
||||
msgstr "Cột"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:39
|
||||
msgid "Company"
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -460,9 +460,9 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:58
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
msgstr "Tải về"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -480,7 +480,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:90
|
||||
msgid "Edit"
|
||||
msgstr ""
|
||||
msgstr "Chỉnh sửa"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:174
|
||||
msgid "Effects"
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -786,14 +786,14 @@ msgstr ""
|
||||
|
||||
#: 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:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
msgstr "Từ khóa"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/url-input.tsx:39
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/url-input.tsx:49
|
||||
@ -802,7 +802,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:95
|
||||
msgid "Language"
|
||||
msgstr ""
|
||||
msgstr "Ngôn ngữ"
|
||||
|
||||
#: 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:149
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,22 +914,22 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
msgstr "Tên"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:39
|
||||
msgctxt "Name of the Certification"
|
||||
msgid "Name"
|
||||
msgstr ""
|
||||
msgstr "Tên"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:39
|
||||
msgid "Network"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1016,11 +1016,11 @@ msgstr ""
|
||||
#: apps/client/src/pages/auth/reset-password/page.tsx:83
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76
|
||||
msgid "Password"
|
||||
msgstr ""
|
||||
msgstr "Mật khẩu"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/export.tsx:72
|
||||
msgid "PDF"
|
||||
msgstr ""
|
||||
msgstr "PDF"
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:63
|
||||
msgid "Personal notes for each resume"
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1251,7 +1251,7 @@ msgstr ""
|
||||
#: apps/client/src/pages/dashboard/settings/page.tsx:16
|
||||
#: apps/client/src/pages/dashboard/settings/page.tsx:26
|
||||
msgid "Settings"
|
||||
msgstr ""
|
||||
msgstr "Cài đặt"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157
|
||||
msgid "Setup two-factor authentication on your account"
|
||||
@ -1264,7 +1264,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:78
|
||||
msgid "Show"
|
||||
msgstr ""
|
||||
msgstr "Hiện"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:78
|
||||
msgid "Show Break Line"
|
||||
@ -1282,7 +1282,7 @@ msgstr ""
|
||||
#: apps/client/src/pages/auth/login/page.tsx:116
|
||||
#: apps/client/src/pages/auth/verify-otp/page.tsx:92
|
||||
msgid "Sign in"
|
||||
msgstr ""
|
||||
msgstr "Đăng nhập"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:77
|
||||
msgid "Sign in now"
|
||||
@ -1307,7 +1307,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:185
|
||||
msgid "Sign up"
|
||||
msgstr ""
|
||||
msgstr "Đăng ký"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:85
|
||||
msgid "Signups are currently disabled by the administrator."
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1394,7 +1394,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:80
|
||||
msgid "System"
|
||||
msgstr ""
|
||||
msgstr "Hệ thống"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/index.tsx:62
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/template.tsx:19
|
||||
@ -1411,7 +1411,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/theme.tsx:103
|
||||
msgid "Text Color"
|
||||
msgstr ""
|
||||
msgstr "Màu chữ"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:25
|
||||
msgid "That doesn't look like a valid OpenAI API key."
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1462,11 +1462,11 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:39
|
||||
msgctxt "Name of the Award"
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
msgstr "Tiêu đề"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195
|
||||
msgid "Title"
|
||||
msgstr ""
|
||||
msgstr "Tiêu đề"
|
||||
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:106
|
||||
msgid "Toggle Page Break Line"
|
||||
@ -1514,14 +1514,14 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:66
|
||||
msgid "Undo"
|
||||
msgstr ""
|
||||
msgstr "Hoàn tác"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:52
|
||||
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:137
|
||||
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:112
|
||||
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:187
|
||||
msgid "Unlock"
|
||||
msgstr ""
|
||||
msgstr "Mở khoá"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:44
|
||||
msgid "Unlocking a resume will allow you to make changes to it again."
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1545,7 +1545,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:73
|
||||
msgid "URL"
|
||||
msgstr ""
|
||||
msgstr "URL"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/url-input.tsx:56
|
||||
msgid "URL must start with https://"
|
||||
@ -1564,7 +1564,7 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:54
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:166
|
||||
msgid "Username"
|
||||
msgstr ""
|
||||
msgstr "Tên Người Dùng"
|
||||
|
||||
#: apps/client/src/pages/home/sections/statistics/index.tsx:13
|
||||
msgid "Users Signed Up"
|
||||
@ -1580,7 +1580,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:50
|
||||
msgid "Value"
|
||||
msgstr ""
|
||||
msgstr "Giá trị"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:191
|
||||
msgid "Verified"
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: zh\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-12-02 00:07\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Simplified\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
@ -20,11 +20,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
|
||||
msgid "You have enabled two-factor authentication successfully."
|
||||
msgstr "您已成功启用双重身份验证。"
|
||||
msgstr "您已成功启用双因素认证。"
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:57
|
||||
msgid "{templatesCount} resume templates to choose from"
|
||||
msgstr "{templatesCount} 简历模板可供选择"
|
||||
msgstr "有 {templatesCount} 个简历模板可供选择"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:114
|
||||
msgid "{value, plural, one {Column} other {Columns}}"
|
||||
@ -32,7 +32,7 @@ msgstr "{value, plural, one {栏} other {栏}}"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:20
|
||||
msgid "<0>I built Reactive Resume mostly by myself during my spare time, with a lot of help from other great open-source contributors.</0><1>If you like the app and want to support keeping it free forever, please donate whatever you can afford to give.</1>"
|
||||
msgstr "<0>我主要是在业余时间自己创建了 Reactive Resume,其他优秀的开源贡献者也提供了很多帮助。</0><1>如果你喜欢这个应用程序,并希望支持它永远免费,请您进行力所能及的捐助。</1>"
|
||||
msgstr "<0>我花费了大量业余时间,独立开发了 Reactive Resume,并非常感谢其他优秀开源贡献者的帮助。</0><1>您的任何捐赠都会帮助 Reactive Resume 保持免费并持续发展,让更多的人从中受益。</1>"
|
||||
|
||||
#: 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>"
|
||||
@ -150,7 +150,7 @@ msgstr "任何人都可以通过此链接查看或下载简历。您可以在个
|
||||
msgid "API Key"
|
||||
msgstr "API Key"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr "您确定要删除此项目吗?"
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr "构建于"
|
||||
msgid "By the community, for the community."
|
||||
msgstr "来自社区,服务社区。"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr "复制链接到简历"
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr "复制到剪贴板"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr "创建"
|
||||
@ -328,7 +328,7 @@ msgstr "创建"
|
||||
msgid "Create a new account"
|
||||
msgstr "创建账户"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr "创建新条目"
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr "深色"
|
||||
msgid "Date"
|
||||
msgstr "日期"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 "日期或日期范围"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr "删除"
|
||||
msgid "Delete Account"
|
||||
msgstr "删除账户"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr "描述"
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr "下载 PDF"
|
||||
msgid "Downloads"
|
||||
msgstr "下载"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr "下载"
|
||||
msgid "Duplicate"
|
||||
msgstr "复制"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr "复制现有项目"
|
||||
|
||||
@ -573,7 +573,7 @@ msgstr "例如,您可以在此处注明您发送给的公司或者职位描述
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:107
|
||||
msgid "Forget"
|
||||
msgstr ""
|
||||
msgstr "遗弃"
|
||||
|
||||
#: apps/client/src/pages/auth/login/page.tsx:120
|
||||
msgid "Forgot Password?"
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr "在这里,您可以更新个人资料,定制个性化的体验。"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr "隐藏"
|
||||
@ -788,10 +788,10 @@ msgstr "zhangsan@example.com"
|
||||
msgid "JSON"
|
||||
msgstr "JSON"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr "关键词"
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr "信件"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr "等级"
|
||||
|
||||
@ -850,9 +850,9 @@ msgstr "LinkedIn、JSON 简历等"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/page.tsx:45
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
msgstr "列表"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr "2023 年 3 月"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr "2023 年 3 月至今"
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr "MIT 许可证"
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -933,7 +933,7 @@ msgstr "名称"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:39
|
||||
msgid "Network"
|
||||
msgstr ""
|
||||
msgstr "网络"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:85
|
||||
msgid "New Password"
|
||||
@ -993,7 +993,7 @@ msgstr "集成 OpenAI"
|
||||
msgid "Options"
|
||||
msgstr "设置"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr "通过以下方式继续"
|
||||
@ -1005,7 +1005,7 @@ msgstr "组织"
|
||||
#: apps/client/src/pages/builder/sidebars/right/index.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:26
|
||||
msgid "Page"
|
||||
msgstr ""
|
||||
msgstr "页面"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:237
|
||||
msgid "Page {0}"
|
||||
@ -1030,7 +1030,7 @@ msgstr "每份简历的个人注释"
|
||||
msgid "Phone"
|
||||
msgstr "电话"
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr "摄影:帕特里克-托马索"
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr "物美价廉。"
|
||||
msgid "Rounded"
|
||||
msgstr "圆角"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1319,7 +1319,7 @@ msgstr "尺寸(以像素为单位)"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227
|
||||
msgid "Slug"
|
||||
msgstr ""
|
||||
msgstr "简历"
|
||||
|
||||
#: apps/client/src/services/errors/translate-error.ts:39
|
||||
msgid "Something went wrong while grabbing a preview your resume. Please try again later or raise an issue on GitHub."
|
||||
@ -1336,7 +1336,7 @@ msgstr "处理您的请求时出现问题。请稍后重试,或在 GitHub 上
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:137
|
||||
msgid "Square"
|
||||
msgstr ""
|
||||
msgstr "方形"
|
||||
|
||||
#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/create-card.tsx:29
|
||||
#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/create-item.tsx:24
|
||||
@ -1370,10 +1370,10 @@ msgstr "已存储"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr "主题"
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr "连接浏览器时出现错误。请确保谷歌浏览器正在运行并可连接。"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr "单击浮动工具栏中的撤消按钮即可恢复此操作。"
|
||||
|
||||
@ -1470,7 +1470,7 @@ msgstr "标题"
|
||||
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:106
|
||||
msgid "Toggle Page Break Line"
|
||||
msgstr ""
|
||||
msgstr "切换分页线"
|
||||
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:118
|
||||
msgid "Toggle Page Numbers"
|
||||
@ -1531,7 +1531,7 @@ msgstr "解锁简历将允许您再次对其进行更改。"
|
||||
msgid "Unverified"
|
||||
msgstr "未验证"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr "更新现有项目"
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr "我们验证您的电子邮件地址只是为了确保在您忘记密码
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr "网站"
|
||||
msgid "What's new in the latest version"
|
||||
msgstr "最新版本的新功能"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr "您可以通过用逗号或回车分隔来添加多个关键字。"
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr "放大"
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr "缩小"
|
||||
|
||||
|
||||
@ -8,7 +8,7 @@ msgstr ""
|
||||
"Language: zh\n"
|
||||
"Project-Id-Version: reactive-resume\n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"PO-Revision-Date: 2023-11-26 14:53\n"
|
||||
"PO-Revision-Date: 2024-02-01 09:12\n"
|
||||
"Last-Translator: \n"
|
||||
"Language-Team: Chinese Traditional\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
@ -20,23 +20,23 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169
|
||||
msgid "You have enabled two-factor authentication successfully."
|
||||
msgstr ""
|
||||
msgstr "您已成功啟用雙重認證。"
|
||||
|
||||
#: apps/client/src/pages/home/sections/features/index.tsx:57
|
||||
msgid "{templatesCount} resume templates to choose from"
|
||||
msgstr ""
|
||||
msgstr "{templatesCount} 個履歷模板可以選擇"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:114
|
||||
msgid "{value, plural, one {Column} other {Columns}}"
|
||||
msgstr ""
|
||||
msgstr "{value, plural, one {欄} other {欄目}}"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:20
|
||||
msgid "<0>I built Reactive Resume mostly by myself during my spare time, with a lot of help from other great open-source contributors.</0><1>If you like the app and want to support keeping it free forever, please donate whatever you can afford to give.</1>"
|
||||
msgstr ""
|
||||
msgstr "<0>我花費了自己大量的業餘時間開發了 Reactive Resume,並得到了其他優秀開源貢獻者的大力幫助。</0> <1>如果您喜歡Reactive Resume提供的服務,您的任何捐助都會幫助這項免費的服務持續進步,幫助更多有需要的人。</1>"
|
||||
|
||||
#: 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 ""
|
||||
msgstr "<0>我相信這隻應用程式還不夠完美,但希望它能夠與日俱進。</0><1>如果您在創建簡歷時遇到任何問題,或者有其他可以幫助您和其他人的想法讓使用者可以更輕鬆地創建履歷,請在 Repository 發送 issue 或將相關問題的 email 寄送給我。</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."
|
||||
@ -87,16 +87,16 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:43
|
||||
msgid "A4"
|
||||
msgstr ""
|
||||
msgstr "A4"
|
||||
|
||||
#. Helper text to let the user know what filetypes are accepted. {accept} can be .pdf or .json.
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:270
|
||||
msgid "Accepts only {accept} files"
|
||||
msgstr ""
|
||||
msgstr "僅接受 {accept} 文件"
|
||||
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:104
|
||||
msgid "Account"
|
||||
msgstr ""
|
||||
msgstr "帳號"
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:124
|
||||
msgid "Add a custom field"
|
||||
@ -150,7 +150,7 @@ msgstr ""
|
||||
msgid "API Key"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:115
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125
|
||||
msgid "Are you sure you want to delete this item?"
|
||||
msgstr ""
|
||||
|
||||
@ -235,7 +235,7 @@ msgstr ""
|
||||
msgid "By the community, for the community."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:132
|
||||
#: 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
|
||||
@ -318,7 +318,7 @@ msgstr ""
|
||||
msgid "Copy to Clipboard"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:168
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:243
|
||||
msgid "Create"
|
||||
msgstr ""
|
||||
@ -328,7 +328,7 @@ msgstr ""
|
||||
msgid "Create a new account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:146
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156
|
||||
msgid "Create a new item"
|
||||
msgstr ""
|
||||
|
||||
@ -377,15 +377,15 @@ msgstr ""
|
||||
msgid "Date"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:85
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:110
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:72
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:72
|
||||
#: 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 ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:134
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:157
|
||||
#: 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
|
||||
@ -398,11 +398,11 @@ msgstr ""
|
||||
msgid "Delete Account"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:71
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:50
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:58
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:66
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63
|
||||
msgid "Description"
|
||||
msgstr ""
|
||||
|
||||
@ -462,7 +462,7 @@ msgstr ""
|
||||
msgid "Downloads"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:160
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:170
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:245
|
||||
#: 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
|
||||
@ -470,7 +470,7 @@ msgstr ""
|
||||
msgid "Duplicate"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:148
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158
|
||||
msgid "Duplicate an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:90
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:185
|
||||
msgid "Hidden"
|
||||
msgstr ""
|
||||
@ -788,10 +788,10 @@ msgstr ""
|
||||
msgid "JSON"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:145
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:55
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:122
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:99
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:149
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:63
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:130
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:107
|
||||
msgid "Keywords"
|
||||
msgstr ""
|
||||
|
||||
@ -823,7 +823,7 @@ msgid "Letter"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:69
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77
|
||||
msgid "Level"
|
||||
msgstr ""
|
||||
|
||||
@ -852,7 +852,7 @@ msgstr ""
|
||||
msgid "List"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:99
|
||||
#: 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:83
|
||||
@ -900,7 +900,7 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:112
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:74
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:82
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69
|
||||
msgid "March 2023 - Present"
|
||||
msgstr ""
|
||||
@ -914,13 +914,13 @@ msgid "MIT License"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/register/page.tsx:106
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:53
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:40
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:57
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:48
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:36
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:44
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:52
|
||||
#: 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:41
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:49
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:43
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:152
|
||||
msgid "Name"
|
||||
@ -993,7 +993,7 @@ msgstr ""
|
||||
msgid "Options"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:46
|
||||
#: apps/client/src/pages/auth/layout.tsx:47
|
||||
msgctxt "The user can either login with email/password, or continue with GitHub or Google."
|
||||
msgid "or continue with"
|
||||
msgstr ""
|
||||
@ -1030,7 +1030,7 @@ msgstr ""
|
||||
msgid "Phone"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/auth/layout.tsx:75
|
||||
#: apps/client/src/pages/auth/layout.tsx:76
|
||||
msgid "Photograph by Patrick Tomasso"
|
||||
msgstr ""
|
||||
|
||||
@ -1194,7 +1194,7 @@ msgstr ""
|
||||
msgid "Rounded"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:159
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:169
|
||||
#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:244
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:216
|
||||
#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:125
|
||||
@ -1370,10 +1370,10 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:101
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:123
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:138
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:114
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:108
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:95
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:109
|
||||
@ -1435,7 +1435,7 @@ msgstr ""
|
||||
msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable."
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:117
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:127
|
||||
msgid "This action can be reverted by clicking on the undo button in the floating toolbar."
|
||||
msgstr ""
|
||||
|
||||
@ -1531,7 +1531,7 @@ msgstr ""
|
||||
msgid "Unverified"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:147
|
||||
#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157
|
||||
msgid "Update an existing item"
|
||||
msgstr ""
|
||||
|
||||
@ -1613,11 +1613,11 @@ msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:87
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:109
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:113
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:124
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:100
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:86
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:94
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:81
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:67
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:95
|
||||
@ -1629,10 +1629,10 @@ msgstr ""
|
||||
msgid "What's new in the latest version"
|
||||
msgstr ""
|
||||
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:150
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:60
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:127
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:104
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/custom-section.tsx:154
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/interests.tsx:68
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/projects.tsx:135
|
||||
#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:112
|
||||
msgid "You can add multiple keywords by separating them with a comma or pressing enter."
|
||||
msgstr ""
|
||||
|
||||
@ -1688,4 +1688,3 @@ msgstr ""
|
||||
#: apps/client/src/pages/builder/_components/toolbar.tsx:86
|
||||
msgid "Zoom Out"
|
||||
msgstr ""
|
||||
|
||||
|
||||
@ -14,7 +14,7 @@ export const SocialAuth = () => {
|
||||
{providers.includes("github") && (
|
||||
<Button asChild size="lg" className="w-full !bg-[#222] !text-white hover:!bg-[#222]/80">
|
||||
<a href="/api/auth/github">
|
||||
<GithubLogo className="mr-3 h-4 w-4" />
|
||||
<GithubLogo className="mr-3 size-4" />
|
||||
{t`GitHub`}
|
||||
</a>
|
||||
</Button>
|
||||
@ -27,7 +27,7 @@ export const SocialAuth = () => {
|
||||
className="w-full !bg-[#4285F4] !text-white hover:!bg-[#4285F4]/80"
|
||||
>
|
||||
<a href="/api/auth/google">
|
||||
<GoogleLogo className="mr-3 h-4 w-4" />
|
||||
<GoogleLogo className="mr-3 size-4" />
|
||||
{t`Google`}
|
||||
</a>
|
||||
</Button>
|
||||
|
||||
@ -23,10 +23,11 @@ export const AuthLayout = () => {
|
||||
const hideDivider = !providers.includes("email") || providers.length === 1;
|
||||
|
||||
return (
|
||||
// eslint-disable-next-line tailwindcss/enforces-shorthand -- size-screen not implemented yet
|
||||
<div className="flex h-screen w-screen">
|
||||
<div className="relative flex w-full flex-col justify-center gap-y-8 px-12 sm:mx-auto sm:basis-[420px] sm:px-0 lg:basis-[480px] lg:px-12">
|
||||
<div className="flex items-center justify-between">
|
||||
<Link to="/" className="h-24 w-24">
|
||||
<Link to="/" className="size-24">
|
||||
<Logo className="-ml-3" size={96} />
|
||||
</Link>
|
||||
|
||||
|
||||
@ -37,13 +37,13 @@ export const BuilderLayout = () => {
|
||||
|
||||
if (isDesktop) {
|
||||
return (
|
||||
<div className="relative h-full w-full overflow-hidden">
|
||||
<div className="relative size-full overflow-hidden">
|
||||
<PanelGroup direction="horizontal">
|
||||
<Panel
|
||||
minSizePixels={48}
|
||||
maxSizePercentage={45}
|
||||
defaultSizePercentage={30}
|
||||
onResize={({ sizePercentage }) => leftSetSize(sizePercentage)}
|
||||
minSize={25}
|
||||
maxSize={45}
|
||||
defaultSize={30}
|
||||
onResize={leftSetSize}
|
||||
className={cn("z-10 bg-background", !leftHandle.isDragging && "transition-[flex]")}
|
||||
>
|
||||
<LeftSidebar />
|
||||
@ -60,10 +60,10 @@ export const BuilderLayout = () => {
|
||||
onDragging={rightHandle.setDragging}
|
||||
/>
|
||||
<Panel
|
||||
minSizePixels={48}
|
||||
maxSizePercentage={45}
|
||||
defaultSizePercentage={30}
|
||||
onResize={({ sizePercentage }) => rightSetSize(sizePercentage)}
|
||||
minSize={25}
|
||||
maxSize={45}
|
||||
defaultSize={30}
|
||||
onResize={rightSetSize}
|
||||
className={cn("z-10 bg-background", !rightHandle.isDragging && "transition-[flex]")}
|
||||
>
|
||||
<RightSidebar />
|
||||
|
||||
@ -15,6 +15,7 @@ import {
|
||||
RichInput,
|
||||
} from "@reactive-resume/ui";
|
||||
import { AnimatePresence, motion } from "framer-motion";
|
||||
import { useState } from "react";
|
||||
import { useForm } from "react-hook-form";
|
||||
import { z } from "zod";
|
||||
|
||||
@ -36,6 +37,8 @@ export const CustomSectionDialog = () => {
|
||||
resolver: zodResolver(formSchema),
|
||||
});
|
||||
|
||||
const [pendingKeyword, setPendingKeyword] = useState("");
|
||||
|
||||
if (!payload) return null;
|
||||
|
||||
return (
|
||||
@ -43,6 +46,7 @@ export const CustomSectionDialog = () => {
|
||||
form={form}
|
||||
id={payload.id as DialogName}
|
||||
defaultValues={defaultCustomSection}
|
||||
pendingKeyword={pendingKeyword}
|
||||
>
|
||||
<div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
|
||||
<FormField
|
||||
@ -144,7 +148,7 @@ export const CustomSectionDialog = () => {
|
||||
<FormItem>
|
||||
<FormLabel>{t`Keywords`}</FormLabel>
|
||||
<FormControl>
|
||||
<BadgeInput {...field} />
|
||||
<BadgeInput {...field} setPendingKeyword={setPendingKeyword} />
|
||||
</FormControl>
|
||||
<FormDescription>
|
||||
{t`You can add multiple keywords by separating them with a comma or pressing enter.`}
|
||||
|
||||
@ -14,6 +14,7 @@ import {
|
||||
Input,
|
||||
} from "@reactive-resume/ui";
|
||||
import { AnimatePresence, motion } from "framer-motion";
|
||||
import { useState } from "react";
|
||||
import { useForm } from "react-hook-form";
|
||||
import { z } from "zod";
|
||||
|
||||
@ -29,8 +30,15 @@ export const InterestsDialog = () => {
|
||||
resolver: zodResolver(formSchema),
|
||||
});
|
||||
|
||||
const [pendingKeyword, setPendingKeyword] = useState("");
|
||||
|
||||
return (
|
||||
<SectionDialog<FormValues> id="interests" form={form} defaultValues={defaultInterest}>
|
||||
<SectionDialog<FormValues>
|
||||
id="interests"
|
||||
form={form}
|
||||
defaultValues={defaultInterest}
|
||||
pendingKeyword={pendingKeyword}
|
||||
>
|
||||
<div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
|
||||
<FormField
|
||||
name="name"
|
||||
@ -54,7 +62,7 @@ export const InterestsDialog = () => {
|
||||
<FormItem>
|
||||
<FormLabel>{t`Keywords`}</FormLabel>
|
||||
<FormControl>
|
||||
<BadgeInput {...field} />
|
||||
<BadgeInput {...field} setPendingKeyword={setPendingKeyword} />
|
||||
</FormControl>
|
||||
<FormDescription>
|
||||
{t`You can add multiple keywords by separating them with a comma or pressing enter.`}
|
||||
|
||||
@ -82,7 +82,7 @@ export const ProfilesDialog = () => {
|
||||
<FormLabel htmlFor="iconSlug">{t`Icon`}</FormLabel>
|
||||
<FormControl>
|
||||
<div className="flex items-center gap-x-2">
|
||||
<Avatar className="h-8 w-8 bg-white">
|
||||
<Avatar className="size-8 bg-white">
|
||||
{field.value && (
|
||||
<AvatarImage
|
||||
className="p-1.5"
|
||||
|
||||
@ -15,6 +15,7 @@ import {
|
||||
RichInput,
|
||||
} from "@reactive-resume/ui";
|
||||
import { AnimatePresence, motion } from "framer-motion";
|
||||
import { useState } from "react";
|
||||
import { useForm } from "react-hook-form";
|
||||
import { z } from "zod";
|
||||
|
||||
@ -33,8 +34,15 @@ export const ProjectsDialog = () => {
|
||||
resolver: zodResolver(formSchema),
|
||||
});
|
||||
|
||||
const [pendingKeyword, setPendingKeyword] = useState("");
|
||||
|
||||
return (
|
||||
<SectionDialog<FormValues> id="projects" form={form} defaultValues={defaultProject}>
|
||||
<SectionDialog<FormValues>
|
||||
id="projects"
|
||||
form={form}
|
||||
defaultValues={defaultProject}
|
||||
pendingKeyword={pendingKeyword}
|
||||
>
|
||||
<div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
|
||||
<FormField
|
||||
name="name"
|
||||
@ -121,7 +129,7 @@ export const ProjectsDialog = () => {
|
||||
<FormItem>
|
||||
<FormLabel>{t`Keywords`}</FormLabel>
|
||||
<FormControl>
|
||||
<BadgeInput {...field} />
|
||||
<BadgeInput {...field} setPendingKeyword={setPendingKeyword} />
|
||||
</FormControl>
|
||||
<FormDescription>
|
||||
{t`You can add multiple keywords by separating them with a comma or pressing enter.`}
|
||||
|
||||
@ -15,6 +15,7 @@ import {
|
||||
Slider,
|
||||
} from "@reactive-resume/ui";
|
||||
import { AnimatePresence, motion } from "framer-motion";
|
||||
import { useState } from "react";
|
||||
import { useForm } from "react-hook-form";
|
||||
import { z } from "zod";
|
||||
|
||||
@ -30,8 +31,15 @@ export const SkillsDialog = () => {
|
||||
resolver: zodResolver(formSchema),
|
||||
});
|
||||
|
||||
const [pendingKeyword, setPendingKeyword] = useState("");
|
||||
|
||||
return (
|
||||
<SectionDialog<FormValues> id="skills" form={form} defaultValues={defaultSkill}>
|
||||
<SectionDialog<FormValues>
|
||||
id="skills"
|
||||
form={form}
|
||||
defaultValues={defaultSkill}
|
||||
pendingKeyword={pendingKeyword}
|
||||
>
|
||||
<div className="grid grid-cols-1 gap-4 sm:grid-cols-2">
|
||||
<FormField
|
||||
name="name"
|
||||
@ -98,7 +106,7 @@ export const SkillsDialog = () => {
|
||||
<FormItem>
|
||||
<FormLabel>{t`Keywords`}</FormLabel>
|
||||
<FormControl>
|
||||
<BadgeInput {...field} />
|
||||
<BadgeInput {...field} setPendingKeyword={setPendingKeyword} />
|
||||
</FormControl>
|
||||
<FormDescription>
|
||||
{t`You can add multiple keywords by separating them with a comma or pressing enter.`}
|
||||
|
||||
@ -43,7 +43,7 @@ export const LeftSidebar = () => {
|
||||
return (
|
||||
<div className="flex bg-secondary-accent/30">
|
||||
<div className="hidden basis-12 flex-col items-center justify-between bg-secondary-accent/30 py-4 sm:flex">
|
||||
<Button asChild size="icon" variant="ghost" className="h-8 w-8 rounded-full">
|
||||
<Button asChild size="icon" variant="ghost" className="size-8 rounded-full">
|
||||
<Link to="/dashboard">
|
||||
<Icon size={14} />
|
||||
</Link>
|
||||
|
||||
@ -93,7 +93,7 @@ export const PictureOptions = () => {
|
||||
>
|
||||
<Tooltip content={t`Square`}>
|
||||
<ToggleGroupItem value="square">
|
||||
<div className="h-3 w-3 border border-foreground" />
|
||||
<div className="size-3 border border-foreground" />
|
||||
</ToggleGroupItem>
|
||||
</Tooltip>
|
||||
|
||||
@ -136,19 +136,19 @@ export const PictureOptions = () => {
|
||||
>
|
||||
<Tooltip content={t`Square`}>
|
||||
<ToggleGroupItem value="square">
|
||||
<div className="h-3 w-3 border border-foreground" />
|
||||
<div className="size-3 border border-foreground" />
|
||||
</ToggleGroupItem>
|
||||
</Tooltip>
|
||||
|
||||
<Tooltip content={t`Rounded`}>
|
||||
<ToggleGroupItem value="rounded">
|
||||
<div className="h-3 w-3 rounded-sm border border-foreground" />
|
||||
<div className="size-3 rounded-sm border border-foreground" />
|
||||
</ToggleGroupItem>
|
||||
</Tooltip>
|
||||
|
||||
<Tooltip content={t`Circle`}>
|
||||
<ToggleGroupItem value="circle">
|
||||
<div className="h-3 w-3 rounded-full border border-foreground" />
|
||||
<div className="size-3 rounded-full border border-foreground" />
|
||||
</ToggleGroupItem>
|
||||
</Tooltip>
|
||||
</ToggleGroup>
|
||||
|
||||
@ -50,7 +50,7 @@ export const PictureSection = () => {
|
||||
return (
|
||||
<div className="flex items-center gap-x-4">
|
||||
<div className="group relative cursor-pointer" onClick={onAvatarClick}>
|
||||
<Avatar className="h-14 w-14 bg-secondary">
|
||||
<Avatar className="size-14 bg-secondary">
|
||||
<AvatarImage src={picture.url} />
|
||||
</Avatar>
|
||||
|
||||
|
||||
@ -31,6 +31,7 @@ type Props<T extends SectionItem> = {
|
||||
id: DialogName;
|
||||
form: UseFormReturn<T>;
|
||||
defaultValues: T;
|
||||
pendingKeyword?: string;
|
||||
children: React.ReactNode;
|
||||
};
|
||||
|
||||
@ -38,6 +39,7 @@ export const SectionDialog = <T extends SectionItem>({
|
||||
id,
|
||||
form,
|
||||
defaultValues,
|
||||
pendingKeyword,
|
||||
children,
|
||||
}: Props<T>) => {
|
||||
const { isOpen, mode, close, payload } = useDialog<T>(id);
|
||||
@ -61,6 +63,10 @@ export const SectionDialog = <T extends SectionItem>({
|
||||
if (!section) return;
|
||||
|
||||
if (isCreate || isDuplicate) {
|
||||
if (pendingKeyword && "keywords" in values) {
|
||||
values.keywords.push(pendingKeyword);
|
||||
}
|
||||
|
||||
setValue(
|
||||
`sections.${id}.items`,
|
||||
produce(section.items, (draft: T[]): void => {
|
||||
@ -72,6 +78,10 @@ export const SectionDialog = <T extends SectionItem>({
|
||||
if (isUpdate) {
|
||||
if (!payload.item?.id) return;
|
||||
|
||||
if (pendingKeyword && "keywords" in values) {
|
||||
values.keywords.push(pendingKeyword);
|
||||
}
|
||||
|
||||
setValue(
|
||||
`sections.${id}.items`,
|
||||
produce(section.items, (draft: T[]): void => {
|
||||
|
||||
@ -71,7 +71,7 @@ export const SectionIcon = ({ id, name, icon, ...props }: SectionIconProps) => {
|
||||
|
||||
return (
|
||||
<Tooltip side="right" content={name ?? section.name}>
|
||||
<Button size="icon" variant="ghost" className="h-8 w-8 rounded-full" {...props}>
|
||||
<Button size="icon" variant="ghost" className="size-8 rounded-full" {...props}>
|
||||
{icon ?? getSectionIcon(id, { size: 14 })}
|
||||
</Button>
|
||||
</Tooltip>
|
||||
|
||||
@ -242,7 +242,7 @@ export const LayoutSection = () => {
|
||||
<Button
|
||||
size="icon"
|
||||
variant="ghost"
|
||||
className="h-8 w-8"
|
||||
className="size-8"
|
||||
onClick={() => onRemovePage(pageIndex)}
|
||||
>
|
||||
<TrashSimple size={12} className="text-error" />
|
||||
|
||||
@ -30,11 +30,11 @@ export const ThemeSection = () => {
|
||||
setValue("metadata.theme.primary", color);
|
||||
}}
|
||||
className={cn(
|
||||
"flex h-6 w-6 cursor-pointer items-center justify-center rounded-full ring-primary ring-offset-1 ring-offset-background transition-shadow hover:ring-1",
|
||||
"flex size-6 cursor-pointer items-center justify-center rounded-full ring-primary ring-offset-1 ring-offset-background transition-shadow hover:ring-1",
|
||||
theme.primary === color && "ring-1",
|
||||
)}
|
||||
>
|
||||
<div className="h-5 w-5 rounded-full" style={{ backgroundColor: color }} />
|
||||
<div className="size-5 rounded-full" style={{ backgroundColor: color }} />
|
||||
</div>
|
||||
))}
|
||||
</div>
|
||||
@ -45,7 +45,7 @@ export const ThemeSection = () => {
|
||||
<Popover>
|
||||
<PopoverTrigger asChild>
|
||||
<div
|
||||
className="absolute inset-y-0 left-3 my-2.5 h-4 w-4 cursor-pointer rounded-full ring-primary ring-offset-2 ring-offset-background transition-shadow hover:ring-1"
|
||||
className="absolute inset-y-0 left-3 my-2.5 size-4 cursor-pointer rounded-full ring-primary ring-offset-2 ring-offset-background transition-shadow hover:ring-1"
|
||||
style={{ backgroundColor: theme.primary }}
|
||||
/>
|
||||
</PopoverTrigger>
|
||||
@ -75,11 +75,11 @@ export const ThemeSection = () => {
|
||||
<Popover>
|
||||
<PopoverTrigger asChild>
|
||||
<div
|
||||
className="absolute inset-y-0 left-3 my-2.5 h-4 w-4 cursor-pointer rounded-full ring-primary ring-offset-2 ring-offset-background transition-shadow hover:ring-1"
|
||||
className="absolute inset-y-0 left-3 my-2.5 size-4 cursor-pointer rounded-full ring-primary ring-offset-2 ring-offset-background transition-shadow hover:ring-1"
|
||||
style={{ backgroundColor: theme.background }}
|
||||
/>
|
||||
</PopoverTrigger>
|
||||
<PopoverContent asChild className="rounded-lg border-none bg-transparent p-0">
|
||||
<PopoverContent className="rounded-lg border-none bg-transparent p-0">
|
||||
<HexColorPicker
|
||||
color={theme.background}
|
||||
onChange={(color) => {
|
||||
@ -105,11 +105,11 @@ export const ThemeSection = () => {
|
||||
<Popover>
|
||||
<PopoverTrigger asChild>
|
||||
<div
|
||||
className="absolute inset-y-0 left-3 my-2.5 h-4 w-4 cursor-pointer rounded-full ring-primary ring-offset-2 ring-offset-background transition-shadow hover:ring-1"
|
||||
className="absolute inset-y-0 left-3 my-2.5 size-4 cursor-pointer rounded-full ring-primary ring-offset-2 ring-offset-background transition-shadow hover:ring-1"
|
||||
style={{ backgroundColor: theme.text }}
|
||||
/>
|
||||
</PopoverTrigger>
|
||||
<PopoverContent asChild className="rounded-lg border-none bg-transparent p-0">
|
||||
<PopoverContent className="rounded-lg border-none bg-transparent p-0">
|
||||
<HexColorPicker
|
||||
color={theme.text}
|
||||
onChange={(color) => {
|
||||
|
||||
@ -66,7 +66,7 @@ type SectionIconProps = ButtonProps & {
|
||||
|
||||
export const SectionIcon = ({ id, name, icon, ...props }: SectionIconProps) => (
|
||||
<Tooltip side="left" content={name}>
|
||||
<Button size="icon" variant="ghost" className="h-8 w-8 rounded-full" {...props}>
|
||||
<Button size="icon" variant="ghost" className="size-8 rounded-full" {...props}>
|
||||
{icon ?? getSectionIcon(id, { size: 14 })}
|
||||
</Button>
|
||||
</Tooltip>
|
||||
|
||||
@ -21,7 +21,7 @@ const ActiveIndicator = ({ className }: Props) => (
|
||||
initial={{ opacity: 0, x: -20 }}
|
||||
animate={{ opacity: 1, x: 0 }}
|
||||
className={cn(
|
||||
"h-1.5 w-1.5 animate-pulse rounded-full bg-info shadow-[0_0_12px] shadow-info",
|
||||
"size-1.5 animate-pulse rounded-full bg-info shadow-[0_0_12px] shadow-info",
|
||||
className,
|
||||
)}
|
||||
/>
|
||||
@ -98,7 +98,7 @@ export const Sidebar = ({ setOpen }: SidebarProps) => {
|
||||
return (
|
||||
<div className="flex h-full flex-col gap-y-4">
|
||||
<div className="ml-12 flex justify-center lg:ml-0">
|
||||
<Button asChild size="icon" variant="ghost" className="h-10 w-10 p-0">
|
||||
<Button asChild size="icon" variant="ghost" className="size-10 p-0">
|
||||
<Link to="/">
|
||||
<Icon size={24} className="mx-auto hidden lg:block" />
|
||||
</Link>
|
||||
|
||||
@ -72,7 +72,7 @@ type ValidationResult =
|
||||
export const ImportDialog = () => {
|
||||
const { toast } = useToast();
|
||||
const { isOpen, close } = useDialog("import");
|
||||
const { importResume, loading, error: importError } = useImportResume();
|
||||
const { importResume, loading } = useImportResume();
|
||||
|
||||
const [validationResult, setValidationResult] = useState<ValidationResult | null>(null);
|
||||
|
||||
@ -182,11 +182,11 @@ export const ImportDialog = () => {
|
||||
}
|
||||
|
||||
close();
|
||||
} catch (error) {
|
||||
} catch (error: unknown) {
|
||||
toast({
|
||||
variant: "error",
|
||||
title: t`Oops, the server returned an error.`,
|
||||
description: importError?.message,
|
||||
description: error instanceof Error ? error.message : undefined,
|
||||
});
|
||||
}
|
||||
};
|
||||
@ -256,7 +256,7 @@ export const ImportDialog = () => {
|
||||
<FormControl>
|
||||
<Input
|
||||
type="file"
|
||||
key={accept}
|
||||
key={`${accept}-${filetype}`}
|
||||
accept={accept}
|
||||
onChange={(event) => {
|
||||
if (!event.target.files || !event.target.files.length) return;
|
||||
|
||||
@ -87,7 +87,7 @@ export const ResumeCard = ({ resume }: Props) => {
|
||||
animate={{ opacity: 1 }}
|
||||
loading="lazy"
|
||||
alt={resume.title}
|
||||
className="h-full w-full object-cover"
|
||||
className="size-full object-cover"
|
||||
src={`${url}?cache=${new Date().getTime()}`}
|
||||
/>
|
||||
)}
|
||||
|
||||
@ -19,12 +19,12 @@ export const BaseListItem = ({ title, description, start, end, className, onClic
|
||||
>
|
||||
<div className="flex w-full items-center justify-between">
|
||||
<div className="flex items-center space-x-4">
|
||||
<div className="flex h-5 w-5 items-center justify-center">{start}</div>
|
||||
<div className="flex size-5 items-center justify-center">{start}</div>
|
||||
<h4 className="w-[220px] truncate font-medium lg:w-[320px]">{title}</h4>
|
||||
<p className="hidden text-xs opacity-75 sm:block">{description}</p>
|
||||
</div>
|
||||
|
||||
{end && <div className="flex h-5 w-5 items-center justify-center">{end}</div>}
|
||||
{end && <div className="flex size-5 items-center justify-center">{end}</div>}
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
|
||||
@ -36,11 +36,11 @@ export const ResumesPage = () => {
|
||||
</motion.h1>
|
||||
|
||||
<TabsList>
|
||||
<TabsTrigger value="grid" className="h-8 w-8 p-0 sm:h-8 sm:w-auto sm:px-4">
|
||||
<TabsTrigger value="grid" className="size-8 p-0 sm:h-8 sm:w-auto sm:px-4">
|
||||
<SquaresFour />
|
||||
<span className="ml-2 hidden sm:block">{t`Grid`}</span>
|
||||
</TabsTrigger>
|
||||
<TabsTrigger value="list" className="h-8 w-8 p-0 sm:h-8 sm:w-auto sm:px-4">
|
||||
<TabsTrigger value="list" className="size-8 p-0 sm:h-8 sm:w-auto sm:px-4">
|
||||
<List />
|
||||
<span className="ml-2 hidden sm:block">{t`List`}</span>
|
||||
</TabsTrigger>
|
||||
|
||||
@ -178,7 +178,7 @@ export const TwoFactorDialog = () => {
|
||||
<FormItem>
|
||||
<FormControl>
|
||||
<div className="space-y-4">
|
||||
<QRCodeSVG value={field.value!} size={256} className="mx-auto" />
|
||||
<QRCodeSVG value={field.value ?? ""} size={256} className="mx-auto" />
|
||||
<Input readOnly {...field} className="opacity-75" />
|
||||
</div>
|
||||
</FormControl>
|
||||
|
||||
@ -23,7 +23,24 @@ export const Footer = () => (
|
||||
<Copyright className="mt-6" />
|
||||
</div>
|
||||
|
||||
<div className="relative col-start-4">
|
||||
<div className="relative col-start-4 flex flex-col items-end justify-end">
|
||||
<div className="mb-14">
|
||||
<a href="https://www.digitalocean.com/?utm_medium=opensource&utm_source=Reactive-Resume">
|
||||
<img
|
||||
src="https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/PoweredByDO/DO_Powered_by_Badge_black.svg"
|
||||
alt="Powered by DigitalOcean"
|
||||
className="block dark:hidden"
|
||||
width="150px"
|
||||
/>
|
||||
<img
|
||||
src="https://opensource.nyc3.cdn.digitaloceanspaces.com/attribution/assets/PoweredByDO/DO_Powered_by_Badge_white.svg"
|
||||
alt="Powered by DigitalOcean"
|
||||
className="hidden dark:block"
|
||||
width="150px"
|
||||
/>
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<div className="absolute bottom-0 right-0 lg:space-x-2">
|
||||
<LocaleSwitch />
|
||||
<ThemeSwitch />
|
||||
|
||||
@ -2,7 +2,7 @@ export const Decoration = {
|
||||
Grid: () => (
|
||||
<svg
|
||||
aria-hidden="true"
|
||||
className="absolute inset-0 -z-10 h-full w-full stroke-foreground/10 opacity-60 [mask-image:radial-gradient(100%_100%_at_top_right,white,transparent)] dark:opacity-40"
|
||||
className="absolute inset-0 -z-10 size-full stroke-foreground/10 opacity-60 [mask-image:radial-gradient(100%_100%_at_top_right,white,transparent)] dark:opacity-40"
|
||||
>
|
||||
<defs>
|
||||
<pattern
|
||||
|
||||
@ -18,12 +18,8 @@ export const LocaleProvider = ({ children }: Props) => {
|
||||
const userLocale = useAuthStore((state) => state.user?.locale);
|
||||
|
||||
useEffect(() => {
|
||||
const detectedLocale = detect(
|
||||
fromUrl("locale"),
|
||||
fromStorage("locale"),
|
||||
userLocale,
|
||||
defaultLocale,
|
||||
)!;
|
||||
const detectedLocale =
|
||||
detect(fromUrl("locale"), fromStorage("locale"), userLocale, defaultLocale) ?? defaultLocale;
|
||||
|
||||
// Activate the locale only if it's supported
|
||||
if (languages.some((lang) => lang.locale === detectedLocale)) {
|
||||
|
||||
@ -6,7 +6,7 @@ import { openai } from "./client";
|
||||
|
||||
const PROMPT = `You are an AI writing assistant specialized in writing copy for resumes.
|
||||
Do not return anything else except the text you improved. It should not begin with a newline. It should not have any prefix or suffix text.
|
||||
Change the tone of the following paragraph to be {mood}:
|
||||
Change the tone of the following paragraph to be {mood} and returns in the language of the text:
|
||||
|
||||
Text: """{input}"""
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@ import { openai } from "./client";
|
||||
|
||||
const PROMPT = `You are an AI writing assistant specialized in writing copy for resumes.
|
||||
Do not return anything else except the text you improved. It should not begin with a newline. It should not have any prefix or suffix text.
|
||||
Just fix the spelling and grammar of the following paragraph, do not change the meaning:
|
||||
Just fix the spelling and grammar of the following paragraph, do not change the meaning and returns in the language of the text:
|
||||
|
||||
Text: """{input}"""
|
||||
|
||||
|
||||
@ -6,7 +6,7 @@ import { openai } from "./client";
|
||||
|
||||
const PROMPT = `You are an AI writing assistant specialized in writing copy for resumes.
|
||||
Do not return anything else except the text you improved. It should not begin with a newline. It should not have any prefix or suffix text.
|
||||
Improve the writing of the following paragraph:
|
||||
Improve the writing of the following paragraph and returns in the language of the text:
|
||||
|
||||
Text: """{input}"""
|
||||
|
||||
|
||||
@ -10,7 +10,7 @@ export const findResumeStatisticsById = async (data: { id: string }) => {
|
||||
return response.data;
|
||||
};
|
||||
|
||||
export const useResumeStatistics = (id: string, enabled: boolean = false) => {
|
||||
export const useResumeStatistics = (id: string, enabled = false) => {
|
||||
const {
|
||||
error,
|
||||
isPending: loading,
|
||||
|
||||
1
apps/client/src/vite-env.d.ts
vendored
@ -2,6 +2,7 @@
|
||||
|
||||
declare const appVersion: string;
|
||||
|
||||
// eslint-disable-next-line @typescript-eslint/no-empty-interface
|
||||
interface ImportMetaEnv {}
|
||||
|
||||
interface ImportMeta {
|
||||
|
||||