diff --git a/README.md b/README.md index 726266ae..73b0d604 100644 --- a/README.md +++ b/README.md @@ -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/) + +

+ + + +

diff --git a/apps/artboard/src/templates/azurill.tsx b/apps/artboard/src/templates/azurill.tsx index 51528c41..71ab30c8 100644 --- a/apps/artboard/src/templates/azurill.tsx +++ b/apps/artboard/src/templates/azurill.tsx @@ -84,13 +84,13 @@ const Summary = () => {
-
+

{section.name}

-
+
-
+
({
-
+

{section.name}

-
+
({ {url !== undefined && } -
+
); })} diff --git a/apps/artboard/src/templates/bronzor.tsx b/apps/artboard/src/templates/bronzor.tsx index 61c9f5f3..34b4a453 100644 --- a/apps/artboard/src/templates/bronzor.tsx +++ b/apps/artboard/src/templates/bronzor.tsx @@ -99,7 +99,7 @@ const Rating = ({ level }: RatingProps) => ( {Array.from({ length: 5 }).map((_, index) => (
index && "bg-primary")} + className={cn("size-2 rounded-full border border-primary", level > index && "bg-primary")} /> ))}
@@ -231,7 +231,7 @@ const Experience = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.company}
{item.position}
@@ -253,7 +253,7 @@ const Education = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.institution}
{item.area}
@@ -276,7 +276,7 @@ const Awards = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.title}
{item.awarder}
@@ -297,7 +297,7 @@ const Certifications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.issuer}
@@ -343,7 +343,7 @@ const Publications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.publisher}
@@ -364,7 +364,7 @@ const Volunteer = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.organization}
{item.position}
@@ -401,7 +401,7 @@ const Projects = () => { return ( section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords"> {(item) => ( -
+
{item.name}
{item.description}
@@ -442,7 +442,7 @@ const Custom = ({ id }: { id: string }) => { keywordsKey="keywords" > {(item) => ( -
+
{item.name}
{item.description}
diff --git a/apps/artboard/src/templates/chikorita.tsx b/apps/artboard/src/templates/chikorita.tsx index 89ac1df9..06b5e760 100644 --- a/apps/artboard/src/templates/chikorita.tsx +++ b/apps/artboard/src/templates/chikorita.tsx @@ -100,7 +100,7 @@ const Rating = ({ level }: RatingProps) => (
index && "bg-primary group-[.sidebar]:bg-background", )} /> @@ -200,7 +200,7 @@ const Experience = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.company}
{item.position}
@@ -222,7 +222,7 @@ const Education = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.institution}
{item.area}
@@ -277,7 +277,7 @@ const Awards = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.title}
{item.awarder}
@@ -298,7 +298,7 @@ const Certifications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.issuer}
@@ -344,7 +344,7 @@ const Publications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.publisher}
@@ -365,7 +365,7 @@ const Volunteer = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.organization}
{item.position}
@@ -402,7 +402,7 @@ const Projects = () => { return ( section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords"> {(item) => ( -
+
{item.name}
{item.description}
@@ -443,7 +443,7 @@ const Custom = ({ id }: { id: string }) => { keywordsKey="keywords" > {(item) => ( -
+
{item.name}
{item.description}
diff --git a/apps/artboard/src/templates/ditto.tsx b/apps/artboard/src/templates/ditto.tsx index b81cfd13..3d8dc9bd 100644 --- a/apps/artboard/src/templates/ditto.tsx +++ b/apps/artboard/src/templates/ditto.tsx @@ -46,7 +46,7 @@ const Header = () => {
{basics.location}
-
+
)} @@ -58,7 +58,7 @@ const Header = () => { {basics.phone}
-
+
)} {basics.email && ( @@ -69,13 +69,13 @@ const Header = () => { {basics.email}
-
+
)} {isUrl(basics.url.href) && ( <> -
+
)} {basics.customFields.map((item) => ( @@ -84,7 +84,7 @@ const Header = () => { {[item.name, item.value].filter(Boolean).join(": ")}
-
+
))}
@@ -258,7 +258,7 @@ const Experience = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.company}
{item.position}
@@ -280,7 +280,7 @@ const Education = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.institution}
{item.area}
@@ -303,7 +303,7 @@ const Awards = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.title}
{item.awarder}
@@ -324,7 +324,7 @@ const Certifications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.issuer}
@@ -370,7 +370,7 @@ const Publications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.publisher}
@@ -391,7 +391,7 @@ const Volunteer = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.organization}
{item.position}
@@ -428,7 +428,7 @@ const Projects = () => { return ( section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords"> {(item) => ( -
+
{item.name}
{item.description}
@@ -469,7 +469,7 @@ const Custom = ({ id }: { id: string }) => { keywordsKey="keywords" > {(item) => ( -
+
{item.name}
{item.description}
diff --git a/apps/artboard/src/templates/gengar.tsx b/apps/artboard/src/templates/gengar.tsx index 47e7041c..a40c7810 100644 --- a/apps/artboard/src/templates/gengar.tsx +++ b/apps/artboard/src/templates/gengar.tsx @@ -227,7 +227,7 @@ const Experience = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.company}
{item.position}
@@ -249,7 +249,7 @@ const Education = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.institution}
{item.area}
@@ -272,7 +272,7 @@ const Awards = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.title}
{item.awarder}
@@ -293,7 +293,7 @@ const Certifications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.issuer}
@@ -339,7 +339,7 @@ const Publications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.publisher}
@@ -360,7 +360,7 @@ const Volunteer = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.organization}
{item.position}
@@ -397,7 +397,7 @@ const Projects = () => { return ( section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords"> {(item) => ( -
+
{item.name}
{item.description}
@@ -438,7 +438,7 @@ const Custom = ({ id }: { id: string }) => { keywordsKey="keywords" > {(item) => ( -
+
{item.name}
{item.description}
diff --git a/apps/artboard/src/templates/glalie.tsx b/apps/artboard/src/templates/glalie.tsx index 4e24e009..e135020d 100644 --- a/apps/artboard/src/templates/glalie.tsx +++ b/apps/artboard/src/templates/glalie.tsx @@ -205,7 +205,7 @@ const Experience = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.company}
{item.position}
@@ -227,7 +227,7 @@ const Education = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.institution}
{item.area}
@@ -282,7 +282,7 @@ const Awards = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.title}
{item.awarder}
@@ -303,7 +303,7 @@ const Certifications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.issuer}
@@ -349,7 +349,7 @@ const Publications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.publisher}
@@ -370,7 +370,7 @@ const Volunteer = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.organization}
{item.position}
@@ -407,7 +407,7 @@ const Projects = () => { return ( section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords"> {(item) => ( -
+
{item.name}
{item.description}
@@ -448,7 +448,7 @@ const Custom = ({ id }: { id: string }) => { keywordsKey="keywords" > {(item) => ( -
+
{item.name}
{item.description}
diff --git a/apps/artboard/src/templates/nosepass.tsx b/apps/artboard/src/templates/nosepass.tsx index 4774bcf1..cb7f99a9 100644 --- a/apps/artboard/src/templates/nosepass.tsx +++ b/apps/artboard/src/templates/nosepass.tsx @@ -94,7 +94,7 @@ const Summary = () => {

-
+
({

-
+
diff --git a/apps/artboard/src/templates/onyx.tsx b/apps/artboard/src/templates/onyx.tsx index 86b38d94..4b34256d 100644 --- a/apps/artboard/src/templates/onyx.tsx +++ b/apps/artboard/src/templates/onyx.tsx @@ -128,7 +128,7 @@ const Rating = ({ level }: RatingProps) => ( {Array.from({ length: 5 }).map((_, index) => (
index && "bg-primary")} + className={cn("size-3 rounded border-2 border-primary", level > index && "bg-primary")} /> ))}
@@ -226,7 +226,7 @@ const Experience = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.company}
{item.position}
@@ -248,7 +248,7 @@ const Education = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.institution}
{item.area}
@@ -271,7 +271,7 @@ const Awards = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.title}
{item.awarder}
@@ -292,7 +292,7 @@ const Certifications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.issuer}
@@ -338,7 +338,7 @@ const Publications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.publisher}
@@ -359,7 +359,7 @@ const Volunteer = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.organization}
{item.position}
@@ -396,7 +396,7 @@ const Projects = () => { return ( section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords"> {(item) => ( -
+
{item.name}
{item.description}
@@ -437,7 +437,7 @@ const Custom = ({ id }: { id: string }) => { keywordsKey="keywords" > {(item) => ( -
+
{item.name}
{item.description}
diff --git a/apps/artboard/src/templates/pikachu.tsx b/apps/artboard/src/templates/pikachu.tsx index addd7bb9..dcc0b919 100644 --- a/apps/artboard/src/templates/pikachu.tsx +++ b/apps/artboard/src/templates/pikachu.tsx @@ -49,7 +49,7 @@ const Header = () => {
{basics.location}
-
+
)} {basics.phone && ( @@ -60,7 +60,7 @@ const Header = () => { {basics.phone}
-
+
)} {basics.email && ( @@ -71,13 +71,13 @@ const Header = () => { {basics.email}
-
+
)} {isUrl(basics.url.href) && ( <> -
+
)} {basics.customFields.map((item) => ( @@ -86,7 +86,7 @@ const Header = () => { {[item.name, item.value].filter(Boolean).join(": ")}
-
+
))}
@@ -258,7 +258,7 @@ const Experience = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.company}
{item.position}
@@ -280,7 +280,7 @@ const Education = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.institution}
{item.area}
@@ -303,7 +303,7 @@ const Awards = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.title}
{item.awarder}
@@ -324,7 +324,7 @@ const Certifications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.issuer}
@@ -370,7 +370,7 @@ const Publications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.publisher}
@@ -391,7 +391,7 @@ const Volunteer = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.organization}
{item.position}
@@ -428,7 +428,7 @@ const Projects = () => { return ( section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords"> {(item) => ( -
+
{item.name}
{item.description}
@@ -469,7 +469,7 @@ const Custom = ({ id }: { id: string }) => { keywordsKey="keywords" > {(item) => ( -
+
{item.name}
{item.description}
diff --git a/apps/artboard/src/templates/rhyhorn.tsx b/apps/artboard/src/templates/rhyhorn.tsx index dd7b62cf..beaeba27 100644 --- a/apps/artboard/src/templates/rhyhorn.tsx +++ b/apps/artboard/src/templates/rhyhorn.tsx @@ -100,7 +100,7 @@ const Rating = ({ level }: RatingProps) => ( {Array.from({ length: 5 }).map((_, index) => (
index && "bg-primary")} + className={cn("size-2 rounded-full border border-primary", level > index && "bg-primary")} /> ))}
@@ -230,7 +230,7 @@ const Experience = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.company}
{item.position}
@@ -252,7 +252,7 @@ const Education = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.institution}
{item.area}
@@ -275,7 +275,7 @@ const Awards = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.title}
{item.awarder}
@@ -296,7 +296,7 @@ const Certifications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.issuer}
@@ -342,7 +342,7 @@ const Publications = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.name}
{item.publisher}
@@ -363,7 +363,7 @@ const Volunteer = () => { return ( section={section} urlKey="url" summaryKey="summary"> {(item) => ( -
+
{item.organization}
{item.position}
@@ -400,7 +400,7 @@ const Projects = () => { return ( section={section} urlKey="url" summaryKey="summary" keywordsKey="keywords"> {(item) => ( -
+
{item.name}
{item.description}
@@ -441,7 +441,7 @@ const Custom = ({ id }: { id: string }) => { keywordsKey="keywords" > {(item) => ( -
+
{item.name}
{item.description}
diff --git a/apps/artboard/tsconfig.json b/apps/artboard/tsconfig.json index fe609d7a..672dc873 100644 --- a/apps/artboard/tsconfig.json +++ b/apps/artboard/tsconfig.json @@ -5,14 +5,14 @@ "esModuleInterop": false, "allowSyntheticDefaultImports": true, "strict": true, - "types": ["vite/client"] + "types": ["vite/client"], }, "files": [], "include": [], "references": [ { - "path": "./tsconfig.app.json" - } + "path": "./tsconfig.app.json", + }, ], - "extends": "../../tsconfig.base.json" + "extends": "../../tsconfig.base.json", } diff --git a/apps/client/project.json b/apps/client/project.json index e37db415..e73be670 100644 --- a/apps/client/project.json +++ b/apps/client/project.json @@ -78,4 +78,3 @@ }, "tags": ["frontend"] } - diff --git a/apps/client/src/components/locale-combobox.tsx b/apps/client/src/components/locale-combobox.tsx index 57abb4c0..162c6467 100644 --- a/apps/client/src/components/locale-combobox.tsx +++ b/apps/client/src/components/locale-combobox.tsx @@ -60,7 +60,7 @@ export const LocaleCombobox = ({ value, onValueChange }: Props) => { > @@ -101,7 +101,7 @@ export const LocaleComboboxPopover = ({ value, onValueChange }: Props) => { diff --git a/apps/client/src/locales/af-ZA/messages.po b/apps/client/src/locales/af-ZA/messages.po index 4ed0bc89..9f22d2cd 100644 --- a/apps/client/src/locales/af-ZA/messages.po +++ b/apps/client/src/locales/af-ZA/messages.po @@ -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 "" - diff --git a/apps/client/src/locales/am-ET/messages.po b/apps/client/src/locales/am-ET/messages.po index 1f8d7b34..e9457562 100644 --- a/apps/client/src/locales/am-ET/messages.po +++ b/apps/client/src/locales/am-ET/messages.po @@ -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 "" - diff --git a/apps/client/src/locales/ar-SA/messages.po b/apps/client/src/locales/ar-SA/messages.po index 21d8f510..53dac2b5 100644 --- a/apps/client/src/locales/ar-SA/messages.po +++ b/apps/client/src/locales/ar-SA/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ar\n" "Project-Id-Version: reactive-resume\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-01-03 00:07\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 "هل أنت متأكد من أنك تريد حذف هذا العنصر؟" @@ -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 "" - diff --git a/apps/client/src/locales/bg-BG/messages.po b/apps/client/src/locales/bg-BG/messages.po index 6e393860..b74e5318 100644 --- a/apps/client/src/locales/bg-BG/messages.po +++ b/apps/client/src/locales/bg-BG/messages.po @@ -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 "" - diff --git a/apps/client/src/locales/bn-BD/messages.po b/apps/client/src/locales/bn-BD/messages.po index 8f9a461a..43d735b8 100644 --- a/apps/client/src/locales/bn-BD/messages.po +++ b/apps/client/src/locales/bn-BD/messages.po @@ -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 "" - diff --git a/apps/client/src/locales/ca-ES/messages.po b/apps/client/src/locales/ca-ES/messages.po index 1132bdf2..664f7856 100644 --- a/apps/client/src/locales/ca-ES/messages.po +++ b/apps/client/src/locales/ca-ES/messages.po @@ -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 "" - diff --git a/apps/client/src/locales/cs-CZ/messages.po b/apps/client/src/locales/cs-CZ/messages.po index 6d97d1e7..c04a765a 100644 --- a/apps/client/src/locales/cs-CZ/messages.po +++ b/apps/client/src/locales/cs-CZ/messages.po @@ -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 "" - diff --git a/apps/client/src/locales/da-DK/messages.po b/apps/client/src/locales/da-DK/messages.po index 738893b6..a8088d3c 100644 --- a/apps/client/src/locales/da-DK/messages.po +++ b/apps/client/src/locales/da-DK/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: da\n" "Project-Id-Version: reactive-resume\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-12-14 00:08\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?" @@ -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 "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 @@ -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" - diff --git a/apps/client/src/locales/de-DE/messages.po b/apps/client/src/locales/de-DE/messages.po index ad17fccb..76a309d0 100644 --- a/apps/client/src/locales/de-DE/messages.po +++ b/apps/client/src/locales/de-DE/messages.po @@ -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" - diff --git a/apps/client/src/locales/el-GR/messages.po b/apps/client/src/locales/el-GR/messages.po index 12e65457..836e78f5 100644 --- a/apps/client/src/locales/el-GR/messages.po +++ b/apps/client/src/locales/el-GR/messages.po @@ -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 "" - diff --git a/apps/client/src/locales/en-US/messages.po b/apps/client/src/locales/en-US/messages.po index e8907d49..f1ba2410 100644 --- a/apps/client/src/locales/en-US/messages.po +++ b/apps/client/src/locales/en-US/messages.po @@ -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." diff --git a/apps/client/src/locales/es-ES/messages.po b/apps/client/src/locales/es-ES/messages.po index 7143371e..2b13b1a7 100644 --- a/apps/client/src/locales/es-ES/messages.po +++ b/apps/client/src/locales/es-ES/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: es\n" "Project-Id-Version: reactive-resume\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-12-26 00:07\n" +"PO-Revision-Date: 2024-02-01 09:12\n" "Last-Translator: \n" "Language-Team: Spanish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -150,7 +150,7 @@ msgstr "Cualquier persona que tenga este enlace puede ver y descargar el curríc msgid "API Key" msgstr "Clave 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 "¿Seguro que deseas eliminar este elemento?" @@ -235,7 +235,7 @@ msgstr "Creado con" msgid "By the community, for the community." msgstr "Por la comunidad, para la comunidad." -#: 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 enlace al currículum" msgid "Copy to Clipboard" msgstr "Copiar al portapapeles" -#: 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 "Crear" @@ -328,7 +328,7 @@ msgstr "Crear" msgid "Create a new account" msgstr "Crear una nueva cuenta" -#: 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 "Crear un elemento nuevo" @@ -377,15 +377,15 @@ msgstr "Oscuro" msgid "Date" msgstr "Fecha" -#: 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 "Fecha o rango de fechas" -#: 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 "Eliminar" msgid "Delete Account" msgstr "Eliminar cuenta" -#: 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 "Descripción" @@ -462,7 +462,7 @@ msgstr "Descargar PDF" msgid "Downloads" msgstr "Descargas" -#: 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 "Descargas" 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 un elemento existente" @@ -524,7 +524,7 @@ msgstr "Errores" #: 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 "Incluso si no te encuentras en la posición de contribuir financieramente, puedes marcar la diferencia guardando el repositorio con una estrella, hablando de él con tus amigos o dejando un mensaje para saber cómo te ha ayudado Reactive Resume. ¡Tu feedback y apoyo son siempre bienvenidos y gratamente apreciados!" #: 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." @@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper msgstr "Aquí puedes actualizar tu perfil para modificar y personalizar tu experiencia." #: 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" @@ -751,7 +751,7 @@ msgstr "Parece que el código de respaldo que proporcionaste no es válido o est #: 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 el token que has proporcionado no es válido. Por favor, prueba a reiniciar el proceso de restablecimiento de contraseña." #: apps/client/src/services/errors/translate-error.ts:33 msgid "It looks like the resume you're looking for doesn't exist." @@ -772,26 +772,26 @@ msgstr "Parece que tu dirección de correo electrónico ya ha sido verificada." #: 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." msgid "John Doe" -msgstr "" +msgstr "Juan Nadie" #: apps/client/src/pages/auth/register/page.tsx:130 msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish." msgid "john.doe" -msgstr "" +msgstr "Juan.Nadie" #: apps/client/src/pages/auth/register/page.tsx:151 msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish." msgid "john.doe@example.com" -msgstr "" +msgstr "juan.nadie@ejemplo.es" #: apps/client/src/pages/builder/sidebars/right/sections/export.tsx:54 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 "Palabras clave" @@ -820,10 +820,10 @@ msgstr "Aprende más" #: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:44 msgid "Letter" -msgstr "" +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 "Nivel" @@ -852,7 +852,7 @@ msgstr "LinkedIn, currículum 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 "Marzo 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 "Marzo 2023 - Presente" @@ -914,13 +914,13 @@ msgid "MIT License" msgstr "Licencia 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 "Integración con OpenAI" msgid "Options" msgstr "Opciones" -#: 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 continuar con" @@ -1030,7 +1030,7 @@ msgstr "Notas personales para cada currículum" msgid "Phone" msgstr "Teléfono" -#: apps/client/src/pages/auth/layout.tsx:75 +#: apps/client/src/pages/auth/layout.tsx:76 msgid "Photograph by Patrick Tomasso" msgstr "Fotografía de Patrick Tomasso" @@ -1070,11 +1070,11 @@ msgstr "Posición" #: apps/client/src/pages/home/sections/features/index.tsx:97 msgid "Powered by" -msgstr "" +msgstr "Impulsado por" #: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:98 msgid "Powered by <0>Simple Icons" -msgstr "" +msgstr "Impulsado por <0>Simple Icons" #: apps/client/src/pages/builder/sidebars/right/sections/theme.tsx:43 msgid "Primary Color" @@ -1121,15 +1121,15 @@ msgstr "Reactive Resume" #: apps/client/src/pages/home/sections/logo-cloud/index.tsx:39 msgid "Reactive Resume has helped people land jobs at these great companies:" -msgstr "" +msgstr "Reactive Resume ha ayudado a personas a conseguir puestos de trabajo en estas grandes compañías:" #: 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 es un proyecto gratuito y de código abierto construido mayoritariamente por mí y tu apoyo sería gratamente apreciado. Si estás dispuesto a contribuir, solo si te lo puedes permitir, considera realizar una donación por medio de alguna de las plataformas listadas. Adicionalmente, las donaciones a Reactive Resume por medio de Open Collective están libres de impuestos, ya que el proyecto está financiado por 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 "Reactive Resume es un proyecto pasional de más de 3 años de duro trabajo, con ello existen una serie de ideas reiteradas y funcionalidades que han sido construidas hasta la (casi) perfección." #: 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." @@ -1194,7 +1194,7 @@ msgstr "Rico en funciones, no en precios." msgid "Rounded" msgstr "Redondeado" -#: 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 @@ -1236,7 +1236,7 @@ msgstr "Seguridad" #: apps/client/src/pages/home/sections/features/index.tsx:50 msgid "Self-host with Docker" -msgstr "" +msgstr "Auto alojamiento con Docker" #: apps/client/src/pages/auth/forgot-password/page.tsx:98 msgid "Send Email" @@ -1282,36 +1282,36 @@ msgstr "Barra lateral" #: apps/client/src/pages/auth/login/page.tsx:116 #: apps/client/src/pages/auth/verify-otp/page.tsx:92 msgid "Sign in" -msgstr "" +msgstr "Iniciar sesión" #: apps/client/src/pages/auth/register/page.tsx:77 msgid "Sign in now" -msgstr "" +msgstr "Inicia sesión" #: apps/client/src/pages/auth/login/page.tsx:55 #: apps/client/src/pages/auth/login/page.tsx:60 msgid "Sign in to your account" -msgstr "" +msgstr "Inicia sesión a tu cuenta" #: apps/client/src/pages/home/sections/features/index.tsx:55 msgid "Sign in with Email" -msgstr "" +msgstr "Inicia sesión con Email" #: apps/client/src/pages/home/sections/features/index.tsx:53 msgid "Sign in with GitHub" -msgstr "" +msgstr "Inicia sesión con GitHub" #: apps/client/src/pages/home/sections/features/index.tsx:54 msgid "Sign in with Google" -msgstr "" +msgstr "Inicia sesión con Google" #: apps/client/src/pages/auth/register/page.tsx:185 msgid "Sign up" -msgstr "" +msgstr "Registrarse" #: apps/client/src/pages/auth/register/page.tsx:85 msgid "Signups are currently disabled by the administrator." -msgstr "" +msgstr "Los registros están actualmente deshabilitados por el administrador." #: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:72 msgid "Size (in px)" @@ -1323,15 +1323,15 @@ 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." -msgstr "" +msgstr "Algo salió mal al obtener una vista previa de tu currículum. Por favor, vuelva a intentarlo más tarde o plantee un problema en 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 salió mal al imprimir tu currículum. Por favor, vuelva a intentarlo más tarde o plantee un error en 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 salió mal procesando su solicitud. Por favor, vuelva a intentarlo más tarde o plantee un error en 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 @@ -1370,10 +1370,10 @@ msgstr "Almacenado" #: 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 "Se ha producido un error al conectar con el navegador. Por favor, asegúrate de que 'chrome' se está ejecutando y es accesible." -#: 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 acción puede revertirse pulsando el botón deshacer de la barra de herramientas flotante." @@ -1484,19 +1484,19 @@ msgstr "Seguimiento de visitas y descargas" #: 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 "Autenticación de doble factor" #: apps/client/src/services/errors/translate-error.ts:23 msgid "Two-factor authentication is already enabled for this account." -msgstr "" +msgstr "La autenticación de doble factor ya está habilitada para esta cuenta." #: apps/client/src/services/errors/translate-error.ts:21 msgid "Two-factor authentication is not enabled for this account." -msgstr "" +msgstr "La autenticación de doble factor no está habilitada para esta cuenta." #: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:84 msgid "Type <0>delete to confirm deleting your account." -msgstr "" +msgstr "Escriba <0>eliminar para confirmar la eliminación de tu cuenta." #. For example, Bachelor's Degree or Master's Degree #: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:54 @@ -1531,7 +1531,7 @@ msgstr "Desbloquear un currículum te permitirá realizar cambios en él nuevame msgid "Unverified" msgstr "Sin verificar" -#: 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 "Actualizar un elemento existente" @@ -1588,7 +1588,7 @@ msgstr "Verificada" #: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159 msgid "Verify that two-factor authentication has been setup correctly" -msgstr "" +msgstr "Verifica que la autenticación de doble factor haya sido configurada correctamente" #: apps/client/src/pages/auth/verify-email/page.tsx:43 #: apps/client/src/pages/auth/verify-email/page.tsx:48 @@ -1613,11 +1613,11 @@ msgstr "Verificamos tu dirección de correo electrónico sólo para asegurarnos #: 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 "Sitio Web" msgid "What's new in the latest version" msgstr "Novedades en la última versión" -#: 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 "Puedes agregar varias palabras clave separándolas con una coma o presionando Enter." @@ -1667,7 +1667,7 @@ msgstr "Tu cuenta y todos tus datos han sido eliminados con éxito. ¡Adiós!" #: 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 "Su clave de API se almacena de manera segura en el almacenamiento local del navegador y solo se utiliza al realizar peticiones a OpenAI a través de su SDK oficial. Tenga la seguridad de que su clave no se transmite a ningún servidor externo a excepción de los servicios de OpenAI." #: apps/client/src/pages/auth/verify-email/page.tsx:28 msgid "Your email address has been verified successfully." @@ -1688,4 +1688,3 @@ msgstr "Aumentar" #: apps/client/src/pages/builder/_components/toolbar.tsx:86 msgid "Zoom Out" msgstr "Disminuir" - diff --git a/apps/client/src/locales/fa-IR/messages.po b/apps/client/src/locales/fa-IR/messages.po index a1ca10c4..116fc58a 100644 --- a/apps/client/src/locales/fa-IR/messages.po +++ b/apps/client/src/locales/fa-IR/messages.po @@ -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.<1>If you like the app and want to support keeping it free forever, please donate whatever you can afford to give." -msgstr "" +msgstr "<0>من 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.<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." -msgstr "" +msgstr "<0>مطمئنم که برنامه بی‌نقص نیست، اما دوست دارم که باشد. <1>اگر موقع ایجاد رزومه خودتان با مشکلی مواجه شدید یا ایده‌ای دارید که به شما و سایر کاربران در ساختن راحت‌تر رزومه کمک می‌کند، در گیت‌هاب پروژه یک issue ایجاد کنید یا به من ایمیل بفرستید." #: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:126 msgid "<0>Note: By utilizing the OpenAI API, you acknowledge and accept the <1>terms of use and <2>privacy policy 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>توجه: با استفاده از امکانات OpenAI API، <1>شرایط استفاده را تایید می‌کنید و می‌پذیرید و <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.<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." -msgstr "" +msgstr "<0>جامعه Reactive Resume زمان زیادی را صرف نوشتن مستندات کرده است، و من مطمئن هستم که به شما در شروع کار با برنامه کمک خواهد کرد. <1>همچنین مثال‌ها و تمپلت‌های زیادی وجود دارد که به شما در شروع کار کمک می‌کند، و شاید این مثال‌ها در شناخت امکاناتی که ممکن است در روند ساختن رزومه ندانید مفید باشند." #: apps/client/src/pages/dashboard/settings/_sections/security.tsx:146 msgid "<0>Two-factor authentication is currently disabled. You can enable it by adding an authenticator app to your account." -msgstr "" +msgstr "<0> احراز هویت دو مرحله‌ای در حال حاضر غیرفعال است. می توانید با نصب یک اپلیکیشن احراز هویت (مثل Google Authenticator یا Microsoft Authenticator) و افزودن آن به حساب خود، ورود دو مرحله‌ای را فعال کنید." #: apps/client/src/pages/dashboard/settings/_sections/security.tsx:139 msgid "<0>Two-factor authentication is enabled. 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." -msgstr "" +msgstr "زبان خود را نمی بینید؟ <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 "" - diff --git a/apps/client/src/locales/fi-FI/messages.po b/apps/client/src/locales/fi-FI/messages.po index 44d7c1e2..22757e3a 100644 --- a/apps/client/src/locales/fi-FI/messages.po +++ b/apps/client/src/locales/fi-FI/messages.po @@ -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 "" - diff --git a/apps/client/src/locales/fr-FR/messages.po b/apps/client/src/locales/fr-FR/messages.po index 4e6d24f0..6fbb8ca0 100644 --- a/apps/client/src/locales/fr-FR/messages.po +++ b/apps/client/src/locales/fr-FR/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: fr\n" "Project-Id-Version: reactive-resume\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-12-19 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" - diff --git a/apps/client/src/locales/he-IL/messages.po b/apps/client/src/locales/he-IL/messages.po index a87da021..6545b8c2 100644 --- a/apps/client/src/locales/he-IL/messages.po +++ b/apps/client/src/locales/he-IL/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: he\n" "Project-Id-Version: reactive-resume\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-12-12 00:08\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 "למחוק את הפריט הזה?" @@ -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 "שכפול פריט קיים" @@ -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 "תמונה מאת פטריק טומאסו" @@ -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 "קרתה תקלה בחיבור לדפדפן. נא לוודא ש־‚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 "התרחקות" - diff --git a/apps/client/src/locales/hi-IN/messages.po b/apps/client/src/locales/hi-IN/messages.po index cff6036e..fbcad404 100644 --- a/apps/client/src/locales/hi-IN/messages.po +++ b/apps/client/src/locales/hi-IN/messages.po @@ -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 "ज़ूम आउट" - diff --git a/apps/client/src/locales/hu-HU/messages.po b/apps/client/src/locales/hu-HU/messages.po index 7b3bb38f..3f059ad8 100644 --- a/apps/client/src/locales/hu-HU/messages.po +++ b/apps/client/src/locales/hu-HU/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: hu\n" "Project-Id-Version: reactive-resume\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-01-05 00:08\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 @@ -318,7 +318,7 @@ msgstr "" msgid "Copy to Clipboard" 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 "Létrehozás" @@ -328,7 +328,7 @@ msgstr "Létrehozás" msgid "Create a new account" 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 "Új elem létrehozása" @@ -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 "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 "Leírás" @@ -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 "" - diff --git a/apps/client/src/locales/id-ID/messages.po b/apps/client/src/locales/id-ID/messages.po index d1d31599..31cda21a 100644 --- a/apps/client/src/locales/id-ID/messages.po +++ b/apps/client/src/locales/id-ID/messages.po @@ -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.<1>If you like the app and want to support keeping it free forever, please donate whatever you can afford to give." -msgstr "" +msgstr "<0>Saya membuat Reactive Resume sendiri seringnya di waktu senggang, dengan banyak bantuan dari kontributor open source hebat lainnya. <1>Jika Anda menyukai aplikasi ini dan ingin mendukung agar aplikasi ini tetap gratis selamanya, silakan sumbangkan berapa pun yang Anda mampu berikan." #: 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.<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." -msgstr "" +msgstr "<0>Saya yakin aplikasi ini belum sempurna, tetapi saya ingin aplikasi ini sempurna.<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." #: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:126 msgid "<0>Note: By utilizing the OpenAI API, you acknowledge and accept the <1>terms of use and <2>privacy policy 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: Dengan menggunakan API OpenAI, Anda mengakui dan menerima <1>persyaratan penggunaan dan <2>kebijakan privasi 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.<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." -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.<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." #: apps/client/src/pages/dashboard/settings/_sections/security.tsx:146 msgid "<0>Two-factor authentication is currently disabled. You can enable it by adding an authenticator app to your account." -msgstr "" +msgstr "<0>Autentikasi dua faktor saat ini dinonaktifkan. 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. You will be asked to enter a code every time you sign in." -msgstr "" +msgstr "<0>Autentikasi dua faktor diaktifkan. 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" -msgstr "" +msgstr "Sebuah proyek penuh semangat dari <0>Amruth Pillai" #: 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 to display your password temporarily." -msgstr "" +msgstr "Tahan <0>Ctrl 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}." -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}." #: 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 "" - diff --git a/apps/client/src/locales/it-IT/messages.po b/apps/client/src/locales/it-IT/messages.po index 18a04287..5e0668ca 100644 --- a/apps/client/src/locales/it-IT/messages.po +++ b/apps/client/src/locales/it-IT/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: it\n" "Project-Id-Version: reactive-resume\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-12-17 00:08\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" @@ -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?" @@ -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 "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" @@ -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 @@ -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" - diff --git a/apps/client/src/locales/ja-JP/messages.po b/apps/client/src/locales/ja-JP/messages.po index 0820decc..ae783237 100644 --- a/apps/client/src/locales/ja-JP/messages.po +++ b/apps/client/src/locales/ja-JP/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ja\n" "Project-Id-Version: reactive-resume\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-01-04 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." @@ -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 "" @@ -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 "" @@ -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" @@ -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 "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 "" 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 "Webサイト" 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 "" - diff --git a/apps/client/src/locales/km-KH/messages.po b/apps/client/src/locales/km-KH/messages.po index 1af0a9e2..8af0a0a5 100644 --- a/apps/client/src/locales/km-KH/messages.po +++ b/apps/client/src/locales/km-KH/messages.po @@ -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 "" - diff --git a/apps/client/src/locales/kn-IN/messages.po b/apps/client/src/locales/kn-IN/messages.po index 81727283..f9bf376b 100644 --- a/apps/client/src/locales/kn-IN/messages.po +++ b/apps/client/src/locales/kn-IN/messages.po @@ -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 "ಗಾತ್ರ ಕುಗ್ಗಿಸಿ" - diff --git a/apps/client/src/locales/ko-KR/messages.po b/apps/client/src/locales/ko-KR/messages.po index 6ac82799..ae806443 100644 --- a/apps/client/src/locales/ko-KR/messages.po +++ b/apps/client/src/locales/ko-KR/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ko\n" "Project-Id-Version: reactive-resume\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-12-29 00:06\n" +"PO-Revision-Date: 2024-02-01 09:12\n" "Last-Translator: \n" "Language-Team: Korean\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -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 "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 "" 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 "기존 항목 복제" @@ -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 "" - diff --git a/apps/client/src/locales/lt-LT/messages.po b/apps/client/src/locales/lt-LT/messages.po index 5d2eeca8..d6d7dfe3 100644 --- a/apps/client/src/locales/lt-LT/messages.po +++ b/apps/client/src/locales/lt-LT/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: lt\n" "Project-Id-Version: reactive-resume\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-12-20 00:06\n" +"PO-Revision-Date: 2024-02-01 09:12\n" "Last-Translator: \n" "Language-Team: Lithuanian\n" "Plural-Forms: nplurals=4; plural=(n%10==1 && (n%100>19 || n%100<11) ? 0 : (n%10>=2 && n%10<=9) && (n%100>19 || n%100<11) ? 1 : n%1!=0 ? 2: 3);\n" @@ -150,7 +150,7 @@ msgstr "Kiekvienas, pasinaudojęs šia nuoroda, gali peržiūrėti ir atsisiųst msgid "API Key" msgstr "API raktas" -#: 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 "Ar tikrai norite ištrinti šį elementą?" @@ -235,7 +235,7 @@ msgstr "Pastatytas su" msgid "By the community, for the community." msgstr "Bendruomenės ir bendruomenei." -#: 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 "Nukopijuokite nuorodą į gyvenimo aprašymą" msgid "Copy to Clipboard" msgstr "Kopijuoti į iškarpinę" -#: 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 "Sukurti" @@ -328,7 +328,7 @@ msgstr "Sukurti" msgid "Create a new account" msgstr "Sukurti naują paskyrą" -#: 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 "Sukurti naują elementą" @@ -377,15 +377,15 @@ msgstr "Tamsus" 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 arba datos intervalas" -#: 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 "Ištrinti" msgid "Delete Account" msgstr "Ištrinti paskyrą" -#: 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 "Aprašymas" @@ -462,7 +462,7 @@ msgstr "Atsisiųsti PDF" msgid "Downloads" msgstr "Atsisiuntimai" -#: 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 "Atsisiuntimai" msgid "Duplicate" msgstr "Dublikatas" -#: 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 "Dubliuoti esamą elementą" @@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper msgstr "Čia galite atnaujinti savo profilį, kad pritaikytumėte ir suasmenintumėte savo patirtį." #: 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 "Paslėptas" @@ -788,10 +788,10 @@ msgstr "jonas.jonaitis@pavyzdys.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 "Raktiniai žodžiai" @@ -823,7 +823,7 @@ msgid "Letter" msgstr "Laiškas" #: 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 "Lygis" @@ -852,7 +852,7 @@ msgstr "LinkedIn, JSON CV ir kt." msgid "List" msgstr "Sąrašas" -#: 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 m. kovo mėn" #: 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 m. kovo mėn. - dabartis" @@ -914,13 +914,13 @@ msgid "MIT License" msgstr "MIT licencija" #: 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\" integracija" msgid "Options" msgstr "Parinktys" -#: 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 "arba tęsti su" @@ -1030,7 +1030,7 @@ msgstr "Asmeninės pastabos prie kiekvieno gyvenimo aprašymo" msgid "Phone" msgstr "Telefonas" -#: apps/client/src/pages/auth/layout.tsx:75 +#: apps/client/src/pages/auth/layout.tsx:76 msgid "Photograph by Patrick Tomasso" msgstr "Patrick Tomasso nuotrauka" @@ -1194,7 +1194,7 @@ msgstr "Turtingas funkcijomis, bet ne kainomis." msgid "Rounded" msgstr "Suapvalintas" -#: 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 "Saugoma" #: 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 "Įvyko prisijungimo prie naršyklės klaida. Įsitikinkite, kad 'chrome' veikia ir yra pasiekiama." -#: 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 "Šį veiksmą galima atšaukti slankiojoje įrankių juostoje spustelėjus anuliavimo mygtuką." @@ -1531,7 +1531,7 @@ msgstr "Atrakinę gyvenimo aprašymą galėsite vėl jį keisti." msgid "Unverified" msgstr "Nepatikrintas" -#: 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 "Atnaujinti esamą elementą" @@ -1613,11 +1613,11 @@ msgstr "Jūsų el. pašto adresą tikriname tik tam, kad galėtume atsiųsti sla #: 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 "Tinklalapis" msgid "What's new in the latest version" msgstr "Kas naujo naujausioje versijoje" -#: 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 "Galite pridėti kelis raktinius žodžius, atskirdami juos kableliu arba paspausdami enter." @@ -1688,4 +1688,3 @@ msgstr "Priartinti" #: apps/client/src/pages/builder/_components/toolbar.tsx:86 msgid "Zoom Out" msgstr "Tolinti" - diff --git a/apps/client/src/locales/lv-LV/messages.po b/apps/client/src/locales/lv-LV/messages.po new file mode 100644 index 00000000..8d91e501 --- /dev/null +++ b/apps/client/src/locales/lv-LV/messages.po @@ -0,0 +1,1691 @@ +msgid "" +msgstr "" +"POT-Creation-Date: 2023-11-10 13:15+0100\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: @lingui/cli\n" +"Language: lv\n" +"Project-Id-Version: reactive-resume\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2024-02-13 00:08\n" +"Last-Translator: \n" +"Language-Team: Latvian\n" +"Plural-Forms: nplurals=3; plural=(n==0 ? 0 : n%10==1 && n%100!=11 ? 1 : 2);\n" +"X-Crowdin-Project: reactive-resume\n" +"X-Crowdin-Project-ID: 503410\n" +"X-Crowdin-Language: lv\n" +"X-Crowdin-File: messages.po\n" +"X-Crowdin-File-ID: 494\n" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169 +msgid "You have enabled two-factor authentication successfully." +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:57 +msgid "{templatesCount} resume templates to choose from" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:114 +msgid "{value, plural, one {Column} other {Columns}}" +msgstr "" + +#: 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.<1>If you like the app and want to support keeping it free forever, please donate whatever you can afford to give." +msgstr "" + +#: 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.<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." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:126 +msgid "<0>Note: By utilizing the OpenAI API, you acknowledge and accept the <1>terms of use and <2>privacy policy 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 "" + +#: 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.<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." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:146 +msgid "<0>Two-factor authentication is currently disabled. You can enable it by adding an authenticator app to your account." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:139 +msgid "<0>Two-factor authentication is enabled. You will be asked to enter a code every time you sign in." +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 "" + +#: 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 "" + +#: 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 "" + +#: apps/client/src/components/copyright.tsx:29 +msgid "A passion project by <0>Amruth Pillai" +msgstr "" + +#: 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 "" + +#: apps/client/src/services/errors/translate-error.ts:31 +msgid "A resume with this slug already exists, please pick a different unique identifier." +msgstr "" + +#: apps/client/src/services/errors/translate-error.ts:9 +msgid "A user with this email address and/or username already exists." +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:43 +msgid "A4" +msgstr "" + +#. 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 "" + +#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:104 +msgid "Account" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:124 +msgid "Add a custom field" +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 "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:68 +msgid "Add a new item" +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 "" + +#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:269 +msgid "Add New Page" +msgstr "" + +#: apps/client/src/components/ai-actions.tsx:79 +msgid "AI" +msgstr "" + +#: apps/client/src/pages/auth/register/page.tsx:74 +msgid "Already have an account?" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:144 +msgid "An error occurred while validating the file." +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:135 +msgid "and many more..." +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:57 +msgid "Anyone with the link can view and download the resume." +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 "" + +#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:83 +msgid "API Key" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125 +msgid "Are you sure you want to delete this item?" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148 +msgid "Are you sure you want to delete your resume?" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123 +msgid "Are you sure you want to disable two-factor authentication?" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:38 +msgid "Are you sure you want to lock this resume?" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:39 +msgid "Are you sure you want to unlock this resume?" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:94 +msgid "Are you sure?" +msgstr "" + +#. For example, Computer Science or Business Administration +#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:73 +msgid "Area of Study" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:86 +msgid "Aspect Ratio" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:51 +msgid "Available in {languagesCount} languages" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:53 +msgid "Awarder" +msgstr "" + +#: apps/client/src/pages/auth/backup-otp/page.tsx:92 +#: apps/client/src/pages/auth/forgot-password/page.tsx:94 +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:236 +msgid "Back" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/theme.tsx:73 +msgid "Background Color" +msgstr "" + +#: apps/client/src/pages/auth/backup-otp/page.tsx:75 +msgid "Backup Code" +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 "" + +#: 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 "" + +#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:21 +msgid "Basics" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:196 +msgid "Border" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:129 +msgid "Border Radius" +msgstr "" + +#: apps/client/src/pages/public/page.tsx:91 +msgid "Built with" +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 "" + +#: 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 "" + +#: apps/client/src/components/ai-actions.tsx:103 +#: apps/client/src/components/ai-actions.tsx:106 +msgid "Casual" +msgstr "" + +#: apps/client/src/pages/builder/_components/toolbar.tsx:98 +msgid "Center Artboard" +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 "" + +#: apps/client/src/components/ai-actions.tsx:97 +msgid "Change Tone" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185 +msgid "Changed your mind about the name? Give it a new one." +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 "" + +#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:149 +msgid "Circle" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:242 +msgid "Close" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199 +msgid "Code" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50 +msgid "Code must be exactly 6 digits long." +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:108 +msgid "Columns" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:39 +msgid "Company" +msgstr "" + +#: apps/client/src/components/ai-actions.tsx:115 +#: apps/client/src/components/ai-actions.tsx:118 +msgid "Confident" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:98 +msgid "Confirm New Password" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232 +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:239 +msgid "Continue" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:94 +msgid "Copy" +msgstr "" + +#: apps/client/src/pages/builder/_components/toolbar.tsx:132 +msgid "Copy Link to Resume" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:78 +msgid "Copy to Clipboard" +msgstr "" + +#: 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 "" + +#: apps/client/src/pages/auth/register/page.tsx:67 +#: apps/client/src/pages/auth/register/page.tsx:72 +msgid "Create a new account" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156 +msgid "Create a new item" +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 "" + +#: apps/client/src/pages/auth/login/page.tsx:65 +msgctxt "This is a link to create a new account" +msgid "Create one now" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258 +msgid "Create Sample Resume" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:62 +msgid "Custom resume sections" +msgstr "" + +#: apps/client/src/stores/resume.ts:45 +msgid "Custom Section" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:60 +msgid "Customisable colour palettes" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:61 +msgid "Customisable layouts" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:62 +msgid "Danger Zone" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:82 +msgid "Dark" +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 "" + +#: 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: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: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 "" + +#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:79 +#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:94 +msgid "Delete Account" +msgstr "" + +#: 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:66 +#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53 +#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63 +msgid "Description" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:58 +msgid "Design single/multi page resumes" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137 +msgid "Disable" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:155 +msgid "Disable 2FA" +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 "" + +#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:110 +msgid "Documentation" +msgstr "" + +#: apps/client/src/pages/auth/login/page.tsx:62 +msgid "Don't have an account?" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:88 +msgid "Don't know where to begin? Hit the docs!" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:101 +msgid "Don't see your language? <0>Help translate the app." +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:40 +msgid "Donate to Reactive Resume" +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 "" + +#: 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 "" + +#: apps/client/src/pages/builder/_components/toolbar.tsx:144 +#: apps/client/src/pages/public/page.tsx:103 +msgid "Download PDF" +msgstr "" + +#: 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: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 "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158 +msgid "Duplicate an existing item" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179 +msgid "Duplicate an existing resume" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:90 +msgid "Edit" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:174 +msgid "Effects" +msgstr "" + +#: apps/client/src/pages/auth/forgot-password/page.tsx:82 +#: apps/client/src/pages/auth/login/page.tsx:84 +#: apps/client/src/pages/auth/register/page.tsx:148 +#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:50 +#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180 +msgid "Email" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:159 +msgid "Enable 2FA" +msgstr "" + +#: apps/client/src/pages/auth/reset-password/page.tsx:67 +msgid "Enter a new password below, and make sure it's secure." +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 "" + +#: 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 "" + +#: apps/client/src/pages/auth/verify-otp/page.tsx:60 +msgid "Enter the one-time password provided by your authenticator app below." +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 "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:283 +msgid "Errors" +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 "" + +#: 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 "" + +#: apps/client/src/pages/builder/sidebars/right/index.tsx:79 +#: apps/client/src/pages/builder/sidebars/right/sections/export.tsx:40 +msgid "Export" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:255 +msgid "File" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:221 +msgid "Filetype" +msgstr "" + +#: apps/client/src/pages/home/sections/hero/index.tsx:40 +msgid "Finally," +msgstr "" + +#: apps/client/src/components/ai-actions.tsx:90 +msgid "Fix Spelling & Grammar" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:94 +msgid "Font Family" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:135 +msgid "Font Size" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:109 +msgid "Font Subset" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:121 +msgid "Font Variants" +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." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:107 +msgid "Forget" +msgstr "" + +#: apps/client/src/pages/auth/login/page.tsx:120 +msgid "Forgot Password?" +msgstr "" + +#: apps/client/src/pages/auth/forgot-password/page.tsx:68 +msgid "Forgot your password?" +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 "" + +#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:49 +msgid "Found a bug, or have an idea for a new feature?" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:46 +msgid "Free, forever" +msgstr "" + +#: apps/client/src/components/ai-actions.tsx:121 +#: apps/client/src/components/ai-actions.tsx:124 +msgid "Friendly" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:31 +msgid "Full Name" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201 +msgid "Generate a random title for your resume" +msgstr "" + +#: apps/client/src/pages/home/sections/hero/call-to-action.tsx:33 +msgid "Get Started" +msgstr "" + +#: apps/client/src/pages/auth/_components/social-auth.tsx:18 +msgid "GitHub" +msgstr "" + +#: apps/client/src/pages/home/sections/statistics/index.tsx:12 +msgid "GitHub Stars" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186 +msgid "Give your old resume a new name." +msgstr "" + +#: apps/client/src/pages/auth/verify-email/page.tsx:67 +#: apps/client/src/pages/home/sections/hero/call-to-action.tsx:18 +msgid "Go to Dashboard" +msgstr "" + +#: apps/client/src/pages/auth/_components/social-auth.tsx:31 +msgid "Google" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:207 +msgid "Grayscale" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/page.tsx:41 +msgid "Grid" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:41 +msgid "Headline" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:106 +msgid "Here, you can update your account information such as your profile picture, name and username." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:62 +msgid "Here, you can update your profile to customize and personalize your experience." +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76 +#: 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 "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:78 +msgid "Hide" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:179 +msgid "Hide Icons" +msgstr "" + +#: apps/client/src/pages/auth/login/page.tsx:104 +#: apps/client/src/pages/auth/register/page.tsx:174 +#: apps/client/src/pages/auth/reset-password/page.tsx:88 +msgid "Hold <0>Ctrl to display your password temporarily." +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:100 +msgid "Horizontal" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:67 +msgid "Host your resume publicly" +msgstr "" + +#: apps/client/src/pages/home/sections/testimonials/index.tsx:70 +msgid "I always love to hear from the users of Reactive Resume with feedback or support. Here are some of the messages I've received. If you have any feedback, feel free to drop me an email at <0>{email}." +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:82 +msgid "Icon" +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." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126 +msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in." +msgstr "" + +#: apps/client/src/pages/home/sections/support/index.tsx:59 +msgid "If you're multilingual, we'd love your help in bringing the app to more languages and communities. Don't worry if you don't see your language on the list - just give me a shout-out on GitHub, and I'll make sure to include it. Ready to get started? Jump into translation over at Crowdin by clicking the link below." +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:309 +msgid "Import" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:208 +#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/import-card.tsx:24 +#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/import-item.tsx:18 +msgid "Import an existing resume" +msgstr "" + +#: apps/client/src/components/ai-actions.tsx:85 +msgid "Improve Writing" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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." +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/index.tsx:83 +#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:122 +msgid "Information" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:39 +msgid "Institution" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:53 +msgid "Issuer" +msgstr "" + +#: apps/client/src/services/errors/translate-error.ts:7 +msgid "It doesn't look like a user exists with the credentials you provided." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: apps/client/src/services/errors/translate-error.ts:33 +msgid "It looks like the resume you're looking for doesn't exist." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: apps/client/src/services/errors/translate-error.ts:19 +msgid "It looks like your email address has already been verified." +msgstr "" + +#: 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." +msgid "John Doe" +msgstr "" + +#: apps/client/src/pages/auth/register/page.tsx:130 +msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish." +msgid "john.doe" +msgstr "" + +#: apps/client/src/pages/auth/register/page.tsx:151 +msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish." +msgid "john.doe@example.com" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/export.tsx:54 +msgid "JSON" +msgstr "" + +#: 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 "" + +#: 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 +msgid "Label" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:95 +msgid "Language" +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 +msgid "Last updated {lastUpdated}" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/index.tsx:65 +#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:207 +msgid "Layout" +msgstr "" + +#: apps/client/src/pages/home/sections/hero/call-to-action.tsx:39 +msgid "Learn more" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:44 +msgid "Letter" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64 +#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77 +msgid "Level" +msgstr "" + +#: apps/client/src/components/copyright.tsx:16 +msgid "Licensed under <0>MIT" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:81 +msgid "Light" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:69 +msgid "Light or dark theme" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:152 +msgid "Line Height" +msgstr "" + +#: 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 "" + +#: apps/client/src/pages/dashboard/resumes/page.tsx:45 +msgid "List" +msgstr "" + +#: 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 +msgid "Location" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:51 +#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:142 +#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:122 +#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:192 +msgid "Lock" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:64 +msgid "Lock a resume to prevent editing" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:43 +msgid "Locking a resume will prevent any further changes to it. This is useful when you have already shared your resume with someone and you don't want to accidentally make any changes to it." +msgstr "" + +#: apps/client/src/components/user-options.tsx:34 +#: apps/client/src/pages/home/sections/hero/call-to-action.tsx:23 +msgid "Logout" +msgstr "" + +#: apps/client/src/pages/auth/verify-otp/page.tsx:64 +msgid "Lost your device?" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:255 +msgid "Main" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:59 +msgid "Manage multiple resumes" +msgstr "" + +#. The month and year should be uniform across all languages. +#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:71 +#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:69 +#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:69 +msgid "March 2023" +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:82 +#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69 +msgid "March 2023 - Present" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:50 +msgid "Margin" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:48 +msgid "MIT License" +msgstr "" + +#: apps/client/src/pages/auth/register/page.tsx:106 +#: 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: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: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 "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:39 +msgctxt "Name of the Certification" +msgid "Name" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:39 +msgid "Network" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:85 +msgid "New Password" +msgstr "" + +#: apps/client/src/components/locale-combobox.tsx:43 +msgid "No results found" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:49 +msgid "No user tracking or advertising" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131 +msgid "Note: This will make your account less secure." +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/index.tsx:80 +#: apps/client/src/pages/builder/sidebars/right/sections/notes.tsx:17 +msgid "Notes" +msgstr "" + +#: apps/client/src/pages/auth/verify-otp/page.tsx:82 +msgid "One-Time Password" +msgstr "" + +#: apps/client/src/components/ai-actions.tsx:56 +#: apps/client/src/libs/axios.ts:34 +#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:188 +#: apps/client/src/services/resume/print.tsx:26 +msgid "Oops, the server returned an error." +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:124 +#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:84 +#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:174 +msgid "Open" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:47 +msgid "Open Source" +msgstr "" + +#: apps/client/src/services/openai/change-tone.ts:30 +#: apps/client/src/services/openai/fix-grammar.ts:28 +#: apps/client/src/services/openai/improve-writing.ts:28 +msgid "OpenAI did not return any choices for your text." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:52 +#: apps/client/src/pages/home/sections/features/index.tsx:52 +msgid "OpenAI Integration" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:67 +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:169 +msgid "Options" +msgstr "" + +#: 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 "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:39 +msgid "Organization" +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 "" + +#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:237 +msgid "Page {0}" +msgstr "" + +#: apps/client/src/pages/auth/login/page.tsx:99 +#: apps/client/src/pages/auth/register/page.tsx:169 +#: apps/client/src/pages/auth/reset-password/page.tsx:83 +#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76 +msgid "Password" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/export.tsx:72 +msgid "PDF" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:63 +msgid "Personal notes for each resume" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:73 +msgid "Phone" +msgstr "" + +#: apps/client/src/pages/auth/layout.tsx:76 +msgid "Photograph by Patrick Tomasso" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:66 +msgid "Pick any font from Google Fonts" +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 "" + +#: apps/client/src/pages/auth/verify-email/page.tsx:59 +msgid "Please note that this step is completely optional." +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:225 +msgid "Please select a file type" +msgstr "" + +#: 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 "" + +#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:106 +msgid "Portrait" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:54 +msgctxt "Position held at a company, for example, Software Engineer" +msgid "Position" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:53 +msgid "Position" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:97 +msgid "Powered by" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:98 +msgid "Powered by <0>Simple Icons" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/theme.tsx:43 +msgid "Primary Color" +msgstr "" + +#: apps/client/src/components/ai-actions.tsx:109 +#: apps/client/src/components/ai-actions.tsx:112 +msgid "Professional" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:60 +msgid "Profile" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:55 +msgid "Public" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:53 +msgid "Publisher" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:69 +msgid "Raise an issue" +msgstr "" + +#: apps/client/src/components/copyright.tsx:38 +#: apps/client/src/pages/auth/backup-otp/page.tsx:52 +#: apps/client/src/pages/auth/forgot-password/page.tsx:49 +#: apps/client/src/pages/auth/login/page.tsx:55 +#: apps/client/src/pages/auth/register/page.tsx:67 +#: apps/client/src/pages/auth/reset-password/page.tsx:60 +#: apps/client/src/pages/auth/verify-email/page.tsx:43 +#: apps/client/src/pages/auth/verify-otp/page.tsx:52 +#: apps/client/src/pages/builder/page.tsx:39 +#: apps/client/src/pages/dashboard/resumes/page.tsx:20 +#: apps/client/src/pages/dashboard/settings/page.tsx:16 +#: apps/client/src/pages/home/components/footer.tsx:17 +#: apps/client/src/pages/home/page.tsx:24 +#: apps/client/src/pages/public/page.tsx:71 +#: apps/client/src/pages/public/page.tsx:93 +msgid "Reactive Resume" +msgstr "" + +#: apps/client/src/pages/home/sections/logo-cloud/index.tsx:39 +msgid "Reactive Resume has helped people land jobs at these great companies:" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: apps/client/src/pages/builder/_components/toolbar.tsx:72 +msgid "Redo" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98 +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:129 +msgid "Remove" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:241 +msgid "Remove Page" +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 +#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93 +#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178 +msgid "Rename" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:198 +msgid "Resend email confirmation link" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:124 +msgid "Reset" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:210 +msgid "Reset Layout" +msgstr "" + +#: apps/client/src/pages/auth/reset-password/page.tsx:60 +#: apps/client/src/pages/auth/reset-password/page.tsx:65 +msgid "Reset your password" +msgstr "" + +#: apps/client/src/pages/builder/_components/toolbar.tsx:92 +msgid "Reset Zoom" +msgstr "" + +#: apps/client/src/pages/dashboard/_components/sidebar.tsx:86 +#: apps/client/src/pages/dashboard/resumes/page.tsx:20 +#: apps/client/src/pages/dashboard/resumes/page.tsx:35 +msgid "Resumes" +msgstr "" + +#: apps/client/src/pages/home/sections/statistics/index.tsx:14 +msgid "Resumes Generated" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:106 +msgid "Rich in features, not in pricing." +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:143 +msgid "Rounded" +msgstr "" + +#: 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 +msgid "Save Changes" +msgstr "" + +#: 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 "" + +#. Score or honors for the degree, for example, CGPA or magna cum laude +#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:92 +msgid "Score" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:98 +msgid "Search for a font family" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:113 +msgid "Search for a font subset" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:126 +msgid "Search for a font variant" +msgstr "" + +#: apps/client/src/components/locale-combobox.tsx:41 +msgid "Search for a language" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:56 +msgid "Secure with two-factor authentication" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:68 +msgid "Security" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:50 +msgid "Self-host with Docker" +msgstr "" + +#: apps/client/src/pages/auth/forgot-password/page.tsx:98 +msgid "Send Email" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:79 +msgid "Send me a message" +msgstr "" + +#: apps/client/src/components/user-options.tsx:28 +#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92 +#: apps/client/src/pages/dashboard/settings/page.tsx:16 +#: apps/client/src/pages/dashboard/settings/page.tsx:26 +msgid "Settings" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157 +msgid "Setup two-factor authentication on your account" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/index.tsx:73 +#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:39 +msgid "Sharing" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:78 +msgid "Show" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:78 +msgid "Show Break Line" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:91 +msgid "Show Page Numbers" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:256 +msgid "Sidebar" +msgstr "" + +#: apps/client/src/pages/auth/backup-otp/page.tsx:96 +#: apps/client/src/pages/auth/login/page.tsx:116 +#: apps/client/src/pages/auth/verify-otp/page.tsx:92 +msgid "Sign in" +msgstr "" + +#: apps/client/src/pages/auth/register/page.tsx:77 +msgid "Sign in now" +msgstr "" + +#: apps/client/src/pages/auth/login/page.tsx:55 +#: apps/client/src/pages/auth/login/page.tsx:60 +msgid "Sign in to your account" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:55 +msgid "Sign in with Email" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:53 +msgid "Sign in with GitHub" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:54 +msgid "Sign in with Google" +msgstr "" + +#: apps/client/src/pages/auth/register/page.tsx:185 +msgid "Sign up" +msgstr "" + +#: apps/client/src/pages/auth/register/page.tsx:85 +msgid "Signups are currently disabled by the administrator." +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:72 +msgid "Size (in px)" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227 +msgid "Slug" +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." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184 +msgid "Start building your resume by giving it a name." +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/index.tsx:76 +#: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:23 +msgid "Statistics" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:38 +msgid "Statistics are available only for public resumes." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:101 +msgid "Store Locally" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160 +msgid "Store your backup codes securely" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:101 +msgid "Stored" +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: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: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 "" + +#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:18 +msgid "Support the app by donating what you can!" +msgstr "" + +#: apps/client/src/pages/home/sections/support/index.tsx:9 +msgid "Supporting Reactive Resume" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:65 +msgid "Supports A4/Letter page formats" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:80 +msgid "System" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/index.tsx:62 +#: apps/client/src/pages/builder/sidebars/right/sections/template.tsx:19 +msgid "Template" +msgstr "" + +#: apps/client/src/pages/home/sections/templates/index.tsx:9 +msgid "Templates" +msgstr "" + +#: apps/client/src/pages/home/sections/testimonials/index.tsx:68 +msgid "Testimonials" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/theme.tsx:103 +msgid "Text Color" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:25 +msgid "That doesn't look like a valid OpenAI API key." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:34 +msgid "The passwords you entered do not match." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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:127 +msgid "This action can be reverted by clicking on the undo button in the floating toolbar." +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150 +msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered." +msgstr "" + +#: 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 "" + +#: apps/client/src/pages/builder/_components/header.tsx:53 +msgid "This resume is locked, please unlock to make further changes." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:39 +msgctxt "Name of the Award" +msgid "Title" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195 +msgid "Title" +msgstr "" + +#: apps/client/src/pages/builder/_components/toolbar.tsx:106 +msgid "Toggle Page Break Line" +msgstr "" + +#: apps/client/src/pages/builder/_components/toolbar.tsx:118 +msgid "Toggle Page Numbers" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:68 +msgid "Track views and downloads" +msgstr "" + +#: 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 "" + +#: apps/client/src/services/errors/translate-error.ts:23 +msgid "Two-factor authentication is already enabled for this account." +msgstr "" + +#: apps/client/src/services/errors/translate-error.ts:21 +msgid "Two-factor authentication is not enabled for this account." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:84 +msgid "Type <0>delete to confirm deleting your account." +msgstr "" + +#. 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 "" + +#: apps/client/src/pages/builder/sidebars/right/index.tsx:68 +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:66 +msgid "Typography" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:190 +msgid "Underline Links" +msgstr "" + +#: apps/client/src/pages/builder/_components/toolbar.tsx:66 +msgid "Undo" +msgstr "" + +#: 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 "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:44 +msgid "Unlocking a resume will allow you to make changes to it again." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:191 +msgid "Unverified" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157 +msgid "Update an existing item" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178 +msgid "Update an existing resume" +msgstr "" + +#: 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 "" + +#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:73 +msgid "URL" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/url-input.tsx:56 +msgid "URL must start with https://" +msgstr "" + +#: apps/client/src/pages/auth/backup-otp/page.tsx:52 +#: apps/client/src/pages/auth/backup-otp/page.tsx:57 +msgid "Use your backup code" +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 "" + +#: 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 "" + +#: apps/client/src/pages/home/sections/statistics/index.tsx:13 +msgid "Users Signed Up" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:296 +msgid "Validate" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:314 +msgid "Validated" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:50 +msgid "Value" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:191 +msgid "Verified" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159 +msgid "Verify that two-factor authentication has been setup correctly" +msgstr "" + +#: apps/client/src/pages/auth/verify-email/page.tsx:43 +#: apps/client/src/pages/auth/verify-email/page.tsx:48 +msgid "Verify your email address" +msgstr "" + +#: apps/client/src/pages/home/sections/hero/index.tsx:26 +msgid "Version 4" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:51 +msgid "Views" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:86 +msgid "Visible" +msgstr "" + +#: apps/client/src/pages/auth/verify-email/page.tsx:61 +msgid "We verify your email address only to ensure that we can send you a password reset link in case you forget your password." +msgstr "" + +#: 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: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: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 "" + +#: 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: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 "" + +#: 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 "" + +#: 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 "" + +#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:60 +msgid "You have the option to <0>obtain your own OpenAI API key. 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 "" + +#: apps/client/src/pages/auth/verify-email/page.tsx:50 +msgid "You should have received an email from <0>Reactive Resume with a link to verify your account." +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 "" + +#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:52 +msgid "Your account and all your data has been deleted successfully. Goodbye!" +msgstr "" + +#: 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 "" + +#: apps/client/src/pages/auth/verify-email/page.tsx:28 +msgid "Your email address has been verified successfully." +msgstr "" + +#: 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 "" + +#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:59 +msgid "Your password has been updated successfully." +msgstr "" + +#: apps/client/src/pages/builder/_components/toolbar.tsx:80 +msgid "Zoom In" +msgstr "" + +#: apps/client/src/pages/builder/_components/toolbar.tsx:86 +msgid "Zoom Out" +msgstr "" + diff --git a/apps/client/src/locales/ml-IN/messages.po b/apps/client/src/locales/ml-IN/messages.po index 23ee1891..a1984517 100644 --- a/apps/client/src/locales/ml-IN/messages.po +++ b/apps/client/src/locales/ml-IN/messages.po @@ -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 "" - diff --git a/apps/client/src/locales/mr-IN/messages.po b/apps/client/src/locales/mr-IN/messages.po index 33fc9060..8909f755 100644 --- a/apps/client/src/locales/mr-IN/messages.po +++ b/apps/client/src/locales/mr-IN/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: mr\n" "Project-Id-Version: reactive-resume\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-01-12 00:08\n" +"PO-Revision-Date: 2024-02-01 09:12\n" "Last-Translator: \n" "Language-Team: Marathi\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 "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 "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 "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 "मार्च २०२३" #: 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 "" - diff --git a/apps/client/src/locales/ne-NP/messages.po b/apps/client/src/locales/ne-NP/messages.po index a4a77757..fa79dbe5 100644 --- a/apps/client/src/locales/ne-NP/messages.po +++ b/apps/client/src/locales/ne-NP/messages.po @@ -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 "" - diff --git a/apps/client/src/locales/nl-NL/messages.po b/apps/client/src/locales/nl-NL/messages.po index 35238291..5f34c28e 100644 --- a/apps/client/src/locales/nl-NL/messages.po +++ b/apps/client/src/locales/nl-NL/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: nl\n" "Project-Id-Version: reactive-resume\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-12-31 00:09\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 @@ -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,11 +398,11 @@ 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" @@ -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 "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 "Een bestaand item dupliceren" @@ -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 @@ -1370,10 +1370,10 @@ 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 @@ -1435,7 +1435,7 @@ msgstr "Thema" msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable." 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 "Deze actie kan u terugdraaien door op de knop 'Ongedaan maken' in de zwevende werkbalk te klikken." @@ -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 "Wij verifiëren uw e-mailadres enkel om ervoor te zorgen dat wij u een l #: 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 "" -#: 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 "U kunt meerdere trefwoorden toevoegen door ze te scheiden met een komma of door op enter te drukken." @@ -1688,4 +1688,3 @@ msgstr "Inzoomen" #: apps/client/src/pages/builder/_components/toolbar.tsx:86 msgid "Zoom Out" msgstr "Uitzoomen" - diff --git a/apps/client/src/locales/no-NO/messages.po b/apps/client/src/locales/no-NO/messages.po index a1cb55ca..ab2d3c9a 100644 --- a/apps/client/src/locales/no-NO/messages.po +++ b/apps/client/src/locales/no-NO/messages.po @@ -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 "" - diff --git a/apps/client/src/locales/or-IN/messages.po b/apps/client/src/locales/or-IN/messages.po index 781ad78a..bb5acb28 100644 --- a/apps/client/src/locales/or-IN/messages.po +++ b/apps/client/src/locales/or-IN/messages.po @@ -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 "" - diff --git a/apps/client/src/locales/pl-PL/messages.po b/apps/client/src/locales/pl-PL/messages.po index 6aa9ffbc..036fefee 100644 --- a/apps/client/src/locales/pl-PL/messages.po +++ b/apps/client/src/locales/pl-PL/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: pl\n" "Project-Id-Version: reactive-resume\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-01-04 00:08\n" +"PO-Revision-Date: 2024-02-01 09:12\n" "Last-Translator: \n" "Language-Team: Polish\n" "Plural-Forms: nplurals=4; plural=(n==1 ? 0 : (n%10>=2 && n%10<=4) && (n%100<12 || n%100>14) ? 1 : n!=1 && (n%10>=0 && n%10<=1) || (n%10>=5 && n%10<=9) || (n%100>=12 && n%100<=14) ? 2 : 3);\n" @@ -150,7 +150,7 @@ msgstr "Każda osoba posiadająca ten link może wyświetlić i pobrać CV. Udos msgid "API Key" msgstr "Klucz 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 "Czy na pewno chcesz usunąć ten element?" @@ -235,7 +235,7 @@ msgstr "Wykorzystane technologie" msgid "By the community, for the community." msgstr "Zbudowane przez społeczność dla społeczności." -#: 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 "Skopiuj link do CV" msgid "Copy to Clipboard" msgstr "Skopiuj do Schowka" -#: 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 "Stwórz" @@ -328,7 +328,7 @@ msgstr "Stwórz" msgid "Create a new account" msgstr "Stwórz nowe 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 "Stwórz nowy element" @@ -377,15 +377,15 @@ msgstr "Ciemny" 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 lub zakres dat" -#: 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 "Usuń" msgid "Delete Account" msgstr "Usuń 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 "Opis" @@ -462,7 +462,7 @@ msgstr "Pobierz PDF" msgid "Downloads" msgstr "Pliki do pobrania" -#: 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 "Pliki do pobrania" msgid "Duplicate" msgstr "Duplikat" -#: 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 "Duplikuj istniejący element" @@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper msgstr "Tutaj możesz zaktualizować swój profil, aby dostosować i spersonalizować swoje doświadczenia." #: 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 "Ukryte" @@ -788,10 +788,10 @@ msgstr "jan.kowalski@przyklad.pl" 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 "Słowa Kluczowe" @@ -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 "Poziom" @@ -852,7 +852,7 @@ msgstr "LinkedIn, CV JSON itp." 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 "Marzec 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 "Marzec 2023 – obecnie" @@ -914,13 +914,13 @@ msgid "MIT License" msgstr "Licencja 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 "Integracja z OpenAI" msgid "Options" msgstr "Opcje" -#: 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 "lub kontynuuj z" @@ -1030,7 +1030,7 @@ msgstr "Osobiste notatki do każdego 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 "Zdjęcie: Patrick Tomasso" @@ -1194,7 +1194,7 @@ msgstr "" msgid "Rounded" msgstr "Zaokrąklony" -#: 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 "Motyw" msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable." msgstr "Wystąpił błąd podczas łączenia się z przeglądarką. Upewnij się, że „Chrome” jest uruchomiony i dostępny." -#: 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 "Tę czynność można cofnąć, klikając przycisk cofania na pływającym pasku narzędzi." @@ -1531,7 +1531,7 @@ msgstr "Odblokowanie CV umożliwi ponowne wprowadzenie w nim zmian." msgid "Unverified" msgstr "Niezweryfikowany" -#: 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 "Zaktualizuj istniejący element" @@ -1613,11 +1613,11 @@ msgstr "Weryfikujemy Twój adres e-mail tylko po to, aby mieć pewność, że b #: 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 "Strona" msgid "What's new in the latest version" msgstr "Co nowego w najnowszej wersji" -#: 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 "Możesz dodać wiele słów kluczowych, oddzielając je przecinkiem lub naciskając klawisz Enter." @@ -1688,4 +1688,3 @@ msgstr "Powiększ" #: apps/client/src/pages/builder/_components/toolbar.tsx:86 msgid "Zoom Out" msgstr "Pomniejsz" - diff --git a/apps/client/src/locales/pt-BR/messages.po b/apps/client/src/locales/pt-BR/messages.po index 67765bc2..0bd87dd5 100644 --- a/apps/client/src/locales/pt-BR/messages.po +++ b/apps/client/src/locales/pt-BR/messages.po @@ -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." -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." #: 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" -msgstr "" +msgstr "Licenciado sob <0>MIT" #: 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 to confirm deleting your account." -msgstr "" +msgstr "Digite <0>delete 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" - diff --git a/apps/client/src/locales/pt-PT/messages.po b/apps/client/src/locales/pt-PT/messages.po index 853468d7..789024d5 100644 --- a/apps/client/src/locales/pt-PT/messages.po +++ b/apps/client/src/locales/pt-PT/messages.po @@ -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" - diff --git a/apps/client/src/locales/ro-RO/messages.po b/apps/client/src/locales/ro-RO/messages.po index c3eba280..0b19a834 100644 --- a/apps/client/src/locales/ro-RO/messages.po +++ b/apps/client/src/locales/ro-RO/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ro\n" "Project-Id-Version: reactive-resume\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-01-12 00:08\n" +"PO-Revision-Date: 2024-02-01 09:12\n" "Last-Translator: \n" "Language-Team: Romanian\n" "Plural-Forms: nplurals=3; plural=(n==1 ? 0 : (n==0 || (n%100>0 && n%100<20)) ? 1 : 2);\n" @@ -150,7 +150,7 @@ msgstr "Oricine are acest link poate vizualiza și descărca CV-ul. Distribuiți 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 "Sunteţi sigur că doriţi să ștergeți acest element?" @@ -235,7 +235,7 @@ msgstr "" msgid "By the community, for the community." msgstr "Construit de comunitate, pentru comunitate." -#: 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 "Creează" @@ -328,7 +328,7 @@ msgstr "Creează" msgid "Create a new account" msgstr "Creează un cont nou" -#: 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ți un element nou" @@ -377,15 +377,15 @@ msgstr "" msgid "Date" msgstr "Dată" -#: 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 "Șterge" msgid "Delete Account" msgstr "Șterge Contul" -#: 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 "Descriere" @@ -462,7 +462,7 @@ msgstr "Descarcă PDF-ul" msgid "Downloads" msgstr "Descărcări" -#: 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 "Descărcări" msgid "Duplicate" msgstr "Duplică" -#: 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ți un element existent" @@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper msgstr "Aici, vă puteți actualiza profilul pentru a vă personaliza experiența." #: 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 "Ascuns" @@ -772,7 +772,9 @@ msgstr "Se pare că adresa dumneavoastră de e-mail a fost deja verificată." #: 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." msgid "John Doe" -msgstr "John Doe\n" +msgstr "" +"John Doe\n" +"" #: apps/client/src/pages/auth/register/page.tsx:130 msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish." @@ -788,10 +790,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 "Cuvinte cheie" @@ -823,7 +825,7 @@ msgid "Letter" msgstr "Scrisoare" #: 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 "Nivel" @@ -852,7 +854,7 @@ msgstr "" 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 +902,7 @@ msgstr "Martie 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 "Martie 2023 - Prezent" @@ -914,13 +916,13 @@ msgid "MIT License" msgstr "Licență 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 +995,7 @@ msgstr "" msgid "Options" msgstr "Opțiuni" -#: 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 "sau continuați cu" @@ -1030,7 +1032,7 @@ msgstr "Note personale pentru fiecare 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 "Fotografie de Patrick Tomasso" @@ -1194,7 +1196,7 @@ msgstr "Bogat în caracteristici, nu în prețuri." 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 +1372,10 @@ msgstr "Stocat" #: 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 +1437,7 @@ msgstr "Temă" msgid "There was an error connecting to the browser. Please make sure 'chrome' is running and reachable." msgstr "A apărut o eroare la conectarea la browser. Asigurați-vă că „chrome” rulează și este accesibil." -#: 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 "Această acțiune poate fi anulată făcând clic pe butonul de anulare din bara de instrumente plutitoare." @@ -1531,7 +1533,7 @@ msgstr "Deblocarea unui CV vă va permite să-i faceți din nou modificări." msgid "Unverified" msgstr "Neverificat" -#: 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 "Actualizarea unui element existent" @@ -1613,11 +1615,11 @@ msgstr "Vă verificăm adresa de e-mail numai pentru a ne asigura că vă putem #: 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 +1631,10 @@ msgstr "Website" msgid "What's new in the latest version" msgstr "Ce este nou în cea mai recentă versiune" -#: 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 "Puteți adăuga mai multe cuvinte cheie separându-le cu o virgulă sau apăsând enter." @@ -1688,4 +1690,3 @@ msgstr "" #: apps/client/src/pages/builder/_components/toolbar.tsx:86 msgid "Zoom Out" msgstr "" - diff --git a/apps/client/src/locales/ru-RU/messages.po b/apps/client/src/locales/ru-RU/messages.po index af84675e..b7108854 100644 --- a/apps/client/src/locales/ru-RU/messages.po +++ b/apps/client/src/locales/ru-RU/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: ru\n" "Project-Id-Version: reactive-resume\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2023-12-29 00:06\n" +"PO-Revision-Date: 2024-02-01 09:12\n" "Last-Translator: \n" "Language-Team: Russian\n" "Plural-Forms: nplurals=4; plural=((n%10==1 && n%100!=11) ? 0 : ((n%10 >= 2 && n%10 <=4 && (n%100 < 12 || n%100 > 14)) ? 1 : ((n%10 == 0 || (n%10 >= 5 && n%10 <=9)) || (n%100 >= 11 && n%100 <= 14)) ? 2 : 3));\n" @@ -36,7 +36,7 @@ msgstr "<0>Я создавал Reactive Resume в основном сам, в с #: 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.<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." -msgstr "<0>Я уверен, что приложение не идеально, но мне бы хотелось, чтобы оно было. <1>Если вы столкнулись с какими-либо проблемами при создании своего резюме или у вас есть идея, которая поможет вам и другим пользователям упростить создание вашего резюме, оставьте проблему в репозитории или отправьте мне электронное письмо об этом." +msgstr "<0>Я уверен, что приложение не идеально, но мне бы хотелось, чтобы оно было. <1>Если вы столкнулись с какими-либо проблемами при создании своего резюме или у вас есть идея, которая поможет вам и другим пользователям упростить создание резюме, оставьте проблему в репозитории или отправьте мне эл. письмо об этом." #: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:126 msgid "<0>Note: By utilizing the OpenAI API, you acknowledge and accept the <1>terms of use and <2>privacy policy 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." @@ -75,7 +75,7 @@ msgstr "Проект <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." @@ -83,7 +83,7 @@ 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" @@ -92,7 +92,7 @@ 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 "Принимает только {accept} файлов" +msgstr "Принимает только файлы {accept}" #: apps/client/src/pages/dashboard/settings/_sections/account.tsx:104 msgid "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." @@ -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 @@ -266,7 +266,7 @@ 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" @@ -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 "Создать новый элемент" @@ -341,150 +341,150 @@ 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." -msgstr "" +msgstr "Нет вашего языка? <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." -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,48 +492,48 @@ 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." -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" @@ -541,77 +541,77 @@ 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." -msgstr "" +msgstr "Например, здесь можно записать информацию о том, в какие компании вы отправили это резюме, или ссылки на описания вакансий." #: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:107 msgid "Forget" -msgstr "" +msgstr "Удалить" #: apps/client/src/pages/auth/login/page.tsx:120 msgid "Forgot Password?" -msgstr "" +msgstr "Забыли пароль?" #: apps/client/src/pages/auth/forgot-password/page.tsx:68 msgid "Forgot your password?" -msgstr "" +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?" -msgstr "" +msgstr "Нашли ошибку или у вас есть идея для новой функции?" #: apps/client/src/pages/home/sections/features/index.tsx:46 msgid "Free, forever" -msgstr "" +msgstr "Бесплатно, навсегда" #: apps/client/src/components/ai-actions.tsx:121 #: apps/client/src/components/ai-actions.tsx:124 msgid "Friendly" -msgstr "" +msgstr "Дружелюбно" #: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:31 msgid "Full Name" -msgstr "" +msgstr "Полное имя" #: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201 msgid "Generate a random title for your resume" -msgstr "" +msgstr "Сгенерировать случайный заголовок для вашего резюме" #: apps/client/src/pages/home/sections/hero/call-to-action.tsx:33 msgid "Get Started" -msgstr "" +msgstr "Начать" #: apps/client/src/pages/auth/_components/social-auth.tsx:18 msgid "GitHub" @@ -619,16 +619,16 @@ msgstr "GitHub" #: apps/client/src/pages/home/sections/statistics/index.tsx:12 msgid "GitHub Stars" -msgstr "" +msgstr "Звезды на GitHub" #: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186 msgid "Give your old resume a new name." -msgstr "" +msgstr "Дайте своему старому резюме новое имя." #: apps/client/src/pages/auth/verify-email/page.tsx:67 #: apps/client/src/pages/home/sections/hero/call-to-action.tsx:18 msgid "Go to Dashboard" -msgstr "" +msgstr "На главную" #: apps/client/src/pages/auth/_components/social-auth.tsx:31 msgid "Google" @@ -636,387 +636,387 @@ msgstr "Google" #: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:207 msgid "Grayscale" -msgstr "" +msgstr "Монохром" #: apps/client/src/pages/dashboard/resumes/page.tsx:41 msgid "Grid" -msgstr "" +msgstr "Плитка" #: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:41 msgid "Headline" -msgstr "" +msgstr "Заголовок" #: apps/client/src/pages/dashboard/settings/_sections/account.tsx:106 msgid "Here, you can update your account information such as your profile picture, name and username." -msgstr "" +msgstr "Здесь вы можете обновить информацию о своем аккаунте, например картинку профиля или имя пользователя." #: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:62 msgid "Here, you can update your profile to customize and personalize your experience." -msgstr "" +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 "Скрытый" #: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:78 msgid "Hide" -msgstr "" +msgstr "Скрыть" #: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:179 msgid "Hide Icons" -msgstr "" +msgstr "Скрывать иконки" #: apps/client/src/pages/auth/login/page.tsx:104 #: apps/client/src/pages/auth/register/page.tsx:174 #: apps/client/src/pages/auth/reset-password/page.tsx:88 msgid "Hold <0>Ctrl to display your password temporarily." -msgstr "" +msgstr "Удерживайте <0>Ctrl, чтобы временно отобразить ваш пароль." #: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:100 msgid "Horizontal" -msgstr "" +msgstr "Горизонтальная" #: apps/client/src/pages/home/sections/features/index.tsx:67 msgid "Host your resume publicly" -msgstr "" +msgstr "Размещение резюме в открытом доступе" #: apps/client/src/pages/home/sections/testimonials/index.tsx:70 msgid "I always love to hear from the users of Reactive Resume with feedback or support. Here are some of the messages I've received. If you have any feedback, feel free to drop me an email at <0>{email}." -msgstr "" +msgstr "Мне всегда нравится получать отзывы и поддержку от пользователей Reactive Resume. Вот некоторые из полученных мною сообщений. Если вы хотите оставить отзыв, не стесняйтесь написать мне по адресу <0>{email}." #: 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." -msgstr "" +msgstr "Если это приложение помогло вам в поиске работы, дайте мне знать об этом через <0>эту контактную форму." #: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126 msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in." -msgstr "" +msgstr "Если вы отключите двухфакторную аутентификацию, вам больше не потребуется вводить код подтверждения при входе в систему." #: apps/client/src/pages/home/sections/support/index.tsx:59 msgid "If you're multilingual, we'd love your help in bringing the app to more languages and communities. Don't worry if you don't see your language on the list - just give me a shout-out on GitHub, and I'll make sure to include it. Ready to get started? Jump into translation over at Crowdin by clicking the link below." -msgstr "" +msgstr "Если вы владеете несколькими языками, мы будем рады вашей помощи в распространении приложения на большее количество языков и сообществ. Не волнуйтесь, если вы не видите своего языка - просто сообщите мне об этом на GitHub, и я обязательно включу его в список. Готовы приступить к работе? Переходите к переводу на сайте Crowdin, нажав на ссылку ниже." #: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:309 msgid "Import" -msgstr "" +msgstr "Импорт" #: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:208 #: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/import-card.tsx:24 #: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/import-item.tsx:18 msgid "Import an existing resume" -msgstr "" +msgstr "Импорт существующего резюме" #: apps/client/src/components/ai-actions.tsx:85 msgid "Improve Writing" -msgstr "" +msgstr "Улучшить написание" #: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:186 msgid "In case you are unable to scan this QR Code, you can also copy-paste this link into your authenticator app." -msgstr "" +msgstr "Если вы не можете отсканировать QR-код, скопируйте эту ссылку в свое приложение-аутентификатор." #: apps/client/src/pages/dashboard/settings/_sections/security.tsx:70 msgid "In this section, you can change your password and enable/disable two-factor authentication." -msgstr "" +msgstr "В этом разделе вы можете изменить свой пароль и включить/выключить двухфакторную аутентификацию." #: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:64 msgid "In this section, you can delete your account and all the data associated to your user, but please keep in mind that <0>this action is irreversible." -msgstr "" +msgstr "В этом разделе вы можете удалить свою учетную запись и все данные, связанные с аккаунтом, но имейте в виду, что <0>это действие необратимо." #: apps/client/src/pages/builder/sidebars/right/index.tsx:83 #: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:122 msgid "Information" -msgstr "" +msgstr "Информация" #: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:39 msgid "Institution" -msgstr "" +msgstr "Учреждение" #: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:53 msgid "Issuer" -msgstr "" +msgstr "Издатель" #: apps/client/src/services/errors/translate-error.ts:7 msgid "It doesn't look like a user exists with the credentials you provided." -msgstr "" +msgstr "Не похоже, что пользователь с указанными учетными данными существует." #: apps/client/src/services/errors/translate-error.ts:27 msgid "It looks like the backup code you provided is invalid or used. Please try again." -msgstr "" +msgstr "Похоже, что указанный код резервного копирования недействителен или использован. Пожалуйста, попробуйте еще раз." #: apps/client/src/services/errors/translate-error.ts:15 msgid "It looks like the reset token you provided is invalid. Please try restarting the password reset process again." -msgstr "" +msgstr "Похоже, что указанный токен недействителен. Пожалуйста, попробуйте запустить процесс сброса пароля еще раз." #: apps/client/src/services/errors/translate-error.ts:33 msgid "It looks like the resume you're looking for doesn't exist." -msgstr "" +msgstr "Похоже, что резюме, которое вы ищете, не существует." #: 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 "Похоже, что код двухфакторной аутентификации, который вы предоставили, недействителен. Пожалуйста, попробуйте еще раз." #: 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 "Похоже, что предоставленный вами проверочный токен недействителен. Пожалуйста, попробуйте запустить процесс верификации еще раз." #: apps/client/src/services/errors/translate-error.ts:19 msgid "It looks like your email address has already been verified." -msgstr "" +msgstr "Похоже, что ваш адрес эл. почты уже был подтвержден." #: 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." msgid "John Doe" -msgstr "" +msgstr "Ivan Ivanovich" #: apps/client/src/pages/auth/register/page.tsx:130 msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish." msgid "john.doe" -msgstr "" +msgstr "ivan.ivanovich" #: apps/client/src/pages/auth/register/page.tsx:151 msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish." msgid "john.doe@example.com" -msgstr "" +msgstr "ivan.ivanovich@example.com" #: apps/client/src/pages/builder/sidebars/right/sections/export.tsx:54 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 "" +msgstr "Ключевые слова" #: 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 msgid "Label" -msgstr "" +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 msgid "Last updated {lastUpdated}" -msgstr "" +msgstr "Последнее обновление {lastUpdated}" #: apps/client/src/pages/builder/sidebars/right/index.tsx:65 #: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:207 msgid "Layout" -msgstr "" +msgstr "Макет" #: apps/client/src/pages/home/sections/hero/call-to-action.tsx:39 msgid "Learn more" -msgstr "" +msgstr "Подробнее" #: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:44 msgid "Letter" -msgstr "" +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 "" +msgstr "Уровень" #: apps/client/src/components/copyright.tsx:16 msgid "Licensed under <0>MIT" -msgstr "" +msgstr "Под лицензией <0>MIT" #: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:81 msgid "Light" -msgstr "" +msgstr "Светлая" #: apps/client/src/pages/home/sections/features/index.tsx:69 msgid "Light or dark theme" -msgstr "" +msgstr "Светлая или темная тема" #: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:152 msgid "Line Height" -msgstr "" +msgstr "Высота строки" #: 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, JSON Resume и т.д." #: 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 msgid "Location" -msgstr "" +msgstr "Местоположение" #: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:51 #: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:142 #: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:122 #: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:192 msgid "Lock" -msgstr "" +msgstr "Заблокировать" #: apps/client/src/pages/home/sections/features/index.tsx:64 msgid "Lock a resume to prevent editing" -msgstr "" +msgstr "Блокировка резюме для предотвращения редактирования" #: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:43 msgid "Locking a resume will prevent any further changes to it. This is useful when you have already shared your resume with someone and you don't want to accidentally make any changes to it." -msgstr "" +msgstr "Блокировка резюме предотвратит любые дальнейшие изменения в нем. Это полезно, когда вы уже поделились с кем-то своим резюме и не хотите случайно внести в него изменения." #: apps/client/src/components/user-options.tsx: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?" -msgstr "" +msgstr "Потеряли устройство?" #: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:255 msgid "Main" -msgstr "" +msgstr "Главная" #: apps/client/src/pages/home/sections/features/index.tsx:59 msgid "Manage multiple resumes" -msgstr "" +msgstr "Управление несколькими резюме" #. The month and year should be uniform across all languages. #: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:71 #: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:69 #: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:69 msgid "March 2023" -msgstr "" +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 "" +msgstr "Март 2023 - настоящее время" #: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:50 msgid "Margin" -msgstr "" +msgstr "Отступ" #: apps/client/src/pages/home/sections/features/index.tsx:48 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" -msgstr "" +msgstr "Имя" #: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:39 msgctxt "Name of the Certification" msgid "Name" -msgstr "" +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" -msgstr "" +msgstr "Новый пароль" #: apps/client/src/components/locale-combobox.tsx:43 msgid "No results found" -msgstr "" +msgstr "Результатов не найдено" #: apps/client/src/pages/home/sections/features/index.tsx:49 msgid "No user tracking or advertising" -msgstr "" +msgstr "Никакого отслеживания или рекламы" #: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131 msgid "Note: This will make your account less secure." -msgstr "" +msgstr "Примечание: Это сделает вашу учетную запись менее безопасной." #: apps/client/src/pages/builder/sidebars/right/index.tsx:80 #: apps/client/src/pages/builder/sidebars/right/sections/notes.tsx:17 msgid "Notes" -msgstr "" +msgstr "Заметки" #: apps/client/src/pages/auth/verify-otp/page.tsx:82 msgid "One-Time Password" -msgstr "" +msgstr "Одноразовый пароль" #: apps/client/src/components/ai-actions.tsx:56 #: apps/client/src/libs/axios.ts:34 #: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:188 #: apps/client/src/services/resume/print.tsx:26 msgid "Oops, the server returned an error." -msgstr "" +msgstr "Упс, сервер выдал ошибку." #: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:124 #: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:84 #: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:174 msgid "Open" -msgstr "" +msgstr "Открыть" #: apps/client/src/pages/home/sections/features/index.tsx:47 msgid "Open Source" -msgstr "" +msgstr "Открытый исходный код" #: apps/client/src/services/openai/change-tone.ts:30 #: apps/client/src/services/openai/fix-grammar.ts:28 #: apps/client/src/services/openai/improve-writing.ts:28 msgid "OpenAI did not return any choices for your text." -msgstr "" +msgstr "OpenAI не вернул никаких вариантов для вашего текста." #: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:52 #: apps/client/src/pages/home/sections/features/index.tsx:52 msgid "OpenAI Integration" -msgstr "" +msgstr "Интеграция OpenAI" #: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:67 #: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:169 msgid "Options" -msgstr "" +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 "" +msgstr "или продолжить с" #: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:39 msgid "Organization" -msgstr "" +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}" -msgstr "" +msgstr "Страница {0}" #: apps/client/src/pages/auth/login/page.tsx:99 #: apps/client/src/pages/auth/register/page.tsx:169 #: apps/client/src/pages/auth/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" @@ -1024,82 +1024,82 @@ msgstr "PDF" #: apps/client/src/pages/home/sections/features/index.tsx:63 msgid "Personal notes for each resume" -msgstr "" +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 "" +msgstr "Фотография Патрика Томассо" #: apps/client/src/pages/home/sections/features/index.tsx:66 msgid "Pick any font from Google Fonts" -msgstr "" +msgstr "Выбор любого шрифта из Google Fonts" #: 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." -msgstr "" +msgstr "Обратите внимание, что этот шаг совершенно необязателен." #: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:225 msgid "Please select a file type" -msgstr "" +msgstr "Пожалуйста, выберите тип файла" #: 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 "Пожалуйста, храните резервные коды в надежном месте. Вы можете использовать один из этих одноразовых кодов для входа в систему, если потеряете доступ к своему приложению-аутентификатору." #: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:106 msgid "Portrait" -msgstr "" +msgstr "Портретная" #: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:54 msgctxt "Position held at a company, for example, Software Engineer" msgid "Position" -msgstr "" +msgstr "Позиция" #: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:53 msgid "Position" -msgstr "" +msgstr "Позиция" #: apps/client/src/pages/home/sections/features/index.tsx:97 msgid "Powered by" -msgstr "" +msgstr "Разработан с помощью" #: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:98 msgid "Powered by <0>Simple Icons" -msgstr "" +msgstr "Разработано с помощью <0>Simple Icons" #: apps/client/src/pages/builder/sidebars/right/sections/theme.tsx:43 msgid "Primary Color" -msgstr "" +msgstr "Основной цвет" #: apps/client/src/components/ai-actions.tsx:109 #: apps/client/src/components/ai-actions.tsx:112 msgid "Professional" -msgstr "" +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" -msgstr "" +msgstr "Открытый" #: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:53 msgid "Publisher" -msgstr "" +msgstr "Издатель" #: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:69 msgid "Raise an issue" -msgstr "" +msgstr "Поднять проблему" #: apps/client/src/components/copyright.tsx:38 #: apps/client/src/pages/auth/backup-otp/page.tsx:52 @@ -1117,575 +1117,574 @@ msgstr "" #: apps/client/src/pages/public/page.tsx:71 #: apps/client/src/pages/public/page.tsx:93 msgid "Reactive Resume" -msgstr "" +msgstr "Reactive Resume" #: apps/client/src/pages/home/sections/logo-cloud/index.tsx:39 msgid "Reactive Resume has helped people land jobs at these great companies:" -msgstr "" +msgstr "Reactive Resume помогло людям устроиться на работу в эти замечательные компании:" #: 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 - это бесплатный проект с открытым исходным кодом, созданный в основном мной, и ваша поддержка будет очень признательна. Если у вас есть желание внести свой вклад и вы можете себе это позволить, подумайте о том, чтобы сделать пожертвование через любую из перечисленных платформ. Кроме того, пожертвования на Reactive Resume через Open Collective не облагаются налогом, поскольку проект находится на финансовом обеспечении 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 "Reactive Resume - это страстный проект, разрабатываемый уже более 3 лет, а вместе с тем имеющий значительное количество идей и функций, которые были доведены до (почти) совершенства." #: 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 "Reactive Resume процветает благодаря своему активному сообществу. Этот проект обязан своим прогрессом множеству людей, которые посвятили ему свое время и навыки. Ниже мы отмечаем кодеров, которые улучшили его возможности на GitHub, и лингвистов, чьи переводы на Crowdin сделали его доступным для широкой аудитории." #: apps/client/src/pages/builder/_components/toolbar.tsx:72 msgid "Redo" -msgstr "" +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" -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 #: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93 #: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178 msgid "Rename" -msgstr "" +msgstr "Переименовать" #: apps/client/src/pages/dashboard/settings/_sections/account.tsx:198 msgid "Resend email confirmation link" -msgstr "" +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" -msgstr "" +msgstr "Сбросить макет" #: apps/client/src/pages/auth/reset-password/page.tsx:60 #: apps/client/src/pages/auth/reset-password/page.tsx:65 msgid "Reset your password" -msgstr "" +msgstr "Сбросить пароль" #: apps/client/src/pages/builder/_components/toolbar.tsx:92 msgid "Reset Zoom" -msgstr "" +msgstr "Сбросить масштаб" #: apps/client/src/pages/dashboard/_components/sidebar.tsx:86 #: apps/client/src/pages/dashboard/resumes/page.tsx:20 #: apps/client/src/pages/dashboard/resumes/page.tsx:35 msgid "Resumes" -msgstr "" +msgstr "Резюме" #: apps/client/src/pages/home/sections/statistics/index.tsx:14 msgid "Resumes Generated" -msgstr "" +msgstr "Резюме создано" #: apps/client/src/pages/home/sections/features/index.tsx:106 msgid "Rich in features, not in pricing." -msgstr "" +msgstr "Богатый функционал, а не цена." #: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:143 msgid "Rounded" -msgstr "" +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 msgid "Save Changes" -msgstr "" +msgstr "Сохранить изменения" #: 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 "Отсканируйте QR-код ниже с помощью приложения-аутентификатора, чтобы настроить 2FA для вашей учетной записи." #. Score or honors for the degree, for example, CGPA or magna cum laude #: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:92 msgid "Score" -msgstr "" +msgstr "Оценка" #: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:98 msgid "Search for a font family" -msgstr "" +msgstr "Поиск семейства шрифтов" #: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:113 msgid "Search for a font subset" -msgstr "" +msgstr "Поиск подгруппы шрифта" #: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:126 msgid "Search for a font variant" -msgstr "" +msgstr "Поиск варианта шрифта" #: apps/client/src/components/locale-combobox.tsx:41 msgid "Search for a language" -msgstr "" +msgstr "Поиск языка" #: apps/client/src/pages/home/sections/features/index.tsx:56 msgid "Secure with two-factor authentication" -msgstr "" +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" -msgstr "" +msgstr "Хостинг на Docker" #: 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" -msgstr "" +msgstr "Отправить мне сообщение" #: apps/client/src/components/user-options.tsx:28 #: apps/client/src/pages/dashboard/_components/sidebar.tsx:92 #: apps/client/src/pages/dashboard/settings/page.tsx:16 #: apps/client/src/pages/dashboard/settings/page.tsx:26 msgid "Settings" -msgstr "" +msgstr "Настройки" #: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157 msgid "Setup two-factor authentication on your account" -msgstr "" +msgstr "Настройте двухфакторную аутентификацию на своей учетной записи" #: apps/client/src/pages/builder/sidebars/right/index.tsx:73 #: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:39 msgid "Sharing" -msgstr "" +msgstr "Поделиться" #: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:78 msgid "Show" -msgstr "" +msgstr "Показать" #: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:78 msgid "Show Break Line" -msgstr "" +msgstr "Показать линию разрыва" #: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:91 msgid "Show Page Numbers" -msgstr "" +msgstr "Показать номера страниц" #: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:256 msgid "Sidebar" -msgstr "" +msgstr "Боковая панель" #: apps/client/src/pages/auth/backup-otp/page.tsx:96 #: 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" -msgstr "" +msgstr "Войти сейчас" #: apps/client/src/pages/auth/login/page.tsx:55 #: apps/client/src/pages/auth/login/page.tsx:60 msgid "Sign in to your account" -msgstr "" +msgstr "Войти в свою учетную запись" #: apps/client/src/pages/home/sections/features/index.tsx:55 msgid "Sign in with Email" -msgstr "" +msgstr "Вход через эл. почту" #: apps/client/src/pages/home/sections/features/index.tsx:53 msgid "Sign in with GitHub" -msgstr "" +msgstr "Вход через GitHub" #: apps/client/src/pages/home/sections/features/index.tsx:54 msgid "Sign in with Google" -msgstr "" +msgstr "Вход через Google" #: apps/client/src/pages/auth/register/page.tsx:185 msgid "Sign up" -msgstr "" +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)" -msgstr "" +msgstr "Размер (в пикселях)" #: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227 msgid "Slug" -msgstr "" +msgstr "URL" #: 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 "Что-то пошло не так при захвате предварительного просмотра резюме. Пожалуйста, повторите попытку позже или поднимите вопрос на 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 "Что-то пошло не так при печати резюме. Пожалуйста, повторите попытку позже или поднимите вопрос на 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 "Что-то пошло не так при обработке запроса. Пожалуйста, повторите попытку позже или поднимите вопрос на 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 msgid "Start building from scratch" -msgstr "" +msgstr "Начать с нуля" #: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184 msgid "Start building your resume by giving it a name." -msgstr "" +msgstr "Начните составлять свое резюме, дав ему название." #: 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 "Статистика" #: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:38 msgid "Statistics are available only for public resumes." -msgstr "" +msgstr "Статистика доступна только для публичных резюме." #: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:101 msgid "Store Locally" -msgstr "" +msgstr "Хранить локально" #: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160 msgid "Store your backup codes securely" -msgstr "" +msgstr "Храните коды резервного копирования в надежном месте" #: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:101 msgid "Stored" -msgstr "" +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 "Краткое содержание" #: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:18 msgid "Support the app by donating what you can!" -msgstr "" +msgstr "Поддержите приложение, пожертвовав сколько можете!" #: apps/client/src/pages/home/sections/support/index.tsx:9 msgid "Supporting Reactive Resume" -msgstr "" +msgstr "Поддержите Reactive Resume" #: apps/client/src/pages/home/sections/features/index.tsx:65 msgid "Supports A4/Letter page formats" -msgstr "" +msgstr "Поддержка формата страниц A4/Letter" #: 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 msgid "Template" -msgstr "" +msgstr "Шаблон" #: apps/client/src/pages/home/sections/templates/index.tsx:9 msgid "Templates" -msgstr "" +msgstr "Шаблоны" #: apps/client/src/pages/home/sections/testimonials/index.tsx:68 msgid "Testimonials" -msgstr "" +msgstr "Отзывы" #: apps/client/src/pages/builder/sidebars/right/sections/theme.tsx:103 msgid "Text Color" -msgstr "" +msgstr "Цвет текста" #: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:25 msgid "That doesn't look like a valid OpenAI API key." -msgstr "" +msgstr "Это не похоже на действительный ключ API OpenAI." #: apps/client/src/pages/dashboard/settings/_sections/security.tsx:34 msgid "The passwords you entered do not match." -msgstr "" +msgstr "Введенные вами пароли не совпадают." #: 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 "Резюме, которое Вы хотите обновить, заблокировано, пожалуйста, разблокируйте его, если хотите внести в него какие-либо изменения." #: 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 "Тема" #: 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 "Произошла ошибка при подключении к браузеру. Пожалуйста, убедитесь, что '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 "" +msgstr "Это действие можно отменить, нажав на кнопку \"Отменить\" на плавающей панели инструментов." #: 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 "Это действие нельзя отменить. Это приведет к безвозвратному удалению вашего резюме без возможности восстановления." #: 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 "Этот адрес эл. почты связан с аккаунтом OAuth. Пожалуйста, войдите с помощью вашего провайдера OAuth." #: apps/client/src/pages/builder/_components/header.tsx:53 msgid "This resume is locked, please unlock to make further changes." -msgstr "" +msgstr "Это резюме заблокировано, пожалуйста, разблокируйте его, чтобы внести дальнейшие изменения." #: 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 "Этот раздел предназначен для личных заметок, относящихся к данному резюме. Содержимое этого раздела остается конфиденциальным и не передается никому другому." #: 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 "Совет: Вы можете назвать резюме в соответствии с должностью, на которую вы претендуете." #: 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" -msgstr "" +msgstr "Переключить линию разрыва страницы" #: apps/client/src/pages/builder/_components/toolbar.tsx:118 msgid "Toggle Page Numbers" -msgstr "" +msgstr "Переключить нумерацию страниц" #: apps/client/src/pages/home/sections/features/index.tsx:68 msgid "Track views and downloads" -msgstr "" +msgstr "Отслеживание просмотров и загрузок" #: 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 "Двухфакторная аутентификация" #: apps/client/src/services/errors/translate-error.ts:23 msgid "Two-factor authentication is already enabled for this account." -msgstr "" +msgstr "Двухфакторная аутентификация уже включена для этого аккаунта." #: apps/client/src/services/errors/translate-error.ts:21 msgid "Two-factor authentication is not enabled for this account." -msgstr "" +msgstr "Двухфакторная аутентификация не включена для этого аккаунта." #: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:84 msgid "Type <0>delete to confirm deleting your account." -msgstr "" +msgstr "Введите <0>delete, чтобы подтвердить удаление вашей учетной записи." #. 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 "Форма обучения" #: 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 "Типография" #: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:190 msgid "Underline Links" -msgstr "" +msgstr "Подчеркивать ссылки" #: apps/client/src/pages/builder/_components/toolbar.tsx:66 msgid "Undo" -msgstr "" +msgstr "Отменить" #: 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 "Разблокировать" #: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:44 msgid "Unlocking a resume will allow you to make changes to it again." -msgstr "" +msgstr "Разблокировка резюме позволит вам снова внести в него изменения." #: apps/client/src/pages/dashboard/settings/_sections/account.tsx:191 msgid "Unverified" -msgstr "" +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 "" +msgstr "Обновить существующий элемент" #: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178 msgid "Update an existing resume" -msgstr "" +msgstr "Обновить существующее резюме" #: 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 "Загрузите файл из принятого источника, чтобы разобрать существующие данные и импортировать их в Reactive Resume для более удобного редактирования." #: 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://" -msgstr "" +msgstr "URL должен начинаться с https://" #: apps/client/src/pages/auth/backup-otp/page.tsx:52 #: apps/client/src/pages/auth/backup-otp/page.tsx:57 msgid "Use your backup code" -msgstr "" +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 "У пользователя нет связанной с ним записи 'secrets'. Пожалуйста, сообщите об этой проблеме на 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 "Имя пользователя" #: apps/client/src/pages/home/sections/statistics/index.tsx:13 msgid "Users Signed Up" -msgstr "" +msgstr "Зарегистрировавшиеся пользователи" #: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:296 msgid "Validate" -msgstr "" +msgstr "Проверить" #: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:314 msgid "Validated" -msgstr "" +msgstr "Проверено" #: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:50 msgid "Value" -msgstr "" +msgstr "Значение" #: apps/client/src/pages/dashboard/settings/_sections/account.tsx:191 msgid "Verified" -msgstr "" +msgstr "Подтверждена" #: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159 msgid "Verify that two-factor authentication has been setup correctly" -msgstr "" +msgstr "Убедитесь, что двухфакторная аутентификация настроена правильно" #: apps/client/src/pages/auth/verify-email/page.tsx:43 #: apps/client/src/pages/auth/verify-email/page.tsx:48 msgid "Verify your email address" -msgstr "" +msgstr "Подтвердите адрес эл. почты" #: apps/client/src/pages/home/sections/hero/index.tsx:26 msgid "Version 4" -msgstr "" +msgstr "Версия 4" #: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:51 msgid "Views" -msgstr "" +msgstr "Просмотры" #: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:86 msgid "Visible" -msgstr "" +msgstr "Видимый" #: apps/client/src/pages/auth/verify-email/page.tsx:61 msgid "We verify your email address only to ensure that we can send you a password reset link in case you forget your password." -msgstr "" +msgstr "Мы подтверждаем ваш адрес эл. почты, только чтобы убедиться, что мы можем отправить ссылку для сброса пароля, если вы его забудете." #: 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 "" +msgstr "Вы можете добавить несколько ключевых слов, разделив их запятой или нажав Enter." #: 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." -msgstr "" +msgstr "Вы можете использовать API OpenAI, чтобы сгенерировать контент или улучшить текст при составлении резюме." #: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:40 msgid "You can track the number of views your resume has received, or how many people have downloaded the resume by enabling public sharing." -msgstr "" +msgstr "Вы можете отслеживать количество просмотров вашего резюме и количество людей, скачавших его, включив общий доступ." #: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:60 msgid "You have the option to <0>obtain your own OpenAI API key. This key empowers you to leverage the API as you see fit. Alternatively, if you wish to disable the AI features in Reactive Resume altogether, you can simply remove the key from your settings." -msgstr "" +msgstr "У вас есть возможность <0>получить свой собственный ключ API OpenAI. Этот ключ позволит использовать API по своему усмотрению. В качестве альтернативы, если вы хотите полностью отключить AI функции в Reactive Resume, вы можете просто удалить ключ из своих настроек." #: apps/client/src/pages/auth/verify-email/page.tsx:50 msgid "You should have received an email from <0>Reactive Resume with a link to verify your account." -msgstr "" +msgstr "Вы должны были получить письмо от <0>Reactive Resume со ссылкой для подтверждения учетной записи." #: 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!" -msgstr "" +msgstr "Учетная запись и все ваши данные были успешно удалены. До свидания!" #: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:116 msgid "Your API key is securely stored in the browser's local storage and is only utilized when making requests to OpenAI via their official SDK. Rest assured that your key is not transmitted to any external server except when interacting with OpenAI's services." -msgstr "" +msgstr "Ваш ключ API надежно хранится в локальном хранилище браузера и используется только при запросах к OpenAI через их официальный SDK. Будьте уверены, в том, что ключ не передается ни на какой внешний сервер, за исключением случаев взаимодействия с сервисами OpenAI." #: apps/client/src/pages/auth/verify-email/page.tsx:28 msgid "Your email address has been verified successfully." -msgstr "" +msgstr "Ваш адрес эл. почты был успешно подтвержден." #: 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 "Ваш ключ API OpenAI еще не установлен. Пожалуйста, включите интеграцию OpenAI в настройках вашего аккаунта." #: apps/client/src/pages/dashboard/settings/_sections/security.tsx:59 msgid "Your password has been updated successfully." -msgstr "" +msgstr "Ваш пароль был успешно обновлен." #: apps/client/src/pages/builder/_components/toolbar.tsx:80 msgid "Zoom In" -msgstr "" +msgstr "Увеличить" #: apps/client/src/pages/builder/_components/toolbar.tsx:86 msgid "Zoom Out" -msgstr "" - +msgstr "Уменьшить" diff --git a/apps/client/src/locales/sr-SP/messages.po b/apps/client/src/locales/sr-SP/messages.po index 4507b261..ba423754 100644 --- a/apps/client/src/locales/sr-SP/messages.po +++ b/apps/client/src/locales/sr-SP/messages.po @@ -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 "" - diff --git a/apps/client/src/locales/sv-SE/messages.po b/apps/client/src/locales/sv-SE/messages.po index b438497b..1b139274 100644 --- a/apps/client/src/locales/sv-SE/messages.po +++ b/apps/client/src/locales/sv-SE/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: sv\n" "Project-Id-Version: reactive-resume\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-01-11 00:08\n" +"PO-Revision-Date: 2024-02-01 09:12\n" "Last-Translator: \n" "Language-Team: Swedish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -150,7 +150,7 @@ msgstr "Alla som har den här länken kan se och ladda ner CV:t. Dela det på di msgid "API Key" msgstr "API-nyckel" -#: 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 "Är du säker på att du vill ta bort detta objekt?" @@ -235,7 +235,7 @@ msgstr "Byggt med" msgid "By the community, for the community." msgstr "Av gemenskapen, för gemenskapen." -#: 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 "Kopiera länken till CV:t" msgid "Copy to Clipboard" msgstr "Kopiera till urklipp" -#: 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 "Skapa" @@ -328,7 +328,7 @@ msgstr "Skapa" msgid "Create a new account" msgstr "Skapa ett nytt 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 "Skapa ett nytt objekt" @@ -377,15 +377,15 @@ msgstr "Mörk" 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 eller datumintervall" -#: 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 "Radera" msgid "Delete Account" msgstr "Radera 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 "Beskrivning" @@ -462,7 +462,7 @@ msgstr "Ladda ner PDF" msgid "Downloads" msgstr "Nedladdningar" -#: 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 "Nedladdningar" msgid "Duplicate" msgstr "Duplicera" -#: 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 "Duplicera ett befintligt objekt" @@ -655,7 +655,7 @@ msgid "Here, you can update your profile to customize and personalize your exper msgstr "Här kan du uppdatera din profil för att anpassa och personifiera din upplevelse." #: 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 "Dolt" @@ -788,10 +788,10 @@ msgstr "sven.svensson@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 "Nyckelord" @@ -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 "Nivå" @@ -852,7 +852,7 @@ msgstr "LinkedIn, JSON CV, osv." 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 "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 - 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 "Inställningar" -#: 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ätta med" @@ -1030,7 +1030,7 @@ msgstr "Personliga anteckningar för varje 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 av Patrick Tomasso" @@ -1194,7 +1194,7 @@ msgstr "Rik på funktioner, inte på priser." msgid "Rounded" msgstr "Avrundad" -#: 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 "Lagrad" #: 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 "Det gick inte att ansluta till webbläsaren. Se till att \"chrome\" körs och kan nås." -#: 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 "Denna åtgärd kan återställas genom att klicka på ångra-knappen i det flytande verktygsfältet." @@ -1531,7 +1531,7 @@ msgstr "Genom att låsa upp ett CV kan du göra ändringar i det igen." msgid "Unverified" msgstr "Ej verifierat" -#: 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 "Uppdatera ett befintligt objekt" @@ -1613,11 +1613,11 @@ msgstr "Vi verifierar din e-postadress endast för att säkerställa att vi kan #: 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 "Webbplats" msgid "What's new in the latest version" msgstr "Vad är nytt i den senaste versionen" -#: 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 lägga till flera nyckelord genom att separera dem med ett kommatecken eller trycka på enter." @@ -1688,4 +1688,3 @@ msgstr "Zooma in" #: apps/client/src/pages/builder/_components/toolbar.tsx:86 msgid "Zoom Out" msgstr "Zooma ut" - diff --git a/apps/client/src/locales/ta-IN/messages.po b/apps/client/src/locales/ta-IN/messages.po index 7bf2129b..d6c39f11 100644 --- a/apps/client/src/locales/ta-IN/messages.po +++ b/apps/client/src/locales/ta-IN/messages.po @@ -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 "" - diff --git a/apps/client/src/locales/te-IN/messages.po b/apps/client/src/locales/te-IN/messages.po index face9cab..c370ab45 100644 --- a/apps/client/src/locales/te-IN/messages.po +++ b/apps/client/src/locales/te-IN/messages.po @@ -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 "" - diff --git a/apps/client/src/locales/th-TH/messages.po b/apps/client/src/locales/th-TH/messages.po index b03fb621..e2a46cdf 100644 --- a/apps/client/src/locales/th-TH/messages.po +++ b/apps/client/src/locales/th-TH/messages.po @@ -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 "" - diff --git a/apps/client/src/locales/tr-TR/messages.po b/apps/client/src/locales/tr-TR/messages.po index 8ccec62e..8f963954 100644 --- a/apps/client/src/locales/tr-TR/messages.po +++ b/apps/client/src/locales/tr-TR/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: tr\n" "Project-Id-Version: reactive-resume\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-01-05 00:08\n" +"PO-Revision-Date: 2024-02-01 09:12\n" "Last-Translator: \n" "Language-Team: Turkish\n" "Plural-Forms: nplurals=2; plural=(n != 1);\n" @@ -131,7 +131,7 @@ msgstr "Zaten bir hesabınız mı var?" #: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:144 msgid "An error occurred while validating the file." -msgstr "" +msgstr "Dosya doğrulanırken bir hata oluştu." #: apps/client/src/pages/home/sections/features/index.tsx:135 msgid "and many more..." @@ -139,7 +139,7 @@ msgstr "ve daha fazlası..." #: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:57 msgid "Anyone with the link can view and download the resume." -msgstr "" +msgstr "Bağlantıya sahip olan herkes özgeçmişi görüntüleyebilir ve indirebilir." #: 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 "Bu bağlantıya sahip herkes özgeçmişi görüntüleyebilir ve indireb msgid "API Key" msgstr "API Anahtarı" -#: 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 "Bu öğeyi silmek istediğinizden emin misiniz?" @@ -235,7 +235,7 @@ msgstr "İle oluşturuldu" msgid "By the community, for the community." msgstr "Topluluk tarafından topluluk için oluşturuldu." -#: 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 @@ -245,11 +245,11 @@ msgstr "Reddet" #: apps/client/src/components/ai-actions.tsx:103 #: apps/client/src/components/ai-actions.tsx:106 msgid "Casual" -msgstr "" +msgstr "Sıradan" #: apps/client/src/pages/builder/_components/toolbar.tsx:98 msgid "Center Artboard" -msgstr "" +msgstr "Merkez Çalışma Panosu" #: apps/client/src/pages/auth/reset-password/page.tsx:99 #: apps/client/src/pages/dashboard/settings/_sections/security.tsx:121 @@ -258,15 +258,15 @@ msgstr "Şifre Değiştir" #: apps/client/src/components/ai-actions.tsx:97 msgid "Change Tone" -msgstr "" +msgstr "Tonu Değiştir" #: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185 msgid "Changed your mind about the name? Give it a new one." -msgstr "" +msgstr "İsim konusunda fikrinizi mi değiştirdiniz? Yeni bir isim verin." #: 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 "E-posta adresinizi güncellemek için e-postanıza gelen onay bağlantısını kontrol edin." #: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:149 msgid "Circle" @@ -282,11 +282,11 @@ msgstr "Kod" #: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50 msgid "Code must be exactly 6 digits long." -msgstr "" +msgstr "Kod tam olarak 6 hane uzunluğunda olmalıdır." #: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:108 msgid "Columns" -msgstr "" +msgstr "Sütunlar" #: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:39 msgid "Company" @@ -295,7 +295,7 @@ msgstr "Şirket" #: apps/client/src/components/ai-actions.tsx:115 #: apps/client/src/components/ai-actions.tsx:118 msgid "Confident" -msgstr "" +msgstr "Kendinden Emin" #: apps/client/src/pages/dashboard/settings/_sections/security.tsx:98 msgid "Confirm New Password" @@ -318,7 +318,7 @@ msgstr "Bağlantıyı Özgeçmişe Kopyala" msgid "Copy to Clipboard" msgstr "Panoya Kopyala" -#: 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 "Oluştur" @@ -328,7 +328,7 @@ msgstr "Oluştur" msgid "Create a new account" msgstr "Yeni bir hesap oluştur" -#: 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 "Yeni bir öğe oluştur" @@ -365,7 +365,7 @@ msgstr "Özelleştirilebilir tasarım düzeni" #: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:62 msgid "Danger Zone" -msgstr "" +msgstr "Tehlikeli Bölge" #: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:82 msgid "Dark" @@ -377,15 +377,15 @@ msgstr "Karanlık" msgid "Date" msgstr "Tarih" -#: 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 "Tarih veya Tarih Aralığı" -#: 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,23 +396,23 @@ msgstr "Sil" #: 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 "Hesabı Sil" -#: 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 "Açıklama" #: apps/client/src/pages/home/sections/features/index.tsx:58 msgid "Design single/multi page resumes" -msgstr "" +msgstr "Tek/çok sayfalı özgeçmiş tasarlayın" #: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137 msgid "Disable" -msgstr "" +msgstr "Devre dışı bırak" #: apps/client/src/pages/dashboard/settings/_sections/security.tsx:155 msgid "Disable 2FA" @@ -423,11 +423,11 @@ msgstr "2FA'yı devre dışı bırak" #: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:128 #: apps/client/src/pages/dashboard/settings/_sections/security.tsx:124 msgid "Discard" -msgstr "" +msgstr "Vazgeç" #: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:110 msgid "Documentation" -msgstr "" +msgstr "Dökümantasyon" #: apps/client/src/pages/auth/login/page.tsx:62 msgid "Don't have an account?" @@ -447,7 +447,7 @@ msgstr "Reaktif Özgeçmiş'e Bağış Yapın" #: 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 "Özgeçmişinizin bir JSON versiyonunu indirin. Bu dosya gelecekte özgeçmişinizi içe aktarmak için kullanılabilir veya işbirliği yapmak için başkalarıyla paylaşılabilir." #: 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 "PDF indir" msgid "Downloads" msgstr "İndirmeler" -#: 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 "İndirmeler" msgid "Duplicate" msgstr "Çoğalt" -#: 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 "Mevcut bir öğeyi çoğalt" @@ -484,7 +484,7 @@ msgstr "Düzenle" #: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:174 msgid "Effects" -msgstr "" +msgstr "Efektler" #: apps/client/src/pages/auth/forgot-password/page.tsx:82 #: apps/client/src/pages/auth/login/page.tsx:84 @@ -508,11 +508,11 @@ msgstr "İki faktörlü kimlik doğrulamayı etkinleştirdiğinizde kaydettiğin #: 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 "2FA'nın doğru şekilde kurulduğunu doğrulamak için kimlik doğrulayıcı uygulamanızdan 6 basamaklı kodu girin." #: apps/client/src/pages/auth/verify-otp/page.tsx:60 msgid "Enter the one-time password provided by your authenticator app below." -msgstr "" +msgstr "Kimlik doğrulayıcı uygulamanız tarafından sağlanan tek kullanımlık şifreyi aşağıya girin." #: 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." @@ -524,11 +524,11 @@ msgstr "Hatalar" #: 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 "Maddi olarak katkıda bulunacak durumda olmasanız bile, GitHub sayfamıza bir yıldız vererek, arkadaşlarınıza duyurarak veya Reactive Resume'un size nasıl yardımcı olduğunu bildirmek için hızlı bir mesaj bırakarak yine de bir fark yaratabilirsiniz. Geri bildiriminiz ve desteğiniz bizim için çok değerlidir!" #: 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'da bulunan şablonları keşfedin ve bunlarla hazırlanmış özgeçmişleri görüntüleyin. Bu şablonlar, bir sonraki özgeçmişinizin oluşturulmasına yardımcı olacak örnekler olarak da kullanılabilir." #: apps/client/src/pages/builder/sidebars/right/index.tsx:79 #: apps/client/src/pages/builder/sidebars/right/sections/export.tsx:40 @@ -545,7 +545,7 @@ msgstr "Dosya türü" #: apps/client/src/pages/home/sections/hero/index.tsx:40 msgid "Finally," -msgstr "" +msgstr "Nihayet," #: apps/client/src/components/ai-actions.tsx:90 msgid "Fix Spelling & Grammar" @@ -561,7 +561,7 @@ msgstr "Yazı Tipi Büyüklüğü" #: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:109 msgid "Font Subset" -msgstr "" +msgstr "Yazı Tipi Alt Kümesi" #: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:121 msgid "Font Variants" @@ -569,7 +569,7 @@ msgstr "Yazı Tipi Çeşitleri" #: 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." -msgstr "" +msgstr "Örneğin, bu özgeçmişi hangi şirketlere gönderdiğinize ilişkin bilgiler veya iş tanımlarının bağlantıları buraya not edilebilir." #: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:107 msgid "Forget" @@ -586,11 +586,11 @@ msgstr "Şifrenizi mi unuttunuz?" #: 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 "Format" #: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:49 msgid "Found a bug, or have an idea for a new feature?" -msgstr "" +msgstr "Bir hata mı buldunuz ya da yeni bir özellik için bir fikriniz mi var?" #: apps/client/src/pages/home/sections/features/index.tsx:46 msgid "Free, forever" @@ -599,7 +599,7 @@ msgstr "Ömür boyu ücretsiz" #: apps/client/src/components/ai-actions.tsx:121 #: apps/client/src/components/ai-actions.tsx:124 msgid "Friendly" -msgstr "" +msgstr "Dostça" #: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:31 msgid "Full Name" @@ -607,11 +607,11 @@ msgstr "Tam Ad" #: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201 msgid "Generate a random title for your resume" -msgstr "" +msgstr "Özgeçmişiniz için rastgele bir başlık oluşturun" #: apps/client/src/pages/home/sections/hero/call-to-action.tsx:33 msgid "Get Started" -msgstr "" +msgstr "Başlayın" #: apps/client/src/pages/auth/_components/social-auth.tsx:18 msgid "GitHub" @@ -623,12 +623,12 @@ msgstr "GitHub Yıldızları" #: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186 msgid "Give your old resume a new name." -msgstr "" +msgstr "Eski özgeçmişinize yeni bir isim verin." #: apps/client/src/pages/auth/verify-email/page.tsx:67 #: apps/client/src/pages/home/sections/hero/call-to-action.tsx:18 msgid "Go to Dashboard" -msgstr "" +msgstr "Gösterge Paneline Git" #: apps/client/src/pages/auth/_components/social-auth.tsx:31 msgid "Google" @@ -636,7 +636,7 @@ msgstr "Google" #: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:207 msgid "Grayscale" -msgstr "" +msgstr "Gri tonlamalı" #: apps/client/src/pages/dashboard/resumes/page.tsx:41 msgid "Grid" @@ -648,14 +648,14 @@ msgstr "Başlık" #: apps/client/src/pages/dashboard/settings/_sections/account.tsx:106 msgid "Here, you can update your account information such as your profile picture, name and username." -msgstr "" +msgstr "Burada profil resminiz, adınız ve kullanıcı adınız gibi hesap bilgilerinizi güncelleyebilirsiniz." #: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:62 msgid "Here, you can update your profile to customize and personalize your experience." -msgstr "" +msgstr "Burada, deneyiminizi özelleştirmek ve kişiselleştirmek için profilinizi güncelleyebilirsiniz." #: 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 "Gizli" @@ -672,7 +672,7 @@ msgstr "Simgeleri Gizle" #: apps/client/src/pages/auth/register/page.tsx:174 #: apps/client/src/pages/auth/reset-password/page.tsx:88 msgid "Hold <0>Ctrl to display your password temporarily." -msgstr "" +msgstr "Parolanızı geçici olarak görüntülemek için <0>Ctrl tuşunu basılı tutun." #: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:100 msgid "Horizontal" @@ -684,7 +684,7 @@ msgstr "Özgeçmişinizi herkese açık olarak sunun" #: 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}." -msgstr "" +msgstr "Reactive Resume kullanıcılarından geri bildirim veya destek almayı her zaman isterim. İşte aldığım mesajlardan bazıları. Herhangi bir geri bildiriminiz varsa bana <0>{email} adresinden e-posta göndermekten çekinmeyin.." #: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:82 msgid "Icon" @@ -692,11 +692,11 @@ msgstr "Simge" #: 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." -msgstr "" +msgstr "Bu uygulama iş arayışınızda size yardımcı olduysa, <0>bu iletişim formu aracılığıyla bana ulaşarak bildirin." #: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126 msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in." -msgstr "" +msgstr "İki faktörlü kimlik doğrulamayı devre dışı bırakırsanız, oturum açarken artık bir doğrulama kodu girmeniz gerekmeyecektir." #: 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." @@ -704,13 +704,13 @@ msgstr "" #: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:309 msgid "Import" -msgstr "" +msgstr "İçe Aktar" #: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:208 #: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/import-card.tsx:24 #: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/import-item.tsx:18 msgid "Import an existing resume" -msgstr "" +msgstr "Mevcut bir özgeçmişi içe aktar" #: apps/client/src/components/ai-actions.tsx:85 msgid "Improve Writing" @@ -735,7 +735,7 @@ msgstr "Bilgi" #: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:39 msgid "Institution" -msgstr "" +msgstr "Kurum" #: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:53 msgid "Issuer" @@ -788,17 +788,17 @@ 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 "Anahtar Kelimeler" #: 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 msgid "Label" -msgstr "" +msgstr "Etiket" #: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:95 msgid "Language" @@ -823,7 +823,7 @@ msgid "Letter" msgstr "Harf" #: 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 "Düzey" @@ -852,7 +852,7 @@ msgstr "LinkedIn, JSON Özgeçmiş, vb." 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 @@ -885,7 +885,7 @@ msgstr "Cihazınızı mı kaybettiniz?" #: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:255 msgid "Main" -msgstr "" +msgstr "Ana Sayfa" #: apps/client/src/pages/home/sections/features/index.tsx:59 msgid "Manage multiple resumes" @@ -900,7 +900,7 @@ msgstr "Mart 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 "Mart 2023 - Günümüz" @@ -914,13 +914,13 @@ msgid "MIT License" msgstr "MIT Lisansı" #: 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 "İsim" #: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:39 msgid "Network" -msgstr "" +msgstr "Sosyal Ağlar" #: apps/client/src/pages/dashboard/settings/_sections/security.tsx:85 msgid "New Password" @@ -975,13 +975,13 @@ msgstr "Aç" #: apps/client/src/pages/home/sections/features/index.tsx:47 msgid "Open Source" -msgstr "" +msgstr "Açık Kaynak" #: apps/client/src/services/openai/change-tone.ts:30 #: apps/client/src/services/openai/fix-grammar.ts:28 #: apps/client/src/services/openai/improve-writing.ts:28 msgid "OpenAI did not return any choices for your text." -msgstr "" +msgstr "OpenAI, metniniz için herhangi bir seçenek döndürmedi." #: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:52 #: apps/client/src/pages/home/sections/features/index.tsx:52 @@ -991,61 +991,61 @@ msgstr "" #: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:67 #: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:169 msgid "Options" -msgstr "" +msgstr "Seçenekler" -#: 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 "" +msgstr "veya şununla devam et" #: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:39 msgid "Organization" -msgstr "" +msgstr "Organizasyon" #: 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 "Sayfa" #: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:237 msgid "Page {0}" -msgstr "" +msgstr "Sayfa {0}" #: apps/client/src/pages/auth/login/page.tsx:99 #: apps/client/src/pages/auth/register/page.tsx:169 #: apps/client/src/pages/auth/reset-password/page.tsx:83 #: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76 msgid "Password" -msgstr "" +msgstr "Şifre" #: 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" -msgstr "" +msgstr "Her özgeçmiş için kişisel notlar" #: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:73 msgid "Phone" -msgstr "" +msgstr "Telefon" -#: apps/client/src/pages/auth/layout.tsx:75 +#: apps/client/src/pages/auth/layout.tsx:76 msgid "Photograph by Patrick Tomasso" -msgstr "" +msgstr "Fotoğraf: Patrick Tomasso" #: apps/client/src/pages/home/sections/features/index.tsx:66 msgid "Pick any font from Google Fonts" -msgstr "" +msgstr "Google Fonts'tan herhangi bir yazı tipini seçin" #: 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 "Resim" #: apps/client/src/pages/auth/verify-email/page.tsx:59 msgid "Please note that this step is completely optional." -msgstr "" +msgstr "Bu adımın tamamen isteğe bağlı olduğunu lütfen unutmayın." #: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:225 msgid "Please select a file type" @@ -1057,49 +1057,49 @@ msgstr "" #: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:106 msgid "Portrait" -msgstr "" +msgstr "Portre" #: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:54 msgctxt "Position held at a company, for example, Software Engineer" msgid "Position" -msgstr "" +msgstr "Konum" #: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:53 msgid "Position" -msgstr "" +msgstr "Konum" #: apps/client/src/pages/home/sections/features/index.tsx:97 msgid "Powered by" -msgstr "" +msgstr "Destekleyen" #: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:98 msgid "Powered by <0>Simple Icons" -msgstr "" +msgstr "<0>Simple Icons tarafından desteklenmektedir" #: apps/client/src/pages/builder/sidebars/right/sections/theme.tsx:43 msgid "Primary Color" -msgstr "" +msgstr "Birincil Renk" #: apps/client/src/components/ai-actions.tsx:109 #: apps/client/src/components/ai-actions.tsx:112 msgid "Professional" -msgstr "" +msgstr "Profesyonel" #: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:60 msgid "Profile" -msgstr "" +msgstr "Profil" #: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:55 msgid "Public" -msgstr "" +msgstr "Herkese Açık" #: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:53 msgid "Publisher" -msgstr "" +msgstr "Yayınlayıcı" #: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:69 msgid "Raise an issue" -msgstr "" +msgstr "Bir sorunu dile getirin" #: apps/client/src/components/copyright.tsx:38 #: apps/client/src/pages/auth/backup-otp/page.tsx:52 @@ -1117,7 +1117,7 @@ msgstr "" #: apps/client/src/pages/public/page.tsx:71 #: apps/client/src/pages/public/page.tsx:93 msgid "Reactive Resume" -msgstr "" +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:" @@ -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 "Kaldır" #: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:241 msgid "Remove Page" @@ -1153,70 +1153,70 @@ msgstr "" #: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93 #: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178 msgid "Rename" -msgstr "" +msgstr "Yeniden adlandır" #: apps/client/src/pages/dashboard/settings/_sections/account.tsx:198 msgid "Resend email confirmation link" -msgstr "" +msgstr "E-posta onay bağlantısını yeniden gönder" #: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:124 msgid "Reset" -msgstr "" +msgstr "Sıfırla" #: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:210 msgid "Reset Layout" -msgstr "" +msgstr "Düzeni Sıfırla" #: apps/client/src/pages/auth/reset-password/page.tsx:60 #: apps/client/src/pages/auth/reset-password/page.tsx:65 msgid "Reset your password" -msgstr "" +msgstr "Şifrenizi sıfırlayın" #: apps/client/src/pages/builder/_components/toolbar.tsx:92 msgid "Reset Zoom" -msgstr "" +msgstr "Yakınlaştırmayı Sıfırla" #: apps/client/src/pages/dashboard/_components/sidebar.tsx:86 #: apps/client/src/pages/dashboard/resumes/page.tsx:20 #: apps/client/src/pages/dashboard/resumes/page.tsx:35 msgid "Resumes" -msgstr "" +msgstr "Özgeçmişler" #: apps/client/src/pages/home/sections/statistics/index.tsx:14 msgid "Resumes Generated" -msgstr "" +msgstr "Oluşturulan Özgeçmişler" #: apps/client/src/pages/home/sections/features/index.tsx:106 msgid "Rich in features, not in pricing." -msgstr "" +msgstr "Fiyat açısından değil, özellikler açısından zengin." #: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:143 msgid "Rounded" -msgstr "" +msgstr "Yuvarlak" -#: 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 msgid "Save Changes" -msgstr "" +msgstr "Değişiklikleri Kaydet" #: 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 "Hesabınızda 2FA'yı kurmak için aşağıdaki QR kodunu kimlik doğrulayıcı uygulamanızla tarayın." #. Score or honors for the degree, for example, CGPA or magna cum laude #: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:92 msgid "Score" -msgstr "" +msgstr "Skor" #: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:98 msgid "Search for a font family" -msgstr "" +msgstr "Bir yazı tipi ailesi arayın" #: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:113 msgid "Search for a font subset" -msgstr "" +msgstr "Yazı tipi alt kümesini arayın" #: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:126 msgid "Search for a font variant" @@ -1224,7 +1224,7 @@ msgstr "" #: apps/client/src/components/locale-combobox.tsx:41 msgid "Search for a language" -msgstr "" +msgstr "Dili arayın" #: apps/client/src/pages/home/sections/features/index.tsx:56 msgid "Secure with two-factor authentication" @@ -1232,26 +1232,26 @@ msgstr "" #: apps/client/src/pages/dashboard/settings/_sections/security.tsx:68 msgid "Security" -msgstr "" +msgstr "Güvenlik" #: apps/client/src/pages/home/sections/features/index.tsx:50 msgid "Self-host with Docker" -msgstr "" +msgstr "Docker ile kendi kendine barındırma" #: apps/client/src/pages/auth/forgot-password/page.tsx:98 msgid "Send Email" -msgstr "" +msgstr "E-posta gönder" #: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:79 msgid "Send me a message" -msgstr "" +msgstr "Mesaj gönder" #: apps/client/src/components/user-options.tsx:28 #: apps/client/src/pages/dashboard/_components/sidebar.tsx:92 #: apps/client/src/pages/dashboard/settings/page.tsx:16 #: apps/client/src/pages/dashboard/settings/page.tsx:26 msgid "Settings" -msgstr "" +msgstr "Ayarlar" #: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157 msgid "Setup two-factor authentication on your account" @@ -1260,11 +1260,11 @@ msgstr "" #: apps/client/src/pages/builder/sidebars/right/index.tsx:73 #: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:39 msgid "Sharing" -msgstr "" +msgstr "Paylaşım" #: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:78 msgid "Show" -msgstr "" +msgstr "Göster" #: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:78 msgid "Show Break Line" @@ -1282,32 +1282,32 @@ 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 "Giriş yap" #: apps/client/src/pages/auth/register/page.tsx:77 msgid "Sign in now" -msgstr "" +msgstr "Şimdi giriş yap" #: apps/client/src/pages/auth/login/page.tsx:55 #: apps/client/src/pages/auth/login/page.tsx:60 msgid "Sign in to your account" -msgstr "" +msgstr "Hesabınızda oturum açın" #: apps/client/src/pages/home/sections/features/index.tsx:55 msgid "Sign in with Email" -msgstr "" +msgstr "E-posta ile giriş yapın" #: apps/client/src/pages/home/sections/features/index.tsx:53 msgid "Sign in with GitHub" -msgstr "" +msgstr "Github ile giriş yapın" #: apps/client/src/pages/home/sections/features/index.tsx:54 msgid "Sign in with Google" -msgstr "" +msgstr "Google ile giriş yapın" #: apps/client/src/pages/auth/register/page.tsx:185 msgid "Sign up" -msgstr "" +msgstr "Kayıt ol" #: apps/client/src/pages/auth/register/page.tsx:85 msgid "Signups are currently disabled by the administrator." @@ -1315,11 +1315,11 @@ msgstr "" #: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:72 msgid "Size (in px)" -msgstr "" +msgstr "Boyut (px cinsinden)" #: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227 msgid "Slug" -msgstr "" +msgstr "Slug" #: 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 "" #: 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 "Kare" #: 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 @@ -1411,15 +1411,15 @@ msgstr "" #: apps/client/src/pages/builder/sidebars/right/sections/theme.tsx:103 msgid "Text Color" -msgstr "" +msgstr "Metin Rengi" #: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:25 msgid "That doesn't look like a valid OpenAI API key." -msgstr "" +msgstr "Bu geçerli bir OpenAI API anahtarına benzemiyor." #: apps/client/src/pages/dashboard/settings/_sections/security.tsx:34 msgid "The passwords you entered do not match." -msgstr "" +msgstr "Girdiğiniz şifreler eşleşmiyor." #: 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." @@ -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 "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 "" -#: 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 "" @@ -1549,12 +1549,12 @@ msgstr "" #: apps/client/src/pages/builder/sidebars/left/sections/shared/url-input.tsx:56 msgid "URL must start with https://" -msgstr "" +msgstr "URL https:// ile başlamalıdır" #: apps/client/src/pages/auth/backup-otp/page.tsx:52 #: apps/client/src/pages/auth/backup-otp/page.tsx:57 msgid "Use your backup code" -msgstr "" +msgstr "Yedek kodunuzu kullanın" #: apps/client/src/services/errors/translate-error.ts:11 msgid "User does not have an associated 'secrets' record. Please report this issue on GitHub." @@ -1564,23 +1564,23 @@ 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 "Kullanıcı adı" #: apps/client/src/pages/home/sections/statistics/index.tsx:13 msgid "Users Signed Up" -msgstr "" +msgstr "Kaydolan Kullanıcılar" #: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:296 msgid "Validate" -msgstr "" +msgstr "Doğrula" #: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:314 msgid "Validated" -msgstr "" +msgstr "Doğrulanmış" #: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:50 msgid "Value" -msgstr "" +msgstr "Değer" #: apps/client/src/pages/dashboard/settings/_sections/account.tsx:191 msgid "Verified" @@ -1593,7 +1593,7 @@ msgstr "" #: apps/client/src/pages/auth/verify-email/page.tsx:43 #: apps/client/src/pages/auth/verify-email/page.tsx:48 msgid "Verify your email address" -msgstr "" +msgstr "E-posta adresinizi doğrulayın" #: apps/client/src/pages/home/sections/hero/index.tsx:26 msgid "Version 4" @@ -1601,11 +1601,11 @@ msgstr "" #: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:51 msgid "Views" -msgstr "" +msgstr "Görüntülenmeler" #: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:86 msgid "Visible" -msgstr "" +msgstr "Görünür" #: apps/client/src/pages/auth/verify-email/page.tsx:61 msgid "We verify your email address only to ensure that we can send you a password reset link in case you forget your password." @@ -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 "İnternet sitesi" #: apps/client/src/pages/home/sections/hero/index.tsx:34 msgid "What's new in the latest version" -msgstr "" +msgstr "En son sürümdeki yenilikler" -#: 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 "" - diff --git a/apps/client/src/locales/uk-UA/messages.po b/apps/client/src/locales/uk-UA/messages.po index 5b079392..323a59e3 100644 --- a/apps/client/src/locales/uk-UA/messages.po +++ b/apps/client/src/locales/uk-UA/messages.po @@ -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 "Зменшити" diff --git a/apps/client/src/locales/uz-UZ/messages.po b/apps/client/src/locales/uz-UZ/messages.po new file mode 100644 index 00000000..c55cacb6 --- /dev/null +++ b/apps/client/src/locales/uz-UZ/messages.po @@ -0,0 +1,1691 @@ +msgid "" +msgstr "" +"POT-Creation-Date: 2023-11-10 13:15+0100\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"X-Generator: @lingui/cli\n" +"Language: uz\n" +"Project-Id-Version: reactive-resume\n" +"Report-Msgid-Bugs-To: \n" +"PO-Revision-Date: 2024-02-19 00:08\n" +"Last-Translator: \n" +"Language-Team: Uzbek\n" +"Plural-Forms: nplurals=2; plural=(n > 1);\n" +"X-Crowdin-Project: reactive-resume\n" +"X-Crowdin-Project-ID: 503410\n" +"X-Crowdin-Language: uz\n" +"X-Crowdin-File: messages.po\n" +"X-Crowdin-File-ID: 494\n" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:169 +msgid "You have enabled two-factor authentication successfully." +msgstr "Ikki bosqichli shaxsni tasdiqlashni muvaffaqiyatli yoqdingiz." + +#: apps/client/src/pages/home/sections/features/index.tsx:57 +msgid "{templatesCount} resume templates to choose from" +msgstr "Tanlash uchun {templatesCount} ta tarjimai hol namunasi mavjud" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:114 +msgid "{value, plural, one {Column} other {Columns}}" +msgstr "{value, plural, one {Ustun} other {Ustunlar}}" + +#: 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.<1>If you like the app and want to support keeping it free forever, please donate whatever you can afford to give." +msgstr "" + +#: 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.<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." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:126 +msgid "<0>Note: By utilizing the OpenAI API, you acknowledge and accept the <1>terms of use and <2>privacy policy 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 "" + +#: 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.<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." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:146 +msgid "<0>Two-factor authentication is currently disabled. You can enable it by adding an authenticator app to your account." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:139 +msgid "<0>Two-factor authentication is enabled. You will be asked to enter a code every time you sign in." +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 "" + +#: 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 "" + +#: 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 "" + +#: apps/client/src/components/copyright.tsx:29 +msgid "A passion project by <0>Amruth Pillai" +msgstr "" + +#: 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 "" + +#: apps/client/src/services/errors/translate-error.ts:31 +msgid "A resume with this slug already exists, please pick a different unique identifier." +msgstr "" + +#: apps/client/src/services/errors/translate-error.ts:9 +msgid "A user with this email address and/or username already exists." +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:43 +msgid "A4" +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 "Faqat {accept} fayllarini qabul qiladi" + +#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:104 +msgid "Account" +msgstr "Hisob" + +#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:124 +msgid "Add a custom field" +msgstr "Maxsus maydon qo'shish" + +#: 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 "Yangi narsa qo'shish" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:68 +msgid "Add a new item" +msgstr "Yangi narsa qo'shish" + +#: 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 "Yangi bo'lim qo'shish" + +#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:269 +msgid "Add New Page" +msgstr "Yangi sahifa qo'shish" + +#: apps/client/src/components/ai-actions.tsx:79 +msgid "AI" +msgstr "SO" + +#: apps/client/src/pages/auth/register/page.tsx:74 +msgid "Already have an account?" +msgstr "Hisobingiz bormi?" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:144 +msgid "An error occurred while validating the file." +msgstr "Faylni tekshirishda xatolik yuz berdi." + +#: apps/client/src/pages/home/sections/features/index.tsx:135 +msgid "and many more..." +msgstr "va yana ko'pgina..." + +#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:57 +msgid "Anyone with the link can view and download the resume." +msgstr "Ushbu havolaga ega bo'lgan ixtiyoriy shaxs tarjimai holni ko'rishi va yuklab olishi mumkin." + +#: 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 "Ushbu havolaga ega bo'lgan ixtiyoriy shaxs tarjimai holni ko'rishi va yuklab olishi mumkin. Uni hisobingizda yoki ish beruvchilar bilan ulashing." + +#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:83 +msgid "API Key" +msgstr "API kalit" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:125 +msgid "Are you sure you want to delete this item?" +msgstr "Haqiqatan ham buni oʻchirmoqchimisiz?" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:148 +msgid "Are you sure you want to delete your resume?" +msgstr "Haqiqatan ham tarjimai holingizni oʻchirmoqchimisiz?" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:123 +msgid "Are you sure you want to disable two-factor authentication?" +msgstr "Ikki bosqichli shaxsni tasdiqlashni o‘chirib qo‘ymoqchimisiz?" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:38 +msgid "Are you sure you want to lock this resume?" +msgstr "Haqiqatan ham bu tarjimai holni qulflamoqchimisiz?" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:39 +msgid "Are you sure you want to unlock this resume?" +msgstr "Haqiqatan ham bu tarjimai holni qulfdan chiqarmoqchimisiz?" + +#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:94 +msgid "Are you sure?" +msgstr "Ishonchingiz komilmi?" + +#. For example, Computer Science or Business Administration +#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:73 +msgid "Area of Study" +msgstr "Ta'lim sohasi" + +#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:86 +msgid "Aspect Ratio" +msgstr "Tomonlar nisbati" + +#: apps/client/src/pages/home/sections/features/index.tsx:51 +msgid "Available in {languagesCount} languages" +msgstr "{languagesCount} ta tilda mavjud" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:53 +msgid "Awarder" +msgstr "Mukofotlovchi" + +#: apps/client/src/pages/auth/backup-otp/page.tsx:92 +#: apps/client/src/pages/auth/forgot-password/page.tsx:94 +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:236 +msgid "Back" +msgstr "Orqaga" + +#: apps/client/src/pages/builder/sidebars/right/sections/theme.tsx:73 +msgid "Background Color" +msgstr "Orqa fon rangi" + +#: apps/client/src/pages/auth/backup-otp/page.tsx:75 +msgid "Backup Code" +msgstr "Zaxira kodi" + +#: 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 "Zaxira kodlari faqat kichik harflar yoki raqamlardan iborat bo'lishi mumkin va aynan 10 belgidan iborat bo'lishi kerak." + +#: 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 "Asoslar" + +#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:21 +msgid "Basics" +msgstr "Asoslar" + +#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:196 +msgid "Border" +msgstr "Chegara" + +#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:129 +msgid "Border Radius" +msgstr "Chegara radiusi" + +#: apps/client/src/pages/public/page.tsx:91 +msgid "Built with" +msgstr "Bu bilan qurilgan" + +#: 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 "Jamiyat tomonidan, jamiyat uchun." + +#: 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 "Bekor qilish" + +#: apps/client/src/components/ai-actions.tsx:103 +#: apps/client/src/components/ai-actions.tsx:106 +msgid "Casual" +msgstr "" + +#: apps/client/src/pages/builder/_components/toolbar.tsx:98 +msgid "Center Artboard" +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 "" + +#: apps/client/src/components/ai-actions.tsx:97 +msgid "Change Tone" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:185 +msgid "Changed your mind about the name? Give it a new one." +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 "" + +#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:149 +msgid "Circle" +msgstr "Doira" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:242 +msgid "Close" +msgstr "Yopish" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:199 +msgid "Code" +msgstr "Kod" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:50 +msgid "Code must be exactly 6 digits long." +msgstr "Kod aniq 6 ta raqamdan iborat bo'lishi kerak." + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:108 +msgid "Columns" +msgstr "Ustunlar" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:39 +msgid "Company" +msgstr "Tashkilot" + +#: apps/client/src/components/ai-actions.tsx:115 +#: apps/client/src/components/ai-actions.tsx:118 +msgid "Confident" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:98 +msgid "Confirm New Password" +msgstr "Yangi parolni tasdiqlang" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:232 +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:239 +msgid "Continue" +msgstr "Davom etish" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:94 +msgid "Copy" +msgstr "Nusxalash" + +#: apps/client/src/pages/builder/_components/toolbar.tsx:132 +msgid "Copy Link to Resume" +msgstr "Tarjimai hol uchun Havoladan nusxa oling" + +#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:78 +msgid "Copy to Clipboard" +msgstr "Hotiraga nusxalash" + +#: 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 "Yasash" + +#: apps/client/src/pages/auth/register/page.tsx:67 +#: apps/client/src/pages/auth/register/page.tsx:72 +msgid "Create a new account" +msgstr "Yangi hisob yasang" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:156 +msgid "Create a new item" +msgstr "Yangi buyum yasang" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:177 +#: apps/client/src/pages/dashboard/resumes/_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 "" + +#: apps/client/src/pages/auth/login/page.tsx:65 +msgctxt "This is a link to create a new account" +msgid "Create one now" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:258 +msgid "Create Sample Resume" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:62 +msgid "Custom resume sections" +msgstr "" + +#: apps/client/src/stores/resume.ts:45 +msgid "Custom Section" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:60 +msgid "Customisable colour palettes" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:61 +msgid "Customisable layouts" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:62 +msgid "Danger Zone" +msgstr "Xavfli Hudud" + +#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:82 +msgid "Dark" +msgstr "To‘q" + +#: 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 "Sana" + +#: 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:80 +#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:67 +msgid "Date or Date Range" +msgstr "Sana yoki sana oralig'i" + +#: 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 "O'chirish" + +#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:79 +#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:94 +msgid "Delete Account" +msgstr "Hisobni o‘chirish" + +#: 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:66 +#: apps/client/src/pages/builder/sidebars/left/dialogs/references.tsx:53 +#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:63 +msgid "Description" +msgstr "Ta'rif" + +#: apps/client/src/pages/home/sections/features/index.tsx:58 +msgid "Design single/multi page resumes" +msgstr "Yagona/Ko‘p sahifali tarjimai hollarni andozaga solish" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:137 +msgid "Disable" +msgstr "Oʻchirish" + +#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:155 +msgid "Disable 2FA" +msgstr "2BShT (2FA)ni o`chirish" + +#: 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 "Bekor qilish" + +#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:110 +msgid "Documentation" +msgstr "Hujjatlar" + +#: apps/client/src/pages/auth/login/page.tsx:62 +msgid "Don't have an account?" +msgstr "Hisobingiz yo'qmi?" + +#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:88 +msgid "Don't know where to begin? Hit the docs!" +msgstr "Qayerdan boshlashni bilmayapsizmi? Hujjatlarni bosing!" + +#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:101 +msgid "Don't see your language? <0>Help translate the app." +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:40 +msgid "Donate to Reactive Resume" +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 "" + +#: 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 "" + +#: apps/client/src/pages/builder/_components/toolbar.tsx:144 +#: apps/client/src/pages/public/page.tsx:103 +msgid "Download PDF" +msgstr "PDF yuklab olish" + +#: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:58 +msgid "Downloads" +msgstr "Yuklab olish" + +#: 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 "Nusxalash" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:158 +msgid "Duplicate an existing item" +msgstr "Mavjud buyumni nusxalash" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:179 +msgid "Duplicate an existing resume" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:90 +msgid "Edit" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:174 +msgid "Effects" +msgstr "" + +#: apps/client/src/pages/auth/forgot-password/page.tsx:82 +#: apps/client/src/pages/auth/login/page.tsx:84 +#: apps/client/src/pages/auth/register/page.tsx:148 +#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:50 +#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:180 +msgid "Email" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:159 +msgid "Enable 2FA" +msgstr "" + +#: apps/client/src/pages/auth/reset-password/page.tsx:67 +msgid "Enter a new password below, and make sure it's secure." +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 "" + +#: 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 "" + +#: apps/client/src/pages/auth/verify-otp/page.tsx:60 +msgid "Enter the one-time password provided by your authenticator app below." +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 "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:283 +msgid "Errors" +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 "" + +#: 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 "" + +#: apps/client/src/pages/builder/sidebars/right/index.tsx:79 +#: apps/client/src/pages/builder/sidebars/right/sections/export.tsx:40 +msgid "Export" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:255 +msgid "File" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:221 +msgid "Filetype" +msgstr "" + +#: apps/client/src/pages/home/sections/hero/index.tsx:40 +msgid "Finally," +msgstr "" + +#: apps/client/src/components/ai-actions.tsx:90 +msgid "Fix Spelling & Grammar" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:94 +msgid "Font Family" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:135 +msgid "Font Size" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:109 +msgid "Font Subset" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:121 +msgid "Font Variants" +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." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:107 +msgid "Forget" +msgstr "" + +#: apps/client/src/pages/auth/login/page.tsx:120 +msgid "Forgot Password?" +msgstr "" + +#: apps/client/src/pages/auth/forgot-password/page.tsx:68 +msgid "Forgot your password?" +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 "" + +#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:49 +msgid "Found a bug, or have an idea for a new feature?" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:46 +msgid "Free, forever" +msgstr "" + +#: apps/client/src/components/ai-actions.tsx:121 +#: apps/client/src/components/ai-actions.tsx:124 +msgid "Friendly" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:31 +msgid "Full Name" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:201 +msgid "Generate a random title for your resume" +msgstr "" + +#: apps/client/src/pages/home/sections/hero/call-to-action.tsx:33 +msgid "Get Started" +msgstr "" + +#: apps/client/src/pages/auth/_components/social-auth.tsx:18 +msgid "GitHub" +msgstr "GitHub" + +#: apps/client/src/pages/home/sections/statistics/index.tsx:12 +msgid "GitHub Stars" +msgstr "GitHub yulduzlari" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:186 +msgid "Give your old resume a new name." +msgstr "" + +#: apps/client/src/pages/auth/verify-email/page.tsx:67 +#: apps/client/src/pages/home/sections/hero/call-to-action.tsx:18 +msgid "Go to Dashboard" +msgstr "" + +#: apps/client/src/pages/auth/_components/social-auth.tsx:31 +msgid "Google" +msgstr "Google" + +#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:207 +msgid "Grayscale" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/page.tsx:41 +msgid "Grid" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:41 +msgid "Headline" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:106 +msgid "Here, you can update your account information such as your profile picture, name and username." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:62 +msgid "Here, you can update your profile to customize and personalize your experience." +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:76 +#: 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 "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:78 +msgid "Hide" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:179 +msgid "Hide Icons" +msgstr "" + +#: apps/client/src/pages/auth/login/page.tsx:104 +#: apps/client/src/pages/auth/register/page.tsx:174 +#: apps/client/src/pages/auth/reset-password/page.tsx:88 +msgid "Hold <0>Ctrl to display your password temporarily." +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:100 +msgid "Horizontal" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:67 +msgid "Host your resume publicly" +msgstr "" + +#: apps/client/src/pages/home/sections/testimonials/index.tsx:70 +msgid "I always love to hear from the users of Reactive Resume with feedback or support. Here are some of the messages I've received. If you have any feedback, feel free to drop me an email at <0>{email}." +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:82 +msgid "Icon" +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." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:126 +msgid "If you disable two-factor authentication, you will no longer be required to enter a verification code when logging in." +msgstr "" + +#: apps/client/src/pages/home/sections/support/index.tsx:59 +msgid "If you're multilingual, we'd love your help in bringing the app to more languages and communities. Don't worry if you don't see your language on the list - just give me a shout-out on GitHub, and I'll make sure to include it. Ready to get started? Jump into translation over at Crowdin by clicking the link below." +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:309 +msgid "Import" +msgstr "Import" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:208 +#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/import-card.tsx:24 +#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/import-item.tsx:18 +msgid "Import an existing resume" +msgstr "" + +#: apps/client/src/components/ai-actions.tsx:85 +msgid "Improve Writing" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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." +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/index.tsx:83 +#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:122 +msgid "Information" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:39 +msgid "Institution" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:53 +msgid "Issuer" +msgstr "" + +#: apps/client/src/services/errors/translate-error.ts:7 +msgid "It doesn't look like a user exists with the credentials you provided." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: apps/client/src/services/errors/translate-error.ts:33 +msgid "It looks like the resume you're looking for doesn't exist." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: apps/client/src/services/errors/translate-error.ts:19 +msgid "It looks like your email address has already been verified." +msgstr "" + +#: 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." +msgid "John Doe" +msgstr "" + +#: apps/client/src/pages/auth/register/page.tsx:130 +msgctxt "Localized version of a placeholder username. For example, max.mustermann in German or jan.kowalski in Polish." +msgid "john.doe" +msgstr "" + +#: apps/client/src/pages/auth/register/page.tsx:151 +msgctxt "Localized version of a placeholder email. For example, max.mustermann@example.de in German or jan.kowalski@example.pl in Polish." +msgid "john.doe@example.com" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/export.tsx:54 +msgid "JSON" +msgstr "JSON" + +#: 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 "" + +#: 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 +msgid "Label" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:95 +msgid "Language" +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 +msgid "Last updated {lastUpdated}" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/index.tsx:65 +#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:207 +msgid "Layout" +msgstr "" + +#: apps/client/src/pages/home/sections/hero/call-to-action.tsx:39 +msgid "Learn more" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:44 +msgid "Letter" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/languages.tsx:64 +#: apps/client/src/pages/builder/sidebars/left/dialogs/skills.tsx:77 +msgid "Level" +msgstr "" + +#: apps/client/src/components/copyright.tsx:16 +msgid "Licensed under <0>MIT" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:81 +msgid "Light" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:69 +msgid "Light or dark theme" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:152 +msgid "Line Height" +msgstr "" + +#: 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 "" + +#: apps/client/src/pages/dashboard/resumes/page.tsx:45 +msgid "List" +msgstr "" + +#: 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 +msgid "Location" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:51 +#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:142 +#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:122 +#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:192 +msgid "Lock" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:64 +msgid "Lock a resume to prevent editing" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:43 +msgid "Locking a resume will prevent any further changes to it. This is useful when you have already shared your resume with someone and you don't want to accidentally make any changes to it." +msgstr "" + +#: apps/client/src/components/user-options.tsx:34 +#: apps/client/src/pages/home/sections/hero/call-to-action.tsx:23 +msgid "Logout" +msgstr "" + +#: apps/client/src/pages/auth/verify-otp/page.tsx:64 +msgid "Lost your device?" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:255 +msgid "Main" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:59 +msgid "Manage multiple resumes" +msgstr "" + +#. The month and year should be uniform across all languages. +#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:71 +#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:69 +#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:69 +msgid "March 2023" +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:82 +#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:69 +msgid "March 2023 - Present" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:50 +msgid "Margin" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:48 +msgid "MIT License" +msgstr "" + +#: apps/client/src/pages/auth/register/page.tsx:106 +#: 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: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: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 "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/certifications.tsx:39 +msgctxt "Name of the Certification" +msgid "Name" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:39 +msgid "Network" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:85 +msgid "New Password" +msgstr "Yangi parol" + +#: apps/client/src/components/locale-combobox.tsx:43 +msgid "No results found" +msgstr "Hech qanday natija topilmadi" + +#: apps/client/src/pages/home/sections/features/index.tsx:49 +msgid "No user tracking or advertising" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:131 +msgid "Note: This will make your account less secure." +msgstr "Eslatma: Bu sizning hisobingiz xavfsizligini kamaytiradi." + +#: apps/client/src/pages/builder/sidebars/right/index.tsx:80 +#: apps/client/src/pages/builder/sidebars/right/sections/notes.tsx:17 +msgid "Notes" +msgstr "Eslatmalar" + +#: apps/client/src/pages/auth/verify-otp/page.tsx:82 +msgid "One-Time Password" +msgstr "Bir martalik parol" + +#: apps/client/src/components/ai-actions.tsx:56 +#: apps/client/src/libs/axios.ts:34 +#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:188 +#: apps/client/src/services/resume/print.tsx:26 +msgid "Oops, the server returned an error." +msgstr "Afsuski, serverda xatolik yuz berdi." + +#: apps/client/src/pages/dashboard/resumes/_layouts/grid/_components/resume-card.tsx:124 +#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:84 +#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:174 +msgid "Open" +msgstr "Ochiq" + +#: apps/client/src/pages/home/sections/features/index.tsx:47 +msgid "Open Source" +msgstr "" + +#: apps/client/src/services/openai/change-tone.ts:30 +#: apps/client/src/services/openai/fix-grammar.ts:28 +#: apps/client/src/services/openai/improve-writing.ts:28 +msgid "OpenAI did not return any choices for your text." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:52 +#: apps/client/src/pages/home/sections/features/index.tsx:52 +msgid "OpenAI Integration" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:67 +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:169 +msgid "Options" +msgstr "Variantlar" + +#: 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 "yoki quyidagi bilan davom eting" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:39 +msgid "Organization" +msgstr "Tashkilot" + +#: apps/client/src/pages/builder/sidebars/right/index.tsx:72 +#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:26 +msgid "Page" +msgstr "Sahifa" + +#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:237 +msgid "Page {0}" +msgstr "{0} sahifa" + +#: apps/client/src/pages/auth/login/page.tsx:99 +#: apps/client/src/pages/auth/register/page.tsx:169 +#: apps/client/src/pages/auth/reset-password/page.tsx:83 +#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:76 +msgid "Password" +msgstr "Parol" + +#: apps/client/src/pages/builder/sidebars/right/sections/export.tsx:72 +msgid "PDF" +msgstr "PDF" + +#: apps/client/src/pages/home/sections/features/index.tsx:63 +msgid "Personal notes for each resume" +msgstr "Har bir tarjimai hol uchun shaxsiy eslatmalar" + +#: apps/client/src/pages/builder/sidebars/left/sections/basics.tsx:73 +msgid "Phone" +msgstr "Telefon" + +#: apps/client/src/pages/auth/layout.tsx:76 +msgid "Photograph by Patrick Tomasso" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:66 +msgid "Pick any font from Google Fonts" +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 "" + +#: apps/client/src/pages/auth/verify-email/page.tsx:59 +msgid "Please note that this step is completely optional." +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:225 +msgid "Please select a file type" +msgstr "" + +#: 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 "" + +#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:106 +msgid "Portrait" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/experience.tsx:54 +msgctxt "Position held at a company, for example, Software Engineer" +msgid "Position" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/volunteer.tsx:53 +msgid "Position" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:97 +msgid "Powered by" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx:98 +msgid "Powered by <0>Simple Icons" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/theme.tsx:43 +msgid "Primary Color" +msgstr "" + +#: apps/client/src/components/ai-actions.tsx:109 +#: apps/client/src/components/ai-actions.tsx:112 +msgid "Professional" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:60 +msgid "Profile" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:55 +msgid "Public" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/publications.tsx:53 +msgid "Publisher" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:69 +msgid "Raise an issue" +msgstr "" + +#: apps/client/src/components/copyright.tsx:38 +#: apps/client/src/pages/auth/backup-otp/page.tsx:52 +#: apps/client/src/pages/auth/forgot-password/page.tsx:49 +#: apps/client/src/pages/auth/login/page.tsx:55 +#: apps/client/src/pages/auth/register/page.tsx:67 +#: apps/client/src/pages/auth/reset-password/page.tsx:60 +#: apps/client/src/pages/auth/verify-email/page.tsx:43 +#: apps/client/src/pages/auth/verify-otp/page.tsx:52 +#: apps/client/src/pages/builder/page.tsx:39 +#: apps/client/src/pages/dashboard/resumes/page.tsx:20 +#: apps/client/src/pages/dashboard/settings/page.tsx:16 +#: apps/client/src/pages/home/components/footer.tsx:17 +#: apps/client/src/pages/home/page.tsx:24 +#: apps/client/src/pages/public/page.tsx:71 +#: apps/client/src/pages/public/page.tsx:93 +msgid "Reactive Resume" +msgstr "" + +#: apps/client/src/pages/home/sections/logo-cloud/index.tsx:39 +msgid "Reactive Resume has helped people land jobs at these great companies:" +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: apps/client/src/pages/builder/_components/toolbar.tsx:72 +msgid "Redo" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:98 +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:129 +msgid "Remove" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:241 +msgid "Remove Page" +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 +#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:93 +#: apps/client/src/pages/dashboard/resumes/_layouts/list/_components/resume-item.tsx:178 +msgid "Rename" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:198 +msgid "Resend email confirmation link" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:124 +msgid "Reset" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:210 +msgid "Reset Layout" +msgstr "" + +#: apps/client/src/pages/auth/reset-password/page.tsx:60 +#: apps/client/src/pages/auth/reset-password/page.tsx:65 +msgid "Reset your password" +msgstr "" + +#: apps/client/src/pages/builder/_components/toolbar.tsx:92 +msgid "Reset Zoom" +msgstr "" + +#: apps/client/src/pages/dashboard/_components/sidebar.tsx:86 +#: apps/client/src/pages/dashboard/resumes/page.tsx:20 +#: apps/client/src/pages/dashboard/resumes/page.tsx:35 +msgid "Resumes" +msgstr "" + +#: apps/client/src/pages/home/sections/statistics/index.tsx:14 +msgid "Resumes Generated" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:106 +msgid "Rich in features, not in pricing." +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:143 +msgid "Rounded" +msgstr "" + +#: 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 +msgid "Save Changes" +msgstr "" + +#: 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 "" + +#. Score or honors for the degree, for example, CGPA or magna cum laude +#: apps/client/src/pages/builder/sidebars/left/dialogs/education.tsx:92 +msgid "Score" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:98 +msgid "Search for a font family" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:113 +msgid "Search for a font subset" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:126 +msgid "Search for a font variant" +msgstr "" + +#: apps/client/src/components/locale-combobox.tsx:41 +msgid "Search for a language" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:56 +msgid "Secure with two-factor authentication" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:68 +msgid "Security" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:50 +msgid "Self-host with Docker" +msgstr "" + +#: apps/client/src/pages/auth/forgot-password/page.tsx:98 +msgid "Send Email" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:79 +msgid "Send me a message" +msgstr "" + +#: apps/client/src/components/user-options.tsx:28 +#: apps/client/src/pages/dashboard/_components/sidebar.tsx:92 +#: apps/client/src/pages/dashboard/settings/page.tsx:16 +#: apps/client/src/pages/dashboard/settings/page.tsx:26 +msgid "Settings" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:157 +msgid "Setup two-factor authentication on your account" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/index.tsx:73 +#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:39 +msgid "Sharing" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-options.tsx:78 +msgid "Show" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:78 +msgid "Show Break Line" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/page.tsx:91 +msgid "Show Page Numbers" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/layout.tsx:256 +msgid "Sidebar" +msgstr "" + +#: apps/client/src/pages/auth/backup-otp/page.tsx:96 +#: apps/client/src/pages/auth/login/page.tsx:116 +#: apps/client/src/pages/auth/verify-otp/page.tsx:92 +msgid "Sign in" +msgstr "" + +#: apps/client/src/pages/auth/register/page.tsx:77 +msgid "Sign in now" +msgstr "" + +#: apps/client/src/pages/auth/login/page.tsx:55 +#: apps/client/src/pages/auth/login/page.tsx:60 +msgid "Sign in to your account" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:55 +msgid "Sign in with Email" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:53 +msgid "Sign in with GitHub" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:54 +msgid "Sign in with Google" +msgstr "" + +#: apps/client/src/pages/auth/register/page.tsx:185 +msgid "Sign up" +msgstr "" + +#: apps/client/src/pages/auth/register/page.tsx:85 +msgid "Signups are currently disabled by the administrator." +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/picture/options.tsx:72 +msgid "Size (in px)" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:227 +msgid "Slug" +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." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: 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 "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:184 +msgid "Start building your resume by giving it a name." +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/index.tsx:76 +#: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:23 +msgid "Statistics" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:38 +msgid "Statistics are available only for public resumes." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:101 +msgid "Store Locally" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:160 +msgid "Store your backup codes securely" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:101 +msgid "Stored" +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: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: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 "" + +#: apps/client/src/pages/builder/sidebars/right/sections/information.tsx:18 +msgid "Support the app by donating what you can!" +msgstr "" + +#: apps/client/src/pages/home/sections/support/index.tsx:9 +msgid "Supporting Reactive Resume" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:65 +msgid "Supports A4/Letter page formats" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/profile.tsx:80 +msgid "System" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/index.tsx:62 +#: apps/client/src/pages/builder/sidebars/right/sections/template.tsx:19 +msgid "Template" +msgstr "" + +#: apps/client/src/pages/home/sections/templates/index.tsx:9 +msgid "Templates" +msgstr "" + +#: apps/client/src/pages/home/sections/testimonials/index.tsx:68 +msgid "Testimonials" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/theme.tsx:103 +msgid "Text Color" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:25 +msgid "That doesn't look like a valid OpenAI API key." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:34 +msgid "The passwords you entered do not match." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: 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:127 +msgid "This action can be reverted by clicking on the undo button in the floating toolbar." +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:150 +msgid "This action cannot be undone. This will permanently delete your resume and cannot be recovered." +msgstr "" + +#: 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 "" + +#: apps/client/src/pages/builder/_components/header.tsx:53 +msgid "This resume is locked, please unlock to make further changes." +msgstr "" + +#: 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 "" + +#: 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 "" + +#: apps/client/src/pages/builder/sidebars/left/dialogs/awards.tsx:39 +msgctxt "Name of the Award" +msgid "Title" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:195 +msgid "Title" +msgstr "" + +#: apps/client/src/pages/builder/_components/toolbar.tsx:106 +msgid "Toggle Page Break Line" +msgstr "" + +#: apps/client/src/pages/builder/_components/toolbar.tsx:118 +msgid "Toggle Page Numbers" +msgstr "" + +#: apps/client/src/pages/home/sections/features/index.tsx:68 +msgid "Track views and downloads" +msgstr "" + +#: 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 "" + +#: apps/client/src/services/errors/translate-error.ts:23 +msgid "Two-factor authentication is already enabled for this account." +msgstr "" + +#: apps/client/src/services/errors/translate-error.ts:21 +msgid "Two-factor authentication is not enabled for this account." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:84 +msgid "Type <0>delete to confirm deleting your account." +msgstr "" + +#. 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 "" + +#: apps/client/src/pages/builder/sidebars/right/index.tsx:68 +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:66 +msgid "Typography" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/typography.tsx:190 +msgid "Underline Links" +msgstr "" + +#: apps/client/src/pages/builder/_components/toolbar.tsx:66 +msgid "Undo" +msgstr "" + +#: 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 "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/lock.tsx:44 +msgid "Unlocking a resume will allow you to make changes to it again." +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:191 +msgid "Unverified" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-dialog.tsx:157 +msgid "Update an existing item" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/resume.tsx:178 +msgid "Update an existing resume" +msgstr "" + +#: 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 "" + +#: apps/client/src/pages/builder/sidebars/right/sections/sharing.tsx:73 +msgid "URL" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/url-input.tsx:56 +msgid "URL must start with https://" +msgstr "" + +#: apps/client/src/pages/auth/backup-otp/page.tsx:52 +#: apps/client/src/pages/auth/backup-otp/page.tsx:57 +msgid "Use your backup code" +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 "" + +#: 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 "" + +#: apps/client/src/pages/home/sections/statistics/index.tsx:13 +msgid "Users Signed Up" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:296 +msgid "Validate" +msgstr "" + +#: apps/client/src/pages/dashboard/resumes/_dialogs/import.tsx:314 +msgid "Validated" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/custom/section.tsx:50 +msgid "Value" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_sections/account.tsx:191 +msgid "Verified" +msgstr "" + +#: apps/client/src/pages/dashboard/settings/_dialogs/two-factor.tsx:159 +msgid "Verify that two-factor authentication has been setup correctly" +msgstr "" + +#: apps/client/src/pages/auth/verify-email/page.tsx:43 +#: apps/client/src/pages/auth/verify-email/page.tsx:48 +msgid "Verify your email address" +msgstr "" + +#: apps/client/src/pages/home/sections/hero/index.tsx:26 +msgid "Version 4" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/right/sections/statistics.tsx:51 +msgid "Views" +msgstr "" + +#: apps/client/src/pages/builder/sidebars/left/sections/shared/section-list-item.tsx:86 +msgid "Visible" +msgstr "" + +#: apps/client/src/pages/auth/verify-email/page.tsx:61 +msgid "We verify your email address only to ensure that we can send you a password reset link in case you forget your password." +msgstr "" + +#: 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: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: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 "" + +#: 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: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 "" + +#: 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 "" + +#: 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 "" + +#: apps/client/src/pages/dashboard/settings/_sections/openai.tsx:60 +msgid "You have the option to <0>obtain your own OpenAI API key. 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 "" + +#: apps/client/src/pages/auth/verify-email/page.tsx:50 +msgid "You should have received an email from <0>Reactive Resume with a link to verify your account." +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 "" + +#: apps/client/src/pages/dashboard/settings/_sections/danger.tsx:52 +msgid "Your account and all your data has been deleted successfully. Goodbye!" +msgstr "" + +#: 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 "" + +#: apps/client/src/pages/auth/verify-email/page.tsx:28 +msgid "Your email address has been verified successfully." +msgstr "" + +#: 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 "" + +#: apps/client/src/pages/dashboard/settings/_sections/security.tsx:59 +msgid "Your password has been updated successfully." +msgstr "" + +#: apps/client/src/pages/builder/_components/toolbar.tsx:80 +msgid "Zoom In" +msgstr "" + +#: apps/client/src/pages/builder/_components/toolbar.tsx:86 +msgid "Zoom Out" +msgstr "" + diff --git a/apps/client/src/locales/vi-VN/messages.po b/apps/client/src/locales/vi-VN/messages.po index 4dd83499..540c1522 100644 --- a/apps/client/src/locales/vi-VN/messages.po +++ b/apps/client/src/locales/vi-VN/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: vi\n" "Project-Id-Version: reactive-resume\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-01-04 00:08\n" +"PO-Revision-Date: 2024-02-01 09:12\n" "Last-Translator: \n" "Language-Team: Vietnamese\n" "Plural-Forms: nplurals=1; plural=0;\n" @@ -24,7 +24,7 @@ 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 "" @@ -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 "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 "Tải về" 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 "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 "Từ khóa" @@ -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 "" - diff --git a/apps/client/src/locales/zh-CN/messages.po b/apps/client/src/locales/zh-CN/messages.po index 91c90a32..7e6db79b 100644 --- a/apps/client/src/locales/zh-CN/messages.po +++ b/apps/client/src/locales/zh-CN/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: zh\n" "Project-Id-Version: reactive-resume\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-01-06 00:08\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" @@ -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 "等级" @@ -852,7 +852,7 @@ msgstr "LinkedIn、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 年 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" @@ -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 "缩小" - diff --git a/apps/client/src/locales/zh-TW/messages.po b/apps/client/src/locales/zh-TW/messages.po index 18f40b8f..d09c29bf 100644 --- a/apps/client/src/locales/zh-TW/messages.po +++ b/apps/client/src/locales/zh-TW/messages.po @@ -8,7 +8,7 @@ msgstr "" "Language: zh\n" "Project-Id-Version: reactive-resume\n" "Report-Msgid-Bugs-To: \n" -"PO-Revision-Date: 2024-01-11 00:08\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" @@ -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 "" - diff --git a/apps/client/src/pages/auth/_components/social-auth.tsx b/apps/client/src/pages/auth/_components/social-auth.tsx index 750972ba..6f199d4b 100644 --- a/apps/client/src/pages/auth/_components/social-auth.tsx +++ b/apps/client/src/pages/auth/_components/social-auth.tsx @@ -14,7 +14,7 @@ export const SocialAuth = () => { {providers.includes("github") && ( @@ -27,7 +27,7 @@ export const SocialAuth = () => { className="w-full !bg-[#4285F4] !text-white hover:!bg-[#4285F4]/80" > - + {t`Google`} diff --git a/apps/client/src/pages/auth/layout.tsx b/apps/client/src/pages/auth/layout.tsx index d5cb8c53..0f6c18ce 100644 --- a/apps/client/src/pages/auth/layout.tsx +++ b/apps/client/src/pages/auth/layout.tsx @@ -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
- + diff --git a/apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx b/apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx index 71cc39eb..71811b2a 100644 --- a/apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx +++ b/apps/client/src/pages/builder/sidebars/left/dialogs/profiles.tsx @@ -82,7 +82,7 @@ export const ProfilesDialog = () => { {t`Icon`}
- + {field.value && ( { return (
- diff --git a/apps/client/src/pages/builder/sidebars/right/sections/layout.tsx b/apps/client/src/pages/builder/sidebars/right/sections/layout.tsx index de69570a..112a979c 100644 --- a/apps/client/src/pages/builder/sidebars/right/sections/layout.tsx +++ b/apps/client/src/pages/builder/sidebars/right/sections/layout.tsx @@ -242,7 +242,7 @@ export const LayoutSection = () => { diff --git a/apps/client/src/pages/dashboard/_components/sidebar.tsx b/apps/client/src/pages/dashboard/_components/sidebar.tsx index 5606ada5..4732b814 100644 --- a/apps/client/src/pages/dashboard/_components/sidebar.tsx +++ b/apps/client/src/pages/dashboard/_components/sidebar.tsx @@ -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 (
-
); diff --git a/apps/client/src/pages/dashboard/resumes/page.tsx b/apps/client/src/pages/dashboard/resumes/page.tsx index aadd92b3..00f33506 100644 --- a/apps/client/src/pages/dashboard/resumes/page.tsx +++ b/apps/client/src/pages/dashboard/resumes/page.tsx @@ -36,11 +36,11 @@ export const ResumesPage = () => { - + {t`Grid`} - + {t`List`} diff --git a/apps/client/src/pages/home/components/footer.tsx b/apps/client/src/pages/home/components/footer.tsx index ded04390..2872ea74 100644 --- a/apps/client/src/pages/home/components/footer.tsx +++ b/apps/client/src/pages/home/components/footer.tsx @@ -23,7 +23,24 @@ export const Footer = () => (
-
+
+ +
diff --git a/apps/client/src/pages/home/sections/hero/decoration.tsx b/apps/client/src/pages/home/sections/hero/decoration.tsx index c86dafda..57d9bd09 100644 --- a/apps/client/src/pages/home/sections/hero/decoration.tsx +++ b/apps/client/src/pages/home/sections/hero/decoration.tsx @@ -2,7 +2,7 @@ export const Decoration = { Grid: () => ( + @@ -126,7 +126,7 @@ export const ContextMenuRadioItem = forwardRef< )} {...props} > - + diff --git a/libs/ui/src/components/dialog.tsx b/libs/ui/src/components/dialog.tsx index 3fb8c422..c43a71c1 100644 --- a/libs/ui/src/components/dialog.tsx +++ b/libs/ui/src/components/dialog.tsx @@ -45,7 +45,7 @@ export const DialogContent = forwardRef< > {children} - + Close diff --git a/libs/ui/src/components/dropdown-menu.tsx b/libs/ui/src/components/dropdown-menu.tsx index 72ea28f7..8b3dc314 100644 --- a/libs/ui/src/components/dropdown-menu.tsx +++ b/libs/ui/src/components/dropdown-menu.tsx @@ -31,7 +31,7 @@ export const DropdownMenuSubTrigger = forwardRef< {...props} > {children} - + )); @@ -109,9 +109,9 @@ export const DropdownMenuCheckboxItem = forwardRef< checked={checked} {...props} > - + - + {children} @@ -132,7 +132,7 @@ export const DropdownMenuRadioItem = forwardRef< )} {...props} > - + diff --git a/libs/ui/src/components/rich-input.tsx b/libs/ui/src/components/rich-input.tsx index a6873830..22824f10 100644 --- a/libs/ui/src/components/rich-input.tsx +++ b/libs/ui/src/components/rich-input.tsx @@ -34,7 +34,7 @@ import { Link } from "@tiptap/extension-link"; import { TextAlign } from "@tiptap/extension-text-align"; import { Underline } from "@tiptap/extension-underline"; import { Editor, EditorContent, EditorContentProps, useEditor } from "@tiptap/react"; -import { StarterKit } from "@tiptap/starter-kit"; +import StarterKit from "@tiptap/starter-kit"; import { forwardRef, useCallback } from "react"; import { useForm } from "react-hook-form"; import { z } from "zod"; @@ -445,6 +445,7 @@ export const RichInput = forwardRef( Underline, Highlight, Link.extend({ + inclusive: false, addKeyboardShortcuts() { return { "Mod-k": () => { diff --git a/libs/ui/src/components/scroll-area.tsx b/libs/ui/src/components/scroll-area.tsx index 25649446..73fbcae2 100644 --- a/libs/ui/src/components/scroll-area.tsx +++ b/libs/ui/src/components/scroll-area.tsx @@ -26,7 +26,7 @@ export const ScrollArea = forwardRef< className={cn("relative overflow-hidden", className)} {...props} > - + {children} diff --git a/libs/ui/src/components/select.tsx b/libs/ui/src/components/select.tsx index 164cda42..8776e151 100644 --- a/libs/ui/src/components/select.tsx +++ b/libs/ui/src/components/select.tsx @@ -23,7 +23,7 @@ export const SelectTrigger = forwardRef< > {children} - + )); @@ -86,9 +86,9 @@ export const SelectItem = forwardRef< )} {...props} > - + - + {children} diff --git a/libs/ui/src/components/sheet.tsx b/libs/ui/src/components/sheet.tsx index 1f725dfa..15a4595f 100644 --- a/libs/ui/src/components/sheet.tsx +++ b/libs/ui/src/components/sheet.tsx @@ -51,7 +51,7 @@ export const SheetContent = forwardRef< {showClose && ( - + Close )} diff --git a/libs/ui/src/components/slider.tsx b/libs/ui/src/components/slider.tsx index 366584f9..d1183ee6 100644 --- a/libs/ui/src/components/slider.tsx +++ b/libs/ui/src/components/slider.tsx @@ -14,7 +14,7 @@ export const Slider = forwardRef< - + )); diff --git a/libs/ui/src/components/switch.tsx b/libs/ui/src/components/switch.tsx index 53bc914e..b3c21d81 100644 --- a/libs/ui/src/components/switch.tsx +++ b/libs/ui/src/components/switch.tsx @@ -16,7 +16,7 @@ export const Switch = forwardRef< > diff --git a/libs/ui/src/components/toast.tsx b/libs/ui/src/components/toast.tsx index 34a8e0c0..9f26738f 100644 --- a/libs/ui/src/components/toast.tsx +++ b/libs/ui/src/components/toast.tsx @@ -80,7 +80,7 @@ export const ToastClose = forwardRef< toast-close="" {...props} > - + )); diff --git a/libs/ui/src/variants/button.ts b/libs/ui/src/variants/button.ts index e0bc89b6..abd381bd 100644 --- a/libs/ui/src/variants/button.ts +++ b/libs/ui/src/variants/button.ts @@ -20,7 +20,7 @@ export const buttonVariants = cva( sm: "h-8 px-4 text-xs", md: "h-9 px-5", lg: "h-10 px-6", - icon: "h-9 w-9", + icon: "size-9", }, }, compoundVariants: [ diff --git a/libs/ui/src/variants/toggle.ts b/libs/ui/src/variants/toggle.ts index 193d5b61..222cd35e 100644 --- a/libs/ui/src/variants/toggle.ts +++ b/libs/ui/src/variants/toggle.ts @@ -9,9 +9,9 @@ export const toggleVariants = cva( outline: "border bg-transparent hover:bg-secondary/60 hover:text-secondary-foreground", }, size: { - sm: "h-8 w-8", - md: "h-9 w-9", - lg: "h-10 w-10", + sm: "size-8", + md: "size-9", + lg: "size-10", }, }, defaultVariants: { diff --git a/libs/ui/tsconfig.json b/libs/ui/tsconfig.json index cc963811..d46dcdb0 100644 --- a/libs/ui/tsconfig.json +++ b/libs/ui/tsconfig.json @@ -5,17 +5,17 @@ "esModuleInterop": false, "allowSyntheticDefaultImports": true, "strict": true, - "types": ["vite/client", "vitest"] + "types": ["vite/client", "vitest"], }, "files": [], "include": [], "references": [ { - "path": "./tsconfig.lib.json" + "path": "./tsconfig.lib.json", }, { - "path": "./tsconfig.spec.json" - } + "path": "./tsconfig.spec.json", + }, ], - "extends": "../../tsconfig.base.json" + "extends": "../../tsconfig.base.json", } diff --git a/libs/utils/tsconfig.json b/libs/utils/tsconfig.json index 6f2129d8..3e334acb 100644 --- a/libs/utils/tsconfig.json +++ b/libs/utils/tsconfig.json @@ -8,16 +8,16 @@ "noImplicitOverride": true, "noPropertyAccessFromIndexSignature": true, "noImplicitReturns": true, - "noFallthroughCasesInSwitch": true + "noFallthroughCasesInSwitch": true, }, "files": [], "include": [], "references": [ { - "path": "./tsconfig.lib.json" + "path": "./tsconfig.lib.json", }, { - "path": "./tsconfig.spec.json" - } - ] + "path": "./tsconfig.spec.json", + }, + ], } diff --git a/package.json b/package.json index 4f12abce..cbc02eb0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@reactive-resume/source", "description": "A free and open-source resume builder that simplifies the process of creating, updating, and sharing your resume.", - "version": "4.0.4", + "version": "4.0.5", "license": "MIT", "private": true, "author": { @@ -29,116 +29,117 @@ "messages:extract": "pnpm exec lingui extract --clean --overwrite" }, "devDependencies": { - "@babel/core": "^7.23.7", + "@babel/core": "^7.24.0", "@babel/preset-react": "^7.23.3", - "@lingui/conf": "^4.7.0", - "@lingui/swc-plugin": "^4.0.4", - "@lingui/vite-plugin": "^4.7.0", - "@nestjs/schematics": "^10.1.0", - "@nestjs/testing": "^10.3.0", - "@nx/eslint": "17.2.8", - "@nx/eslint-plugin": "17.2.8", - "@nx/jest": "17.2.8", - "@nx/js": "17.2.8", - "@nx/nest": "17.2.8", - "@nx/node": "17.2.8", - "@nx/react": "17.2.8", - "@nx/vite": "17.2.8", - "@nx/web": "17.2.8", - "@nx/webpack": "17.2.8", - "@nx/workspace": "17.2.8", - "@swc-node/register": "~1.6.8", - "@swc/cli": "~0.1.63", - "@swc/core": "~1.3.104", + "@lingui/cli": "^4.7.1", + "@lingui/conf": "^4.7.1", + "@lingui/swc-plugin": "^4.0.6", + "@lingui/vite-plugin": "^4.7.1", + "@nestjs/schematics": "^10.1.1", + "@nestjs/testing": "^10.3.3", + "@nx/eslint": "18.0.8", + "@nx/eslint-plugin": "18.0.8", + "@nx/jest": "18.0.8", + "@nx/js": "18.0.8", + "@nx/nest": "18.0.8", + "@nx/node": "18.0.8", + "@nx/react": "18.0.8", + "@nx/vite": "18.0.8", + "@nx/web": "18.0.8", + "@nx/webpack": "18.0.8", + "@nx/workspace": "18.0.8", + "@swc-node/register": "~1.9.0", + "@swc/cli": "~0.3.10", + "@swc/core": "~1.4.6", "@tailwindcss/container-queries": "^0.1.1", "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.10", - "@tanstack/eslint-plugin-query": "^5.17.7", - "@testing-library/react": "14.1.2", + "@tanstack/eslint-plugin-query": "^5.20.1", + "@testing-library/react": "14.2.1", "@types/async-retry": "^1.4.8", "@types/bcryptjs": "^2.4.6", - "@types/cookie-parser": "^1.4.6", + "@types/cookie-parser": "^1.4.7", "@types/express": "^4.17.21", "@types/file-saver": "^2.0.7", - "@types/jest": "^29.5.11", + "@types/jest": "^29.5.12", "@types/lodash.debounce": "^4.0.9", "@types/lodash.get": "^4.4.9", "@types/lodash.set": "^4.3.9", "@types/multer": "^1.4.11", - "@types/node": "20.11.5", + "@types/node": "20.11.25", "@types/nodemailer": "^6.4.14", "@types/papaparse": "^5.3.14", "@types/passport": "^1.0.16", "@types/passport-github2": "^1.2.9", "@types/passport-google-oauth20": "^2.0.14", "@types/passport-local": "^1.0.38", - "@types/react": "18.2.48", - "@types/react-dom": "18.2.18", + "@types/react": "18.2.64", + "@types/react-dom": "18.2.21", "@types/react-is": "18.2.4", "@types/retry": "^0.12.5", "@types/webfontloader": "^1.6.38", - "@typescript-eslint/eslint-plugin": "^6.19.0", - "@typescript-eslint/parser": "^6.19.0", + "@typescript-eslint/eslint-plugin": "^7.1.1", + "@typescript-eslint/parser": "^7.1.1", "@vitejs/plugin-react": "~4.2.1", - "@vitejs/plugin-react-swc": "~3.5.0", - "@vitest/coverage-v8": "^1.2.1", - "@vitest/ui": "~1.2.1", - "autoprefixer": "^10.4.17", - "eslint": "~8.56.0", + "@vitejs/plugin-react-swc": "~3.6.0", + "@vitest/coverage-v8": "^1.3.1", + "@vitest/ui": "~1.3.1", + "autoprefixer": "^10.4.18", + "babel-plugin-macros": "^3.1.0", + "eslint": "~8.57.0", "eslint-config-prettier": "^9.1.0", "eslint-plugin-import": "2.29.1", "eslint-plugin-jsx-a11y": "6.8.0", - "eslint-plugin-lingui": "^0.2.2", + "eslint-plugin-lingui": "^0.3.0", "eslint-plugin-prettier": "^5.1.3", - "eslint-plugin-react": "7.33.2", + "eslint-plugin-react": "7.34.0", "eslint-plugin-react-hooks": "4.6.0", - "eslint-plugin-simple-import-sort": "^10.0.0", - "eslint-plugin-tailwindcss": "^3.14.0", - "eslint-plugin-unused-imports": "^3.0.0", + "eslint-plugin-simple-import-sort": "^12.0.0", + "eslint-plugin-tailwindcss": "^3.14.3", + "eslint-plugin-unused-imports": "^3.1.0", "jest": "^29.7.0", "jest-environment-node": "^29.7.0", - "jsdom": "~23.2.0", - "nx": "17.2.8", - "postcss": "8.4.33", - "postcss-import": "^16.0.0", + "jsdom": "~24.0.0", + "nx": "18.0.8", + "postcss": "8.4.35", + "postcss-import": "^16.0.1", "postcss-nested": "^6.0.1", - "prettier": "^3.2.4", + "prettier": "^3.2.5", "tailwindcss": "^3.4.1", "tailwindcss-animate": "^1.0.7", - "ts-jest": "^29.1.1", + "ts-jest": "^29.1.2", "ts-node": "10.9.2", - "typescript": "~5.3.3", - "vite": "~5.0.11", - "vite-plugin-dts": "~3.7.1", - "vitest": "~1.2.1" + "typescript": "~5.4.2", + "vite": "~5.1.5", + "vite-plugin-dts": "~3.7.3", + "vitest": "~1.3.1" }, "dependencies": { "@dnd-kit/core": "^6.1.0", "@dnd-kit/modifiers": "^7.0.0", "@dnd-kit/sortable": "^8.0.0", "@dnd-kit/utilities": "^3.2.2", - "@fontsource/ibm-plex-sans": "^5.0.18", + "@fontsource/ibm-plex-sans": "^5.0.19", "@hookform/resolvers": "^3.3.4", - "@lingui/cli": "^4.7.0", - "@lingui/core": "^4.7.0", - "@lingui/detect-locale": "^4.7.0", - "@lingui/macro": "^4.7.0", - "@lingui/react": "^4.7.0", - "@nestjs-modules/mailer": "^1.10.3", - "@nestjs/axios": "^3.0.1", - "@nestjs/common": "^10.3.0", - "@nestjs/config": "^3.1.1", - "@nestjs/core": "^10.3.0", + "@lingui/core": "^4.7.1", + "@lingui/detect-locale": "^4.7.1", + "@lingui/macro": "^4.7.1", + "@lingui/react": "^4.7.1", + "@nestjs-modules/mailer": "^1.11.2", + "@nestjs/axios": "^3.0.2", + "@nestjs/common": "^10.3.3", + "@nestjs/config": "^3.2.0", + "@nestjs/core": "^10.3.3", "@nestjs/jwt": "^10.2.0", "@nestjs/passport": "^10.0.3", - "@nestjs/platform-express": "^10.3.0", - "@nestjs/serve-static": "^4.0.0", - "@nestjs/swagger": "^7.2.0", - "@nestjs/terminus": "^10.2.0", + "@nestjs/platform-express": "^10.3.3", + "@nestjs/serve-static": "^4.0.1", + "@nestjs/swagger": "^7.3.0", + "@nestjs/terminus": "^10.2.3", "@paralleldrive/cuid2": "^2.2.2", "@pdf-lib/fontkit": "^1.1.1", "@phosphor-icons/react": "^2.0.15", - "@prisma/client": "^5.8.1", + "@prisma/client": "^5.10.2", "@radix-ui/react-accordion": "^1.1.2", "@radix-ui/react-alert-dialog": "^1.0.5", "@radix-ui/react-aspect-ratio": "^1.0.3", @@ -162,34 +163,35 @@ "@radix-ui/react-toggle": "^1.0.3", "@radix-ui/react-toggle-group": "^1.0.4", "@radix-ui/react-tooltip": "^1.0.7", - "@sentry/node": "^7.93.0", + "@sentry/node": "^7.106.0", "@songkeys/nestjs-redis": "^10.0.0", "@songkeys/nestjs-redis-health": "^10.0.0", - "@swc/helpers": "~0.5.3", - "@tanstack/react-query": "^5.17.15", - "@tiptap/extension-highlight": "2.1.16", - "@tiptap/extension-image": "2.1.16", - "@tiptap/extension-link": "2.1.16", - "@tiptap/extension-text-align": "2.1.16", - "@tiptap/extension-underline": "2.1.16", - "@tiptap/react": "2.1.16", - "@tiptap/starter-kit": "2.1.16", - "@types/passport-jwt": "^4.0.0", + "@swc/helpers": "~0.5.6", + "@tanstack/react-query": "^5.25.0", + "@tiptap/extension-highlight": "2.2.4", + "@tiptap/extension-image": "2.2.4", + "@tiptap/extension-link": "2.2.4", + "@tiptap/extension-text-align": "2.2.4", + "@tiptap/extension-underline": "2.2.4", + "@tiptap/pm": "^2.2.4", + "@tiptap/react": "2.2.4", + "@tiptap/starter-kit": "^2.2.4", + "@types/passport-jwt": "^4.0.1", "async-retry": "^1.3.3", - "axios": "^1.6.5", + "axios": "^1.6.7", "axios-auth-refresh": "^3.3.6", "bcryptjs": "^2.4.3", "class-variance-authority": "^0.7.0", "clsx": "^2.1.0", - "cmdk": "^0.2.0", + "cmdk": "^1.0.0", "cookie-parser": "^1.4.6", "dayjs": "^1.11.10", "deepmerge": "^4.3.1", "file-saver": "^2.0.5", - "framer-motion": "^10.18.0", + "framer-motion": "^11.0.8", "fuzzy": "^0.1.3", "helmet": "^7.1.0", - "immer": "^10.0.3", + "immer": "^10.0.4", "ioredis": "^5.3.2", "jszip": "^3.10.1", "lodash.debounce": "^4.0.8", @@ -198,10 +200,10 @@ "minio": "^7.1.3", "nest-raven": "^10.0.1", "nestjs-minio-client": "^2.2.0", - "nestjs-prisma": "^0.22.0", + "nestjs-prisma": "^0.23.0", "nestjs-zod": "^3.0.0", - "nodemailer": "^6.9.8", - "openai": "^4.24.7", + "nodemailer": "^6.9.12", + "openai": "^4.28.4", "otplib": "^12.0.1", "papaparse": "^5.4.1", "passport": "^0.7.0", @@ -210,36 +212,36 @@ "passport-jwt": "^4.0.1", "passport-local": "^1.0.0", "pdf-lib": "^1.17.1", - "prisma": "^5.8.1", - "puppeteer": "^21.7.0", + "prisma": "^5.10.2", + "puppeteer": "^22.4.1", "qrcode.react": "^3.1.0", "react": "18.2.0", "react-colorful": "^5.6.1", "react-dom": "18.2.0", "react-helmet-async": "^2.0.4", - "react-hook-form": "^7.49.3", - "react-parallax-tilt": "^1.7.191", - "react-resizable-panels": "^1.0.9", - "react-router-dom": "6.21.3", - "react-zoom-pan-pinch": "^3.3.0", + "react-hook-form": "^7.51.0", + "react-parallax-tilt": "^1.7.214", + "react-resizable-panels": "^2.0.12", + "react-router-dom": "6.22.3", + "react-zoom-pan-pinch": "^3.4.3", "reflect-metadata": "^0.2.1", "rxjs": "^7.8.1", "sharp": "^0.33.2", - "tailwind-merge": "^2.2.0", + "tailwind-merge": "^2.2.1", "tslib": "^2.6.2", "unique-names-generator": "^4.7.1", "use-breakpoint": "^4.0.1", "use-keyboard-shortcut": "^1.1.6", - "usehooks-ts": "^2.9.5", + "usehooks-ts": "^3.0.1", "webfontloader": "^1.6.28", "zod": "^3.22.4", - "zod-to-json-schema": "^3.22.3", - "zundo": "^2.0.3", - "zustand": "^4.4.7" + "zod-to-json-schema": "^3.22.4", + "zundo": "^2.1.0", + "zustand": "^4.5.2" }, "packageManager": "pnpm@8.11.0", "engines": { - "node": ">=18.0.0" + "node": ">=18.17.0" }, "prisma": { "schema": "tools/prisma/schema.prisma" diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 6cdb8420..ca5131d4 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -18,59 +18,56 @@ dependencies: specifier: ^3.2.2 version: 3.2.2(react@18.2.0) '@fontsource/ibm-plex-sans': - specifier: ^5.0.18 - version: 5.0.18 + specifier: ^5.0.19 + version: 5.0.19 '@hookform/resolvers': specifier: ^3.3.4 - version: 3.3.4(react-hook-form@7.49.3) - '@lingui/cli': - specifier: ^4.7.0 - version: 4.7.0(typescript@5.3.3) + version: 3.3.4(react-hook-form@7.51.0) '@lingui/core': - specifier: ^4.7.0 - version: 4.7.0 + specifier: ^4.7.1 + version: 4.7.1 '@lingui/detect-locale': - specifier: ^4.7.0 - version: 4.7.0 + specifier: ^4.7.1 + version: 4.7.1 '@lingui/macro': - specifier: ^4.7.0 - version: 4.7.0(@lingui/react@4.7.0)(babel-plugin-macros@3.1.0)(typescript@5.3.3) + specifier: ^4.7.1 + version: 4.7.1(@lingui/react@4.7.1)(babel-plugin-macros@3.1.0)(typescript@5.4.2) '@lingui/react': - specifier: ^4.7.0 - version: 4.7.0(react@18.2.0) + specifier: ^4.7.1 + version: 4.7.1(react@18.2.0) '@nestjs-modules/mailer': - specifier: ^1.10.3 - version: 1.10.3(@nestjs/common@10.3.0)(@nestjs/core@10.3.0)(nodemailer@6.9.8) + specifier: ^1.11.2 + version: 1.11.2(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(nodemailer@6.9.12) '@nestjs/axios': - specifier: ^3.0.1 - version: 3.0.1(@nestjs/common@10.3.0)(axios@1.6.5)(reflect-metadata@0.2.1)(rxjs@7.8.1) + specifier: ^3.0.2 + version: 3.0.2(@nestjs/common@10.3.3)(axios@1.6.7)(rxjs@7.8.1) '@nestjs/common': - specifier: ^10.3.0 - version: 10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1) + specifier: ^10.3.3 + version: 10.3.3(reflect-metadata@0.2.1)(rxjs@7.8.1) '@nestjs/config': - specifier: ^3.1.1 - version: 3.1.1(@nestjs/common@10.3.0)(reflect-metadata@0.2.1) + specifier: ^3.2.0 + version: 3.2.0(@nestjs/common@10.3.3)(rxjs@7.8.1) '@nestjs/core': - specifier: ^10.3.0 - version: 10.3.0(@nestjs/common@10.3.0)(@nestjs/platform-express@10.3.0)(reflect-metadata@0.2.1)(rxjs@7.8.1) + specifier: ^10.3.3 + version: 10.3.3(@nestjs/common@10.3.3)(@nestjs/platform-express@10.3.3)(reflect-metadata@0.2.1)(rxjs@7.8.1) '@nestjs/jwt': specifier: ^10.2.0 - version: 10.2.0(@nestjs/common@10.3.0) + version: 10.2.0(@nestjs/common@10.3.3) '@nestjs/passport': specifier: ^10.0.3 - version: 10.0.3(@nestjs/common@10.3.0)(passport@0.7.0) + version: 10.0.3(@nestjs/common@10.3.3)(passport@0.7.0) '@nestjs/platform-express': - specifier: ^10.3.0 - version: 10.3.0(@nestjs/common@10.3.0)(@nestjs/core@10.3.0) + specifier: ^10.3.3 + version: 10.3.3(@nestjs/common@10.3.3)(@nestjs/core@10.3.3) '@nestjs/serve-static': - specifier: ^4.0.0 - version: 4.0.0(@nestjs/common@10.3.0)(@nestjs/core@10.3.0) + specifier: ^4.0.1 + version: 4.0.1(@nestjs/common@10.3.3)(@nestjs/core@10.3.3) '@nestjs/swagger': - specifier: ^7.2.0 - version: 7.2.0(@nestjs/common@10.3.0)(@nestjs/core@10.3.0)(reflect-metadata@0.2.1) + specifier: ^7.3.0 + version: 7.3.0(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(reflect-metadata@0.2.1) '@nestjs/terminus': - specifier: ^10.2.0 - version: 10.2.0(@nestjs/axios@3.0.1)(@nestjs/common@10.3.0)(@nestjs/core@10.3.0)(@prisma/client@5.8.1)(reflect-metadata@0.2.1)(rxjs@7.8.1) + specifier: ^10.2.3 + version: 10.2.3(@nestjs/axios@3.0.2)(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(@prisma/client@5.10.2)(reflect-metadata@0.2.1)(rxjs@7.8.1) '@paralleldrive/cuid2': specifier: ^2.2.2 version: 2.2.2 @@ -81,125 +78,128 @@ dependencies: specifier: ^2.0.15 version: 2.0.15(react-dom@18.2.0)(react@18.2.0) '@prisma/client': - specifier: ^5.8.1 - version: 5.8.1(prisma@5.8.1) + specifier: ^5.10.2 + version: 5.10.2(prisma@5.10.2) '@radix-ui/react-accordion': specifier: ^1.1.2 - version: 1.1.2(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 1.1.2(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-alert-dialog': specifier: ^1.0.5 - version: 1.0.5(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.5(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-aspect-ratio': specifier: ^1.0.3 - version: 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-avatar': specifier: ^1.0.4 - version: 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-checkbox': specifier: ^1.0.4 - version: 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-context-menu': specifier: ^2.1.5 - version: 2.1.5(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 2.1.5(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-dialog': specifier: ^1.0.5 - version: 1.0.5(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.5(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-dropdown-menu': specifier: ^2.0.6 - version: 2.0.6(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 2.0.6(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-hover-card': specifier: ^1.0.7 - version: 1.0.7(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.7(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-label': specifier: ^2.0.2 - version: 2.0.2(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 2.0.2(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-popover': specifier: ^1.0.7 - version: 1.0.7(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.7(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-portal': specifier: ^1.0.4 - version: 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-scroll-area': specifier: ^1.0.5 - version: 1.0.5(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.5(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-select': specifier: ^2.0.0 - version: 2.0.0(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 2.0.0(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-separator': specifier: ^1.0.3 - version: 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-slider': specifier: ^1.1.2 - version: 1.1.2(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 1.1.2(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-slot': specifier: ^1.0.2 - version: 1.0.2(@types/react@18.2.48)(react@18.2.0) + version: 1.0.2(@types/react@18.2.64)(react@18.2.0) '@radix-ui/react-switch': specifier: ^1.0.3 - version: 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-tabs': specifier: ^1.0.4 - version: 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-toast': specifier: ^1.1.5 - version: 1.1.5(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 1.1.5(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-toggle': specifier: ^1.0.3 - version: 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-toggle-group': specifier: ^1.0.4 - version: 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@radix-ui/react-tooltip': specifier: ^1.0.7 - version: 1.0.7(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + version: 1.0.7(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) '@sentry/node': - specifier: ^7.93.0 - version: 7.93.0 + specifier: ^7.106.0 + version: 7.106.0 '@songkeys/nestjs-redis': specifier: ^10.0.0 - version: 10.0.0(@nestjs/common@10.3.0)(@nestjs/core@10.3.0)(ioredis@5.3.2) + version: 10.0.0(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(ioredis@5.3.2) '@songkeys/nestjs-redis-health': specifier: ^10.0.0 - version: 10.0.0(@nestjs/common@10.3.0)(@nestjs/core@10.3.0)(@nestjs/terminus@10.2.0)(ioredis@5.3.2) + version: 10.0.0(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(@nestjs/terminus@10.2.3)(ioredis@5.3.2) '@swc/helpers': - specifier: ~0.5.3 - version: 0.5.3 + specifier: ~0.5.6 + version: 0.5.6 '@tanstack/react-query': - specifier: ^5.17.15 - version: 5.17.15(react@18.2.0) + specifier: ^5.25.0 + version: 5.25.0(react@18.2.0) '@tiptap/extension-highlight': - specifier: 2.1.16 - version: 2.1.16(@tiptap/core@2.1.16) + specifier: 2.2.4 + version: 2.2.4(@tiptap/core@2.2.4) '@tiptap/extension-image': - specifier: 2.1.16 - version: 2.1.16(@tiptap/core@2.1.16) + specifier: 2.2.4 + version: 2.2.4(@tiptap/core@2.2.4) '@tiptap/extension-link': - specifier: 2.1.16 - version: 2.1.16(@tiptap/core@2.1.16)(@tiptap/pm@2.1.12) + specifier: 2.2.4 + version: 2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4) '@tiptap/extension-text-align': - specifier: 2.1.16 - version: 2.1.16(@tiptap/core@2.1.16) + specifier: 2.2.4 + version: 2.2.4(@tiptap/core@2.2.4) '@tiptap/extension-underline': - specifier: 2.1.16 - version: 2.1.16(@tiptap/core@2.1.16) + specifier: 2.2.4 + version: 2.2.4(@tiptap/core@2.2.4) + '@tiptap/pm': + specifier: ^2.2.4 + version: 2.2.4 '@tiptap/react': - specifier: 2.1.16 - version: 2.1.16(@tiptap/core@2.1.16)(@tiptap/pm@2.1.12)(react-dom@18.2.0)(react@18.2.0) + specifier: 2.2.4 + version: 2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4)(react-dom@18.2.0)(react@18.2.0) '@tiptap/starter-kit': - specifier: 2.1.16 - version: 2.1.16(@tiptap/pm@2.1.12) + specifier: ^2.2.4 + version: 2.2.4(@tiptap/pm@2.2.4) '@types/passport-jwt': - specifier: ^4.0.0 - version: 4.0.0 + specifier: ^4.0.1 + version: 4.0.1 async-retry: specifier: ^1.3.3 version: 1.3.3 axios: - specifier: ^1.6.5 - version: 1.6.5 + specifier: ^1.6.7 + version: 1.6.7 axios-auth-refresh: specifier: ^3.3.6 - version: 3.3.6(axios@1.6.5) + version: 3.3.6(axios@1.6.7) bcryptjs: specifier: ^2.4.3 version: 2.4.3 @@ -210,8 +210,8 @@ dependencies: specifier: ^2.1.0 version: 2.1.0 cmdk: - specifier: ^0.2.0 - version: 0.2.0(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) + specifier: ^1.0.0 + version: 1.0.0(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) cookie-parser: specifier: ^1.4.6 version: 1.4.6 @@ -225,8 +225,8 @@ dependencies: specifier: ^2.0.5 version: 2.0.5 framer-motion: - specifier: ^10.18.0 - version: 10.18.0(react-dom@18.2.0)(react@18.2.0) + specifier: ^11.0.8 + version: 11.0.8(react-dom@18.2.0)(react@18.2.0) fuzzy: specifier: ^0.1.3 version: 0.1.3 @@ -234,8 +234,8 @@ dependencies: specifier: ^7.1.0 version: 7.1.0 immer: - specifier: ^10.0.3 - version: 10.0.3 + specifier: ^10.0.4 + version: 10.0.4 ioredis: specifier: ^5.3.2 version: 5.3.2 @@ -256,22 +256,22 @@ dependencies: version: 7.1.3 nest-raven: specifier: ^10.0.1 - version: 10.0.1(@nestjs/common@10.3.0)(@nestjs/core@10.3.0)(@sentry/node@7.93.0)(graphql@16.8.1)(reflect-metadata@0.2.1)(rxjs@7.8.1) + version: 10.0.1(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(@sentry/node@7.106.0)(graphql@16.8.1)(reflect-metadata@0.2.1)(rxjs@7.8.1) nestjs-minio-client: specifier: ^2.2.0 - version: 2.2.0(@nestjs/common@10.3.0)(@nestjs/core@10.3.0) + version: 2.2.0(@nestjs/common@10.3.3)(@nestjs/core@10.3.3) nestjs-prisma: - specifier: ^0.22.0 - version: 0.22.0(@nestjs/common@10.3.0)(@prisma/client@5.8.1)(prisma@5.8.1) + specifier: ^0.23.0 + version: 0.23.0(@nestjs/common@10.3.3)(@prisma/client@5.10.2)(prisma@5.10.2) nestjs-zod: specifier: ^3.0.0 - version: 3.0.0(@nestjs/common@10.3.0)(@nestjs/core@10.3.0)(@nestjs/swagger@7.2.0)(zod@3.22.4) + version: 3.0.0(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(@nestjs/swagger@7.3.0)(zod@3.22.4) nodemailer: - specifier: ^6.9.8 - version: 6.9.8 + specifier: ^6.9.12 + version: 6.9.12 openai: - specifier: ^4.24.7 - version: 4.24.7 + specifier: ^4.28.4 + version: 4.28.4 otplib: specifier: ^12.0.1 version: 12.0.1 @@ -297,11 +297,11 @@ dependencies: specifier: ^1.17.1 version: 1.17.1 prisma: - specifier: ^5.8.1 - version: 5.8.1 + specifier: ^5.10.2 + version: 5.10.2 puppeteer: - specifier: ^21.7.0 - version: 21.7.0(typescript@5.3.3) + specifier: ^22.4.1 + version: 22.4.1(typescript@5.4.2) qrcode.react: specifier: ^3.1.0 version: 3.1.0(react@18.2.0) @@ -318,20 +318,20 @@ dependencies: specifier: ^2.0.4 version: 2.0.4(react-dom@18.2.0)(react@18.2.0) react-hook-form: - specifier: ^7.49.3 - version: 7.49.3(react@18.2.0) + specifier: ^7.51.0 + version: 7.51.0(react@18.2.0) react-parallax-tilt: - specifier: ^1.7.191 - version: 1.7.191(react-dom@18.2.0)(react@18.2.0) + specifier: ^1.7.214 + version: 1.7.214(react-dom@18.2.0)(react@18.2.0) react-resizable-panels: - specifier: ^1.0.9 - version: 1.0.9(react-dom@18.2.0)(react@18.2.0) + specifier: ^2.0.12 + version: 2.0.12(react-dom@18.2.0)(react@18.2.0) react-router-dom: - specifier: 6.21.3 - version: 6.21.3(react-dom@18.2.0)(react@18.2.0) + specifier: 6.22.3 + version: 6.22.3(react-dom@18.2.0)(react@18.2.0) react-zoom-pan-pinch: - specifier: ^3.3.0 - version: 3.3.0(react-dom@18.2.0)(react@18.2.0) + specifier: ^3.4.3 + version: 3.4.3(react-dom@18.2.0)(react@18.2.0) reflect-metadata: specifier: ^0.2.1 version: 0.2.1 @@ -342,8 +342,8 @@ dependencies: specifier: ^0.33.2 version: 0.33.2 tailwind-merge: - specifier: ^2.2.0 - version: 2.2.0 + specifier: ^2.2.1 + version: 2.2.1 tslib: specifier: ^2.6.2 version: 2.6.2 @@ -357,8 +357,8 @@ dependencies: specifier: ^1.1.6 version: 1.1.6(react-dom@18.2.0)(react@18.2.0) usehooks-ts: - specifier: ^2.9.5 - version: 2.9.5(react-dom@18.2.0)(react@18.2.0) + specifier: ^3.0.1 + version: 3.0.1(react@18.2.0) webfontloader: specifier: ^1.6.28 version: 1.6.28 @@ -366,79 +366,82 @@ dependencies: specifier: ^3.22.4 version: 3.22.4 zod-to-json-schema: - specifier: ^3.22.3 - version: 3.22.3(zod@3.22.4) + specifier: ^3.22.4 + version: 3.22.4(zod@3.22.4) zundo: - specifier: ^2.0.3 - version: 2.0.3(zustand@4.4.7) + specifier: ^2.1.0 + version: 2.1.0(zustand@4.5.2) zustand: - specifier: ^4.4.7 - version: 4.4.7(@types/react@18.2.48)(immer@10.0.3)(react@18.2.0) + specifier: ^4.5.2 + version: 4.5.2(@types/react@18.2.64)(immer@10.0.4)(react@18.2.0) devDependencies: '@babel/core': - specifier: ^7.23.7 - version: 7.23.7 + specifier: ^7.24.0 + version: 7.24.0 '@babel/preset-react': specifier: ^7.23.3 - version: 7.23.3(@babel/core@7.23.7) + version: 7.23.3(@babel/core@7.24.0) + '@lingui/cli': + specifier: ^4.7.1 + version: 4.7.1(typescript@5.4.2) '@lingui/conf': - specifier: ^4.7.0 - version: 4.7.0(typescript@5.3.3) + specifier: ^4.7.1 + version: 4.7.1(typescript@5.4.2) '@lingui/swc-plugin': - specifier: ^4.0.4 - version: 4.0.4(@lingui/macro@4.7.0)(@swc/core@1.3.104) + specifier: ^4.0.6 + version: 4.0.6(@lingui/macro@4.7.1)(@swc/core@1.4.6) '@lingui/vite-plugin': - specifier: ^4.7.0 - version: 4.7.0(typescript@5.3.3)(vite@5.0.11) + specifier: ^4.7.1 + version: 4.7.1(typescript@5.4.2)(vite@5.1.5) '@nestjs/schematics': - specifier: ^10.1.0 - version: 10.1.0(typescript@5.3.3) + specifier: ^10.1.1 + version: 10.1.1(typescript@5.4.2) '@nestjs/testing': - specifier: ^10.3.0 - version: 10.3.0(@nestjs/common@10.3.0)(@nestjs/core@10.3.0)(@nestjs/platform-express@10.3.0) + specifier: ^10.3.3 + version: 10.3.3(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(@nestjs/platform-express@10.3.3) '@nx/eslint': - specifier: 17.2.8 - version: 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(eslint@8.56.0)(nx@17.2.8) + specifier: 18.0.8 + version: 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8) '@nx/eslint-plugin': - specifier: 17.2.8 - version: 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(@typescript-eslint/parser@6.19.0)(eslint-config-prettier@9.1.0)(eslint@8.56.0)(nx@17.2.8)(typescript@5.3.3) + specifier: 18.0.8 + version: 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(@typescript-eslint/parser@7.1.1)(eslint-config-prettier@9.1.0)(eslint@8.57.0)(nx@18.0.8)(typescript@5.4.2) '@nx/jest': - specifier: 17.2.8 - version: 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(nx@17.2.8)(ts-node@10.9.2)(typescript@5.3.3) + specifier: 18.0.8 + version: 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(nx@18.0.8)(ts-node@10.9.2)(typescript@5.4.2) '@nx/js': - specifier: 17.2.8 - version: 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3) + specifier: 18.0.8 + version: 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2) '@nx/nest': - specifier: 17.2.8 - version: 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(eslint@8.56.0)(nx@17.2.8)(ts-node@10.9.2)(typescript@5.3.3) + specifier: 18.0.8 + version: 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(nx@18.0.8)(ts-node@10.9.2)(typescript@5.4.2) '@nx/node': - specifier: 17.2.8 - version: 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(eslint@8.56.0)(nx@17.2.8)(ts-node@10.9.2)(typescript@5.3.3) + specifier: 18.0.8 + version: 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(nx@18.0.8)(ts-node@10.9.2)(typescript@5.4.2) '@nx/react': - specifier: 17.2.8 - version: 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(eslint@8.56.0)(nx@17.2.8)(typescript@5.3.3)(webpack@5.89.0) + specifier: 18.0.8 + version: 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2) '@nx/vite': - specifier: 17.2.8 - version: 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3)(vite@5.0.11)(vitest@1.2.1) + specifier: 18.0.8 + version: 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2)(vite@5.1.5)(vitest@1.3.1) '@nx/web': - specifier: 17.2.8 - version: 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3) + specifier: 18.0.8 + version: 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2) '@nx/webpack': - specifier: 17.2.8 - version: 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3) + specifier: 18.0.8 + version: 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2) '@nx/workspace': - specifier: 17.2.8 - version: 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104) + specifier: 18.0.8 + version: 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6) '@swc-node/register': - specifier: ~1.6.8 - version: 1.6.8(@swc/core@1.3.104)(typescript@5.3.3) + specifier: ~1.9.0 + version: 1.9.0(@swc/core@1.4.6)(@swc/types@0.1.5)(typescript@5.4.2) '@swc/cli': - specifier: ~0.1.63 - version: 0.1.63(@swc/core@1.3.104) + specifier: ~0.3.10 + version: 0.3.10(@swc/core@1.4.6) '@swc/core': - specifier: ~1.3.104 - version: 1.3.104(@swc/helpers@0.5.3) + specifier: ~1.4.6 + version: 1.4.6(@swc/helpers@0.5.6) '@tailwindcss/container-queries': specifier: ^0.1.1 version: 0.1.1(tailwindcss@3.4.1) @@ -449,11 +452,11 @@ devDependencies: specifier: ^0.5.10 version: 0.5.10(tailwindcss@3.4.1) '@tanstack/eslint-plugin-query': - specifier: ^5.17.7 - version: 5.17.7(eslint@8.56.0)(typescript@5.3.3) + specifier: ^5.20.1 + version: 5.20.1(eslint@8.57.0)(typescript@5.4.2) '@testing-library/react': - specifier: 14.1.2 - version: 14.1.2(react-dom@18.2.0)(react@18.2.0) + specifier: 14.2.1 + version: 14.2.1(react-dom@18.2.0)(react@18.2.0) '@types/async-retry': specifier: ^1.4.8 version: 1.4.8 @@ -461,8 +464,8 @@ devDependencies: specifier: ^2.4.6 version: 2.4.6 '@types/cookie-parser': - specifier: ^1.4.6 - version: 1.4.6 + specifier: ^1.4.7 + version: 1.4.7 '@types/express': specifier: ^4.17.21 version: 4.17.21 @@ -470,8 +473,8 @@ devDependencies: specifier: ^2.0.7 version: 2.0.7 '@types/jest': - specifier: ^29.5.11 - version: 29.5.11 + specifier: ^29.5.12 + version: 29.5.12 '@types/lodash.debounce': specifier: ^4.0.9 version: 4.0.9 @@ -485,8 +488,8 @@ devDependencies: specifier: ^1.4.11 version: 1.4.11 '@types/node': - specifier: 20.11.5 - version: 20.11.5 + specifier: 20.11.25 + version: 20.11.25 '@types/nodemailer': specifier: ^6.4.14 version: 6.4.14 @@ -506,11 +509,11 @@ devDependencies: specifier: ^1.0.38 version: 1.0.38 '@types/react': - specifier: 18.2.48 - version: 18.2.48 + specifier: 18.2.64 + version: 18.2.64 '@types/react-dom': - specifier: 18.2.18 - version: 18.2.18 + specifier: 18.2.21 + version: 18.2.21 '@types/react-is': specifier: 18.2.4 version: 18.2.4 @@ -521,83 +524,86 @@ devDependencies: specifier: ^1.6.38 version: 1.6.38 '@typescript-eslint/eslint-plugin': - specifier: ^6.19.0 - version: 6.19.0(@typescript-eslint/parser@6.19.0)(eslint@8.56.0)(typescript@5.3.3) + specifier: ^7.1.1 + version: 7.1.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0)(typescript@5.4.2) '@typescript-eslint/parser': - specifier: ^6.19.0 - version: 6.19.0(eslint@8.56.0)(typescript@5.3.3) + specifier: ^7.1.1 + version: 7.1.1(eslint@8.57.0)(typescript@5.4.2) '@vitejs/plugin-react': specifier: ~4.2.1 - version: 4.2.1(vite@5.0.11) + version: 4.2.1(vite@5.1.5) '@vitejs/plugin-react-swc': - specifier: ~3.5.0 - version: 3.5.0(@swc/helpers@0.5.3)(vite@5.0.11) + specifier: ~3.6.0 + version: 3.6.0(@swc/helpers@0.5.6)(vite@5.1.5) '@vitest/coverage-v8': - specifier: ^1.2.1 - version: 1.2.1(vitest@1.2.1) + specifier: ^1.3.1 + version: 1.3.1(vitest@1.3.1) '@vitest/ui': - specifier: ~1.2.1 - version: 1.2.1(vitest@1.2.1) + specifier: ~1.3.1 + version: 1.3.1(vitest@1.3.1) autoprefixer: - specifier: ^10.4.17 - version: 10.4.17(postcss@8.4.33) + specifier: ^10.4.18 + version: 10.4.18(postcss@8.4.35) + babel-plugin-macros: + specifier: ^3.1.0 + version: 3.1.0 eslint: - specifier: ~8.56.0 - version: 8.56.0 + specifier: ~8.57.0 + version: 8.57.0 eslint-config-prettier: specifier: ^9.1.0 - version: 9.1.0(eslint@8.56.0) + version: 9.1.0(eslint@8.57.0) eslint-plugin-import: specifier: 2.29.1 - version: 2.29.1(@typescript-eslint/parser@6.19.0)(eslint@8.56.0) + version: 2.29.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0) eslint-plugin-jsx-a11y: specifier: 6.8.0 - version: 6.8.0(eslint@8.56.0) + version: 6.8.0(eslint@8.57.0) eslint-plugin-lingui: - specifier: ^0.2.2 - version: 0.2.2(eslint@8.56.0)(typescript@5.3.3) + specifier: ^0.3.0 + version: 0.3.0(eslint@8.57.0)(typescript@5.4.2) eslint-plugin-prettier: specifier: ^5.1.3 - version: 5.1.3(eslint-config-prettier@9.1.0)(eslint@8.56.0)(prettier@3.2.4) + version: 5.1.3(eslint-config-prettier@9.1.0)(eslint@8.57.0)(prettier@3.2.5) eslint-plugin-react: - specifier: 7.33.2 - version: 7.33.2(eslint@8.56.0) + specifier: 7.34.0 + version: 7.34.0(eslint@8.57.0) eslint-plugin-react-hooks: specifier: 4.6.0 - version: 4.6.0(eslint@8.56.0) + version: 4.6.0(eslint@8.57.0) eslint-plugin-simple-import-sort: - specifier: ^10.0.0 - version: 10.0.0(eslint@8.56.0) + specifier: ^12.0.0 + version: 12.0.0(eslint@8.57.0) eslint-plugin-tailwindcss: - specifier: ^3.14.0 - version: 3.14.0(tailwindcss@3.4.1) + specifier: ^3.14.3 + version: 3.14.3(tailwindcss@3.4.1) eslint-plugin-unused-imports: - specifier: ^3.0.0 - version: 3.0.0(@typescript-eslint/eslint-plugin@6.19.0)(eslint@8.56.0) + specifier: ^3.1.0 + version: 3.1.0(@typescript-eslint/eslint-plugin@7.1.1)(eslint@8.57.0) jest: specifier: ^29.7.0 - version: 29.7.0(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2) + version: 29.7.0(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(ts-node@10.9.2) jest-environment-node: specifier: ^29.7.0 version: 29.7.0 jsdom: - specifier: ~23.2.0 - version: 23.2.0 + specifier: ~24.0.0 + version: 24.0.0 nx: - specifier: 17.2.8 - version: 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104) + specifier: 18.0.8 + version: 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6) postcss: - specifier: 8.4.33 - version: 8.4.33 + specifier: 8.4.35 + version: 8.4.35 postcss-import: - specifier: ^16.0.0 - version: 16.0.0(postcss@8.4.33) + specifier: ^16.0.1 + version: 16.0.1(postcss@8.4.35) postcss-nested: specifier: ^6.0.1 - version: 6.0.1(postcss@8.4.33) + version: 6.0.1(postcss@8.4.35) prettier: - specifier: ^3.2.4 - version: 3.2.4 + specifier: ^3.2.5 + version: 3.2.5 tailwindcss: specifier: ^3.4.1 version: 3.4.1(ts-node@10.9.2) @@ -605,23 +611,23 @@ devDependencies: specifier: ^1.0.7 version: 1.0.7(tailwindcss@3.4.1) ts-jest: - specifier: ^29.1.1 - version: 29.1.1(@babel/core@7.23.7)(jest@29.7.0)(typescript@5.3.3) + specifier: ^29.1.2 + version: 29.1.2(@babel/core@7.24.0)(jest@29.7.0)(typescript@5.4.2) ts-node: specifier: 10.9.2 - version: 10.9.2(@swc/core@1.3.104)(@types/node@20.11.5)(typescript@5.3.3) + version: 10.9.2(@swc/core@1.4.6)(@types/node@20.11.25)(typescript@5.4.2) typescript: - specifier: ~5.3.3 - version: 5.3.3 + specifier: ~5.4.2 + version: 5.4.2 vite: - specifier: ~5.0.11 - version: 5.0.11(@types/node@20.11.5)(less@4.1.3)(stylus@0.59.0) + specifier: ~5.1.5 + version: 5.1.5(@types/node@20.11.25)(less@4.1.3)(stylus@0.59.0) vite-plugin-dts: - specifier: ~3.7.1 - version: 3.7.1(@types/node@20.11.5)(typescript@5.3.3)(vite@5.0.11) + specifier: ~3.7.3 + version: 3.7.3(@types/node@20.11.25)(typescript@5.4.2)(vite@5.1.5) vitest: - specifier: ~1.2.1 - version: 1.2.1(@types/node@20.11.5)(@vitest/ui@1.2.1)(jsdom@23.2.0)(less@4.1.3)(stylus@0.59.0) + specifier: ~1.3.1 + version: 1.3.1(@types/node@20.11.25)(@vitest/ui@1.3.1)(jsdom@24.0.0)(less@4.1.3)(stylus@0.59.0) packages: @@ -630,8 +636,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /@adobe/css-tools@4.3.2: - resolution: {integrity: sha512-DA5a1C0gD/pLOvhv33YMrbf2FK3oUzwNl9oOJqE4XVjuEtt6XIakRcsd7eLiOSPkp1kTRQGICTA8cKra/vFbjw==} + /@adobe/css-tools@4.3.3: + resolution: {integrity: sha512-rE0Pygv0sEZ4vBWHlAgJLGDU7Pm8xoO6p3wsEceb7GYAjScrOHpEo8KK/eVkAcnSM+slAEtXjA2JpdjLp4fJQQ==} dev: true /@alloc/quick-lru@5.2.0: @@ -639,12 +645,13 @@ packages: engines: {node: '>=10'} dev: true - /@ampproject/remapping@2.2.1: - resolution: {integrity: sha512-lFMjJTrFL3j7L9yBxwYfCq2k6qqwHyzuUl/XBnif78PWTJYyL/dfowQHWE3sp6U6ZzqWiiIZnpTMO96zhkjwtg==} + /@ampproject/remapping@2.3.0: + resolution: {integrity: sha512-30iZtAPgz+LTIYoeivqYo853f02jBYSd5uGnGpkFV0M3xOt9aN73erkgYAmZU43x4VfqcnLxW9Kpg3R5LC4YYw==} engines: {node: '>=6.0.0'} dependencies: - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.20 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 + dev: true /@angular-devkit/core@13.3.11: resolution: {integrity: sha512-rfqoLMRYhlz0wzKlHx7FfyIyQq8dKTsmbCoIVU1cEIH0gyTMVY7PbVzwRRcO6xp5waY+0hA+0Brriujpuhkm4w==} @@ -679,8 +686,8 @@ packages: source-map: 0.7.4 dev: true - /@angular-devkit/core@17.0.9: - resolution: {integrity: sha512-r5jqwpWOgowqe9KSDqJ3iSbmsEt2XPjSvRG4DSI2T9s31bReoMtreo8b7wkRa2B3hbcDnstFbn8q27VvJDqRaQ==} + /@angular-devkit/core@17.1.2: + resolution: {integrity: sha512-ku+/W/HMCBacSWFppenr9y6Lx8mDuTuQvn1IkTyBLiJOpWnzgVbx9kHDeaDchGa1PwLlJUBBrv27t3qgJOIDPw==} engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} peerDependencies: chokidar: ^3.5.2 @@ -722,11 +729,11 @@ packages: - chokidar dev: true - /@angular-devkit/schematics@17.0.9: - resolution: {integrity: sha512-5ti7g45F2KjDJS0DbgnOGI1GyKxGpn4XsKTYJFJrSAWj6VpuvPy/DINRrXNuRVo09VPEkqA+IW7QwaG9icptQg==} + /@angular-devkit/schematics@17.1.2: + resolution: {integrity: sha512-8S9RuM8olFN/gwN+mjbuF1CwHX61f0i59EGXz9tXLnKRUTjsRR+8vVMTAmX0dvVAT5fJTG/T69X+HX7FeumdqA==} engines: {node: ^18.13.0 || >=20.9.0, npm: ^6.11.0 || ^7.5.6 || >=8.0.0, yarn: '>= 1.13.0'} dependencies: - '@angular-devkit/core': 17.0.9 + '@angular-devkit/core': 17.1.2 jsonc-parser: 3.2.0 magic-string: 0.30.5 ora: 5.4.1 @@ -735,22 +742,6 @@ packages: - chokidar dev: true - /@asamuzakjp/dom-selector@2.0.2: - resolution: {integrity: sha512-x1KXOatwofR6ZAYzXRBL5wrdV0vwNxlTCK9NCuLqAzQYARqGcvFwiJA6A1ERuh+dgeA4Dxm3JBYictIes+SqUQ==} - dependencies: - bidi-js: 1.0.3 - css-tree: 2.3.1 - is-potential-custom-element-name: 1.0.1 - dev: true - - /@babel/code-frame@7.22.13: - resolution: {integrity: sha512-XktuhWlJ5g+3TJXc5upd9Ks1HutSArik6jf2eAjYFyIOf4ej3RN+184cZbzDvbPnuTJIUhPKKJE3cIsYTiAT3w==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/highlight': 7.22.20 - chalk: 2.4.2 - dev: true - /@babel/code-frame@7.23.5: resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==} engines: {node: '>=6.9.0'} @@ -758,29 +749,25 @@ packages: '@babel/highlight': 7.23.4 chalk: 2.4.2 - /@babel/compat-data@7.23.3: - resolution: {integrity: sha512-BmR4bWbDIoFJmJ9z2cZ8Gmm2MXgEDgjdWgpKmKWUt54UGFJdlj31ECtbaDvCG/qVdG3AQ1SfpZEs01lUFbzLOQ==} - engines: {node: '>=6.9.0'} - dev: true - /@babel/compat-data@7.23.5: resolution: {integrity: sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==} engines: {node: '>=6.9.0'} + dev: true - /@babel/core@7.23.7: - resolution: {integrity: sha512-+UpDgowcmqe36d4NwqvKsyPMlOLNGMsfMmQ5WGCu+siCe3t3dfe9njrzGfdN4qq+bcNUt0+Vw6haRxBOycs4dw==} + /@babel/core@7.24.0: + resolution: {integrity: sha512-fQfkg0Gjkza3nf0c7/w6Xf34BW4YvzNfACRLmmb7XRLa6XHdR+K9AlJlxneFfWYf6uhOzuzZVTjF/8KfndZANw==} engines: {node: '>=6.9.0'} dependencies: - '@ampproject/remapping': 2.2.1 + '@ampproject/remapping': 2.3.0 '@babel/code-frame': 7.23.5 '@babel/generator': 7.23.6 '@babel/helper-compilation-targets': 7.23.6 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.7) - '@babel/helpers': 7.23.8 - '@babel/parser': 7.23.6 - '@babel/template': 7.22.15 - '@babel/traverse': 7.23.7 - '@babel/types': 7.23.6 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.0) + '@babel/helpers': 7.24.0 + '@babel/parser': 7.24.0 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.0 + '@babel/types': 7.24.0 convert-source-map: 2.0.0 debug: 4.3.4 gensync: 1.0.0-beta.2 @@ -788,48 +775,30 @@ packages: semver: 6.3.1 transitivePeerDependencies: - supports-color - - /@babel/generator@7.23.5: - resolution: {integrity: sha512-BPssCHrBD+0YrxviOa3QzpqwhNIXKEtOa2jQrm4FlmkC2apYgRnQcmPWiGZDlGxiNtltnUFolMe8497Esry+jA==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/types': 7.23.5 - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.20 - jsesc: 2.5.2 + dev: true /@babel/generator@7.23.6: resolution: {integrity: sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.20 + '@babel/types': 7.24.0 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 + dev: true /@babel/helper-annotate-as-pure@7.22.5: resolution: {integrity: sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.3 + '@babel/types': 7.24.0 dev: true /@babel/helper-builder-binary-assignment-operator-visitor@7.22.15: resolution: {integrity: sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.5 - dev: true - - /@babel/helper-compilation-targets@7.22.15: - resolution: {integrity: sha512-y6EEzULok0Qvz8yyLkCvVX+02ic+By2UdOhylwUOvOn9dvYc9mKICJuuU1n1XBI02YWsNsnrY1kc6DVbjcXbtw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/compat-data': 7.23.3 - '@babel/helper-validator-option': 7.22.15 - browserslist: 4.22.1 - lru-cache: 5.1.1 - semver: 6.3.1 + '@babel/types': 7.24.0 dev: true /@babel/helper-compilation-targets@7.23.6: @@ -838,48 +807,64 @@ packages: dependencies: '@babel/compat-data': 7.23.5 '@babel/helper-validator-option': 7.23.5 - browserslist: 4.22.2 + browserslist: 4.23.0 lru-cache: 5.1.1 semver: 6.3.1 + dev: true - /@babel/helper-create-class-features-plugin@7.22.15(@babel/core@7.23.7): - resolution: {integrity: sha512-jKkwA59IXcvSaiK2UN45kKwSC9o+KuoXsBDvHvU/7BecYIp8GQ2UwrVvFgJASUT+hBnwJx6MhvMCuMzwZZ7jlg==} + /@babel/helper-create-class-features-plugin@7.24.0(@babel/core@7.24.0): + resolution: {integrity: sha512-QAH+vfvts51BCsNZ2PhY6HAggnlS6omLLFTsIpeqZk/MmJ6cW7tgz5yRv0fMJThcr6FmbMrENh1RgrWPTYA76g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.7) + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.24.0) '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 semver: 6.3.1 dev: true - /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.23.7): + /@babel/helper-create-regexp-features-plugin@7.22.15(@babel/core@7.24.0): resolution: {integrity: sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 '@babel/helper-annotate-as-pure': 7.22.5 regexpu-core: 5.3.2 semver: 6.3.1 dev: true - /@babel/helper-define-polyfill-provider@0.4.3(@babel/core@7.23.7): - resolution: {integrity: sha512-WBrLmuPP47n7PNwsZ57pqam6G/RGo1vw/87b0Blc53tZNGZ4x7YvZ6HgQe2vo1W/FR20OgjeZuGXzudPiXHFug==} + /@babel/helper-define-polyfill-provider@0.5.0(@babel/core@7.24.0): + resolution: {integrity: sha512-NovQquuQLAQ5HuyjCz7WQP9MjRj7dx++yspwiyUiGl9ZyadHRSql1HZh5ogRd8W8w6YM6EQ/NTB8rgjLt5W65Q==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.24.0 + debug: 4.3.4 + lodash.debounce: 4.0.8 + resolve: 1.22.8 + transitivePeerDependencies: + - supports-color + dev: true + + /@babel/helper-define-polyfill-provider@0.6.0(@babel/core@7.24.0): + resolution: {integrity: sha512-efwOM90nCG6YeT8o3PCyBVSxRfmILxCNL+TNI8CGQl7a62M0Wd9VkV+XHwIlkOz1r4b+lxu6gBjdWiOMdUCrCQ==} + peerDependencies: + '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 + dependencies: + '@babel/core': 7.24.0 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.24.0 debug: 4.3.4 lodash.debounce: 4.0.8 resolve: 1.22.8 @@ -890,77 +875,82 @@ packages: /@babel/helper-environment-visitor@7.22.20: resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} engines: {node: '>=6.9.0'} + dev: true /@babel/helper-function-name@7.23.0: resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.22.15 - '@babel/types': 7.23.6 + '@babel/template': 7.24.0 + '@babel/types': 7.24.0 + dev: true /@babel/helper-hoist-variables@7.22.5: resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 + dev: true /@babel/helper-member-expression-to-functions@7.23.0: resolution: {integrity: sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.5 + '@babel/types': 7.24.0 dev: true /@babel/helper-module-imports@7.22.15: resolution: {integrity: sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.3 + '@babel/types': 7.24.0 + dev: true - /@babel/helper-module-transforms@7.23.3(@babel/core@7.23.7): + /@babel/helper-module-transforms@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-module-imports': 7.22.15 '@babel/helper-simple-access': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 '@babel/helper-validator-identifier': 7.22.20 + dev: true /@babel/helper-optimise-call-expression@7.22.5: resolution: {integrity: sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.5 + '@babel/types': 7.24.0 dev: true - /@babel/helper-plugin-utils@7.22.5: - resolution: {integrity: sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==} + /@babel/helper-plugin-utils@7.24.0: + resolution: {integrity: sha512-9cUznXMG0+FxRuJfvL82QlTqIzhVW9sL0KjMPHhAOOvpQGL8QtdxnBKILjBqxlHyliz0yCa1G903ZXI/FuHy2w==} engines: {node: '>=6.9.0'} dev: true - /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.23.7): + /@babel/helper-remap-async-to-generator@7.22.20(@babel/core@7.24.0): resolution: {integrity: sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-wrap-function': 7.22.20 dev: true - /@babel/helper-replace-supers@7.22.20(@babel/core@7.23.7): + /@babel/helper-replace-supers@7.22.20(@babel/core@7.24.0): resolution: {integrity: sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-member-expression-to-functions': 7.23.0 '@babel/helper-optimise-call-expression': 7.22.5 @@ -970,24 +960,22 @@ packages: resolution: {integrity: sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 + '@babel/types': 7.24.0 + dev: true /@babel/helper-skip-transparent-expression-wrappers@7.22.5: resolution: {integrity: sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.5 + '@babel/types': 7.24.0 dev: true /@babel/helper-split-export-declaration@7.22.6: resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} engines: {node: '>=6.9.0'} dependencies: - '@babel/types': 7.23.6 - - /@babel/helper-string-parser@7.22.5: - resolution: {integrity: sha512-mM4COjgZox8U+JcXQwPijIZLElkgEpO5rsERVDJTc2qfCDfERyob6k5WegS14SX18IIjv+XD+GrqNumY5JRCDw==} - engines: {node: '>=6.9.0'} + '@babel/types': 7.24.0 + dev: true /@babel/helper-string-parser@7.23.4: resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} @@ -997,41 +985,29 @@ packages: resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} engines: {node: '>=6.9.0'} - /@babel/helper-validator-option@7.22.15: - resolution: {integrity: sha512-bMn7RmyFjY/mdECUbgn9eoSY4vqvacUnS9i9vGAGttgFWesO6B4CYWA7XlpbWgBt71iv/hfbPlynohStqnu5hA==} - engines: {node: '>=6.9.0'} - dev: true - /@babel/helper-validator-option@7.23.5: resolution: {integrity: sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==} engines: {node: '>=6.9.0'} + dev: true /@babel/helper-wrap-function@7.22.20: resolution: {integrity: sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-function-name': 7.23.0 - '@babel/template': 7.22.15 - '@babel/types': 7.23.5 + '@babel/template': 7.24.0 + '@babel/types': 7.24.0 dev: true - /@babel/helpers@7.23.8: - resolution: {integrity: sha512-KDqYz4PiOWvDFrdHLPhKtCThtIcKVy6avWD2oG4GEvyQ+XDZwHD4YQd+H2vNMnq2rkdxsDkU82T+Vk8U/WXHRQ==} + /@babel/helpers@7.24.0: + resolution: {integrity: sha512-ulDZdc0Aj5uLc5nETsa7EPx2L7rM0YJM8r7ck7U73AXi7qOV44IHHRAYZHY6iU1rr3C5N4NtTmMRUJP6kwCWeA==} engines: {node: '>=6.9.0'} dependencies: - '@babel/template': 7.22.15 - '@babel/traverse': 7.23.7 - '@babel/types': 7.23.6 + '@babel/template': 7.24.0 + '@babel/traverse': 7.24.0 + '@babel/types': 7.24.0 transitivePeerDependencies: - supports-color - - /@babel/highlight@7.22.20: - resolution: {integrity: sha512-dkdMCN3py0+ksCgYmGG8jKeGA/8Tk+gJwSYYlFGxG5lmhfKNoAy004YpLxpS1W2J8m/EK2Ew+yOs9pVRwO89mg==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-validator-identifier': 7.22.20 - chalk: 2.4.2 - js-tokens: 4.0.0 dev: true /@babel/highlight@7.23.4: @@ -1042,1096 +1018,1064 @@ packages: chalk: 2.4.2 js-tokens: 4.0.0 - /@babel/parser@7.23.5: - resolution: {integrity: sha512-hOOqoiNXrmGdFbhgCzu6GiURxUgM27Xwd/aPuu8RfHEZPBzL1Z54okAHAQjXfcQNwvrlkAmAp4SlRTZ45vlthQ==} + /@babel/parser@7.24.0: + resolution: {integrity: sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==} engines: {node: '>=6.0.0'} hasBin: true dependencies: - '@babel/types': 7.23.5 + '@babel/types': 7.24.0 - /@babel/parser@7.23.6: - resolution: {integrity: sha512-Z2uID7YJ7oNvAI20O9X0bblw7Qqs8Q2hFy0R9tAfnfLkp5MW0UH9eUvnDSnFwKZ0AvgS1ucqR4KzvVHgnke1VQ==} - engines: {node: '>=6.0.0'} - hasBin: true - dependencies: - '@babel/types': 7.23.6 - - /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.23.7): + /@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.23.7): + /@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.13.0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.23.7) + '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.24.0) dev: true - /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-XaJak1qcityzrX0/IU5nKHb34VaibwP3saKqG6a/tppelgllOH13LUann4ZCIBcVOeE6H18K4Vx9QKkVww3z/w==} + /@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly@7.23.7(@babel/core@7.24.0): + resolution: {integrity: sha512-LlRT7HgaifEpQA1ZgLVOIJZZFVPWN5iReq/7/JixwBtwcoeVGDBD53ZV28rrsLYOZs1Y/EHhA8N/Z6aazHR8cw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-proposal-decorators@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-u8SwzOcP0DYSsa++nHd/9exlHb0NAlHCb890qtZZbSwPX2bFv8LBEztxwN7Xg/dS8oAFFidhrI9PBcLBJSkGRQ==} + /@babel/plugin-proposal-decorators@7.24.0(@babel/core@7.24.0): + resolution: {integrity: sha512-LiT1RqZWeij7X+wGxCoYh3/3b8nVOX6/7BZ9wiQgAIyjoeQWdROaodJCgT+dwtbjHaz0r7bEbHJzjSbVfcOyjQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.7) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.7) - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/plugin-syntax-decorators': 7.23.3(@babel/core@7.23.7) + '@babel/core': 7.24.0 + '@babel/helper-create-class-features-plugin': 7.24.0(@babel/core@7.24.0) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-decorators': 7.24.0(@babel/core@7.24.0) dev: true - /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.7): + /@babel/plugin-proposal-private-property-in-object@7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.0): resolution: {integrity: sha512-SOSkfJDddaM7mak6cPEpswyTRnuRltl429hMraQEglW+OkovnCzsiszTmsrlY//qLFjCpQDFRvjdm2wA5pPm9w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 dev: true - /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.23.7): + /@babel/plugin-syntax-async-generators@7.8.4(@babel/core@7.24.0): resolution: {integrity: sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.23.7): + /@babel/plugin-syntax-bigint@7.8.3(@babel/core@7.24.0): resolution: {integrity: sha512-wnTnFlG+YxQm3vDxpGE57Pj0srRU4sHE/mDkt1qv2YJJSeUAec2ma4WLUnUPeKjyrfntVwe/N6dCXpU+zL3Npg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.23.7): + /@babel/plugin-syntax-class-properties@7.12.13(@babel/core@7.24.0): resolution: {integrity: sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.23.7): + /@babel/plugin-syntax-class-static-block@7.14.5(@babel/core@7.24.0): resolution: {integrity: sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-decorators@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-cf7Niq4/+/juY67E0PbgH0TDhLQ5J7zS8C/Q5FFx+DWyrRa9sUQdTXkjqKu8zGvuqr7vw1muKiukseihU+PJDA==} + /@babel/plugin-syntax-decorators@7.24.0(@babel/core@7.24.0): + resolution: {integrity: sha512-MXW3pQCu9gUiVGzqkGqsgiINDVYXoAnrY8FYF/rmb+OfufNF0zHMpHPN4ulRrinxYT8Vk/aZJxYqOKsDECjKAw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.23.7): + /@babel/plugin-syntax-dynamic-import@7.8.3(@babel/core@7.24.0): resolution: {integrity: sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.23.7): + /@babel/plugin-syntax-export-namespace-from@7.8.3(@babel/core@7.24.0): resolution: {integrity: sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.23.7): + /@babel/plugin-syntax-import-assertions@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.23.7): + /@babel/plugin-syntax-import-attributes@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-pawnE0P9g10xgoP7yKr6CK63K2FMsTE+FZidZO/1PwRdzmAPVs+HS1mAURUsgaoxammTJvULUdIkEK0gOcU2tA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.23.7): + /@babel/plugin-syntax-import-meta@7.10.4(@babel/core@7.24.0): resolution: {integrity: sha512-Yqfm+XDx0+Prh3VSeEQCPU81yC+JWZ2pDPFSS4ZdpfZhp4MkFMaDC1UqseovEKwSUpnIL7+vK+Clp7bfh0iD7g==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.23.7): + /@babel/plugin-syntax-json-strings@7.8.3(@babel/core@7.24.0): resolution: {integrity: sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.23.7): + /@babel/plugin-syntax-jsx@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-EB2MELswq55OHUoRZLGg/zC7QWUKfNLpE57m/S2yr1uEneIgsTgrSzXP3NXEsMkVn76OlaVVnzN+ugObuYGwhg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.23.7): + /@babel/plugin-syntax-logical-assignment-operators@7.10.4(@babel/core@7.24.0): resolution: {integrity: sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.23.7): + /@babel/plugin-syntax-nullish-coalescing-operator@7.8.3(@babel/core@7.24.0): resolution: {integrity: sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.23.7): + /@babel/plugin-syntax-numeric-separator@7.10.4(@babel/core@7.24.0): resolution: {integrity: sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.23.7): + /@babel/plugin-syntax-object-rest-spread@7.8.3(@babel/core@7.24.0): resolution: {integrity: sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.23.7): + /@babel/plugin-syntax-optional-catch-binding@7.8.3(@babel/core@7.24.0): resolution: {integrity: sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.23.7): + /@babel/plugin-syntax-optional-chaining@7.8.3(@babel/core@7.24.0): resolution: {integrity: sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.23.7): + /@babel/plugin-syntax-private-property-in-object@7.14.5(@babel/core@7.24.0): resolution: {integrity: sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.23.7): + /@babel/plugin-syntax-top-level-await@7.14.5(@babel/core@7.24.0): resolution: {integrity: sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.23.7): + /@babel/plugin-syntax-typescript@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-9EiNjVJOMwCO+43TqoTrgQ8jMwcAd0sWyXi9RPfIsLTj4R2MADDDQXELhffaUx/uJv2AYcxBgPwH6j4TIA4ytQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.23.7): + /@babel/plugin-syntax-unicode-sets-regex@7.18.6(@babel/core@7.24.0): resolution: {integrity: sha512-727YkEAPwSIQTv5im8QHz3upqp92JTWhidIC81Tdx4VJYIte/VndKf1qKrfnnhPLiPghStWfvC/iFaMCQu7Nqg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.7) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.0) + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-arrow-functions@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-async-generator-functions@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-59GsVNavGxAXCDDbakWSMJhajASb4kBCqDjqJsv+p5nKdbz7istmZ3HrX3L2LuiI80+zsOADCvooqQH3qGCucQ==} + /@babel/plugin-transform-async-generator-functions@7.23.9(@babel/core@7.24.0): + resolution: {integrity: sha512-8Q3veQEDGe14dTYuwagbRtwxQDnytyg1JFu4/HwEMETeofocrB0U0ejBJIXoeG/t2oXZ8kzCyI0ZZfbT80VFNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.7) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.7) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.0) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.0) dev: true - /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-async-to-generator@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-A7LFsKi4U4fomjqXJlZg/u0ft/n8/7n7lpffUP/ZULx/DtV9SGlNKZolHH6PE8Xl1ngCc0M11OaeZptXVkfKSw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 '@babel/helper-module-imports': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.23.7) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-remap-async-to-generator': 7.22.20(@babel/core@7.24.0) dev: true - /@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-block-scoped-functions@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-block-scoping@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-QPZxHrThbQia7UdvfpaRRlq/J9ciz1J4go0k+lPBXbgaNeY7IQrBj/9ceWjvMMI07/ZBzHl/F0R/2K0qH7jCVw==} + /@babel/plugin-transform-block-scoping@7.23.4(@babel/core@7.24.0): + resolution: {integrity: sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-class-properties@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-uM+AN8yCIjDPccsKGlw271xjJtGii+xQIF/uMPS8H15L12jZTsLfF4o5vNO7d/oUguOyfdikHGc/yi9ge4SGIg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.7) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-create-class-features-plugin': 7.24.0(@babel/core@7.24.0) + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-class-static-block@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-PENDVxdr7ZxKPyi5Ffc0LjXdnJyrJxyqF5T5YjlVg4a0VFfQHW0r8iAtRiDXkfHlu1wwcvdtnndGYIeJLSuRMQ==} + /@babel/plugin-transform-class-static-block@7.23.4(@babel/core@7.24.0): + resolution: {integrity: sha512-nsWu/1M+ggti1SOALj3hfx5FXzAY06fwPJsUZD4/A5e1bWi46VUIWtD+kOX6/IdhXGsXBWllLFDSnqSCdUNydQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.12.0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.7) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.7) + '@babel/core': 7.24.0 + '@babel/helper-create-class-features-plugin': 7.24.0(@babel/core@7.24.0) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.0) dev: true - /@babel/plugin-transform-classes@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-FGEQmugvAEu2QtgtU0uTASXevfLMFfBeVCIIdcQhn/uBQsMTjBajdnAtanQlOcuihWh10PZ7+HWvc7NtBwP74w==} + /@babel/plugin-transform-classes@7.23.8(@babel/core@7.24.0): + resolution: {integrity: sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-compilation-targets': 7.22.15 + '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 - '@babel/helper-optimise-call-expression': 7.22.5 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.7) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.24.0) '@babel/helper-split-export-declaration': 7.22.6 globals: 11.12.0 dev: true - /@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-computed-properties@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/template': 7.22.15 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/template': 7.24.0 dev: true - /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-destructuring@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-dotall-regex@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.7) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.0) + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-duplicate-keys@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-dynamic-import@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-vTG+cTGxPFou12Rj7ll+eD5yWeNl5/8xvQvF08y5Gv3v4mZQoyFf8/n9zg4q5vvCWt5jmgymfzMAldO7orBn7A==} + /@babel/plugin-transform-dynamic-import@7.23.4(@babel/core@7.24.0): + resolution: {integrity: sha512-V6jIbLhdJK86MaLh4Jpghi8ho5fGzt3imHOBu/x0jlBaPYqDoWz4RDXjmMOfnh+JWNaQleEAByZLV0QzBT4YQQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.7) + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.0) dev: true - /@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-exponentiation-operator@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 '@babel/helper-builder-binary-assignment-operator-visitor': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-export-namespace-from@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-yCLhW34wpJWRdTxxWtFZASJisihrfyMOTOQexhVzA78jlU+dH7Dw+zQgcPepQ5F3C6bAIiblZZ+qBggJdHiBAg==} + /@babel/plugin-transform-export-namespace-from@7.23.4(@babel/core@7.24.0): + resolution: {integrity: sha512-GzuSBcKkx62dGzZI1WVgTWvkkz84FZO5TC5T8dl/Tht/rAla6Dg/Mz9Yhypg+ezVACf/rgDuQt3kbWEv7LdUDQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.7) + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.0) dev: true - /@babel/plugin-transform-for-of@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-X8jSm8X1CMwxmK878qsUGJRmbysKNbdpTv/O1/v0LuY/ZkZrng5WYiekYSdg9m09OTmDDUWeEDsTE+17WYbAZw==} + /@babel/plugin-transform-for-of@7.23.6(@babel/core@7.24.0): + resolution: {integrity: sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: true - /@babel/plugin-transform-function-name@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-function-name@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-compilation-targets': 7.22.15 + '@babel/core': 7.24.0 + '@babel/helper-compilation-targets': 7.23.6 '@babel/helper-function-name': 7.23.0 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-json-strings@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-H9Ej2OiISIZowZHaBwF0tsJOih1PftXJtE8EWqlEIwpc7LMTGq0rPOrywKLQ4nefzx8/HMR0D3JGXoMHYvhi0A==} + /@babel/plugin-transform-json-strings@7.23.4(@babel/core@7.24.0): + resolution: {integrity: sha512-81nTOqM1dMwZ/aRXQ59zVubN9wHGqk6UtqRK+/q+ciXmRy8fSolhGVvG09HHRGo4l6fr/c4ZhXUQH0uFW7PZbg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.7) + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.0) dev: true - /@babel/plugin-transform-literals@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-literals@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-logical-assignment-operators@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-+pD5ZbxofyOygEp+zZAfujY2ShNCXRpDRIPOiBmTO693hhyOEteZgl876Xs9SAHPQpcV0vz8LvA/T+w8AzyX8A==} + /@babel/plugin-transform-logical-assignment-operators@7.23.4(@babel/core@7.24.0): + resolution: {integrity: sha512-Mc/ALf1rmZTP4JKKEhUwiORU+vcfarFVLfcFiolKUo6sewoxSEgl36ak5t+4WamRsNr6nzjZXQjM35WsU+9vbg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.7) + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.0) dev: true - /@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-member-expression-literals@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-modules-amd@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.7) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.0) + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-modules-commonjs@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.7) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.0) + '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-simple-access': 7.22.5 dev: true - /@babel/plugin-transform-modules-systemjs@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-ZxyKGTkF9xT9YJuKQRo19ewf3pXpopuYQd8cDXqNzc3mUNbOME0RKMoZxviQk74hwzfQsEe66dE92MaZbdHKNQ==} + /@babel/plugin-transform-modules-systemjs@7.23.9(@babel/core@7.24.0): + resolution: {integrity: sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.7) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.0) + '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-validator-identifier': 7.22.20 dev: true - /@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-modules-umd@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-module-transforms': 7.23.3(@babel/core@7.23.7) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-module-transforms': 7.23.3(@babel/core@7.24.0) + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.23.7): + /@babel/plugin-transform-named-capturing-groups-regex@7.22.5(@babel/core@7.24.0): resolution: {integrity: sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.7) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.0) + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-new-target@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-new-target@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-nullish-coalescing-operator@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-xzg24Lnld4DYIdysyf07zJ1P+iIfJpxtVFOzX4g+bsJ3Ng5Le7rXx9KwqKzuyaUeRnt+I1EICwQITqc0E2PmpA==} + /@babel/plugin-transform-nullish-coalescing-operator@7.23.4(@babel/core@7.24.0): + resolution: {integrity: sha512-jHE9EVVqHKAQx+VePv5LLGHjmHSJR76vawFPTdlxR/LVJPfOEGxREQwQfjuZEOPTwG92X3LINSh3M40Rv4zpVA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.7) + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.0) dev: true - /@babel/plugin-transform-numeric-separator@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-s9GO7fIBi/BLsZ0v3Rftr6Oe4t0ctJ8h4CCXfPoEJwmvAPMyNrfkOOJzm6b9PX9YXcCJWWQd/sBF/N26eBiMVw==} + /@babel/plugin-transform-numeric-separator@7.23.4(@babel/core@7.24.0): + resolution: {integrity: sha512-mps6auzgwjRrwKEZA05cOwuDc9FAzoyFS4ZsG/8F43bTLf/TgkJg7QXOrPO1JO599iA3qgK9MXdMGOEC8O1h6Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.7) + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.0) dev: true - /@babel/plugin-transform-object-rest-spread@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-VxHt0ANkDmu8TANdE9Kc0rndo/ccsmfe2Cx2y5sI4hu3AukHQ5wAu4cM7j3ba8B9548ijVyclBU+nuDQftZsog==} + /@babel/plugin-transform-object-rest-spread@7.24.0(@babel/core@7.24.0): + resolution: {integrity: sha512-y/yKMm7buHpFFXfxVFS4Vk1ToRJDilIa6fKRioB9Vjichv58TDGXTvqV0dN7plobAmTW5eSEGXDngE+Mm+uO+w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.23.3 - '@babel/core': 7.23.7 - '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.7) - '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.7) + '@babel/compat-data': 7.23.5 + '@babel/core': 7.24.0 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.0) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.24.0) dev: true - /@babel/plugin-transform-object-super@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-object-super@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-replace-supers': 7.22.20(@babel/core@7.23.7) + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-replace-supers': 7.22.20(@babel/core@7.24.0) dev: true - /@babel/plugin-transform-optional-catch-binding@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-LxYSb0iLjUamfm7f1D7GpiS4j0UAC8AOiehnsGAP8BEsIX8EOi3qV6bbctw8M7ZvLtcoZfZX5Z7rN9PlWk0m5A==} + /@babel/plugin-transform-optional-catch-binding@7.23.4(@babel/core@7.24.0): + resolution: {integrity: sha512-XIq8t0rJPHf6Wvmbn9nFxU6ao4c7WhghTR5WyV8SrJfUFzyxhCm4nhC+iAp3HFhbAKLfYpgzhJ6t4XCtVwqO5A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.7) + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.0) dev: true - /@babel/plugin-transform-optional-chaining@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-zvL8vIfIUgMccIAK1lxjvNv572JHFJIKb4MWBz5OGdBQA0fB0Xluix5rmOby48exiJc987neOmP/m9Fnpkz3Tg==} + /@babel/plugin-transform-optional-chaining@7.23.4(@babel/core@7.24.0): + resolution: {integrity: sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.7) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.0) dev: true - /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-parameters@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-private-methods@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-UzqRcRtWsDMTLrRWFvUBDwmw06tCQH9Rl1uAjfh6ijMSmGYQ+fpdB+cnqRC8EMh5tuuxSv0/TejGL+7vyj+50g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.7) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-create-class-features-plugin': 7.24.0(@babel/core@7.24.0) + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-private-property-in-object@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-a5m2oLNFyje2e/rGKjVfAELTVI5mbA0FeZpBnkOWWV7eSmKQ+T/XW0Vf+29ScLzSxX+rnsarvU0oie/4m6hkxA==} + /@babel/plugin-transform-private-property-in-object@7.23.4(@babel/core@7.24.0): + resolution: {integrity: sha512-9G3K1YqTq3F4Vt88Djx1UZ79PDyj+yKRnUy7cZGSMe+a7jkwD259uKKuUzQlPkGam7R+8RJwh5z4xO27fA1o2A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.7) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.7) + '@babel/helper-create-class-features-plugin': 7.24.0(@babel/core@7.24.0) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.0) dev: true - /@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-property-literals@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-react-constant-elements@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-react-constant-elements@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-zP0QKq/p6O42OL94udMgSfKXyse4RyJ0JqbQ34zDAONWjyrEsghYEyTSK5FIpmXmCpB55SHokL1cRRKHv8L2Qw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-react-display-name@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-react-display-name@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-GnvhtVfA2OAtzdX58FJxU19rhoGeQzyVndw3GgtdECQvQFXPEZIOVULHVZGAYmOgmqjXpVpfocAbSjh99V/Fqw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.23.7): + /@babel/plugin-transform-react-jsx-development@7.22.5(@babel/core@7.24.0): resolution: {integrity: sha512-bDhuzwWMuInwCYeDeMzyi7TaBgRQei6DqxhbyniL7/VG4RSS7HtSL2QbY4eESy1KJqlWt8g3xeEBGPuo+XqC8A==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.7) + '@babel/core': 7.24.0 + '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.24.0) dev: true - /@babel/plugin-transform-react-jsx-self@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-react-jsx-self@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-qXRvbeKDSfwnlJnanVRp0SfuWE5DQhwQr5xtLBzp56Wabyo+4CMosF6Kfp+eOD/4FYpql64XVJ2W0pVLlJZxOQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-react-jsx-source@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-react-jsx-source@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-91RS0MDnAWDNvGC6Wio5XYkyWI39FMFO+JK9+4AlgaTH+yWwVTsw7/sn6LK0lH7c5F+TFkpv/3LfCJ1Ydwof/g==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-react-jsx@7.22.15(@babel/core@7.23.7): - resolution: {integrity: sha512-oKckg2eZFa8771O/5vi7XeTvmM6+O9cxZu+kanTU7tD4sin5nO/G8jGJhq8Hvt2Z0kUoEDRayuZLaUlYl8QuGA==} + /@babel/plugin-transform-react-jsx@7.23.4(@babel/core@7.24.0): + resolution: {integrity: sha512-5xOpoPguCZCRbo/JeHlloSkTA8Bld1J/E1/kLfD1nsuiW1m8tduTA1ERCgIZokDflX/IBzKcqR3l7VlRgiIfHA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 '@babel/helper-annotate-as-pure': 7.22.5 '@babel/helper-module-imports': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.7) - '@babel/types': 7.23.3 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.24.0) + '@babel/types': 7.24.0 dev: true - /@babel/plugin-transform-react-pure-annotations@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-react-pure-annotations@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-qMFdSS+TUhB7Q/3HVPnEdYJDQIk57jkntAwSuz9xfSE4n+3I+vHYCli3HoHawN1Z3RfCz/y1zXA/JXjG6cVImQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-regenerator@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 regenerator-transform: 0.15.2 dev: true - /@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-reserved-words@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-runtime@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-XcQ3X58CKBdBnnZpPaQjgVMePsXtSZzHoku70q9tUAQp02ggPQNM04BF3RvlW1GSM/McbSOQAzEK4MXbS7/JFg==} + /@babel/plugin-transform-runtime@7.24.0(@babel/core@7.24.0): + resolution: {integrity: sha512-zc0GA5IitLKJrSfXlXmp8KDqLrnGECK7YRfQBmEKg1NmBOQ7e+KuclBEKJgzifQeUYLdNiAw4B4bjyvzWVLiSA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 '@babel/helper-module-imports': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 - babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.23.7) - babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.23.7) - babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.7) + '@babel/helper-plugin-utils': 7.24.0 + babel-plugin-polyfill-corejs2: 0.4.9(@babel/core@7.24.0) + babel-plugin-polyfill-corejs3: 0.9.0(@babel/core@7.24.0) + babel-plugin-polyfill-regenerator: 0.5.5(@babel/core@7.24.0) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-shorthand-properties@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-spread@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-spread@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 '@babel/helper-skip-transparent-expression-wrappers': 7.22.5 dev: true - /@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-sticky-regex@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-template-literals@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-typeof-symbol@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-typescript@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-ogV0yWnq38CFwH20l2Afz0dfKuZBx9o/Y2Rmh5vuSS0YD1hswgEgTfyTzuSrT2q9btmHRSqYoSfwFUVaC1M1Jw==} + /@babel/plugin-transform-typescript@7.23.6(@babel/core@7.24.0): + resolution: {integrity: sha512-6cBG5mBvUu4VUD04OHKnYzbuHNP8huDsD3EDqqpIpsswTDoqHCjLoHb6+QgsV1WsT2nipRqCPgxD3LXnEO7XfA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 '@babel/helper-annotate-as-pure': 7.22.5 - '@babel/helper-create-class-features-plugin': 7.22.15(@babel/core@7.23.7) - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.7) + '@babel/helper-create-class-features-plugin': 7.24.0(@babel/core@7.24.0) + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.24.0) dev: true - /@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-unicode-escapes@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-unicode-property-regex@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-KcLIm+pDZkWZQAFJ9pdfmh89EwVfmNovFBcXko8szpBeF8z68kWIPeKlmSOkT9BXJxs2C0uk+5LxoxIv62MROA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.7) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.0) + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-unicode-regex@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.7) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.0) + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.23.7): + /@babel/plugin-transform-unicode-sets-regex@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-W7lliA/v9bNR83Qc3q1ip9CQMZ09CcHDbHfbLRDNuAhn1Mvkr1ZNF7hPmztMQvtTGVLJ9m8IZqWsTkXOml8dbw==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.23.7) - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-create-regexp-features-plugin': 7.22.15(@babel/core@7.24.0) + '@babel/helper-plugin-utils': 7.24.0 dev: true - /@babel/preset-env@7.23.3(@babel/core@7.23.7): - resolution: {integrity: sha512-ovzGc2uuyNfNAs/jyjIGxS8arOHS5FENZaNn4rtE7UdKMMkqHCvboHfcuhWLZNX5cB44QfcGNWjaevxMzzMf+Q==} + /@babel/preset-env@7.24.0(@babel/core@7.24.0): + resolution: {integrity: sha512-ZxPEzV9IgvGn73iK0E6VB9/95Nd7aMFpbE0l8KQFDG70cOV9IxRP7Y2FUPmlK0v6ImlLqYX50iuZ3ZTVhOF2lA==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/compat-data': 7.23.3 - '@babel/core': 7.23.7 - '@babel/helper-compilation-targets': 7.22.15 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.23.7) - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.7) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.7) - '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.23.7) - '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.23.7) - '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.23.7) - '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.7) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.7) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.7) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.7) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.7) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.7) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.7) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.7) - '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.23.7) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.7) - '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.23.7) - '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-async-generator-functions': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-block-scoping': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-class-static-block': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-classes': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-dynamic-import': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-export-namespace-from': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-for-of': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-json-strings': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-logical-assignment-operators': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-modules-systemjs': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.23.7) - '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-nullish-coalescing-operator': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-numeric-separator': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-object-rest-spread': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-optional-catch-binding': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-optional-chaining': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-private-property-in-object': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.23.7) - '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.23.7) - babel-plugin-polyfill-corejs2: 0.4.6(@babel/core@7.23.7) - babel-plugin-polyfill-corejs3: 0.8.6(@babel/core@7.23.7) - babel-plugin-polyfill-regenerator: 0.5.3(@babel/core@7.23.7) - core-js-compat: 3.33.2 + '@babel/compat-data': 7.23.5 + '@babel/core': 7.24.0 + '@babel/helper-compilation-targets': 7.23.6 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-validator-option': 7.23.5 + '@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-bugfix-v8-static-class-fields-redefine-readonly': 7.23.7(@babel/core@7.24.0) + '@babel/plugin-proposal-private-property-in-object': 7.21.0-placeholder-for-preset-env.2(@babel/core@7.24.0) + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.0) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.0) + '@babel/plugin-syntax-class-static-block': 7.14.5(@babel/core@7.24.0) + '@babel/plugin-syntax-dynamic-import': 7.8.3(@babel/core@7.24.0) + '@babel/plugin-syntax-export-namespace-from': 7.8.3(@babel/core@7.24.0) + '@babel/plugin-syntax-import-assertions': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-syntax-import-attributes': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.0) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.0) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.0) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.0) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.0) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.0) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.0) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.0) + '@babel/plugin-syntax-private-property-in-object': 7.14.5(@babel/core@7.24.0) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.0) + '@babel/plugin-syntax-unicode-sets-regex': 7.18.6(@babel/core@7.24.0) + '@babel/plugin-transform-arrow-functions': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-async-generator-functions': 7.23.9(@babel/core@7.24.0) + '@babel/plugin-transform-async-to-generator': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-block-scoped-functions': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-block-scoping': 7.23.4(@babel/core@7.24.0) + '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-class-static-block': 7.23.4(@babel/core@7.24.0) + '@babel/plugin-transform-classes': 7.23.8(@babel/core@7.24.0) + '@babel/plugin-transform-computed-properties': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-destructuring': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-dotall-regex': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-duplicate-keys': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-dynamic-import': 7.23.4(@babel/core@7.24.0) + '@babel/plugin-transform-exponentiation-operator': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-export-namespace-from': 7.23.4(@babel/core@7.24.0) + '@babel/plugin-transform-for-of': 7.23.6(@babel/core@7.24.0) + '@babel/plugin-transform-function-name': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-json-strings': 7.23.4(@babel/core@7.24.0) + '@babel/plugin-transform-literals': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-logical-assignment-operators': 7.23.4(@babel/core@7.24.0) + '@babel/plugin-transform-member-expression-literals': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-modules-amd': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-modules-systemjs': 7.23.9(@babel/core@7.24.0) + '@babel/plugin-transform-modules-umd': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-named-capturing-groups-regex': 7.22.5(@babel/core@7.24.0) + '@babel/plugin-transform-new-target': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-nullish-coalescing-operator': 7.23.4(@babel/core@7.24.0) + '@babel/plugin-transform-numeric-separator': 7.23.4(@babel/core@7.24.0) + '@babel/plugin-transform-object-rest-spread': 7.24.0(@babel/core@7.24.0) + '@babel/plugin-transform-object-super': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-optional-catch-binding': 7.23.4(@babel/core@7.24.0) + '@babel/plugin-transform-optional-chaining': 7.23.4(@babel/core@7.24.0) + '@babel/plugin-transform-parameters': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-private-methods': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-private-property-in-object': 7.23.4(@babel/core@7.24.0) + '@babel/plugin-transform-property-literals': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-regenerator': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-reserved-words': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-shorthand-properties': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-spread': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-sticky-regex': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-template-literals': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-typeof-symbol': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-unicode-escapes': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-unicode-property-regex': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-unicode-regex': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-unicode-sets-regex': 7.23.3(@babel/core@7.24.0) + '@babel/preset-modules': 0.1.6-no-external-plugins(@babel/core@7.24.0) + babel-plugin-polyfill-corejs2: 0.4.9(@babel/core@7.24.0) + babel-plugin-polyfill-corejs3: 0.9.0(@babel/core@7.24.0) + babel-plugin-polyfill-regenerator: 0.5.5(@babel/core@7.24.0) + core-js-compat: 3.36.0 semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.23.7): + /@babel/preset-modules@0.1.6-no-external-plugins(@babel/core@7.24.0): resolution: {integrity: sha512-HrcgcIESLm9aIR842yhJ5RWan/gebQUJ6E/E5+rf0y9o6oj7w0Br+sWuL6kEQ/o/AdfvR1Je9jG18/gnpwjEyA==} peerDependencies: '@babel/core': ^7.0.0-0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/types': 7.23.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/types': 7.24.0 esutils: 2.0.3 dev: true - /@babel/preset-react@7.23.3(@babel/core@7.23.7): + /@babel/preset-react@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-tbkHOS9axH6Ysf2OUEqoSZ6T3Fa2SrNH6WTWSPBboxKzdxNc9qOICeLXkNG0ZEwbQ1HY8liwOce4aN/Ceyuq6w==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-react-jsx': 7.22.15(@babel/core@7.23.7) - '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.23.7) - '@babel/plugin-transform-react-pure-annotations': 7.23.3(@babel/core@7.23.7) + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-validator-option': 7.23.5 + '@babel/plugin-transform-react-display-name': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-react-jsx': 7.23.4(@babel/core@7.24.0) + '@babel/plugin-transform-react-jsx-development': 7.22.5(@babel/core@7.24.0) + '@babel/plugin-transform-react-pure-annotations': 7.23.3(@babel/core@7.24.0) dev: true - /@babel/preset-typescript@7.23.3(@babel/core@7.23.7): + /@babel/preset-typescript@7.23.3(@babel/core@7.24.0): resolution: {integrity: sha512-17oIGVlqz6CchO9RFYn5U6ZpWRZIngayYCtrPRSgANSwC2V1Jb+iP74nVxzzXJte8b8BYxrL1yY96xfhTBrNNQ==} engines: {node: '>=6.9.0'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/helper-validator-option': 7.22.15 - '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-typescript': 7.23.3(@babel/core@7.23.7) + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/helper-validator-option': 7.23.5 + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-modules-commonjs': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-typescript': 7.23.6(@babel/core@7.24.0) dev: true /@babel/regjsgen@0.8.0: resolution: {integrity: sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==} dev: true - /@babel/runtime@7.23.2: - resolution: {integrity: sha512-mM8eg4yl5D6i3lu2QKPuPH4FArvJ8KhTofbE7jwMUv9KX5mBvwPAqnV3MlyBNqdp9RyRKP6Yck8TrfYrPvX3bg==} + /@babel/runtime@7.24.0: + resolution: {integrity: sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==} engines: {node: '>=6.9.0'} dependencies: - regenerator-runtime: 0.14.0 + regenerator-runtime: 0.14.1 - /@babel/runtime@7.23.5: - resolution: {integrity: sha512-NdUTHcPe4C99WxPub+K9l9tK5/lV4UXIoaHSYgzco9BCyjKAAwzdBI+wWtYqHt7LJdbo74ZjRPJgzVweq1sz0w==} - engines: {node: '>=6.9.0'} - dependencies: - regenerator-runtime: 0.14.0 - - /@babel/template@7.22.15: - resolution: {integrity: sha512-QPErUVm4uyJa60rkI73qneDacvdvzxshT3kksGqlGWYdOTIUOwJ7RDUL8sGqslY1uXWSL6xMFKEXDS3ox2uF0w==} + /@babel/template@7.24.0: + resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.23.5 - '@babel/parser': 7.23.6 - '@babel/types': 7.23.6 - - /@babel/traverse@7.23.5: - resolution: {integrity: sha512-czx7Xy5a6sapWWRx61m1Ke1Ra4vczu1mCTtJam5zRTBOonfdJ+S/B6HYmGYu3fJtr8GGET3si6IhgWVBhJ/m8w==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/code-frame': 7.23.5 - '@babel/generator': 7.23.5 - '@babel/helper-environment-visitor': 7.22.20 - '@babel/helper-function-name': 7.23.0 - '@babel/helper-hoist-variables': 7.22.5 - '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.23.5 - '@babel/types': 7.23.5 - debug: 4.3.4 - globals: 11.12.0 - transitivePeerDependencies: - - supports-color + '@babel/parser': 7.24.0 + '@babel/types': 7.24.0 dev: true - /@babel/traverse@7.23.7: - resolution: {integrity: sha512-tY3mM8rH9jM0YHFGyfC0/xf+SB5eKUu7HPj7/k3fpi9dAlsMc5YbQvDi0Sh2QTPXqMhyaAtzAr807TIyfQrmyg==} + /@babel/traverse@7.24.0: + resolution: {integrity: sha512-HfuJlI8qq3dEDmNU5ChzzpZRWq+oxCZQyMzIMEqLho+AQnhMnKQUzH6ydo3RBl/YjPCuk68Y6s0Gx0AeyULiWw==} engines: {node: '>=6.9.0'} dependencies: '@babel/code-frame': 7.23.5 @@ -2140,31 +2084,16 @@ packages: '@babel/helper-function-name': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.23.6 - '@babel/types': 7.23.6 + '@babel/parser': 7.24.0 + '@babel/types': 7.24.0 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color + dev: true - /@babel/types@7.23.3: - resolution: {integrity: sha512-OZnvoH2l8PK5eUvEcUyCt/sXgr/h+UWpVuBbOljwcrAgUl6lpchoQ++PHGyQy1AtYnVA6CEq3y5xeEI10brpXw==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.22.5 - '@babel/helper-validator-identifier': 7.22.20 - to-fast-properties: 2.0.0 - - /@babel/types@7.23.5: - resolution: {integrity: sha512-ON5kSOJwVO6xXVRTvOI0eOnWe7VdUcIpsovGo9U/Br4Ie4UVFQTboO2cYnDhAGU6Fp+UxSiT+pMft0SMHfuq6w==} - engines: {node: '>=6.9.0'} - dependencies: - '@babel/helper-string-parser': 7.23.4 - '@babel/helper-validator-identifier': 7.22.20 - to-fast-properties: 2.0.0 - - /@babel/types@7.23.6: - resolution: {integrity: sha512-+uarb83brBzPKN38NX1MkB6vb6+mwvR6amUulqAE7ccQw1pEl+bCia9TbdG1lsnFP7lZySvUn37CHyXQdfTwzg==} + /@babel/types@7.24.0: + resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==} engines: {node: '>=6.9.0'} dependencies: '@babel/helper-string-parser': 7.23.4 @@ -2182,6 +2111,92 @@ packages: '@jridgewell/trace-mapping': 0.3.9 dev: true + /@css-inline/css-inline-darwin-arm64@0.13.0: + resolution: {integrity: sha512-A4QvlZdhp8v+3IHKF/UftRf5GrAVUMEHCGRuk2Dx594xn/UR4ieh+B70aMm5rfONh2hv5mlR9UcoYAkVpEQ99g==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [darwin] + requiresBuild: true + dev: false + optional: true + + /@css-inline/css-inline-darwin-x64@0.13.0: + resolution: {integrity: sha512-px9z4ypzeECMyBEtlrNzTMpA1tnw5MmMIiMkBRhb8UGRr2pOBZY3yd/eEIxWzVVSPt0aIjVDwUOJ3+d0Z+BskA==} + engines: {node: '>= 10'} + cpu: [x64] + os: [darwin] + requiresBuild: true + dev: false + optional: true + + /@css-inline/css-inline-linux-arm-gnueabihf@0.13.0: + resolution: {integrity: sha512-+uo0coLQNgk/AKeOB8mXSRd8VIlUg38zRSB9B9q0ior9oBCDPtEdn1HuCSvWxHoOSJ8QNNk+uwbz0zW4CETzFw==} + engines: {node: '>= 10'} + cpu: [arm] + os: [linux] + requiresBuild: true + dev: false + optional: true + + /@css-inline/css-inline-linux-arm64-gnu@0.13.0: + resolution: {integrity: sha512-GVrsFbY5l0Hxyzxsm5S5JPGObvHm/Ybf2wZgnWBsQigxqGtr1FL535HaTwEnq6aHOpH3f08gR5Vx33gB7jG4pw==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: false + optional: true + + /@css-inline/css-inline-linux-arm64-musl@0.13.0: + resolution: {integrity: sha512-V5h5+CRnE01EgoafI/kyjEcM8zvN+sKLnp17Aq9LqQfsut7mO3i72d8g/xeVC37DCLoGQFLvDCzbze2NbF2dIQ==} + engines: {node: '>= 10'} + cpu: [arm64] + os: [linux] + requiresBuild: true + dev: false + optional: true + + /@css-inline/css-inline-linux-x64-gnu@0.13.0: + resolution: {integrity: sha512-vbRV++73MW7dvz/AIbozkv4R68/k/sEp57hno/L6lx034VYxpCwdfqtGN4D0W1TOTzdr2b6qBOGNZ1oLKQZOQQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: false + optional: true + + /@css-inline/css-inline-linux-x64-musl@0.13.0: + resolution: {integrity: sha512-2tCnwU23W/yMs9cGc2/i2jd9y2pjuntx0a5OytqX7s9fvUtmI3nc0Od6wuf51LnmdU+XAU8HLT9pZppsQiwPfQ==} + engines: {node: '>= 10'} + cpu: [x64] + os: [linux] + requiresBuild: true + dev: false + optional: true + + /@css-inline/css-inline-win32-x64-msvc@0.13.0: + resolution: {integrity: sha512-6VFhFSXp4FH+NzJhLd6fFi7jKCPvIRW+vq0tV+CPuiQ3zPzMfC9nIk8sB/1VJR8EcvBAjMV53YnacuDjRFRT9g==} + engines: {node: '>= 10'} + cpu: [x64] + os: [win32] + requiresBuild: true + dev: false + optional: true + + /@css-inline/css-inline@0.13.0: + resolution: {integrity: sha512-ZozAXBiW1I8hf6eW5eTNqhxUdNOBxrNNxxUnQRiKQpWcs5ORuGaiWwV5focMBTJ5WXGN+Z8VLP93BOwWFPzCJw==} + engines: {node: '>= 10'} + optionalDependencies: + '@css-inline/css-inline-darwin-arm64': 0.13.0 + '@css-inline/css-inline-darwin-x64': 0.13.0 + '@css-inline/css-inline-linux-arm-gnueabihf': 0.13.0 + '@css-inline/css-inline-linux-arm64-gnu': 0.13.0 + '@css-inline/css-inline-linux-arm64-musl': 0.13.0 + '@css-inline/css-inline-linux-x64-gnu': 0.13.0 + '@css-inline/css-inline-linux-x64-musl': 0.13.0 + '@css-inline/css-inline-win32-x64-msvc': 0.13.0 + dev: false + /@dnd-kit/accessibility@3.1.0(react@18.2.0): resolution: {integrity: sha512-ea7IkhKvlJUv9iSHJOnxinBcoOI3ppGnnL+VDJ75O45Nss6HtZd8IdN8touXPDtASfeI2T2LImb8VOZcL47wjQ==} peerDependencies: @@ -2259,16 +2274,26 @@ packages: dev: false optional: true + /@esbuild/aix-ppc64@0.19.12: + resolution: {integrity: sha512-bmoCYyWdEL3wDQIVbcyzRyeKLgk2WtWLTWz1ZIAZF/EGbNOwSA6ew3PftJ1PqMiOOGu0OyFMzG53L0zqIpPeNA==} + engines: {node: '>=12'} + cpu: [ppc64] + os: [aix] + requiresBuild: true + dev: true + optional: true + /@esbuild/android-arm64@0.17.19: resolution: {integrity: sha512-KBMWvEZooR7+kzY0BtbTQn0OAYY7CsiydT63pVEaPtVYF0hXbUaOyZog37DKxK7NF3XacBJOpYT4adIJh+avxA==} engines: {node: '>=12'} cpu: [arm64] os: [android] requiresBuild: true + dev: true optional: true - /@esbuild/android-arm64@0.19.5: - resolution: {integrity: sha512-5d1OkoJxnYQfmC+Zd8NBFjkhyCNYwM4n9ODrycTFY6Jk1IGiZ+tjVJDDSwDt77nK+tfpGP4T50iMtVi4dEGzhQ==} + /@esbuild/android-arm64@0.19.12: + resolution: {integrity: sha512-P0UVNGIienjZv3f5zq0DP3Nt2IE/3plFzuaS96vihvD0Hd6H/q4WXUGpCxD/E8YrSXfNyRPbpTq+T8ZQioSuPA==} engines: {node: '>=12'} cpu: [arm64] os: [android] @@ -2282,10 +2307,11 @@ packages: cpu: [arm] os: [android] requiresBuild: true + dev: true optional: true - /@esbuild/android-arm@0.19.5: - resolution: {integrity: sha512-bhvbzWFF3CwMs5tbjf3ObfGqbl/17ict2/uwOSfr3wmxDE6VdS2GqY/FuzIPe0q0bdhj65zQsvqfArI9MY6+AA==} + /@esbuild/android-arm@0.19.12: + resolution: {integrity: sha512-qg/Lj1mu3CdQlDEEiWrlC4eaPZ1KztwGJ9B6J+/6G+/4ewxJg7gqj8eVYWvao1bXrqGiW2rsBZFSX3q2lcW05w==} engines: {node: '>=12'} cpu: [arm] os: [android] @@ -2299,10 +2325,11 @@ packages: cpu: [x64] os: [android] requiresBuild: true + dev: true optional: true - /@esbuild/android-x64@0.19.5: - resolution: {integrity: sha512-9t+28jHGL7uBdkBjL90QFxe7DVA+KGqWlHCF8ChTKyaKO//VLuoBricQCgwhOjA1/qOczsw843Fy4cbs4H3DVA==} + /@esbuild/android-x64@0.19.12: + resolution: {integrity: sha512-3k7ZoUW6Q6YqhdhIaq/WZ7HwBpnFBlW905Fa4s4qWJyiNOgT1dOqDiVAQFwBH7gBRZr17gLrlFCRzF6jFh7Kew==} engines: {node: '>=12'} cpu: [x64] os: [android] @@ -2316,10 +2343,11 @@ packages: cpu: [arm64] os: [darwin] requiresBuild: true + dev: true optional: true - /@esbuild/darwin-arm64@0.19.5: - resolution: {integrity: sha512-mvXGcKqqIqyKoxq26qEDPHJuBYUA5KizJncKOAf9eJQez+L9O+KfvNFu6nl7SCZ/gFb2QPaRqqmG0doSWlgkqw==} + /@esbuild/darwin-arm64@0.19.12: + resolution: {integrity: sha512-B6IeSgZgtEzGC42jsI+YYu9Z3HKRxp8ZT3cqhvliEHovq8HSX2YX8lNocDn79gCKJXOSaEot9MVYky7AKjCs8g==} engines: {node: '>=12'} cpu: [arm64] os: [darwin] @@ -2333,10 +2361,11 @@ packages: cpu: [x64] os: [darwin] requiresBuild: true + dev: true optional: true - /@esbuild/darwin-x64@0.19.5: - resolution: {integrity: sha512-Ly8cn6fGLNet19s0X4unjcniX24I0RqjPv+kurpXabZYSXGM4Pwpmf85WHJN3lAgB8GSth7s5A0r856S+4DyiA==} + /@esbuild/darwin-x64@0.19.12: + resolution: {integrity: sha512-hKoVkKzFiToTgn+41qGhsUJXFlIjxI/jSYeZf3ugemDYZldIXIxhvwN6erJGlX4t5h417iFuheZ7l+YVn05N3A==} engines: {node: '>=12'} cpu: [x64] os: [darwin] @@ -2350,10 +2379,11 @@ packages: cpu: [arm64] os: [freebsd] requiresBuild: true + dev: true optional: true - /@esbuild/freebsd-arm64@0.19.5: - resolution: {integrity: sha512-GGDNnPWTmWE+DMchq1W8Sd0mUkL+APvJg3b11klSGUDvRXh70JqLAO56tubmq1s2cgpVCSKYywEiKBfju8JztQ==} + /@esbuild/freebsd-arm64@0.19.12: + resolution: {integrity: sha512-4aRvFIXmwAcDBw9AueDQ2YnGmz5L6obe5kmPT8Vd+/+x/JMVKCgdcRwH6APrbpNXsPz+K653Qg8HB/oXvXVukA==} engines: {node: '>=12'} cpu: [arm64] os: [freebsd] @@ -2367,10 +2397,11 @@ packages: cpu: [x64] os: [freebsd] requiresBuild: true + dev: true optional: true - /@esbuild/freebsd-x64@0.19.5: - resolution: {integrity: sha512-1CCwDHnSSoA0HNwdfoNY0jLfJpd7ygaLAp5EHFos3VWJCRX9DMwWODf96s9TSse39Br7oOTLryRVmBoFwXbuuQ==} + /@esbuild/freebsd-x64@0.19.12: + resolution: {integrity: sha512-EYoXZ4d8xtBoVN7CEwWY2IN4ho76xjYXqSXMNccFSx2lgqOG/1TBPW0yPx1bJZk94qu3tX0fycJeeQsKovA8gg==} engines: {node: '>=12'} cpu: [x64] os: [freebsd] @@ -2384,10 +2415,11 @@ packages: cpu: [arm64] os: [linux] requiresBuild: true + dev: true optional: true - /@esbuild/linux-arm64@0.19.5: - resolution: {integrity: sha512-o3vYippBmSrjjQUCEEiTZ2l+4yC0pVJD/Dl57WfPwwlvFkrxoSO7rmBZFii6kQB3Wrn/6GwJUPLU5t52eq2meA==} + /@esbuild/linux-arm64@0.19.12: + resolution: {integrity: sha512-EoTjyYyLuVPfdPLsGVVVC8a0p1BFFvtpQDB/YLEhaXyf/5bczaGeN15QkR+O4S5LeJ92Tqotve7i1jn35qwvdA==} engines: {node: '>=12'} cpu: [arm64] os: [linux] @@ -2401,10 +2433,11 @@ packages: cpu: [arm] os: [linux] requiresBuild: true + dev: true optional: true - /@esbuild/linux-arm@0.19.5: - resolution: {integrity: sha512-lrWXLY/vJBzCPC51QN0HM71uWgIEpGSjSZZADQhq7DKhPcI6NH1IdzjfHkDQws2oNpJKpR13kv7/pFHBbDQDwQ==} + /@esbuild/linux-arm@0.19.12: + resolution: {integrity: sha512-J5jPms//KhSNv+LO1S1TX1UWp1ucM6N6XuL6ITdKWElCu8wXP72l9MM0zDTzzeikVyqFE6U8YAV9/tFyj0ti+w==} engines: {node: '>=12'} cpu: [arm] os: [linux] @@ -2418,10 +2451,11 @@ packages: cpu: [ia32] os: [linux] requiresBuild: true + dev: true optional: true - /@esbuild/linux-ia32@0.19.5: - resolution: {integrity: sha512-MkjHXS03AXAkNp1KKkhSKPOCYztRtK+KXDNkBa6P78F8Bw0ynknCSClO/ztGszILZtyO/lVKpa7MolbBZ6oJtQ==} + /@esbuild/linux-ia32@0.19.12: + resolution: {integrity: sha512-Thsa42rrP1+UIGaWz47uydHSBOgTUnwBwNq59khgIwktK6x60Hivfbux9iNR0eHCHzOLjLMLfUMLCypBkZXMHA==} engines: {node: '>=12'} cpu: [ia32] os: [linux] @@ -2435,10 +2469,11 @@ packages: cpu: [loong64] os: [linux] requiresBuild: true + dev: true optional: true - /@esbuild/linux-loong64@0.19.5: - resolution: {integrity: sha512-42GwZMm5oYOD/JHqHska3Jg0r+XFb/fdZRX+WjADm3nLWLcIsN27YKtqxzQmGNJgu0AyXg4HtcSK9HuOk3v1Dw==} + /@esbuild/linux-loong64@0.19.12: + resolution: {integrity: sha512-LiXdXA0s3IqRRjm6rV6XaWATScKAXjI4R4LoDlvO7+yQqFdlr1Bax62sRwkVvRIrwXxvtYEHHI4dm50jAXkuAA==} engines: {node: '>=12'} cpu: [loong64] os: [linux] @@ -2452,10 +2487,11 @@ packages: cpu: [mips64el] os: [linux] requiresBuild: true + dev: true optional: true - /@esbuild/linux-mips64el@0.19.5: - resolution: {integrity: sha512-kcjndCSMitUuPJobWCnwQ9lLjiLZUR3QLQmlgaBfMX23UEa7ZOrtufnRds+6WZtIS9HdTXqND4yH8NLoVVIkcg==} + /@esbuild/linux-mips64el@0.19.12: + resolution: {integrity: sha512-fEnAuj5VGTanfJ07ff0gOA6IPsvrVHLVb6Lyd1g2/ed67oU1eFzL0r9WL7ZzscD+/N6i3dWumGE1Un4f7Amf+w==} engines: {node: '>=12'} cpu: [mips64el] os: [linux] @@ -2469,10 +2505,11 @@ packages: cpu: [ppc64] os: [linux] requiresBuild: true + dev: true optional: true - /@esbuild/linux-ppc64@0.19.5: - resolution: {integrity: sha512-yJAxJfHVm0ZbsiljbtFFP1BQKLc8kUF6+17tjQ78QjqjAQDnhULWiTA6u0FCDmYT1oOKS9PzZ2z0aBI+Mcyj7Q==} + /@esbuild/linux-ppc64@0.19.12: + resolution: {integrity: sha512-nYJA2/QPimDQOh1rKWedNOe3Gfc8PabU7HT3iXWtNUbRzXS9+vgB0Fjaqr//XNbd82mCxHzik2qotuI89cfixg==} engines: {node: '>=12'} cpu: [ppc64] os: [linux] @@ -2486,10 +2523,11 @@ packages: cpu: [riscv64] os: [linux] requiresBuild: true + dev: true optional: true - /@esbuild/linux-riscv64@0.19.5: - resolution: {integrity: sha512-5u8cIR/t3gaD6ad3wNt1MNRstAZO+aNyBxu2We8X31bA8XUNyamTVQwLDA1SLoPCUehNCymhBhK3Qim1433Zag==} + /@esbuild/linux-riscv64@0.19.12: + resolution: {integrity: sha512-2MueBrlPQCw5dVJJpQdUYgeqIzDQgw3QtiAHUC4RBz9FXPrskyyU3VI1hw7C0BSKB9OduwSJ79FTCqtGMWqJHg==} engines: {node: '>=12'} cpu: [riscv64] os: [linux] @@ -2503,10 +2541,11 @@ packages: cpu: [s390x] os: [linux] requiresBuild: true + dev: true optional: true - /@esbuild/linux-s390x@0.19.5: - resolution: {integrity: sha512-Z6JrMyEw/EmZBD/OFEFpb+gao9xJ59ATsoTNlj39jVBbXqoZm4Xntu6wVmGPB/OATi1uk/DB+yeDPv2E8PqZGw==} + /@esbuild/linux-s390x@0.19.12: + resolution: {integrity: sha512-+Pil1Nv3Umes4m3AZKqA2anfhJiVmNCYkPchwFJNEJN5QxmTs1uzyy4TvmDrCRNT2ApwSari7ZIgrPeUx4UZDg==} engines: {node: '>=12'} cpu: [s390x] os: [linux] @@ -2520,10 +2559,11 @@ packages: cpu: [x64] os: [linux] requiresBuild: true + dev: true optional: true - /@esbuild/linux-x64@0.19.5: - resolution: {integrity: sha512-psagl+2RlK1z8zWZOmVdImisMtrUxvwereIdyJTmtmHahJTKb64pAcqoPlx6CewPdvGvUKe2Jw+0Z/0qhSbG1A==} + /@esbuild/linux-x64@0.19.12: + resolution: {integrity: sha512-B71g1QpxfwBvNrfyJdVDexenDIt1CiDN1TIXLbhOw0KhJzE78KIFGX6OJ9MrtC0oOqMWf+0xop4qEU8JrJTwCg==} engines: {node: '>=12'} cpu: [x64] os: [linux] @@ -2537,10 +2577,11 @@ packages: cpu: [x64] os: [netbsd] requiresBuild: true + dev: true optional: true - /@esbuild/netbsd-x64@0.19.5: - resolution: {integrity: sha512-kL2l+xScnAy/E/3119OggX8SrWyBEcqAh8aOY1gr4gPvw76la2GlD4Ymf832UCVbmuWeTf2adkZDK+h0Z/fB4g==} + /@esbuild/netbsd-x64@0.19.12: + resolution: {integrity: sha512-3ltjQ7n1owJgFbuC61Oj++XhtzmymoCihNFgT84UAmJnxJfm4sYCiSLTXZtE00VWYpPMYc+ZQmB6xbSdVh0JWA==} engines: {node: '>=12'} cpu: [x64] os: [netbsd] @@ -2554,10 +2595,11 @@ packages: cpu: [x64] os: [openbsd] requiresBuild: true + dev: true optional: true - /@esbuild/openbsd-x64@0.19.5: - resolution: {integrity: sha512-sPOfhtzFufQfTBgRnE1DIJjzsXukKSvZxloZbkJDG383q0awVAq600pc1nfqBcl0ice/WN9p4qLc39WhBShRTA==} + /@esbuild/openbsd-x64@0.19.12: + resolution: {integrity: sha512-RbrfTB9SWsr0kWmb9srfF+L933uMDdu9BIzdA7os2t0TXhCRjrQyCeOt6wVxr79CKD4c+p+YhCj31HBkYcXebw==} engines: {node: '>=12'} cpu: [x64] os: [openbsd] @@ -2571,10 +2613,11 @@ packages: cpu: [x64] os: [sunos] requiresBuild: true + dev: true optional: true - /@esbuild/sunos-x64@0.19.5: - resolution: {integrity: sha512-dGZkBXaafuKLpDSjKcB0ax0FL36YXCvJNnztjKV+6CO82tTYVDSH2lifitJ29jxRMoUhgkg9a+VA/B03WK5lcg==} + /@esbuild/sunos-x64@0.19.12: + resolution: {integrity: sha512-HKjJwRrW8uWtCQnQOz9qcU3mUZhTUQvi56Q8DPTLLB+DawoiQdjsYq+j+D3s9I8VFtDr+F9CjgXKKC4ss89IeA==} engines: {node: '>=12'} cpu: [x64] os: [sunos] @@ -2588,10 +2631,11 @@ packages: cpu: [arm64] os: [win32] requiresBuild: true + dev: true optional: true - /@esbuild/win32-arm64@0.19.5: - resolution: {integrity: sha512-dWVjD9y03ilhdRQ6Xig1NWNgfLtf2o/STKTS+eZuF90fI2BhbwD6WlaiCGKptlqXlURVB5AUOxUj09LuwKGDTg==} + /@esbuild/win32-arm64@0.19.12: + resolution: {integrity: sha512-URgtR1dJnmGvX864pn1B2YUYNzjmXkuJOIqG2HdU62MVS4EHpU2946OZoTMnRUHklGtJdJZ33QfzdjGACXhn1A==} engines: {node: '>=12'} cpu: [arm64] os: [win32] @@ -2605,10 +2649,11 @@ packages: cpu: [ia32] os: [win32] requiresBuild: true + dev: true optional: true - /@esbuild/win32-ia32@0.19.5: - resolution: {integrity: sha512-4liggWIA4oDgUxqpZwrDhmEfAH4d0iljanDOK7AnVU89T6CzHon/ony8C5LeOdfgx60x5cnQJFZwEydVlYx4iw==} + /@esbuild/win32-ia32@0.19.12: + resolution: {integrity: sha512-+ZOE6pUkMOJfmxmBZElNOx72NKpIa/HFOMGzu8fqzQJ5kgf6aTGrcJaFsNiVMH4JKpMipyK+7k0n2UXN7a8YKQ==} engines: {node: '>=12'} cpu: [ia32] os: [win32] @@ -2622,10 +2667,11 @@ packages: cpu: [x64] os: [win32] requiresBuild: true + dev: true optional: true - /@esbuild/win32-x64@0.19.5: - resolution: {integrity: sha512-czTrygUsB/jlM8qEW5MD8bgYU2Xg14lo6kBDXW6HdxKjh8M5PzETGiSHaz9MtbXBYDloHNUAUW2tMiKW4KM9Mw==} + /@esbuild/win32-x64@0.19.12: + resolution: {integrity: sha512-T1QyPSDCyMXaO3pzBkF96E8xMkiRYbUEZADd29SyPGabqxMViNoii+NcK7eWJAEoU6RZyEm5lVSIjTmcdoB9HA==} engines: {node: '>=12'} cpu: [x64] os: [win32] @@ -2633,13 +2679,13 @@ packages: dev: true optional: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.56.0): + /@eslint-community/eslint-utils@4.4.0(eslint@8.57.0): resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 dependencies: - eslint: 8.56.0 + eslint: 8.57.0 eslint-visitor-keys: 3.4.3 dev: true @@ -2655,8 +2701,8 @@ packages: ajv: 6.12.6 debug: 4.3.4 espree: 9.6.1 - globals: 13.23.0 - ignore: 5.3.0 + globals: 13.24.0 + ignore: 5.3.1 import-fresh: 3.3.0 js-yaml: 4.1.0 minimatch: 3.1.2 @@ -2665,73 +2711,73 @@ packages: - supports-color dev: true - /@eslint/js@8.56.0: - resolution: {integrity: sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==} + /@eslint/js@8.57.0: + resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@floating-ui/core@1.5.0: - resolution: {integrity: sha512-kK1h4m36DQ0UHGj5Ah4db7R0rHemTqqO0QLvUqi1/mUUp3LuAWbWxdxSIf/XsnH9VS6rRVPLJCncjRzUvyCLXg==} + /@floating-ui/core@1.6.0: + resolution: {integrity: sha512-PcF++MykgmTj3CIyOQbKA/hDzOAiqI3mhuoN44WRCopIs1sgoDoU4oty4Jtqaj/y3oDU6fnVSm4QG0a3t5i0+g==} dependencies: - '@floating-ui/utils': 0.1.6 + '@floating-ui/utils': 0.2.1 dev: false - /@floating-ui/dom@1.5.3: - resolution: {integrity: sha512-ClAbQnEqJAKCJOEbbLo5IUlZHkNszqhuxS4fHAVxRPXPya6Ysf2G8KypnYcOTpx6I8xcgF9bbHb6g/2KpbV8qA==} + /@floating-ui/dom@1.6.3: + resolution: {integrity: sha512-RnDthu3mzPlQ31Ss/BTwQ1zjzIhr3lk1gZB1OC56h/1vEtaXkESrOqL5fQVMfXpwGtRwX+YsZBdyHtJMQnkArw==} dependencies: - '@floating-ui/core': 1.5.0 - '@floating-ui/utils': 0.1.6 + '@floating-ui/core': 1.6.0 + '@floating-ui/utils': 0.2.1 dev: false - /@floating-ui/react-dom@2.0.4(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-CF8k2rgKeh/49UrnIBs4BdxPUV6vize/Db1d/YbCLyp9GiVZ0BEwf5AiDSxJRCr6yOkGqTFHtmrULxkEfYZ7dQ==} + /@floating-ui/react-dom@2.0.8(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-HOdqOt3R3OGeTKidaLvJKcgg75S6tibQ3Tif4eyd91QnIJWr0NLvoXFpJA/j8HqkFSL68GDca9AuyWEHlhyClw==} peerDependencies: react: '>=16.8.0' react-dom: '>=16.8.0' dependencies: - '@floating-ui/dom': 1.5.3 + '@floating-ui/dom': 1.6.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@floating-ui/utils@0.1.6: - resolution: {integrity: sha512-OfX7E2oUDYxtBvsuS4e/jSn4Q9Qb6DzgeYtsAdkPZ47znpoNsMgZw0+tVijiv3uGNR6dgNlty6r9rzIzHjtd/A==} + /@floating-ui/utils@0.2.1: + resolution: {integrity: sha512-9TANp6GPoMtYzQdt54kfAyMmz1+osLlXdg2ENroU7zzrtflTLrrC/lgrIfaSe+Wu0b89GKccT7vxXA0MoAIO+Q==} dev: false - /@fontsource/ibm-plex-sans@5.0.18: - resolution: {integrity: sha512-xdtDTt5Ifdjdx//R8aAskULQuNR34D81pYTaZtk3q3fE7Fh2UDGHKCvlAoChG9NajThoLN+8PCrT0/cy/Dt5jg==} + /@fontsource/ibm-plex-sans@5.0.19: + resolution: {integrity: sha512-ski0jMCzMG/xLTa5w+qj/Dx6NGQMvZtl0/tzCHnf4HMjbMRsDHkzYRsfo0bi6VmKWdmYF623rQhSI/KVSYlbFw==} dev: false - /@graphql-tools/merge@9.0.0(graphql@16.8.1): - resolution: {integrity: sha512-J7/xqjkGTTwOJmaJQJ2C+VDBDOWJL3lKrHJN4yMaRLAJH3PosB7GiPRaSDZdErs0+F77sH2MKs2haMMkywzx7Q==} + /@graphql-tools/merge@9.0.1(graphql@16.8.1): + resolution: {integrity: sha512-hIEExWO9fjA6vzsVjJ3s0cCQ+Q/BEeMVJZtMXd7nbaVefVy0YDyYlEkeoYYNV3NVVvu1G9lr6DM1Qd0DGo9Caw==} engines: {node: '>=16.0.0'} requiresBuild: true peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/utils': 10.0.8(graphql@16.8.1) + '@graphql-tools/utils': 10.0.13(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.2 dev: false optional: true - /@graphql-tools/schema@10.0.0(graphql@16.8.1): - resolution: {integrity: sha512-kf3qOXMFcMs2f/S8Y3A8fm/2w+GaHAkfr3Gnhh2LOug/JgpY/ywgFVxO3jOeSpSEdoYcDKLcXVjMigNbY4AdQg==} + /@graphql-tools/schema@10.0.2(graphql@16.8.1): + resolution: {integrity: sha512-TbPsIZnWyDCLhgPGnDjt4hosiNU2mF/rNtSk5BVaXWnZqvKJ6gzJV4fcHcvhRIwtscDMW2/YTnK6dLVnk8pc4w==} engines: {node: '>=16.0.0'} requiresBuild: true peerDependencies: graphql: ^14.0.0 || ^15.0.0 || ^16.0.0 || ^17.0.0 dependencies: - '@graphql-tools/merge': 9.0.0(graphql@16.8.1) - '@graphql-tools/utils': 10.0.8(graphql@16.8.1) + '@graphql-tools/merge': 9.0.1(graphql@16.8.1) + '@graphql-tools/utils': 10.0.13(graphql@16.8.1) graphql: 16.8.1 tslib: 2.6.2 value-or-promise: 1.0.12 dev: false optional: true - /@graphql-tools/utils@10.0.8(graphql@16.8.1): - resolution: {integrity: sha512-yjyA8ycSa1WRlJqyX/aLqXeE5DvF/H02+zXMUFnCzIDrj0UvLMUrxhmVFnMK0Q2n3bh4uuTeY3621m5za9ovXw==} + /@graphql-tools/utils@10.0.13(graphql@16.8.1): + resolution: {integrity: sha512-fMILwGr5Dm2zefNItjQ6C2rauigklv69LIwppccICuGTnGaOp3DspLt/6Lxj72cbg5d9z60Sr+Egco3CJKLsNg==} engines: {node: '>=16.0.0'} requiresBuild: true peerDependencies: @@ -2755,19 +2801,19 @@ packages: dev: false optional: true - /@hookform/resolvers@3.3.4(react-hook-form@7.49.3): + /@hookform/resolvers@3.3.4(react-hook-form@7.51.0): resolution: {integrity: sha512-o5cgpGOuJYrd+iMKvkttOclgwRW86EsWJZZRC23prf0uU2i48Htq4PuT73AVb9ionFyZrwYEITuOFGF+BydEtQ==} peerDependencies: react-hook-form: ^7.0.0 dependencies: - react-hook-form: 7.49.3(react@18.2.0) + react-hook-form: 7.51.0(react@18.2.0) dev: false - /@humanwhocodes/config-array@0.11.13: - resolution: {integrity: sha512-JSBDMiDKSzQVngfRjOdFXgFfklaXI4K9nLF49Auh21lmBWRLIK3+xTErTWD4KU54pb6coM6ESE7Awz/FNU3zgQ==} + /@humanwhocodes/config-array@0.11.14: + resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==} engines: {node: '>=10.10.0'} dependencies: - '@humanwhocodes/object-schema': 2.0.1 + '@humanwhocodes/object-schema': 2.0.2 debug: 4.3.4 minimatch: 3.1.2 transitivePeerDependencies: @@ -2779,8 +2825,8 @@ packages: engines: {node: '>=12.22'} dev: true - /@humanwhocodes/object-schema@2.0.1: - resolution: {integrity: sha512-dvuCeX5fC9dXgJn9t+X5atfmgQAzUOWqS1254Gh0m6i8wKd10ebXkfNKiRK+1GWi/yTvvLDHpoxLr0xxxeslWw==} + /@humanwhocodes/object-schema@2.0.2: + resolution: {integrity: sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==} dev: true /@img/sharp-darwin-arm64@0.33.2: @@ -2985,7 +3031,6 @@ packages: strip-ansi-cjs: /strip-ansi@6.0.1 wrap-ansi: 8.1.0 wrap-ansi-cjs: /wrap-ansi@7.0.0 - dev: false /@istanbuljs/load-nyc-config@1.1.0: resolution: {integrity: sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==} @@ -3008,7 +3053,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.11.5 + '@types/node': 20.11.25 chalk: 4.1.2 jest-message-util: 29.7.0 jest-util: 29.7.0 @@ -3029,14 +3074,14 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.11.5 + '@types/node': 20.11.25 ansi-escapes: 4.3.2 chalk: 4.1.2 ci-info: 3.9.0 exit: 0.1.2 graceful-fs: 4.2.11 jest-changed-files: 29.7.0 - jest-config: 29.7.0(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2) + jest-config: 29.7.0(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(ts-node@10.9.2) jest-haste-map: 29.7.0 jest-message-util: 29.7.0 jest-regex-util: 29.6.3 @@ -3064,7 +3109,7 @@ packages: dependencies: '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.11.5 + '@types/node': 20.11.25 jest-mock: 29.7.0 dev: true @@ -3091,7 +3136,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@sinonjs/fake-timers': 10.3.0 - '@types/node': 20.11.5 + '@types/node': 20.11.25 jest-message-util: 29.7.0 jest-mock: 29.7.0 jest-util: 29.7.0 @@ -3123,18 +3168,18 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@jridgewell/trace-mapping': 0.3.20 - '@types/node': 20.11.5 + '@jridgewell/trace-mapping': 0.3.25 + '@types/node': 20.11.25 chalk: 4.1.2 collect-v8-coverage: 1.0.2 exit: 0.1.2 glob: 7.2.3 graceful-fs: 4.2.11 istanbul-lib-coverage: 3.2.2 - istanbul-lib-instrument: 6.0.1 + istanbul-lib-instrument: 6.0.2 istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.1.6 + istanbul-reports: 3.1.7 jest-message-util: 29.7.0 jest-util: 29.7.0 jest-worker: 29.7.0 @@ -3156,7 +3201,7 @@ packages: resolution: {integrity: sha512-MHjT95QuipcPrpLM+8JMSzFx6eHp5Bm+4XeFDJlwsvVBjmKNiIAvasGK2fxz2WbGRlnvqehFbh07MMa7n3YJnw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@jridgewell/trace-mapping': 0.3.20 + '@jridgewell/trace-mapping': 0.3.25 callsites: 3.1.0 graceful-fs: 4.2.11 dev: true @@ -3185,9 +3230,9 @@ packages: resolution: {integrity: sha512-ok/BTPFzFKVMwO5eOHRrvnBVHdRy9IrsrW1GpMaQ9MCnilNLXQKmAX8s1YXDFaai9xJpac2ySzV0YeRRECr2Vw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 '@jest/types': 29.6.3 - '@jridgewell/trace-mapping': 0.3.20 + '@jridgewell/trace-mapping': 0.3.25 babel-plugin-istanbul: 6.1.1 chalk: 4.1.2 convert-source-map: 2.0.0 @@ -3211,46 +3256,51 @@ packages: '@jest/schemas': 29.6.3 '@types/istanbul-lib-coverage': 2.0.6 '@types/istanbul-reports': 3.0.4 - '@types/node': 20.11.5 - '@types/yargs': 17.0.31 + '@types/node': 20.11.25 + '@types/yargs': 17.0.32 chalk: 4.1.2 - /@jridgewell/gen-mapping@0.3.3: - resolution: {integrity: sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==} + /@jridgewell/gen-mapping@0.3.5: + resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} engines: {node: '>=6.0.0'} dependencies: - '@jridgewell/set-array': 1.1.2 + '@jridgewell/set-array': 1.2.1 '@jridgewell/sourcemap-codec': 1.4.15 - '@jridgewell/trace-mapping': 0.3.20 + '@jridgewell/trace-mapping': 0.3.25 + dev: true - /@jridgewell/resolve-uri@3.1.1: - resolution: {integrity: sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==} + /@jridgewell/resolve-uri@3.1.2: + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} engines: {node: '>=6.0.0'} + dev: true - /@jridgewell/set-array@1.1.2: - resolution: {integrity: sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==} + /@jridgewell/set-array@1.2.1: + resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} engines: {node: '>=6.0.0'} + dev: true /@jridgewell/source-map@0.3.5: resolution: {integrity: sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==} dependencies: - '@jridgewell/gen-mapping': 0.3.3 - '@jridgewell/trace-mapping': 0.3.20 + '@jridgewell/gen-mapping': 0.3.5 + '@jridgewell/trace-mapping': 0.3.25 dev: true /@jridgewell/sourcemap-codec@1.4.15: resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} + dev: true - /@jridgewell/trace-mapping@0.3.20: - resolution: {integrity: sha512-R8LcPeWZol2zR8mmH3JeKQ6QRCFb7XgUhV9ZlGhHLGyg4wpPiPZNQOOWhFZhxKw8u//yTbNGI42Bx/3paXEQ+Q==} + /@jridgewell/trace-mapping@0.3.25: + resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} dependencies: - '@jridgewell/resolve-uri': 3.1.1 + '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.4.15 + dev: true /@jridgewell/trace-mapping@0.3.9: resolution: {integrity: sha512-3Belt6tdc8bPgAtbcmdtNJlirVoTmEb5e2gC94PnkwEW9jI6CAHUeoG85tjWP5WquqfavoMtMwiG4P926ZKKuQ==} dependencies: - '@jridgewell/resolve-uri': 3.1.1 + '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.4.15 dev: true @@ -3258,25 +3308,26 @@ packages: resolution: {integrity: sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==} dev: true - /@lingui/babel-plugin-extract-messages@4.7.0: - resolution: {integrity: sha512-CROHpjSqLy71aGDskl5wFk47cCuEAsY1etAt6tDkq0iuHwpSebJpzSN58gQJybRTCqYA+3PTkqCADoeSvcTwRA==} + /@lingui/babel-plugin-extract-messages@4.7.1: + resolution: {integrity: sha512-grz6RyuroLCce2G6/gIGGvvs4Piu7Fs7OVGqTJCTt8Jfy+N78E5tUMBiyqNiOglz3+bLXB0qxznGha8RSAcD/g==} engines: {node: '>=16.0.0'} + dev: true - /@lingui/cli@4.7.0(typescript@5.3.3): - resolution: {integrity: sha512-XGKGZOE5RF+Q74vCRP5gmiAidhwEbzSPsaZWYIAEuG8Oleo1saXAJJm5iKpoiOOTxl6ME9xp0nfIMmL2NCA1Dw==} + /@lingui/cli@4.7.1(typescript@5.4.2): + resolution: {integrity: sha512-PlXtQjfv01VY1eL/uZMG+xakBcFXzrDqMIk1IlCO2kRvLdqQZxCgIrLePLdmYypEq7oc+nnoHv6ctuhL9mh4MA==} engines: {node: '>=16.0.0'} hasBin: true dependencies: - '@babel/core': 7.23.7 - '@babel/generator': 7.23.5 - '@babel/parser': 7.23.5 - '@babel/runtime': 7.23.5 - '@babel/types': 7.23.5 - '@lingui/babel-plugin-extract-messages': 4.7.0 - '@lingui/conf': 4.7.0(typescript@5.3.3) - '@lingui/core': 4.7.0 - '@lingui/format-po': 4.7.0(typescript@5.3.3) - '@lingui/message-utils': 4.7.0 + '@babel/core': 7.24.0 + '@babel/generator': 7.23.6 + '@babel/parser': 7.24.0 + '@babel/runtime': 7.24.0 + '@babel/types': 7.24.0 + '@lingui/babel-plugin-extract-messages': 4.7.1 + '@lingui/conf': 4.7.1(typescript@5.4.2) + '@lingui/core': 4.7.1 + '@lingui/format-po': 4.7.1(typescript@5.4.2) + '@lingui/message-utils': 4.7.1 babel-plugin-macros: 3.1.0 chalk: 4.1.2 chokidar: 3.5.1 @@ -3290,7 +3341,7 @@ packages: micromatch: 4.0.2 normalize-path: 3.0.0 ora: 5.4.1 - pathe: 1.1.1 + pathe: 1.1.2 pkg-up: 3.1.0 pofile: 1.1.4 pseudolocale: 2.0.0 @@ -3299,80 +3350,82 @@ packages: transitivePeerDependencies: - supports-color - typescript + dev: true - /@lingui/conf@4.7.0(typescript@5.3.3): - resolution: {integrity: sha512-j5prZL9PEFfQU7jtXrNIAGWB89KQkjEdYENwwdZyWQ9ZJkp8tcNqcYMTtqcU7vMh2lOJdu4WVuvjvnOHMO9RHQ==} + /@lingui/conf@4.7.1(typescript@5.4.2): + resolution: {integrity: sha512-SbAHmAfIX0HTjmhmBF93GhmfTNMsca3sq2x7g1X6Di4kHx1jCpOpwTVK6ruaCfwhjLGSAC01WHQQ/r69ke+E0g==} engines: {node: '>=16.0.0'} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 chalk: 4.1.2 - cosmiconfig: 8.3.6(typescript@5.3.3) + cosmiconfig: 8.3.6(typescript@5.4.2) jest-validate: 29.7.0 jiti: 1.21.0 lodash.get: 4.4.2 transitivePeerDependencies: - typescript - /@lingui/core@4.7.0: - resolution: {integrity: sha512-lr6CMDRztFgS5qna9pLA/MPZRgujN9SCIoQ1LvGZem94U4Qc7ptSwAG1LIET9b3qxRXJm5XOTrq0HefN2Qm1IA==} + /@lingui/core@4.7.1: + resolution: {integrity: sha512-Ign2qnyy1WNY7hPzkYTPYaja+5ucs3oDy+rgxs8ChGsqGFf4RjchU4W+CxqliKJ19f/hy4gaDK1DWA9h47kGvw==} engines: {node: '>=16.0.0'} dependencies: - '@babel/runtime': 7.23.5 - '@lingui/message-utils': 4.7.0 + '@babel/runtime': 7.24.0 + '@lingui/message-utils': 4.7.1 unraw: 3.0.0 - /@lingui/detect-locale@4.7.0: - resolution: {integrity: sha512-RggGiwqaweu/iPgnw0FrgYkz05K7t8EeEf4B/O3k1qKg7E30G0CDqRzarrvSqOYqN0+BGDkSsVmycoUaVZUzeg==} + /@lingui/detect-locale@4.7.1: + resolution: {integrity: sha512-rx0NyPIHhzu9+wTURflBL3Vvpg5j+aCkjI1Cn1ErVHVc/TvRnLNDmHohMNyaeCYy5XJqcLgDHW/FRXW3H1OUmA==} engines: {node: '>=16.0.0'} dev: false - /@lingui/format-po@4.7.0(typescript@5.3.3): - resolution: {integrity: sha512-ptUp9nRt6mB9o82O61WzF8c2My/nfMv4cFt+L1oe5XA/+WLDEoOD2eEhu2PLd+/V6rtnnhqQjp3DzoQZ2I/HfA==} + /@lingui/format-po@4.7.1(typescript@5.4.2): + resolution: {integrity: sha512-O5Tr/x0Pr+buk7YtbwrWR8MIaKV0ruwoIPuc05QlEHW/D15kcSRldHJ1lEKEB+bXRw050AeUxyRY7ibbZFyQ0g==} engines: {node: '>=16.0.0'} dependencies: - '@lingui/conf': 4.7.0(typescript@5.3.3) - '@lingui/message-utils': 4.7.0 + '@lingui/conf': 4.7.1(typescript@5.4.2) + '@lingui/message-utils': 4.7.1 date-fns: 2.30.0 pofile: 1.1.4 transitivePeerDependencies: - typescript + dev: true - /@lingui/macro@4.7.0(@lingui/react@4.7.0)(babel-plugin-macros@3.1.0)(typescript@5.3.3): - resolution: {integrity: sha512-r2I99yudMJ0pbTySoVmN0l/U4fF7dgsVZZeEpF82jwLwS+ND9dkJswYXUOuF6RPr5oVi2NpkJ0M4ZejDfCAAoA==} + /@lingui/macro@4.7.1(@lingui/react@4.7.1)(babel-plugin-macros@3.1.0)(typescript@5.4.2): + resolution: {integrity: sha512-weU8Z7QNt+M0wuPIs/xqnlt7Y/g1o4fASamvbyJxh9J68is7mnGwhevj+nVW2VZCEq4+yR34qvF0bsVeTQ332A==} engines: {node: '>=16.0.0'} peerDependencies: '@lingui/react': ^4.0.0 babel-plugin-macros: 2 || 3 dependencies: - '@babel/runtime': 7.23.5 - '@babel/types': 7.23.5 - '@lingui/conf': 4.7.0(typescript@5.3.3) - '@lingui/core': 4.7.0 - '@lingui/message-utils': 4.7.0 - '@lingui/react': 4.7.0(react@18.2.0) + '@babel/runtime': 7.24.0 + '@babel/types': 7.24.0 + '@lingui/conf': 4.7.1(typescript@5.4.2) + '@lingui/core': 4.7.1 + '@lingui/message-utils': 4.7.1 + '@lingui/react': 4.7.1(react@18.2.0) babel-plugin-macros: 3.1.0 transitivePeerDependencies: - typescript - /@lingui/message-utils@4.7.0: - resolution: {integrity: sha512-JrGdxORRzefOh9qAkQYJchh+ehnWlLK9/kOG9x6VkV9aekWLk8vCVbXBh4Q707sTcIgCki8KwT1yuBMwZ2YBEg==} + /@lingui/message-utils@4.7.1: + resolution: {integrity: sha512-c4D9Qg575LHvJHNyDDJfw+lAfyVv+3L+j4ZkaG8elNjc06ITx6sBWETFlj9FwoE8krF/r4yyXuCdnhBgUMrvJg==} engines: {node: '>=16.0.0'} dependencies: '@messageformat/parser': 5.1.0 js-sha256: 0.10.1 - /@lingui/react@4.7.0(react@18.2.0): - resolution: {integrity: sha512-a9SR+U6hobOL+/GPR11gObg9cOzQ4mcGhtUbXQx/WjlWDsau29oXna4vA5pRYiq58dpPXYrsg+ZENsXxNERCwA==} + /@lingui/react@4.7.1(react@18.2.0): + resolution: {integrity: sha512-acfmKDt6kg2z8wYJXc8S5SmZk1sM46f6xIZFVN+HrJBN/Z7MO9pp4FroTScOBI5zbRsdvoaRdyruNJedLplnhQ==} engines: {node: '>=16.0.0'} peerDependencies: react: ^16.8.0 || ^17.0.0 || ^18.0.0 dependencies: - '@babel/runtime': 7.23.5 - '@lingui/core': 4.7.0 + '@babel/runtime': 7.24.0 + '@lingui/core': 4.7.1 react: 18.2.0 - /@lingui/swc-plugin@4.0.4(@lingui/macro@4.7.0)(@swc/core@1.3.104): - resolution: {integrity: sha512-xRnR96Mqi6zwGlVfGJMfoM8QykBbUz/sSnwmcFL9BZ8Y9YBZxzLAVf4t1BbiIQsAs+pMYu/HfujTBD4y/r1ucA==} + /@lingui/swc-plugin@4.0.6(@lingui/macro@4.7.1)(@swc/core@1.4.6): + resolution: {integrity: sha512-jW32d+t/faHGrgzZXzGbDmadElqHQ9FvGf2aoq7YelXBPG9cf/lAkZlpxNjAzRhbscupB0YPtBjC49XoIIzKMg==} peerDependencies: '@lingui/macro': '4' '@swc/core': '*' @@ -3383,19 +3436,19 @@ packages: next: optional: true dependencies: - '@lingui/macro': 4.7.0(@lingui/react@4.7.0)(babel-plugin-macros@3.1.0)(typescript@5.3.3) - '@swc/core': 1.3.104(@swc/helpers@0.5.3) + '@lingui/macro': 4.7.1(@lingui/react@4.7.1)(babel-plugin-macros@3.1.0)(typescript@5.4.2) + '@swc/core': 1.4.6(@swc/helpers@0.5.6) dev: true - /@lingui/vite-plugin@4.7.0(typescript@5.3.3)(vite@5.0.11): - resolution: {integrity: sha512-hfQTwjcwZlugDOFO/6KEIyZCkErmhN4yMHGebc3mqRE8rJGRxQGbxqkzC056j/mtQoIzxOyAxm7y4OLhhOK4hQ==} + /@lingui/vite-plugin@4.7.1(typescript@5.4.2)(vite@5.1.5): + resolution: {integrity: sha512-MOZPjObc/DJqN27eoNWm38pHO8N7p0eaulJTeudSWpzc0rQtSJ/tJabx/vUmfedaQ6W3j+qFvqELdTnsO0PfXA==} engines: {node: '>=16.0.0'} peerDependencies: vite: ^3 || ^4 || ^5.0.9 dependencies: - '@lingui/cli': 4.7.0(typescript@5.3.3) - '@lingui/conf': 4.7.0(typescript@5.3.3) - vite: 5.0.11(@types/node@20.11.5)(less@4.1.3)(stylus@0.59.0) + '@lingui/cli': 4.7.1(typescript@5.4.2) + '@lingui/conf': 4.7.1(typescript@5.4.2) + vite: 5.1.5(@types/node@20.11.25)(less@4.1.3)(stylus@0.59.0) transitivePeerDependencies: - supports-color - typescript @@ -3410,24 +3463,24 @@ packages: dependencies: moo: 0.5.2 - /@microsoft/api-extractor-model@7.28.3(@types/node@20.11.5): + /@microsoft/api-extractor-model@7.28.3(@types/node@20.11.25): resolution: {integrity: sha512-wT/kB2oDbdZXITyDh2SQLzaWwTOFbV326fP0pUwNW00WeliARs0qjmXBWmGWardEzp2U3/axkO3Lboqun6vrig==} dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.62.0(@types/node@20.11.5) + '@rushstack/node-core-library': 3.62.0(@types/node@20.11.25) transitivePeerDependencies: - '@types/node' dev: true - /@microsoft/api-extractor@7.39.0(@types/node@20.11.5): + /@microsoft/api-extractor@7.39.0(@types/node@20.11.25): resolution: {integrity: sha512-PuXxzadgnvp+wdeZFPonssRAj/EW4Gm4s75TXzPk09h3wJ8RS3x7typf95B4vwZRrPTQBGopdUl+/vHvlPdAcg==} hasBin: true dependencies: - '@microsoft/api-extractor-model': 7.28.3(@types/node@20.11.5) + '@microsoft/api-extractor-model': 7.28.3(@types/node@20.11.25) '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - '@rushstack/node-core-library': 3.62.0(@types/node@20.11.5) + '@rushstack/node-core-library': 3.62.0(@types/node@20.11.25) '@rushstack/rig-package': 0.5.1 '@rushstack/ts-command-line': 4.17.1 colors: 1.2.5 @@ -3451,7 +3504,6 @@ packages: /@microsoft/tsdoc@0.14.2: resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} - dev: true /@mole-inc/bin-wrapper@8.0.1: resolution: {integrity: sha512-sTGoeZnjI8N4KS+sW2AN95gDBErhAguvkw/tWdCjeM8bvxpz5lqrnd0vOJABA1A+Ic3zED7PYoLP/RANLgVotA==} @@ -3467,19 +3519,19 @@ packages: os-filter-obj: 2.0.0 dev: true - /@nestjs-modules/mailer@1.10.3(@nestjs/common@10.3.0)(@nestjs/core@10.3.0)(nodemailer@6.9.8): - resolution: {integrity: sha512-k2gs2NH8Ygq4JnETX+EDBXixLAS8DDZEI/Wbr9LGL3HwO3Qz8zVh8dBJ4ESpySuWniW+a8rARzGXtTUHC4KFlw==} + /@nestjs-modules/mailer@1.11.2(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(nodemailer@6.9.12): + resolution: {integrity: sha512-k07wyKbtCzxWMm6IqGwcGIisnXD/6sneGvUR8rBBZbxtLn1HE1FLGyiaXBrPui/0K7W41aS9x9jAIhfTawtlUg==} peerDependencies: '@nestjs/common': '>=7.0.9' '@nestjs/core': '>=7.0.9' nodemailer: '>=6.4.6' dependencies: - '@nestjs/common': 10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1) - '@nestjs/core': 10.3.0(@nestjs/common@10.3.0)(@nestjs/platform-express@10.3.0)(reflect-metadata@0.2.1)(rxjs@7.8.1) - css-inline: 0.11.2 + '@css-inline/css-inline': 0.13.0 + '@nestjs/common': 10.3.3(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/core': 10.3.3(@nestjs/common@10.3.3)(@nestjs/platform-express@10.3.3)(reflect-metadata@0.2.1)(rxjs@7.8.1) glob: 10.3.10 - mjml: 4.14.1 - nodemailer: 6.9.8 + mjml: 4.15.3 + nodemailer: 6.9.12 preview-email: 3.0.19 optionalDependencies: '@types/ejs': 3.1.5 @@ -3491,26 +3543,24 @@ packages: - encoding dev: false - /@nestjs/axios@3.0.1(@nestjs/common@10.3.0)(axios@1.6.5)(reflect-metadata@0.2.1)(rxjs@7.8.1): - resolution: {integrity: sha512-VlOZhAGDmOoFdsmewn8AyClAdGpKXQQaY1+3PGB+g6ceurGIdTxZgRX3VXc1T6Zs60PedWjg3A82TDOB05mrzQ==} + /@nestjs/axios@3.0.2(@nestjs/common@10.3.3)(axios@1.6.7)(rxjs@7.8.1): + resolution: {integrity: sha512-Z6GuOUdNQjP7FX+OuV2Ybyamse+/e0BFdTWBX5JxpBDKA+YkdLynDgG6HTF04zy6e9zPa19UX0WA2VDoehwhXQ==} peerDependencies: '@nestjs/common': ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 axios: ^1.3.1 - reflect-metadata: ^0.1.12 rxjs: ^6.0.0 || ^7.0.0 dependencies: - '@nestjs/common': 10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1) - axios: 1.6.5 - reflect-metadata: 0.2.1 + '@nestjs/common': 10.3.3(reflect-metadata@0.2.1)(rxjs@7.8.1) + axios: 1.6.7 rxjs: 7.8.1 dev: false - /@nestjs/common@10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1): - resolution: {integrity: sha512-DGv34UHsZBxCM3H5QGE2XE/+oLJzz5+714JQjBhjD9VccFlQs3LRxo/epso4l7nJIiNlZkPyIUC8WzfU/5RTsQ==} + /@nestjs/common@10.3.3(reflect-metadata@0.2.1)(rxjs@7.8.1): + resolution: {integrity: sha512-LAkTe8/CF0uNWM0ecuDwUNTHCi1lVSITmmR4FQ6Ftz1E7ujQCnJ5pMRzd8JRN14vdBkxZZ8VbVF0BDUKoKNxMQ==} peerDependencies: class-transformer: '*' class-validator: '*' - reflect-metadata: ^0.1.12 + reflect-metadata: ^0.1.12 || ^0.2.0 rxjs: ^7.1.0 peerDependenciesMeta: class-transformer: @@ -3524,29 +3574,29 @@ packages: tslib: 2.6.2 uid: 2.0.2 - /@nestjs/config@3.1.1(@nestjs/common@10.3.0)(reflect-metadata@0.2.1): - resolution: {integrity: sha512-qu5QlNiJdqQtOsnB6lx4JCXPQ96jkKUsOGd+JXfXwqJqZcOSAq6heNFg0opW4pq4J/VZoNwoo87TNnx9wthnqQ==} + /@nestjs/config@3.2.0(@nestjs/common@10.3.3)(rxjs@7.8.1): + resolution: {integrity: sha512-BpYRn57shg7CH35KGT6h+hT7ZucB6Qn2B3NBNdvhD4ApU8huS5pX/Wc2e/aO5trIha606Bz2a9t9/vbiuTBTww==} peerDependencies: '@nestjs/common': ^8.0.0 || ^9.0.0 || ^10.0.0 - reflect-metadata: ^0.1.13 + rxjs: ^7.1.0 dependencies: - '@nestjs/common': 10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1) - dotenv: 16.3.1 + '@nestjs/common': 10.3.3(reflect-metadata@0.2.1)(rxjs@7.8.1) + dotenv: 16.4.1 dotenv-expand: 10.0.0 lodash: 4.17.21 - reflect-metadata: 0.2.1 - uuid: 9.0.0 + rxjs: 7.8.1 + uuid: 9.0.1 dev: false - /@nestjs/core@10.3.0(@nestjs/common@10.3.0)(@nestjs/platform-express@10.3.0)(reflect-metadata@0.2.1)(rxjs@7.8.1): - resolution: {integrity: sha512-N06P5ncknW/Pm8bj964WvLIZn2gNhHliCBoAO1LeBvNImYkecqKcrmLbY49Fa1rmMfEM3MuBHeDys3edeuYAOA==} + /@nestjs/core@10.3.3(@nestjs/common@10.3.3)(@nestjs/platform-express@10.3.3)(reflect-metadata@0.2.1)(rxjs@7.8.1): + resolution: {integrity: sha512-kxJWggQAPX3RuZx9JVec69eSLaYLNIox2emkZJpfBJ5Qq7cAq7edQIt1r4LGjTKq6kFubNTPsqhWf5y7yFRBPw==} requiresBuild: true peerDependencies: '@nestjs/common': ^10.0.0 '@nestjs/microservices': ^10.0.0 '@nestjs/platform-express': ^10.0.0 '@nestjs/websockets': ^10.0.0 - reflect-metadata: ^0.1.12 + reflect-metadata: ^0.1.12 || ^0.2.0 rxjs: ^7.1.0 peerDependenciesMeta: '@nestjs/microservices': @@ -3556,8 +3606,8 @@ packages: '@nestjs/websockets': optional: true dependencies: - '@nestjs/common': 10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1) - '@nestjs/platform-express': 10.3.0(@nestjs/common@10.3.0)(@nestjs/core@10.3.0) + '@nestjs/common': 10.3.3(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/platform-express': 10.3.3(@nestjs/common@10.3.3)(@nestjs/core@10.3.3) '@nuxtjs/opencollective': 0.3.2 fast-safe-stringify: 2.1.1 iterare: 1.2.1 @@ -3569,8 +3619,8 @@ packages: transitivePeerDependencies: - encoding - /@nestjs/graphql@12.0.11(@nestjs/common@10.3.0)(@nestjs/core@10.3.0)(graphql@16.8.1)(reflect-metadata@0.2.1): - resolution: {integrity: sha512-iCyVs9+utCQt9ehMhUjQcEdjRN/MrcTBINd7P44O1fzGENuWMbt1Z8RCoZbeGi5iVPBY63HgYik+BnnICqmxZw==} + /@nestjs/graphql@12.1.1(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(graphql@16.8.1)(reflect-metadata@0.2.1): + resolution: {integrity: sha512-Y2fPrB1bCzkSFEhE5prAJM6dGUwJwBhKSH4rkg5LRSrQnb89kqmELRreaWtisECSnA25mb4MjaRKA3svX1toBg==} requiresBuild: true peerDependencies: '@apollo/subgraph': ^2.0.0 @@ -3579,8 +3629,8 @@ packages: class-transformer: '*' class-validator: '*' graphql: ^16.6.0 - reflect-metadata: ^0.1.13 - ts-morph: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 + reflect-metadata: ^0.1.13 || ^0.2.0 + ts-morph: ^16.0.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^20.0.0 || ^21.0.0 peerDependenciesMeta: '@apollo/subgraph': optional: true @@ -3591,94 +3641,75 @@ packages: ts-morph: optional: true dependencies: - '@graphql-tools/merge': 9.0.0(graphql@16.8.1) - '@graphql-tools/schema': 10.0.0(graphql@16.8.1) - '@graphql-tools/utils': 10.0.8(graphql@16.8.1) - '@nestjs/common': 10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1) - '@nestjs/core': 10.3.0(@nestjs/common@10.3.0)(@nestjs/platform-express@10.3.0)(reflect-metadata@0.2.1)(rxjs@7.8.1) - '@nestjs/mapped-types': 2.0.2(@nestjs/common@10.3.0)(reflect-metadata@0.2.1) - chokidar: 3.5.3 + '@graphql-tools/merge': 9.0.1(graphql@16.8.1) + '@graphql-tools/schema': 10.0.2(graphql@16.8.1) + '@graphql-tools/utils': 10.0.13(graphql@16.8.1) + '@nestjs/common': 10.3.3(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/core': 10.3.3(@nestjs/common@10.3.3)(@nestjs/platform-express@10.3.3)(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/mapped-types': 2.0.5(@nestjs/common@10.3.3)(reflect-metadata@0.2.1) + chokidar: 3.6.0 fast-glob: 3.3.2 graphql: 16.8.1 graphql-tag: 2.12.6(graphql@16.8.1) - graphql-ws: 5.14.2(graphql@16.8.1) + graphql-ws: 5.14.3(graphql@16.8.1) lodash: 4.17.21 normalize-path: 3.0.0 reflect-metadata: 0.2.1 subscriptions-transport-ws: 0.11.0(graphql@16.8.1) tslib: 2.6.2 uuid: 9.0.1 - ws: 8.14.2 + ws: 8.16.0 transitivePeerDependencies: - bufferutil - utf-8-validate dev: false optional: true - /@nestjs/jwt@10.2.0(@nestjs/common@10.3.0): + /@nestjs/jwt@10.2.0(@nestjs/common@10.3.3): resolution: {integrity: sha512-x8cG90SURkEiLOehNaN2aRlotxT0KZESUliOPKKnjWiyJOcWurkF3w345WOX0P4MgFzUjGoZ1Sy0aZnxeihT0g==} peerDependencies: '@nestjs/common': ^8.0.0 || ^9.0.0 || ^10.0.0 dependencies: - '@nestjs/common': 10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/common': 10.3.3(reflect-metadata@0.2.1)(rxjs@7.8.1) '@types/jsonwebtoken': 9.0.5 jsonwebtoken: 9.0.2 dev: false - /@nestjs/mapped-types@2.0.2(@nestjs/common@10.3.0)(reflect-metadata@0.2.1): - resolution: {integrity: sha512-V0izw6tWs6fTp9+KiiPUbGHWALy563Frn8X6Bm87ANLRuE46iuBMD5acKBDP5lKL/75QFvrzSJT7HkCbB0jTpg==} - requiresBuild: true + /@nestjs/mapped-types@2.0.5(@nestjs/common@10.3.3)(reflect-metadata@0.2.1): + resolution: {integrity: sha512-bSJv4pd6EY99NX9CjBIyn4TVDoSit82DUZlL4I3bqNfy5Gt+gXTa86i3I/i0iIV9P4hntcGM5GyO+FhZAhxtyg==} peerDependencies: '@nestjs/common': ^8.0.0 || ^9.0.0 || ^10.0.0 class-transformer: ^0.4.0 || ^0.5.0 class-validator: ^0.13.0 || ^0.14.0 - reflect-metadata: ^0.1.12 + reflect-metadata: ^0.1.12 || ^0.2.0 peerDependenciesMeta: class-transformer: optional: true class-validator: optional: true dependencies: - '@nestjs/common': 10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1) - reflect-metadata: 0.2.1 - dev: false - optional: true - - /@nestjs/mapped-types@2.0.4(@nestjs/common@10.3.0)(reflect-metadata@0.2.1): - resolution: {integrity: sha512-xl+gUSp0B+ln1VSNoUftlglk8dfpUes3DHGxKZ5knuBxS5g2H/8p9/DSBOYWUfO5f4u9s6ffBPZ71WO+tbe5SA==} - peerDependencies: - '@nestjs/common': ^8.0.0 || ^9.0.0 || ^10.0.0 - class-transformer: ^0.4.0 || ^0.5.0 - class-validator: ^0.13.0 || ^0.14.0 - reflect-metadata: ^0.1.12 - peerDependenciesMeta: - class-transformer: - optional: true - class-validator: - optional: true - dependencies: - '@nestjs/common': 10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/common': 10.3.3(reflect-metadata@0.2.1)(rxjs@7.8.1) reflect-metadata: 0.2.1 dev: false - /@nestjs/passport@10.0.3(@nestjs/common@10.3.0)(passport@0.7.0): + /@nestjs/passport@10.0.3(@nestjs/common@10.3.3)(passport@0.7.0): resolution: {integrity: sha512-znJ9Y4S8ZDVY+j4doWAJ8EuuVO7SkQN3yOBmzxbGaXbvcSwFDAdGJ+OMCg52NdzIO4tQoN4pYKx8W6M0ArfFRQ==} peerDependencies: '@nestjs/common': ^8.0.0 || ^9.0.0 || ^10.0.0 passport: ^0.4.0 || ^0.5.0 || ^0.6.0 || ^0.7.0 dependencies: - '@nestjs/common': 10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/common': 10.3.3(reflect-metadata@0.2.1)(rxjs@7.8.1) passport: 0.7.0 dev: false - /@nestjs/platform-express@10.3.0(@nestjs/common@10.3.0)(@nestjs/core@10.3.0): - resolution: {integrity: sha512-E4hUW48bYv8OHbP9XQg6deefmXb0pDSSuE38SdhA0mJ37zGY7C5EqqBUdlQk4ttfD+OdnbIgJ1zOokT6dd2d7A==} + /@nestjs/platform-express@10.3.3(@nestjs/common@10.3.3)(@nestjs/core@10.3.3): + resolution: {integrity: sha512-GGKSEU48Os7nYFIsUM0nutuFUGn5AbeP8gzFBiBCAtiuJWrXZXpZ58pMBYxAbMf7IrcOZFInHEukjHGAQU0OZw==} peerDependencies: '@nestjs/common': ^10.0.0 '@nestjs/core': ^10.0.0 dependencies: - '@nestjs/common': 10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1) - '@nestjs/core': 10.3.0(@nestjs/common@10.3.0)(@nestjs/platform-express@10.3.0)(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/common': 10.3.3(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/core': 10.3.3(@nestjs/common@10.3.3)(@nestjs/platform-express@10.3.3)(reflect-metadata@0.2.1)(rxjs@7.8.1) body-parser: 1.20.2 cors: 2.8.5 express: 4.18.2 @@ -3687,22 +3718,22 @@ packages: transitivePeerDependencies: - supports-color - /@nestjs/schematics@10.1.0(typescript@5.3.3): - resolution: {integrity: sha512-HQWvD3F7O0Sv3qHS2jineWxPLmBTLlyjT6VdSw2EAIXulitmV+ErxB3TCVQQORlNkl5p5cwRYWyBaOblDbNFIQ==} + /@nestjs/schematics@10.1.1(typescript@5.4.2): + resolution: {integrity: sha512-o4lfCnEeIkfJhGBbLZxTuVWcGuqDCFwg5OrvpgRUBM7vI/vONvKKiB5riVNpO+JqXoH0I42NNeDb0m4V5RREig==} peerDependencies: typescript: '>=4.8.2' dependencies: - '@angular-devkit/core': 17.0.9 - '@angular-devkit/schematics': 17.0.9 + '@angular-devkit/core': 17.1.2 + '@angular-devkit/schematics': 17.1.2 comment-json: 4.2.3 - jsonc-parser: 3.2.0 + jsonc-parser: 3.2.1 pluralize: 8.0.0 - typescript: 5.3.3 + typescript: 5.4.2 transitivePeerDependencies: - chokidar dev: true - /@nestjs/schematics@9.2.0(typescript@5.3.3): + /@nestjs/schematics@9.2.0(typescript@5.4.2): resolution: {integrity: sha512-wHpNJDPzM6XtZUOB3gW0J6mkFCSJilzCM3XrHI1o0C8vZmFE1snbmkIXNyoi1eV0Nxh1BMymcgz5vIMJgQtTqw==} peerDependencies: typescript: '>=4.3.5' @@ -3711,13 +3742,13 @@ packages: '@angular-devkit/schematics': 16.0.1 jsonc-parser: 3.2.0 pluralize: 8.0.0 - typescript: 5.3.3 + typescript: 5.4.2 transitivePeerDependencies: - chokidar dev: true - /@nestjs/serve-static@4.0.0(@nestjs/common@10.3.0)(@nestjs/core@10.3.0): - resolution: {integrity: sha512-8cTrNV2ngdHIjiLNsXePnw0+KY1ThrZGz/WeyAG5gIvmZNDbnZBOrPoYlKL+MOzlXlQStxR5jKLYmn+nJeoncQ==} + /@nestjs/serve-static@4.0.1(@nestjs/common@10.3.3)(@nestjs/core@10.3.3): + resolution: {integrity: sha512-AoOrVdAe+WmsceuCcA8nWmKUYmaOsg9pqBCbIj7PS4W3XdikJQMtfxgSIoOlyUksZdhTBFjHqKh0Yhpj6pulwQ==} peerDependencies: '@fastify/static': ^6.5.0 '@nestjs/common': ^9.0.0 || ^10.0.0 @@ -3732,20 +3763,20 @@ packages: fastify: optional: true dependencies: - '@nestjs/common': 10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1) - '@nestjs/core': 10.3.0(@nestjs/common@10.3.0)(@nestjs/platform-express@10.3.0)(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/common': 10.3.3(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/core': 10.3.3(@nestjs/common@10.3.3)(@nestjs/platform-express@10.3.3)(reflect-metadata@0.2.1)(rxjs@7.8.1) path-to-regexp: 0.2.5 dev: false - /@nestjs/swagger@7.2.0(@nestjs/common@10.3.0)(@nestjs/core@10.3.0)(reflect-metadata@0.2.1): - resolution: {integrity: sha512-W7WPq561/79w27ZEgViXS7c5hqPwT7QXhsLsSeu2jeBROUhMM825QKDFKbMmtb643IW5dznJ4PjherlZZgtMvg==} + /@nestjs/swagger@7.3.0(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(reflect-metadata@0.2.1): + resolution: {integrity: sha512-zLkfKZ+ioYsIZ3dfv7Bj8YHnZMNAGWFUmx2ZDuLp/fBE4P8BSjB7hldzDueFXsmwaPL90v7lgyd82P+s7KME1Q==} peerDependencies: - '@fastify/static': ^6.0.0 + '@fastify/static': ^6.0.0 || ^7.0.0 '@nestjs/common': ^9.0.0 || ^10.0.0 '@nestjs/core': ^9.0.0 || ^10.0.0 class-transformer: '*' class-validator: '*' - reflect-metadata: ^0.1.12 + reflect-metadata: ^0.1.12 || ^0.2.0 peerDependenciesMeta: '@fastify/static': optional: true @@ -3754,18 +3785,19 @@ packages: class-validator: optional: true dependencies: - '@nestjs/common': 10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1) - '@nestjs/core': 10.3.0(@nestjs/common@10.3.0)(@nestjs/platform-express@10.3.0)(reflect-metadata@0.2.1)(rxjs@7.8.1) - '@nestjs/mapped-types': 2.0.4(@nestjs/common@10.3.0)(reflect-metadata@0.2.1) + '@microsoft/tsdoc': 0.14.2 + '@nestjs/common': 10.3.3(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/core': 10.3.3(@nestjs/common@10.3.3)(@nestjs/platform-express@10.3.3)(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/mapped-types': 2.0.5(@nestjs/common@10.3.3)(reflect-metadata@0.2.1) js-yaml: 4.1.0 lodash: 4.17.21 path-to-regexp: 3.2.0 reflect-metadata: 0.2.1 - swagger-ui-dist: 5.11.0 + swagger-ui-dist: 5.11.2 dev: false - /@nestjs/terminus@10.2.0(@nestjs/axios@3.0.1)(@nestjs/common@10.3.0)(@nestjs/core@10.3.0)(@prisma/client@5.8.1)(reflect-metadata@0.2.1)(rxjs@7.8.1): - resolution: {integrity: sha512-zPs98xvJ4ogEimRQOz8eU90mb7z+W/kd/mL4peOgrJ/VqER+ibN2Cboj65uJZW3XuNhpOqaeYOJte86InJd44A==} + /@nestjs/terminus@10.2.3(@nestjs/axios@3.0.2)(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(@prisma/client@5.10.2)(reflect-metadata@0.2.1)(rxjs@7.8.1): + resolution: {integrity: sha512-iX7gXtAooePcyQqFt57aDke5MzgdkBeYgF5YsFNNFwOiAFdIQEhfv3PR0G+HlH9F6D7nBCDZt9U87Pks/qHijg==} peerDependencies: '@grpc/grpc-js': '*' '@grpc/proto-loader': '*' @@ -3780,7 +3812,7 @@ packages: '@nestjs/typeorm': ^9.0.0 || ^10.0.0 '@prisma/client': '*' mongoose: '*' - reflect-metadata: 0.1.x + reflect-metadata: 0.1.x || 0.2.x rxjs: 7.x sequelize: '*' typeorm: '*' @@ -3812,18 +3844,18 @@ packages: typeorm: optional: true dependencies: - '@nestjs/axios': 3.0.1(@nestjs/common@10.3.0)(axios@1.6.5)(reflect-metadata@0.2.1)(rxjs@7.8.1) - '@nestjs/common': 10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1) - '@nestjs/core': 10.3.0(@nestjs/common@10.3.0)(@nestjs/platform-express@10.3.0)(reflect-metadata@0.2.1)(rxjs@7.8.1) - '@prisma/client': 5.8.1(prisma@5.8.1) + '@nestjs/axios': 3.0.2(@nestjs/common@10.3.3)(axios@1.6.7)(rxjs@7.8.1) + '@nestjs/common': 10.3.3(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/core': 10.3.3(@nestjs/common@10.3.3)(@nestjs/platform-express@10.3.3)(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@prisma/client': 5.10.2(prisma@5.10.2) boxen: 5.1.2 check-disk-space: 3.4.0 reflect-metadata: 0.2.1 rxjs: 7.8.1 dev: false - /@nestjs/testing@10.3.0(@nestjs/common@10.3.0)(@nestjs/core@10.3.0)(@nestjs/platform-express@10.3.0): - resolution: {integrity: sha512-8DM+bw1qASCvaEnoHUQhypCOf54+G5R21MeFBMvnSk5DtKaWVZuzDP2GjLeYCpTH19WeP6LrrjHv3rX2LKU02A==} + /@nestjs/testing@10.3.3(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(@nestjs/platform-express@10.3.3): + resolution: {integrity: sha512-kX20GfjAImL5grd/i69uD/x7sc00BaqGcP2dRG3ilqshQUuy5DOmspLCr3a2C8xmVU7kzK4spT0oTxhe6WcCAA==} peerDependencies: '@nestjs/common': ^10.0.0 '@nestjs/core': ^10.0.0 @@ -3835,14 +3867,14 @@ packages: '@nestjs/platform-express': optional: true dependencies: - '@nestjs/common': 10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1) - '@nestjs/core': 10.3.0(@nestjs/common@10.3.0)(@nestjs/platform-express@10.3.0)(reflect-metadata@0.2.1)(rxjs@7.8.1) - '@nestjs/platform-express': 10.3.0(@nestjs/common@10.3.0)(@nestjs/core@10.3.0) + '@nestjs/common': 10.3.3(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/core': 10.3.3(@nestjs/common@10.3.3)(@nestjs/platform-express@10.3.3)(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/platform-express': 10.3.3(@nestjs/common@10.3.3)(@nestjs/core@10.3.3) tslib: 2.6.2 dev: true - /@noble/hashes@1.3.2: - resolution: {integrity: sha512-MVC8EAQp7MvEcm30KWENFjgR+Mkmf+D189XJTkFIlwohU5hcBbn1ZkKq7KVTi2Hme3PMGF390DaL52beVrIihQ==} + /@noble/hashes@1.3.3: + resolution: {integrity: sha512-V7/fPHgl+jsVPXqqeOzT8egNj2iBIVt+ECeMMG8TdcnTikP3oaBtUVqpT/gYCR68aEBJSF+XbYUxStjbFMqIIA==} engines: {node: '>= 16'} dev: false @@ -3862,20 +3894,20 @@ packages: engines: {node: '>= 8'} dependencies: '@nodelib/fs.scandir': 2.1.5 - fastq: 1.15.0 + fastq: 1.17.1 - /@nrwl/devkit@17.2.8(nx@17.2.8): - resolution: {integrity: sha512-l2dFy5LkWqSA45s6pee6CoqJeluH+sjRdVnAAQfjLHRNSx6mFAKblyzq5h1f4P0EUCVVVqLs+kVqmNx5zxYqvw==} + /@nrwl/devkit@18.0.8(nx@18.0.8): + resolution: {integrity: sha512-cKtXq2I/3y/t1I+jMn8XVfhtSjGxJHKGSmxStMdRPMcUim8iaS2V3fDUdF2CGrXrtbmDtYwBC8413YY+nVh0Gw==} dependencies: - '@nx/devkit': 17.2.8(nx@17.2.8) + '@nx/devkit': 18.0.8(nx@18.0.8) transitivePeerDependencies: - nx dev: true - /@nrwl/eslint-plugin-nx@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(@typescript-eslint/parser@6.19.0)(eslint-config-prettier@9.1.0)(eslint@8.56.0)(nx@17.2.8)(typescript@5.3.3): - resolution: {integrity: sha512-g76ZzBvJ7jenvLXQuXdBUs7p3KP2vr00u7TV4A/J01eDJMFHYVZhYfQNjLhr4nnE4NvNRr8WdrMD2KeGYtdycQ==} + /@nrwl/eslint-plugin-nx@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(@typescript-eslint/parser@7.1.1)(eslint-config-prettier@9.1.0)(eslint@8.57.0)(nx@18.0.8)(typescript@5.4.2): + resolution: {integrity: sha512-R7Hj8jcjrxX2Lb1fLhX0EycEx8FrzC+8VdIR6cjln+3pXPLMAQTlcWmTFCzA6272atNpc0ZudZh2dShHvhYM+w==} dependencies: - '@nx/eslint-plugin': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(@typescript-eslint/parser@6.19.0)(eslint-config-prettier@9.1.0)(eslint@8.56.0)(nx@17.2.8)(typescript@5.3.3) + '@nx/eslint-plugin': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(@typescript-eslint/parser@7.1.1)(eslint-config-prettier@9.1.0)(eslint@8.57.0)(nx@18.0.8)(typescript@5.4.2) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -3892,10 +3924,10 @@ packages: - verdaccio dev: true - /@nrwl/jest@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(nx@17.2.8)(ts-node@10.9.2)(typescript@5.3.3): - resolution: {integrity: sha512-suyAm+5dj03ZevZW0fEZJSn+au1k6+OGPo4LKQ9Y4u/QJW52d2k0nOzrKu79CwkdKP5PFhjnvPP4Oo93RbNNnA==} + /@nrwl/jest@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(nx@18.0.8)(ts-node@10.9.2)(typescript@5.4.2): + resolution: {integrity: sha512-kOYx295kItv0rdNOO7+a4CvTVXvi82wp3qNDmqpYGckcFQCvgTXrMKITok67vOQlN4Iip3KL/4bqBzwR0uUuzA==} dependencies: - '@nx/jest': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(nx@17.2.8)(ts-node@10.9.2)(typescript@5.3.3) + '@nx/jest': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(nx@18.0.8)(ts-node@10.9.2)(typescript@5.4.2) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -3912,10 +3944,10 @@ packages: - verdaccio dev: true - /@nrwl/js@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.2.2): - resolution: {integrity: sha512-ZfTGNSmSBqvEfP8NOfOHcnqKwhXsfqBrN4IhthQR02sqTA9GkrjSfSUtcGXY01fUitsNUDOn6RZjgX6UysDCXg==} + /@nrwl/js@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.3.3): + resolution: {integrity: sha512-5VWvJD7zWFFEVfVFpKj5NQQVn9YBiNALIcHtq1A6/GEe/SrWGjTwyeK+5uVSYegTR8BXX2SpBaE53bOunWuTrQ==} dependencies: - '@nx/js': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.2.2) + '@nx/js': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.3.3) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -3929,10 +3961,10 @@ packages: - verdaccio dev: true - /@nrwl/js@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3): - resolution: {integrity: sha512-ZfTGNSmSBqvEfP8NOfOHcnqKwhXsfqBrN4IhthQR02sqTA9GkrjSfSUtcGXY01fUitsNUDOn6RZjgX6UysDCXg==} + /@nrwl/js@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2): + resolution: {integrity: sha512-5VWvJD7zWFFEVfVFpKj5NQQVn9YBiNALIcHtq1A6/GEe/SrWGjTwyeK+5uVSYegTR8BXX2SpBaE53bOunWuTrQ==} dependencies: - '@nx/js': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3) + '@nx/js': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -3946,10 +3978,10 @@ packages: - verdaccio dev: true - /@nrwl/nest@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(eslint@8.56.0)(nx@17.2.8)(ts-node@10.9.2)(typescript@5.3.3): - resolution: {integrity: sha512-pj2UNE7XM/7JdKlGhywXOVaCXZE3Fpd7eoZNZc8fBq+pcxvX3ylh4KLmnCwcSaKlcqFsYkWbmj6xDBJx8xSGoA==} + /@nrwl/nest@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(nx@18.0.8)(ts-node@10.9.2)(typescript@5.4.2): + resolution: {integrity: sha512-K+b1DqODSzkHPfJfNZfsqg8x0eXyWsdVqL7NGkhf0ibvKuHKVzLV/lYLfUb352P2XIVNWE5o+xTNytMEdIYEjg==} dependencies: - '@nx/nest': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(eslint@8.56.0)(nx@17.2.8)(ts-node@10.9.2)(typescript@5.3.3) + '@nx/nest': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(nx@18.0.8)(ts-node@10.9.2)(typescript@5.4.2) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -3959,7 +3991,6 @@ packages: - babel-plugin-macros - chokidar - debug - - eslint - js-yaml - node-notifier - nx @@ -3969,10 +4000,10 @@ packages: - verdaccio dev: true - /@nrwl/node@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(eslint@8.56.0)(nx@17.2.8)(ts-node@10.9.2)(typescript@5.3.3): - resolution: {integrity: sha512-DGwPAasjDgSrNJcB2qcCA7y02licJFCNyiGhEnIhLEUCWOyPCrAsuPmBy4/QYFoiEP6YOsIpJac/1p+9QWeJ7Q==} + /@nrwl/node@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(nx@18.0.8)(ts-node@10.9.2)(typescript@5.4.2): + resolution: {integrity: sha512-K+80m0VFTe7ZPBjxtxVaWP3qJFDkkGBwjDMm3U9PjpkyTZr20OqtF+f+9ZmGo7bg68G6NpK9OGtcBwezAbTqvw==} dependencies: - '@nx/node': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(eslint@8.56.0)(nx@17.2.8)(ts-node@10.9.2)(typescript@5.3.3) + '@nx/node': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(nx@18.0.8)(ts-node@10.9.2)(typescript@5.4.2) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -3981,7 +4012,6 @@ packages: - '@types/node' - babel-plugin-macros - debug - - eslint - js-yaml - node-notifier - nx @@ -3991,10 +4021,10 @@ packages: - verdaccio dev: true - /@nrwl/react@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(eslint@8.56.0)(nx@17.2.8)(typescript@5.3.3)(webpack@5.89.0): - resolution: {integrity: sha512-fj5Qf3B3Nok8T8lF9DpYEeP7DWqP7KF/jBO6h4eniTifh5BRjEq5PaRIhMiVMdepqQiWMPd2tsZyf9nx1qzY6w==} + /@nrwl/react@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2): + resolution: {integrity: sha512-D5T1wgOwwEcMbjLarryGe4ZFUX0sGWPILhuzSw8geXBP7vkNfiDc4qCmaIqunK7DiAMMdnMdPPOhmiu4sXDrRQ==} dependencies: - '@nx/react': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(eslint@8.56.0)(nx@17.2.8)(typescript@5.3.3)(webpack@5.89.0) + '@nx/react': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -4002,20 +4032,18 @@ packages: - '@swc/wasm' - '@types/node' - debug - - eslint - js-yaml - nx - supports-color - typescript - verdaccio - - webpack dev: true - /@nrwl/tao@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104): - resolution: {integrity: sha512-Qpk5YKeJ+LppPL/wtoDyNGbJs2MsTi6qyX/RdRrEc8lc4bk6Cw3Oul1qTXCI6jT0KzTz+dZtd0zYD/G7okkzvg==} + /@nrwl/tao@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6): + resolution: {integrity: sha512-zBzdv9mGBaWtBbujbLCVzG7ZI5npUg9fnUz8VtjN6jydAQEL/Uqj5mPlFYQPPBAw2xwF8TL9ZX/rOoAWHnJtjw==} hasBin: true dependencies: - nx: 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104) + nx: 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6) tslib: 2.6.2 transitivePeerDependencies: - '@swc-node/register' @@ -4023,10 +4051,10 @@ packages: - debug dev: true - /@nrwl/vite@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3)(vite@5.0.11)(vitest@1.2.1): - resolution: {integrity: sha512-j0VBt+euPvpuHZ0thR3J7hkWrh90G0jmKJbT/yvECzcoFWhUvgsR3NJ0Y6a+EEediWbKHhmIeDZWMvWceOebLw==} + /@nrwl/vite@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2)(vite@5.1.5)(vitest@1.3.1): + resolution: {integrity: sha512-b5rsC+sjNHsBb6k2B67x3yc9MnhlIpXfPhISRjRcI0XGrjNBC2Vz5PkN6xOlV+NCy/ez1Kv3uVMBiKHcUd5x7Q==} dependencies: - '@nx/vite': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3)(vite@5.0.11)(vitest@1.2.1) + '@nx/vite': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2)(vite@5.1.5)(vitest@1.3.1) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -4042,10 +4070,10 @@ packages: - vitest dev: true - /@nrwl/web@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3): - resolution: {integrity: sha512-oBiuSQ7Q6hOXHuZW5Gf8m0gcrLTV78jxhSjmhC5F6yzgvBvnfMpCdrJn7W1G+O+kEg3byko8v+Rz39tfc8YPjg==} + /@nrwl/web@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2): + resolution: {integrity: sha512-M6mo8zlYAmwUleVS4ONoqNc8gNvQYQuBc1PZ89vmnr5FhlHcwIiJdK9Q8xjcARe8yUEKhy8F/VgkDs8pcTWY4A==} dependencies: - '@nx/web': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3) + '@nx/web': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -4059,13 +4087,14 @@ packages: - verdaccio dev: true - /@nrwl/webpack@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3): - resolution: {integrity: sha512-HcwdfjXVz1NrZZnx1Fv48vleOTlsDAgTRHnQL02xYWT6ElhuKRQsqJGvDduQIFAp4KrnEEhEKEx6oDAEZKUkDg==} + /@nrwl/webpack@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2): + resolution: {integrity: sha512-hU1iJl38c0lhUML2is08uu4pjphwbyoR5z9IssUkm9YIu6s9kkIsAx4Ys4D9nkyz9ODtr8lg4DH9eBZMv6Qm4Q==} dependencies: - '@nx/webpack': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3) + '@nx/webpack': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2) transitivePeerDependencies: - '@babel/traverse' - '@parcel/css' + - '@rspack/core' - '@swc-node/register' - '@swc/core' - '@swc/css' @@ -4091,10 +4120,10 @@ packages: - webpack-cli dev: true - /@nrwl/workspace@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104): - resolution: {integrity: sha512-RiTDTuzdueZ+++kNQAENHdHbYToOhzO56XWxKOGoMEUSpcmbKRAFReFBzNqD91Fnv562vkW1VNRIb6Ey7X1YHQ==} + /@nrwl/workspace@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6): + resolution: {integrity: sha512-K1Fhfa1OqdhlZ46nPOFka9EBGt5bChLSIeJDs/JVZHyIlmGWeIQMy78oE2DPhrpW+ZowVxwVPdFgilESdfriQQ==} dependencies: - '@nx/workspace': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104) + '@nx/workspace': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6) transitivePeerDependencies: - '@swc-node/register' - '@swc/core' @@ -4112,41 +4141,42 @@ packages: transitivePeerDependencies: - encoding - /@nx/devkit@17.2.8(nx@17.2.8): - resolution: {integrity: sha512-6LtiQihtZwqz4hSrtT5cCG5XMCWppG6/B8c1kNksg97JuomELlWyUyVF+sxmeERkcLYFaKPTZytP0L3dmCFXaw==} + /@nx/devkit@18.0.8(nx@18.0.8): + resolution: {integrity: sha512-df56bzmhF8yhVCCChe0ATjCsc9r9SNcpks5/bABGqR91vHVGfsz0H33RYO7P2jrPwFBRYnf+aWWFY1d6NpEdxw==} peerDependencies: nx: '>= 16 <= 18' dependencies: - '@nrwl/devkit': 17.2.8(nx@17.2.8) + '@nrwl/devkit': 18.0.8(nx@18.0.8) ejs: 3.1.9 enquirer: 2.3.6 - ignore: 5.3.0 - nx: 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104) - semver: 7.5.3 - tmp: 0.2.1 + ignore: 5.3.1 + nx: 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6) + semver: 7.6.0 + tmp: 0.2.3 tslib: 2.6.2 + yargs-parser: 21.1.1 dev: true - /@nx/eslint-plugin@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(@typescript-eslint/parser@6.19.0)(eslint-config-prettier@9.1.0)(eslint@8.56.0)(nx@17.2.8)(typescript@5.3.3): - resolution: {integrity: sha512-SOF/Q1g9SNZnwPpwcZNCYeYU670s1X1hgwHCWisw3jGPTYHvpAMQVGwPyU28OyY4PBrqEOVqLTWsuWQYpUjLOw==} + /@nx/eslint-plugin@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(@typescript-eslint/parser@7.1.1)(eslint-config-prettier@9.1.0)(eslint@8.57.0)(nx@18.0.8)(typescript@5.4.2): + resolution: {integrity: sha512-w6+z7AIq2d8zbXdRSoUSwBMymXwvdF7pT1HstpTj8wQ2bolefrclOhtM7Z0l2RIyWrS61HMk0kI4mdwbO5JbrA==} peerDependencies: - '@typescript-eslint/parser': ^6.9.1 + '@typescript-eslint/parser': ^6.13.2 || ^7.0.0 eslint-config-prettier: ^9.0.0 peerDependenciesMeta: eslint-config-prettier: optional: true dependencies: - '@nrwl/eslint-plugin-nx': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(@typescript-eslint/parser@6.19.0)(eslint-config-prettier@9.1.0)(eslint@8.56.0)(nx@17.2.8)(typescript@5.3.3) - '@nx/devkit': 17.2.8(nx@17.2.8) - '@nx/js': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3) - '@typescript-eslint/parser': 6.19.0(eslint@8.56.0)(typescript@5.3.3) - '@typescript-eslint/type-utils': 6.13.2(eslint@8.56.0)(typescript@5.3.3) - '@typescript-eslint/utils': 6.13.2(eslint@8.56.0)(typescript@5.3.3) + '@nrwl/eslint-plugin-nx': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(@typescript-eslint/parser@7.1.1)(eslint-config-prettier@9.1.0)(eslint@8.57.0)(nx@18.0.8)(typescript@5.4.2) + '@nx/devkit': 18.0.8(nx@18.0.8) + '@nx/js': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2) + '@typescript-eslint/parser': 7.1.1(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/type-utils': 6.21.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.2) chalk: 4.1.2 confusing-browser-globals: 1.0.11 - eslint-config-prettier: 9.1.0(eslint@8.56.0) + eslint-config-prettier: 9.1.0(eslint@8.57.0) jsonc-eslint-parser: 2.4.0 - semver: 7.5.3 + semver: 7.6.0 tslib: 2.6.2 transitivePeerDependencies: - '@babel/traverse' @@ -4162,23 +4192,20 @@ packages: - verdaccio dev: true - /@nx/eslint@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(eslint@8.56.0)(nx@17.2.8): - resolution: {integrity: sha512-P6s85cIK7LYHixCJFZ+tLCPDxeOt9m2bQQOLxBCLEy5mqaGmjMHzWkLaoQBueCSntE6PSao0MMA+1TeeZjOoDw==} + /@nx/eslint@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8): + resolution: {integrity: sha512-Vp8LjN5rRbg76UReHToVtBibyb3izNpn6nAvFVtpzDSpyGnqb38F4/MD8hbHU3jHyP/xdVGmL3jyOJq5Uqkl8A==} peerDependencies: - eslint: ^8.0.0 js-yaml: 4.1.0 peerDependenciesMeta: - eslint: - optional: true js-yaml: optional: true dependencies: - '@nx/devkit': 17.2.8(nx@17.2.8) - '@nx/js': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.2.2) - '@nx/linter': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(eslint@8.56.0)(nx@17.2.8) - eslint: 8.56.0 + '@nx/devkit': 18.0.8(nx@18.0.8) + '@nx/js': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.3.3) + '@nx/linter': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8) + eslint: 8.57.0 tslib: 2.6.2 - typescript: 5.2.2 + typescript: 5.3.3 transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -4191,20 +4218,21 @@ packages: - verdaccio dev: true - /@nx/jest@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(nx@17.2.8)(ts-node@10.9.2)(typescript@5.3.3): - resolution: {integrity: sha512-FnwwURXmG+uv5ELHjHd9uVbUioCPjefAOtENcasLJMs2WYeu3zePsru5B8GO9BBM5g2eTmw10Y5f0riAikZjcw==} + /@nx/jest@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(nx@18.0.8)(ts-node@10.9.2)(typescript@5.4.2): + resolution: {integrity: sha512-OE+1iB8b3z/kgdgkenXvlreBgPoe6A0b+OoN/0LmfKKC5jddTUISLTgb96L8G76XPTwFEcGPRm1BcdxAxS0M3g==} dependencies: '@jest/reporters': 29.7.0 '@jest/test-result': 29.7.0 - '@nrwl/jest': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(nx@17.2.8)(ts-node@10.9.2)(typescript@5.3.3) - '@nx/devkit': 17.2.8(nx@17.2.8) - '@nx/js': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3) - '@phenomnomnominal/tsquery': 5.0.1(typescript@5.3.3) + '@nrwl/jest': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(nx@18.0.8)(ts-node@10.9.2)(typescript@5.4.2) + '@nx/devkit': 18.0.8(nx@18.0.8) + '@nx/js': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2) + '@phenomnomnominal/tsquery': 5.0.1(typescript@5.4.2) chalk: 4.1.2 identity-obj-proxy: 3.0.0 - jest-config: 29.7.0(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2) + jest-config: 29.7.0(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(ts-node@10.9.2) jest-resolve: 29.7.0 jest-util: 29.7.0 + minimatch: 9.0.3 resolve.exports: 1.1.0 tslib: 2.6.2 transitivePeerDependencies: @@ -4223,92 +4251,42 @@ packages: - verdaccio dev: true - /@nx/js@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.2.2): - resolution: {integrity: sha512-M91tw9tfSnkoC8pZaC9wNxrgaFU4MeQcgdT08ievaroo77kH4RheySsU1uNc0J58Jk4X4315wu/X7Bf/35m0Mw==} + /@nx/js@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.3.3): + resolution: {integrity: sha512-buBHn0xUTF30Ifm6uFABltX0qwDxrxbmfTngPqs8BxFj9btYrlRz2XqtoAST/4L9AYheuY4tnwXZQvBkRh6rrw==} peerDependencies: verdaccio: ^5.0.4 peerDependenciesMeta: verdaccio: optional: true dependencies: - '@babel/core': 7.23.7 - '@babel/plugin-proposal-decorators': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-runtime': 7.23.3(@babel/core@7.23.7) - '@babel/preset-env': 7.23.3(@babel/core@7.23.7) - '@babel/preset-typescript': 7.23.3(@babel/core@7.23.7) - '@babel/runtime': 7.23.5 - '@nrwl/js': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.2.2) - '@nx/devkit': 17.2.8(nx@17.2.8) - '@nx/workspace': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104) - '@phenomnomnominal/tsquery': 5.0.1(typescript@5.2.2) - babel-plugin-const-enum: 1.2.0(@babel/core@7.23.7) - babel-plugin-macros: 2.8.0 - babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.23.7) - chalk: 4.1.2 - columnify: 1.6.0 - detect-port: 1.5.1 - fast-glob: 3.2.7 - fs-extra: 11.1.1 - ignore: 5.3.0 - js-tokens: 4.0.0 - minimatch: 3.0.5 - npm-package-arg: 11.0.1 - npm-run-path: 4.0.1 - ora: 5.3.0 - semver: 7.5.3 - source-map-support: 0.5.19 - ts-node: 10.9.1(@swc/core@1.3.104)(@types/node@20.11.5)(typescript@5.2.2) - tsconfig-paths: 4.2.0 - tslib: 2.6.2 - transitivePeerDependencies: - - '@babel/traverse' - - '@swc-node/register' - - '@swc/core' - - '@swc/wasm' - - '@types/node' - - debug - - nx - - supports-color - - typescript - dev: true - - /@nx/js@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3): - resolution: {integrity: sha512-M91tw9tfSnkoC8pZaC9wNxrgaFU4MeQcgdT08ievaroo77kH4RheySsU1uNc0J58Jk4X4315wu/X7Bf/35m0Mw==} - peerDependencies: - verdaccio: ^5.0.4 - peerDependenciesMeta: - verdaccio: - optional: true - dependencies: - '@babel/core': 7.23.7 - '@babel/plugin-proposal-decorators': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-runtime': 7.23.3(@babel/core@7.23.7) - '@babel/preset-env': 7.23.3(@babel/core@7.23.7) - '@babel/preset-typescript': 7.23.3(@babel/core@7.23.7) - '@babel/runtime': 7.23.5 - '@nrwl/js': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3) - '@nx/devkit': 17.2.8(nx@17.2.8) - '@nx/workspace': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104) + '@babel/core': 7.24.0 + '@babel/plugin-proposal-decorators': 7.24.0(@babel/core@7.24.0) + '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-runtime': 7.24.0(@babel/core@7.24.0) + '@babel/preset-env': 7.24.0(@babel/core@7.24.0) + '@babel/preset-typescript': 7.23.3(@babel/core@7.24.0) + '@babel/runtime': 7.24.0 + '@nrwl/js': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.3.3) + '@nx/devkit': 18.0.8(nx@18.0.8) + '@nx/workspace': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6) '@phenomnomnominal/tsquery': 5.0.1(typescript@5.3.3) - babel-plugin-const-enum: 1.2.0(@babel/core@7.23.7) + babel-plugin-const-enum: 1.2.0(@babel/core@7.24.0) babel-plugin-macros: 2.8.0 - babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.23.7) + babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.24.0) chalk: 4.1.2 columnify: 1.6.0 detect-port: 1.5.1 fast-glob: 3.2.7 - fs-extra: 11.1.1 - ignore: 5.3.0 + fs-extra: 11.2.0 + ignore: 5.3.1 js-tokens: 4.0.0 - minimatch: 3.0.5 + minimatch: 9.0.3 npm-package-arg: 11.0.1 npm-run-path: 4.0.1 ora: 5.3.0 - semver: 7.5.3 + semver: 7.6.0 source-map-support: 0.5.19 - ts-node: 10.9.1(@swc/core@1.3.104)(@types/node@20.11.5)(typescript@5.3.3) + ts-node: 10.9.1(@swc/core@1.4.6)(@types/node@20.11.25)(typescript@5.3.3) tsconfig-paths: 4.2.0 tslib: 2.6.2 transitivePeerDependencies: @@ -4323,10 +4301,60 @@ packages: - typescript dev: true - /@nx/linter@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(eslint@8.56.0)(nx@17.2.8): - resolution: {integrity: sha512-dwqE742TIw1+/djzlikKakIfComq8nFnhupWjvl7KrU9r8ytcKyQbxHw7KGMUT9HAEG4xSNuwiaELr/8w4MM2Q==} + /@nx/js@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2): + resolution: {integrity: sha512-buBHn0xUTF30Ifm6uFABltX0qwDxrxbmfTngPqs8BxFj9btYrlRz2XqtoAST/4L9AYheuY4tnwXZQvBkRh6rrw==} + peerDependencies: + verdaccio: ^5.0.4 + peerDependenciesMeta: + verdaccio: + optional: true dependencies: - '@nx/eslint': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(eslint@8.56.0)(nx@17.2.8) + '@babel/core': 7.24.0 + '@babel/plugin-proposal-decorators': 7.24.0(@babel/core@7.24.0) + '@babel/plugin-transform-class-properties': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-runtime': 7.24.0(@babel/core@7.24.0) + '@babel/preset-env': 7.24.0(@babel/core@7.24.0) + '@babel/preset-typescript': 7.23.3(@babel/core@7.24.0) + '@babel/runtime': 7.24.0 + '@nrwl/js': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2) + '@nx/devkit': 18.0.8(nx@18.0.8) + '@nx/workspace': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6) + '@phenomnomnominal/tsquery': 5.0.1(typescript@5.4.2) + babel-plugin-const-enum: 1.2.0(@babel/core@7.24.0) + babel-plugin-macros: 2.8.0 + babel-plugin-transform-typescript-metadata: 0.3.2(@babel/core@7.24.0) + chalk: 4.1.2 + columnify: 1.6.0 + detect-port: 1.5.1 + fast-glob: 3.2.7 + fs-extra: 11.2.0 + ignore: 5.3.1 + js-tokens: 4.0.0 + minimatch: 9.0.3 + npm-package-arg: 11.0.1 + npm-run-path: 4.0.1 + ora: 5.3.0 + semver: 7.6.0 + source-map-support: 0.5.19 + ts-node: 10.9.1(@swc/core@1.4.6)(@types/node@20.11.25)(typescript@5.4.2) + tsconfig-paths: 4.2.0 + tslib: 2.6.2 + transitivePeerDependencies: + - '@babel/traverse' + - '@swc-node/register' + - '@swc/core' + - '@swc/wasm' + - '@types/node' + - debug + - nx + - supports-color + - typescript + dev: true + + /@nx/linter@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8): + resolution: {integrity: sha512-R+hopeExRArwFDtfz8hzODf8EId24ZuSy1gB01yuKDGVFNR5WmY96v5MAjp06ZDwv/tGvTwzH+O2akc7/20VeA==} + dependencies: + '@nx/eslint': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -4334,23 +4362,22 @@ packages: - '@swc/wasm' - '@types/node' - debug - - eslint - js-yaml - nx - supports-color - verdaccio dev: true - /@nx/nest@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(eslint@8.56.0)(nx@17.2.8)(ts-node@10.9.2)(typescript@5.3.3): - resolution: {integrity: sha512-VZ84VBWACcABjU4djWHHVxY83g3VTkg13AjAeZWyvPAMkNqS05e2jj3CpPVd4EAbwqXX3/CLM/bLKRuGWpYCWg==} + /@nx/nest@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(nx@18.0.8)(ts-node@10.9.2)(typescript@5.4.2): + resolution: {integrity: sha512-OaYtwbeXNBxjg0weiar7uZD2nPTF3fRMMaYyLyeKNGfqgeF9X54YXAL9Yu25p/7DfgJ0r/4TyMEC7PXWGqDk0g==} dependencies: - '@nestjs/schematics': 9.2.0(typescript@5.3.3) - '@nrwl/nest': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(eslint@8.56.0)(nx@17.2.8)(ts-node@10.9.2)(typescript@5.3.3) - '@nx/devkit': 17.2.8(nx@17.2.8) - '@nx/eslint': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(eslint@8.56.0)(nx@17.2.8) - '@nx/js': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3) - '@nx/node': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(eslint@8.56.0)(nx@17.2.8)(ts-node@10.9.2)(typescript@5.3.3) - '@phenomnomnominal/tsquery': 5.0.1(typescript@5.3.3) + '@nestjs/schematics': 9.2.0(typescript@5.4.2) + '@nrwl/nest': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(nx@18.0.8)(ts-node@10.9.2)(typescript@5.4.2) + '@nx/devkit': 18.0.8(nx@18.0.8) + '@nx/eslint': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8) + '@nx/js': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2) + '@nx/node': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(nx@18.0.8)(ts-node@10.9.2)(typescript@5.4.2) + '@phenomnomnominal/tsquery': 5.0.1(typescript@5.4.2) tslib: 2.6.2 transitivePeerDependencies: - '@babel/traverse' @@ -4361,7 +4388,6 @@ packages: - babel-plugin-macros - chokidar - debug - - eslint - js-yaml - node-notifier - nx @@ -4371,14 +4397,14 @@ packages: - verdaccio dev: true - /@nx/node@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(eslint@8.56.0)(nx@17.2.8)(ts-node@10.9.2)(typescript@5.3.3): - resolution: {integrity: sha512-MxvJ2MlbpHeB5ZnlSAbSvBXAYoxCre4fsAwwCpysz1OWkf9dDGYzvlV4ovnu6jET7/ZQzzDvaKD9CvVSDk/amg==} + /@nx/node@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(nx@18.0.8)(ts-node@10.9.2)(typescript@5.4.2): + resolution: {integrity: sha512-o3vhtmg9mTBofAQwvm/amKXsr9XuL+xtL6WVzJlIFHlz3laOSNlodFUZzmCoA3zsQ5lA9DVr9LAClmnyMhHuPQ==} dependencies: - '@nrwl/node': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(eslint@8.56.0)(nx@17.2.8)(ts-node@10.9.2)(typescript@5.3.3) - '@nx/devkit': 17.2.8(nx@17.2.8) - '@nx/eslint': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(eslint@8.56.0)(nx@17.2.8) - '@nx/jest': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(nx@17.2.8)(ts-node@10.9.2)(typescript@5.3.3) - '@nx/js': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3) + '@nrwl/node': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(nx@18.0.8)(ts-node@10.9.2)(typescript@5.4.2) + '@nx/devkit': 18.0.8(nx@18.0.8) + '@nx/eslint': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8) + '@nx/jest': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(nx@18.0.8)(ts-node@10.9.2)(typescript@5.4.2) + '@nx/js': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2) tslib: 2.6.2 transitivePeerDependencies: - '@babel/traverse' @@ -4388,7 +4414,6 @@ packages: - '@types/node' - babel-plugin-macros - debug - - eslint - js-yaml - node-notifier - nx @@ -4398,8 +4423,8 @@ packages: - verdaccio dev: true - /@nx/nx-darwin-arm64@17.2.8: - resolution: {integrity: sha512-dMb0uxug4hM7tusISAU1TfkDK3ixYmzc1zhHSZwpR7yKJIyKLtUpBTbryt8nyso37AS1yH+dmfh2Fj2WxfBHTg==} + /@nx/nx-darwin-arm64@18.0.8: + resolution: {integrity: sha512-B2vX90j1Ex9Mki/Fai45UJ0r7mPc/xLBzQYQ9MFI2XoUXKhYl5BVBfJ+EbJ2PBcIXAnp44qY0wyxEpp+8Glxcg==} engines: {node: '>= 10'} cpu: [arm64] os: [darwin] @@ -4407,8 +4432,8 @@ packages: dev: true optional: true - /@nx/nx-darwin-x64@17.2.8: - resolution: {integrity: sha512-0cXzp1tGr7/6lJel102QiLA4NkaLCkQJj6VzwbwuvmuCDxPbpmbz7HC1tUteijKBtOcdXit1/MEoEU007To8Bw==} + /@nx/nx-darwin-x64@18.0.8: + resolution: {integrity: sha512-nC172j4LwOqc22BtJGsrjPYGhZ6EFXhYi0ceb6yzEA1Z32Wl98OXbAcbbhyEcuL3iYI9VrZgzAAzIUo7l4injw==} engines: {node: '>= 10'} cpu: [x64] os: [darwin] @@ -4416,8 +4441,8 @@ packages: dev: true optional: true - /@nx/nx-freebsd-x64@17.2.8: - resolution: {integrity: sha512-YFMgx5Qpp2btCgvaniDGdu7Ctj56bfFvbbaHQWmOeBPK1krNDp2mqp8HK6ZKOfEuDJGOYAp7HDtCLvdZKvJxzA==} + /@nx/nx-freebsd-x64@18.0.8: + resolution: {integrity: sha512-Qoz668WMB6nxdMFG5X88B7W72+d5K/95XEFKY2022EPm88DQFFcJAfdkMrRkeO3yBJtwLAAK+Jyni9uAfOXzGQ==} engines: {node: '>= 10'} cpu: [x64] os: [freebsd] @@ -4425,8 +4450,8 @@ packages: dev: true optional: true - /@nx/nx-linux-arm-gnueabihf@17.2.8: - resolution: {integrity: sha512-iN2my6MrhLRkVDtdivQHugK8YmR7URo1wU9UDuHQ55z3tEcny7LV3W9NSsY9UYPK/FrxdDfevj0r2hgSSdhnzA==} + /@nx/nx-linux-arm-gnueabihf@18.0.8: + resolution: {integrity: sha512-0RTuJTaAmE7Xjc0P0DIbbYEhPGBILCii2nOz6vwTEzIqxSMgXW4T1g1zSDKCiUUyS6HVffGvCTNvuHuoYY2DMg==} engines: {node: '>= 10'} cpu: [arm] os: [linux] @@ -4434,8 +4459,8 @@ packages: dev: true optional: true - /@nx/nx-linux-arm64-gnu@17.2.8: - resolution: {integrity: sha512-Iy8BjoW6mOKrSMiTGujUcNdv+xSM1DALTH6y3iLvNDkGbjGK1Re6QNnJAzqcXyDpv32Q4Fc57PmuexyysZxIGg==} + /@nx/nx-linux-arm64-gnu@18.0.8: + resolution: {integrity: sha512-fmwsrDeeY44f6cCnfrXNuvFEzqvD/A5yg3TVwZoKldWRAG5gexj4AWpBHqgGTcCj6ky1NGxnlaktKC5geGhJhA==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -4443,8 +4468,8 @@ packages: dev: true optional: true - /@nx/nx-linux-arm64-musl@17.2.8: - resolution: {integrity: sha512-9wkAxWzknjpzdofL1xjtU6qPFF1PHlvKCZI3hgEYJDo4mQiatGI+7Ttko+lx/ZMP6v4+Umjtgq7+qWrApeKamQ==} + /@nx/nx-linux-arm64-musl@18.0.8: + resolution: {integrity: sha512-jz1dzQlrfZteJdsEJ1MbjI7m2jkBLhLe5y9x+96/KgmJbCV7LD9RLevWIzz7FDuhfJziMOoSrGdaW47G13p/Fw==} engines: {node: '>= 10'} cpu: [arm64] os: [linux] @@ -4452,8 +4477,8 @@ packages: dev: true optional: true - /@nx/nx-linux-x64-gnu@17.2.8: - resolution: {integrity: sha512-sjG1bwGsjLxToasZ3lShildFsF0eyeGu+pOQZIp9+gjFbeIkd19cTlCnHrOV9hoF364GuKSXQyUlwtFYFR4VTQ==} + /@nx/nx-linux-x64-gnu@18.0.8: + resolution: {integrity: sha512-eq2AAZN4fsjhABtU76eroFHcNK6QWo4eMAH7tcZUoGLwfBAo+wPYggxm9LNZ5weKVxwqySHavlXd5rNA26WrbA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -4461,8 +4486,8 @@ packages: dev: true optional: true - /@nx/nx-linux-x64-musl@17.2.8: - resolution: {integrity: sha512-QiakXZ1xBCIptmkGEouLHQbcM4klQkcr+kEaz2PlNwy/sW3gH1b/1c0Ed5J1AN9xgQxWspriAONpScYBRgxdhA==} + /@nx/nx-linux-x64-musl@18.0.8: + resolution: {integrity: sha512-FBHVJ0DtBqQynbQImg1kc9/WfRGSvbRNzaqI2rO/zO0j2BeT9BQ8byTn2EiMBxz72LSbqEmtQtqe5w50hAsKcA==} engines: {node: '>= 10'} cpu: [x64] os: [linux] @@ -4470,8 +4495,8 @@ packages: dev: true optional: true - /@nx/nx-win32-arm64-msvc@17.2.8: - resolution: {integrity: sha512-XBWUY/F/GU3vKN9CAxeI15gM4kr3GOBqnzFZzoZC4qJt2hKSSUEWsMgeZtsMgeqEClbi4ZyCCkY7YJgU32WUGA==} + /@nx/nx-win32-arm64-msvc@18.0.8: + resolution: {integrity: sha512-qphQIIfwAR03s7ifPVc0XhjdOeep2hOoZN2jN5ShG1QD/DIipNnMrRK21M6JcoP7soRPpkJFlI5Yaleh9/EJhg==} engines: {node: '>= 10'} cpu: [arm64] os: [win32] @@ -4479,8 +4504,8 @@ packages: dev: true optional: true - /@nx/nx-win32-x64-msvc@17.2.8: - resolution: {integrity: sha512-HTqDv+JThlLzbcEm/3f+LbS5/wYQWzb5YDXbP1wi7nlCTihNZOLNqGOkEmwlrR5tAdNHPRpHSmkYg4305W0CtA==} + /@nx/nx-win32-x64-msvc@18.0.8: + resolution: {integrity: sha512-XP8hle+cPNH5n18iTM7l0q07zEdvoPcHYVr5IoYOA54Ke9ZUxau4owUeok2HhLr61o2u0CTwf1vWoV+Y1AUAdg==} engines: {node: '>= 10'} cpu: [x64] os: [win32] @@ -4488,19 +4513,18 @@ packages: dev: true optional: true - /@nx/react@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(eslint@8.56.0)(nx@17.2.8)(typescript@5.3.3)(webpack@5.89.0): - resolution: {integrity: sha512-iJcpKi+Bzi9JZtgZmhQ2QWkt3PxOppYVah/EV9B6m9wOFhNI7IQYOp4NY8BruGZYRhkSsz59ZWZVu9iJSSrayg==} + /@nx/react@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2): + resolution: {integrity: sha512-t9YxnvfXRms2BxKZ/djv74PleCZYoBbibC/QkjjiuGCkNFl4qrd69uyWZtUzR+0Ma1087pM8+axKJcog5lYSfA==} dependencies: - '@nrwl/react': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(eslint@8.56.0)(nx@17.2.8)(typescript@5.3.3)(webpack@5.89.0) - '@nx/devkit': 17.2.8(nx@17.2.8) - '@nx/eslint': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(eslint@8.56.0)(nx@17.2.8) - '@nx/js': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3) - '@nx/web': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3) - '@phenomnomnominal/tsquery': 5.0.1(typescript@5.3.3) - '@svgr/webpack': 8.1.0(typescript@5.3.3) + '@nrwl/react': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2) + '@nx/devkit': 18.0.8(nx@18.0.8) + '@nx/eslint': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8) + '@nx/js': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2) + '@nx/web': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2) + '@phenomnomnominal/tsquery': 5.0.1(typescript@5.4.2) + '@svgr/webpack': 8.1.0(typescript@5.4.2) chalk: 4.1.2 - file-loader: 6.2.0(webpack@5.89.0) - minimatch: 3.0.5 + minimatch: 9.0.3 tslib: 2.6.2 transitivePeerDependencies: - '@babel/traverse' @@ -4509,30 +4533,28 @@ packages: - '@swc/wasm' - '@types/node' - debug - - eslint - js-yaml - nx - supports-color - typescript - verdaccio - - webpack dev: true - /@nx/vite@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3)(vite@5.0.11)(vitest@1.2.1): - resolution: {integrity: sha512-EGRNRtJOG/zA3mtN29+KO5jh3MeAjD0En6Ab9rMOmc46FWf6uxb5BfzdVGHKk6MXEwXYv0d7AHe2qBiCk7TCWQ==} + /@nx/vite@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2)(vite@5.1.5)(vitest@1.3.1): + resolution: {integrity: sha512-DOGOMFEi+UiTklE7By29CoYDvsYJYFEHShF4x55eIri329hdjiTFUBPjuRn/M0U8rGsV3HNtghLBStPhCM+1PQ==} peerDependencies: vite: ^5.0.0 - vitest: '>=0.34.6' + vitest: ^1.3.1 dependencies: - '@nrwl/vite': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3)(vite@5.0.11)(vitest@1.2.1) - '@nx/devkit': 17.2.8(nx@17.2.8) - '@nx/js': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3) - '@phenomnomnominal/tsquery': 5.0.1(typescript@5.3.3) - '@swc/helpers': 0.5.3 + '@nrwl/vite': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2)(vite@5.1.5)(vitest@1.3.1) + '@nx/devkit': 18.0.8(nx@18.0.8) + '@nx/js': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2) + '@phenomnomnominal/tsquery': 5.0.1(typescript@5.4.2) + '@swc/helpers': 0.5.6 enquirer: 2.3.6 tsconfig-paths: 4.2.0 - vite: 5.0.11(@types/node@20.11.5)(less@4.1.3)(stylus@0.59.0) - vitest: 1.2.1(@types/node@20.11.5)(@vitest/ui@1.2.1)(jsdom@23.2.0)(less@4.1.3)(stylus@0.59.0) + vite: 5.1.5(@types/node@20.11.25)(less@4.1.3)(stylus@0.59.0) + vitest: 1.3.1(@types/node@20.11.25)(@vitest/ui@1.3.1)(jsdom@24.0.0)(less@4.1.3)(stylus@0.59.0) transitivePeerDependencies: - '@babel/traverse' - '@swc-node/register' @@ -4546,12 +4568,12 @@ packages: - verdaccio dev: true - /@nx/web@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3): - resolution: {integrity: sha512-ovPvFVJOiB/ZmOxnCOOyT+ibbdgazXjpa4506hLJxRohDZQw/6jwbCWkTBy/ch6Y8NSN6uNUpB5XUdscfrp52A==} + /@nx/web@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2): + resolution: {integrity: sha512-VpRGZ+Nxe1dldOT+dSWjjbvGO2oN/Gj0Lc6AcmKYSeBqbMnOfStylFl2vMEXISe2Flx3mHzzbRfKDC+z4U/kQA==} dependencies: - '@nrwl/web': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3) - '@nx/devkit': 17.2.8(nx@17.2.8) - '@nx/js': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3) + '@nrwl/web': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2) + '@nx/devkit': 18.0.8(nx@18.0.8) + '@nx/js': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2) chalk: 4.1.2 detect-port: 1.5.1 http-server: 14.1.1 @@ -4569,48 +4591,50 @@ packages: - verdaccio dev: true - /@nx/webpack@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3): - resolution: {integrity: sha512-Gud9Z+VO0dlLpVEJLfPxkEV5wG+ebZ1mv0S0cfTBdD24Fj4MAs0W8QWhRQBtLd2SayU9KMfJr+8gJjkNT6D3Kw==} + /@nx/webpack@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2): + resolution: {integrity: sha512-Cr4v6LWCskqILfo4kDzA/10TuCrysF32ulDLLOBYPWfba+ydn8Wd+KZCbY2u8X+oRJo9nzusZ2x3WvlHTuLcDA==} dependencies: - '@babel/core': 7.23.7 - '@nrwl/webpack': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3) - '@nx/devkit': 17.2.8(nx@17.2.8) - '@nx/js': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104)(@types/node@20.11.5)(nx@17.2.8)(typescript@5.3.3) - autoprefixer: 10.4.17(postcss@8.4.33) - babel-loader: 9.1.3(@babel/core@7.23.7)(webpack@5.89.0) - browserslist: 4.22.1 + '@babel/core': 7.24.0 + '@nrwl/webpack': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2) + '@nx/devkit': 18.0.8(nx@18.0.8) + '@nx/js': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6)(@types/node@20.11.25)(nx@18.0.8)(typescript@5.4.2) + ajv: 8.12.0 + autoprefixer: 10.4.18(postcss@8.4.35) + babel-loader: 9.1.3(@babel/core@7.24.0)(webpack@5.90.3) + browserslist: 4.23.0 chalk: 4.1.2 - copy-webpack-plugin: 10.2.4(webpack@5.89.0) - css-loader: 6.8.1(webpack@5.89.0) - css-minimizer-webpack-plugin: 5.0.1(webpack@5.89.0) - fork-ts-checker-webpack-plugin: 7.2.13(typescript@5.3.3)(webpack@5.89.0) + copy-webpack-plugin: 10.2.4(webpack@5.90.3) + css-loader: 6.10.0(webpack@5.90.3) + css-minimizer-webpack-plugin: 5.0.1(webpack@5.90.3) + fork-ts-checker-webpack-plugin: 7.2.13(typescript@5.4.2)(webpack@5.90.3) less: 4.1.3 - less-loader: 11.1.0(less@4.1.3)(webpack@5.89.0) - license-webpack-plugin: 4.0.2(webpack@5.89.0) + less-loader: 11.1.0(less@4.1.3)(webpack@5.90.3) + license-webpack-plugin: 4.0.2(webpack@5.90.3) loader-utils: 2.0.4 - mini-css-extract-plugin: 2.4.7(webpack@5.89.0) + mini-css-extract-plugin: 2.4.7(webpack@5.90.3) parse5: 4.0.0 - postcss: 8.4.33 - postcss-import: 14.1.0(postcss@8.4.33) - postcss-loader: 6.2.1(postcss@8.4.33)(webpack@5.89.0) + postcss: 8.4.35 + postcss-import: 14.1.0(postcss@8.4.35) + postcss-loader: 6.2.1(postcss@8.4.35)(webpack@5.90.3) rxjs: 7.8.1 - sass: 1.69.5 - sass-loader: 12.6.0(sass@1.69.5)(webpack@5.89.0) - source-map-loader: 3.0.2(webpack@5.89.0) - style-loader: 3.3.3(webpack@5.89.0) + sass: 1.71.1 + sass-loader: 12.6.0(sass@1.71.1)(webpack@5.90.3) + source-map-loader: 3.0.2(webpack@5.90.3) + style-loader: 3.3.4(webpack@5.90.3) stylus: 0.59.0 - stylus-loader: 7.1.3(stylus@0.59.0)(webpack@5.89.0) - terser-webpack-plugin: 5.3.9(@swc/core@1.3.104)(webpack@5.89.0) - ts-loader: 9.5.1(typescript@5.3.3)(webpack@5.89.0) + stylus-loader: 7.1.3(stylus@0.59.0)(webpack@5.90.3) + terser-webpack-plugin: 5.3.10(@swc/core@1.4.6)(webpack@5.90.3) + ts-loader: 9.5.1(typescript@5.4.2)(webpack@5.90.3) tsconfig-paths-webpack-plugin: 4.0.0 tslib: 2.6.2 - webpack: 5.89.0(@swc/core@1.3.104) - webpack-dev-server: 4.15.1(webpack@5.89.0) + webpack: 5.90.3(@swc/core@1.4.6) + webpack-dev-server: 4.15.1(webpack@5.90.3) webpack-node-externals: 3.0.0 - webpack-subresource-integrity: 5.1.0(webpack@5.89.0) + webpack-subresource-integrity: 5.1.0(webpack@5.90.3) transitivePeerDependencies: - '@babel/traverse' - '@parcel/css' + - '@rspack/core' - '@swc-node/register' - '@swc/core' - '@swc/css' @@ -4636,14 +4660,14 @@ packages: - webpack-cli dev: true - /@nx/workspace@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104): - resolution: {integrity: sha512-QCriI4CFCuG+0WTbpu3fHljVR1x6bjNSrbq8nqu8Z/3y+si2/O+7lVNSTkQNr1X2eBPqtIX74APS7ExG8c4vog==} + /@nx/workspace@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6): + resolution: {integrity: sha512-y4s+PUgCWKd8tyvTjM0M05usIbPvl5wcTmoU9R4UriPAmNYzttvKYjweNcPJKsqdng1iwx7eECY1SmiOVRaTag==} dependencies: - '@nrwl/workspace': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104) - '@nx/devkit': 17.2.8(nx@17.2.8) + '@nrwl/workspace': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6) + '@nx/devkit': 18.0.8(nx@18.0.8) chalk: 4.1.2 enquirer: 2.3.6 - nx: 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104) + nx: 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6) tslib: 2.6.2 yargs-parser: 21.1.1 transitivePeerDependencies: @@ -4692,7 +4716,7 @@ packages: /@paralleldrive/cuid2@2.2.2: resolution: {integrity: sha512-ZOBkgDwEdoYVlSeRbYYXs0S9MejQofiVYoTbKzy/6GQa39/q5tQU2IX46+shYnUkpEl3wc+J6wRlar7r2EK2xA==} dependencies: - '@noble/hashes': 1.3.2 + '@noble/hashes': 1.3.3 dev: false /@pdf-lib/fontkit@1.1.1: @@ -4713,15 +4737,6 @@ packages: pako: 1.0.11 dev: false - /@phenomnomnominal/tsquery@5.0.1(typescript@5.2.2): - resolution: {integrity: sha512-3nVv+e2FQwsW8Aw6qTU6f+1rfcJ3hrcnvH/mu9i8YhxO+9sqbOfpL8m6PbET5+xKOlz/VSbp0RoYWYCtIsnmuA==} - peerDependencies: - typescript: ^3 || ^4 || ^5 - dependencies: - esquery: 1.5.0 - typescript: 5.2.2 - dev: true - /@phenomnomnominal/tsquery@5.0.1(typescript@5.3.3): resolution: {integrity: sha512-3nVv+e2FQwsW8Aw6qTU6f+1rfcJ3hrcnvH/mu9i8YhxO+9sqbOfpL8m6PbET5+xKOlz/VSbp0RoYWYCtIsnmuA==} peerDependencies: @@ -4731,6 +4746,15 @@ packages: typescript: 5.3.3 dev: true + /@phenomnomnominal/tsquery@5.0.1(typescript@5.4.2): + resolution: {integrity: sha512-3nVv+e2FQwsW8Aw6qTU6f+1rfcJ3hrcnvH/mu9i8YhxO+9sqbOfpL8m6PbET5+xKOlz/VSbp0RoYWYCtIsnmuA==} + peerDependencies: + typescript: ^3 || ^4 || ^5 + dependencies: + esquery: 1.5.0 + typescript: 5.4.2 + dev: true + /@phosphor-icons/react@2.0.15(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-PQKNcRrfERlC8gJGNz0su0i9xVmeubXSNxucPcbCLDd9u0cwJVTEyYK87muul/svf0UXFdL2Vl6bbeOhT1Mwow==} engines: {node: '>=10'} @@ -4746,7 +4770,6 @@ packages: resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} engines: {node: '>=14'} requiresBuild: true - dev: false optional: true /@pkgr/core@0.1.1: @@ -4754,16 +4777,16 @@ packages: engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} dev: true - /@polka/url@1.0.0-next.24: - resolution: {integrity: sha512-2LuNTFBIO0m7kKIQvvPHN6UE63VjpmL9rnEEaOOaiSPbZK+zUOYIzBAWcED+3XYzhYsd/0mD57VdxAEqqV52CQ==} + /@polka/url@1.0.0-next.25: + resolution: {integrity: sha512-j7P6Rgr3mmtdkeDGTe0E/aYyWEWVtc5yFXtHCRHs28/jptDEWfaVOc5T7cblqy1XKPPfCxJc/8DwQ5YgLOZOVQ==} dev: true /@popperjs/core@2.11.8: resolution: {integrity: sha512-P1st0aksCrn9sGZhp8GMYwBnQsbvAWsZAX44oXNNvLHGqAOcoVxmjZiohstwQ7SqKnbR47akdNi+uleWD8+g6A==} dev: false - /@prisma/client@5.8.1(prisma@5.8.1): - resolution: {integrity: sha512-xQtMPfbIwLlbm0VVIVQY2yqQVOxPwRQhvIp7Z3m2900g1bu/zRHKhYZJQWELqmjl6d8YwBy0K2NvMqh47v1ubw==} + /@prisma/client@5.10.2(prisma@5.10.2): + resolution: {integrity: sha512-ef49hzB2yJZCvM5gFHMxSFL9KYrIP9udpT5rYo0CsHD4P9IKj473MbhU1gjKKftiwWBTIyrt9jukprzZXazyag==} engines: {node: '>=16.13'} requiresBuild: true peerDependencies: @@ -4772,51 +4795,52 @@ packages: prisma: optional: true dependencies: - prisma: 5.8.1 + prisma: 5.10.2 dev: false - /@prisma/debug@5.8.1: - resolution: {integrity: sha512-tjuw7eA0Us3T42jx9AmAgL58rzwzpFGYc3R7Y4Ip75EBYrKMBA1YihuWMcBC92ILmjlQ/u3p8VxcIE0hr+fZfg==} + /@prisma/debug@5.10.2: + resolution: {integrity: sha512-bkBOmH9dpEBbMKFJj8V+Zp8IZHIBjy3fSyhLhxj4FmKGb/UBSt9doyfA6k1UeUREsMJft7xgPYBbHSOYBr8XCA==} dev: false - /@prisma/engines-version@5.8.1-1.78caf6feeaed953168c64e15a249c3e9a033ebe2: - resolution: {integrity: sha512-f5C3JM3l9yhGr3cr4FMqWloFaSCpNpMi58Om22rjD2DOz3owci2mFdFXMgnAGazFPKrCbbEhcxdsRfspEYRoFQ==} + /@prisma/engines-version@5.10.0-34.5a9203d0590c951969e85a7d07215503f4672eb9: + resolution: {integrity: sha512-uCy/++3Jx/O3ufM+qv2H1L4tOemTNqcP/gyEVOlZqTpBvYJUe0tWtW0y3o2Ueq04mll4aM5X3f6ugQftOSLdFQ==} dev: false - /@prisma/engines@5.8.1: - resolution: {integrity: sha512-TJgYLRrZr56uhqcXO4GmP5be+zjCIHtLDK20Cnfg+o9d905hsN065QOL+3Z0zQAy6YD31Ol4u2kzSfRmbJv/uA==} + /@prisma/engines@5.10.2: + resolution: {integrity: sha512-HkSJvix6PW8YqEEt3zHfCYYJY69CXsNdhU+wna+4Y7EZ+AwzeupMnUThmvaDA7uqswiHkgm5/SZ6/4CStjaGmw==} requiresBuild: true dependencies: - '@prisma/debug': 5.8.1 - '@prisma/engines-version': 5.8.1-1.78caf6feeaed953168c64e15a249c3e9a033ebe2 - '@prisma/fetch-engine': 5.8.1 - '@prisma/get-platform': 5.8.1 + '@prisma/debug': 5.10.2 + '@prisma/engines-version': 5.10.0-34.5a9203d0590c951969e85a7d07215503f4672eb9 + '@prisma/fetch-engine': 5.10.2 + '@prisma/get-platform': 5.10.2 dev: false - /@prisma/fetch-engine@5.8.1: - resolution: {integrity: sha512-+bgjjoSFa6uYEbAPlklfoVSStOEfcpheOjoBoNsNNSQdSzcwE2nM4Q0prun0+P8/0sCHo18JZ9xqa8gObvgOUw==} + /@prisma/fetch-engine@5.10.2: + resolution: {integrity: sha512-dSmXcqSt6DpTmMaLQ9K8ZKzVAMH3qwGCmYEZr/uVnzVhxRJ1EbT/w2MMwIdBNq1zT69Rvh0h75WMIi0mrIw7Hg==} dependencies: - '@prisma/debug': 5.8.1 - '@prisma/engines-version': 5.8.1-1.78caf6feeaed953168c64e15a249c3e9a033ebe2 - '@prisma/get-platform': 5.8.1 + '@prisma/debug': 5.10.2 + '@prisma/engines-version': 5.10.0-34.5a9203d0590c951969e85a7d07215503f4672eb9 + '@prisma/get-platform': 5.10.2 dev: false - /@prisma/get-platform@5.8.1: - resolution: {integrity: sha512-wnA+6HTFcY+tkykMokix9GiAkaauPC5W/gg0O5JB0J8tCTNWrqpnQ7AsaGRfkYUbeOIioh6woDjQrGTTRf1Zag==} + /@prisma/get-platform@5.10.2: + resolution: {integrity: sha512-nqXP6vHiY2PIsebBAuDeWiUYg8h8mfjBckHh6Jezuwej0QJNnjDiOq30uesmg+JXxGk99nqyG3B7wpcOODzXvg==} dependencies: - '@prisma/debug': 5.8.1 + '@prisma/debug': 5.10.2 dev: false - /@puppeteer/browsers@1.9.1: - resolution: {integrity: sha512-PuvK6xZzGhKPvlx3fpfdM2kYY3P/hB1URtK8wA7XUJ6prn6pp22zvJHu48th0SGcHL9SutbPHrFuQgfXTFobWA==} - engines: {node: '>=16.3.0'} + /@puppeteer/browsers@2.1.0: + resolution: {integrity: sha512-xloWvocjvryHdUjDam/ZuGMh7zn4Sn3ZAaV4Ah2e2EwEt90N3XphZlSsU3n0VDc1F7kggCjMuH0UuxfPQ5mD9w==} + engines: {node: '>=18'} hasBin: true dependencies: debug: 4.3.4 extract-zip: 2.0.1 progress: 2.0.3 - proxy-agent: 6.3.1 - tar-fs: 3.0.4 + proxy-agent: 6.4.0 + semver: 7.6.0 + tar-fs: 3.0.5 unbzip2-stream: 1.4.3 yargs: 17.7.2 transitivePeerDependencies: @@ -4826,22 +4850,16 @@ packages: /@radix-ui/number@1.0.1: resolution: {integrity: sha512-T5gIdVO2mmPW3NNhjNgEP3cqMXjXL9UbO0BzWcXfvdBs+BohbQxvd/K5hSVKmn9/lbTdsQVKbUcP5WLCwvUbBg==} dependencies: - '@babel/runtime': 7.23.2 - dev: false - - /@radix-ui/primitive@1.0.0: - resolution: {integrity: sha512-3e7rn8FDMin4CgeL7Z/49smCA3rFYY3Ha2rUQ7HRWFadS5iCRw08ZgVT1LaNTCNqgvrUiyczLflrVrF0SRQtNA==} - dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 dev: false /@radix-ui/primitive@1.0.1: resolution: {integrity: sha512-yQ8oGX2GVsEYMWGxcovu1uGWPCxV5BFfeeYxqPmuAzUyLT9qmaMXSAhXpb0WrspIeqYzdJpkh2vHModJPgRIaw==} dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 dev: false - /@radix-ui/react-accordion@1.1.2(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-accordion@1.1.2(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-fDG7jcoNKVjSK6yfmuAs0EnPDro0WMXIhMtXdTBWqEioVW206ku+4Lw07e+13lUkFkpoEQ2PdeMIAGpdqEAmDg==} peerDependencies: '@types/react': '*' @@ -4854,23 +4872,23 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collapsible': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@radix-ui/react-collapsible': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-alert-dialog@1.0.5(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-alert-dialog@1.0.5(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-OrVIOcZL0tl6xibeuGt5/+UxoT2N27KCFOPjFyfXMnchxSHZ/OW7cCX2nGlIYJrbHK/fczPcFzAwvNBB6XBNMA==} peerDependencies: '@types/react': '*' @@ -4883,20 +4901,20 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-dialog': 1.0.5(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-dialog': 1.0.5(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-arrow@1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-arrow@1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-wSP+pHsB/jQRaL6voubsQ/ZlrGBHHrOjmBnr19hxYgtS0WvAFwZhK2WP/YY5yF9uKECCEEDGxuLxq1NBK51wFA==} peerDependencies: '@types/react': '*' @@ -4909,15 +4927,15 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@babel/runtime': 7.24.0 + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-aspect-ratio@1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-aspect-ratio@1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-fXR5kbMan9oQqMuacfzlGG/SQMcmMlZ4wrvpckv8SgUulD0MMpspxJrxg/Gp/ISV3JfV1AeSWTYK9GvxA4ySwA==} peerDependencies: '@types/react': '*' @@ -4930,15 +4948,15 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@babel/runtime': 7.24.0 + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-avatar@1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-avatar@1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-kVK2K7ZD3wwj3qhle0ElXhOjbezIgyl2hVvgwfIdexL3rN6zJmy5AqqIf+D31lxVppdzV8CjAfZ6PklkmInZLw==} peerDependencies: '@types/react': '*' @@ -4951,18 +4969,18 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@babel/runtime': 7.24.0 + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-checkbox@1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-checkbox@1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-CBuGQa52aAYnADZVt/KBQzXrwx6TqnlwtcIPGtVt5JkkzQwMOLJjPukimhfKEr4GQNd43C+djUh5Ikopj8pSLg==} peerDependencies: '@types/react': '*' @@ -4975,22 +4993,22 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-collapsible@1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-collapsible@1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-UBmVDkmR6IvDsloHVN+3rtx4Mi5TFvylYXpluuv0f37dtaz3H99bp8No0LGXRigVpl3UAT4l9j6bIchh42S/Gg==} peerDependencies: '@types/react': '*' @@ -5003,22 +5021,22 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-collection@1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-collection@1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-3SzW+0PW7yBBoQlT8wNcGtaxaD0XSu0uLUFgrtHY08Acx05TaHaOmVLR73c0j/cqpDy53KBMO7s0dx2wmOIDIA==} peerDependencies: '@types/react': '*' @@ -5031,27 +5049,18 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@babel/runtime': 7.24.0 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-compose-refs@1.0.0(react@18.2.0): - resolution: {integrity: sha512-0KaSv6sx787/hK3eF53iOkiSLwAGlFMx5lotrqD2pTjB18KbybKoEIgkNZTKC60YECDQTKGTRcDBILwZVqVKvA==} - peerDependencies: - react: ^16.8 || ^17.0 || ^18.0 - dependencies: - '@babel/runtime': 7.23.2 - react: 18.2.0 - dev: false - - /@radix-ui/react-compose-refs@1.0.1(@types/react@18.2.48)(react@18.2.0): + /@radix-ui/react-compose-refs@1.0.1(@types/react@18.2.64)(react@18.2.0): resolution: {integrity: sha512-fDSBgd44FKHa1FRMU59qBMPFcl2PZE+2nmqunj+BWFyYYjnhIDWL2ItDs3rrbJDQOtzt5nIebLCQc4QRfz6LJw==} peerDependencies: '@types/react': '*' @@ -5060,12 +5069,12 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@types/react': 18.2.48 + '@babel/runtime': 7.24.0 + '@types/react': 18.2.64 react: 18.2.0 dev: false - /@radix-ui/react-context-menu@2.1.5(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-context-menu@2.1.5(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-R5XaDj06Xul1KGb+WP8qiOh7tKJNz2durpLBXAGZjSVtctcRFCuEvy2gtMwRJGePwQQE5nV77gs4FwRi8T+r2g==} peerDependencies: '@types/react': '*' @@ -5078,29 +5087,20 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-menu': 2.0.6(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-menu': 2.0.6(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-context@1.0.0(react@18.2.0): - resolution: {integrity: sha512-1pVM9RfOQ+n/N5PJK33kRSKsr1glNxomxONs5c49MliinBY6Yw2Q995qfBUUo0/Mbg05B/sGA0gkgPI7kmSHBg==} - peerDependencies: - react: ^16.8 || ^17.0 || ^18.0 - dependencies: - '@babel/runtime': 7.23.2 - react: 18.2.0 - dev: false - - /@radix-ui/react-context@1.0.1(@types/react@18.2.48)(react@18.2.0): + /@radix-ui/react-context@1.0.1(@types/react@18.2.64)(react@18.2.0): resolution: {integrity: sha512-ebbrdFoYTcuZ0v4wG5tedGnp9tzcV8awzsxYph7gXUyvnNLuTIcCk1q17JEbnVhXAKG9oX3KtchwiMIAYp9NLg==} peerDependencies: '@types/react': '*' @@ -5109,39 +5109,12 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@types/react': 18.2.48 + '@babel/runtime': 7.24.0 + '@types/react': 18.2.64 react: 18.2.0 dev: false - /@radix-ui/react-dialog@1.0.0(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-Yn9YU+QlHYLWwV1XfKiqnGVpWYWk6MeBVM6x/bcoyPvxgjQGoeT35482viLPctTMWoMw0PoHgqfSox7Ig+957Q==} - peerDependencies: - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/primitive': 1.0.0 - '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0) - '@radix-ui/react-context': 1.0.0(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.0.0(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-guards': 1.0.0(react@18.2.0) - '@radix-ui/react-focus-scope': 1.0.0(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-id': 1.0.0(react@18.2.0) - '@radix-ui/react-portal': 1.0.0(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-presence': 1.0.0(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.0(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.0(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.0(react@18.2.0) - aria-hidden: 1.2.3 - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - react-remove-scroll: 2.5.4(@types/react@18.2.48)(react@18.2.0) - transitivePeerDependencies: - - '@types/react' - dev: false - - /@radix-ui/react-dialog@1.0.5(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-dialog@1.0.5(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-GjWJX/AUpB703eEBanuBnIWdIXg6NvJFCXcNlSZk4xdszCdhrJgBoUd1cGk67vFO+WdA2pfI/plOpqz/5GUP6Q==} peerDependencies: '@types/react': '*' @@ -5154,28 +5127,28 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 aria-hidden: 1.2.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-remove-scroll: 2.5.5(@types/react@18.2.48)(react@18.2.0) + react-remove-scroll: 2.5.5(@types/react@18.2.64)(react@18.2.0) dev: false - /@radix-ui/react-direction@1.0.1(@types/react@18.2.48)(react@18.2.0): + /@radix-ui/react-direction@1.0.1(@types/react@18.2.64)(react@18.2.0): resolution: {integrity: sha512-RXcvnXgyvYvBEOhCBuddKecVkoMiI10Jcm5cTI7abJRAHYfFxeu+FBQs/DvdxSYucxR5mna0dNsL6QFlds5TMA==} peerDependencies: '@types/react': '*' @@ -5184,28 +5157,12 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@types/react': 18.2.48 + '@babel/runtime': 7.24.0 + '@types/react': 18.2.64 react: 18.2.0 dev: false - /@radix-ui/react-dismissable-layer@1.0.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-n7kDRfx+LB1zLueRDvZ1Pd0bxdJWDUZNQ/GWoxDn2prnuJKRdxsjulejX/ePkOsLi2tTm6P24mDqlMSgQpsT6g==} - peerDependencies: - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/primitive': 1.0.0 - '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0) - '@radix-ui/react-primitive': 1.0.0(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.0(react@18.2.0) - '@radix-ui/react-use-escape-keydown': 1.0.0(react@18.2.0) - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - - /@radix-ui/react-dismissable-layer@1.0.5(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-dismissable-layer@1.0.5(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-aJeDjQhywg9LBu2t/At58hCvr7pEm0o2Ke1x33B+MhjNmmZ17sy4KImo0KPLgsnc/zN7GPdce8Cnn0SWvwZO7g==} peerDependencies: '@types/react': '*' @@ -5218,19 +5175,19 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-escape-keydown': 1.0.3(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-dropdown-menu@2.0.6(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-dropdown-menu@2.0.6(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-i6TuFOoWmLWq+M/eCLGd/bQ2HfAX1RJgvrBQ6AQLmzfvsLdefxbWu8G9zczcPFfcSPehz9GcpF6K9QYreFV8hA==} peerDependencies: '@types/react': '*' @@ -5243,30 +5200,21 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-menu': 2.0.6(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-menu': 2.0.6(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-focus-guards@1.0.0(react@18.2.0): - resolution: {integrity: sha512-UagjDk4ijOAnGu4WMUPj9ahi7/zJJqNZ9ZAiGPp7waUWJO0O1aWXi/udPphI0IUjvrhBsZJGSN66dR2dsueLWQ==} - peerDependencies: - react: ^16.8 || ^17.0 || ^18.0 - dependencies: - '@babel/runtime': 7.23.2 - react: 18.2.0 - dev: false - - /@radix-ui/react-focus-guards@1.0.1(@types/react@18.2.48)(react@18.2.0): + /@radix-ui/react-focus-guards@1.0.1(@types/react@18.2.64)(react@18.2.0): resolution: {integrity: sha512-Rect2dWbQ8waGzhMavsIbmSVCgYxkXLxxR3ZvCX79JOglzdEy4JXMb98lq4hPxUbLr77nP0UOGf4rcMU+s1pUA==} peerDependencies: '@types/react': '*' @@ -5275,26 +5223,12 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@types/react': 18.2.48 + '@babel/runtime': 7.24.0 + '@types/react': 18.2.64 react: 18.2.0 dev: false - /@radix-ui/react-focus-scope@1.0.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-C4SWtsULLGf/2L4oGeIHlvWQx7Rf+7cX/vKOAD2dXW0A1b5QXwi3wWeaEgW+wn+SEVrraMUk05vLU9fZZz5HbQ==} - peerDependencies: - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0) - '@radix-ui/react-primitive': 1.0.0(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.0(react@18.2.0) - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - - /@radix-ui/react-focus-scope@1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-focus-scope@1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-sL04Mgvf+FmyvZeYfNu1EPAaaxD+aw7cYeIB9L9Fvq8+urhltTRaEo5ysKOpHuKPclsZcSUMKlN05x4u+CINpA==} peerDependencies: '@types/react': '*' @@ -5307,17 +5241,17 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@babel/runtime': 7.24.0 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-hover-card@1.0.7(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-hover-card@1.0.7(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-OcUN2FU0YpmajD/qkph3XzMcK/NmSk9hGWnjV68p6QiZMgILugusgQwnLSDs3oFSJYGKf3Y49zgFedhGh04k9A==} peerDependencies: '@types/react': '*' @@ -5330,33 +5264,23 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-id@1.0.0(react@18.2.0): - resolution: {integrity: sha512-Q6iAB/U7Tq3NTolBBQbHTgclPmGWE3OlktGGqrClPozSw4vkQ1DfQAOtzgRPecKsMdJINE05iaoDUG8tRzCBjw==} - peerDependencies: - react: ^16.8 || ^17.0 || ^18.0 - dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-use-layout-effect': 1.0.0(react@18.2.0) - react: 18.2.0 - dev: false - - /@radix-ui/react-id@1.0.1(@types/react@18.2.48)(react@18.2.0): + /@radix-ui/react-id@1.0.1(@types/react@18.2.64)(react@18.2.0): resolution: {integrity: sha512-tI7sT/kqYp8p96yGWY1OAnLHrqDgzHefRBKQ2YAkBS5ja7QLcZ9Z/uY7bEjPUatf8RomoXM8/1sMj1IJaE5UzQ==} peerDependencies: '@types/react': '*' @@ -5365,13 +5289,13 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 + '@babel/runtime': 7.24.0 + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 react: 18.2.0 dev: false - /@radix-ui/react-label@2.0.2(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-label@2.0.2(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-N5ehvlM7qoTLx7nWPodsPYPgMzA5WM8zZChQg8nyFJKnDO5WHdba1vv5/H6IO5LtJMfD2Q3wh1qHFGNtK0w3bQ==} peerDependencies: '@types/react': '*' @@ -5384,15 +5308,15 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@babel/runtime': 7.24.0 + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-menu@2.0.6(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-menu@2.0.6(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-BVkFLS+bUC8HcImkRKPSiVumA1VPOOEC5WBMiT+QAVsPzW1FJzI9KnqgGxVDPBcql5xXrHkD3JOVoXWEXD8SYA==} peerDependencies: '@types/react': '*' @@ -5405,32 +5329,32 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 aria-hidden: 1.2.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-remove-scroll: 2.5.5(@types/react@18.2.48)(react@18.2.0) + react-remove-scroll: 2.5.5(@types/react@18.2.64)(react@18.2.0) dev: false - /@radix-ui/react-popover@1.0.7(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-popover@1.0.7(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-shtvVnlsxT6faMnK/a7n0wptwBD23xc1Z5mdrtKLwVEfsEMXodS0r5s0/g5P0hX//EKYZS2sxUjqfzlg52ZSnQ==} peerDependencies: '@types/react': '*' @@ -5443,29 +5367,29 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 aria-hidden: 1.2.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-remove-scroll: 2.5.5(@types/react@18.2.48)(react@18.2.0) + react-remove-scroll: 2.5.5(@types/react@18.2.64)(react@18.2.0) dev: false - /@radix-ui/react-popper@1.1.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-popper@1.1.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-cKpopj/5RHZWjrbF2846jBNacjQVwkP068DfmgrNJXpvVWrOvlAmE9xSiy5OqeE+Gi8D9fP+oDhUnPqNMY8/5w==} peerDependencies: '@types/react': '*' @@ -5478,36 +5402,24 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@floating-ui/react-dom': 2.0.4(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-arrow': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-rect': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.48)(react@18.2.0) + '@babel/runtime': 7.24.0 + '@floating-ui/react-dom': 2.0.8(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-arrow': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-rect': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.64)(react@18.2.0) '@radix-ui/rect': 1.0.1 - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-portal@1.0.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-a8qyFO/Xb99d8wQdu4o7qnigNjTPG123uADNecz0eX4usnQEj7o+cG4ZX4zkqq98NYekT7UoEQIjxBNWIFuqTA==} - peerDependencies: - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-primitive': 1.0.0(react-dom@18.2.0)(react@18.2.0) - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - - /@radix-ui/react-portal@1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-portal@1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-Qki+C/EuGUVCQTOTD5vzJzJuMUlewbzuKyUy+/iHM2uwGiru9gZeBJtHAPKAEkB5KWGi9mP/CHKcY0wt1aW45Q==} peerDependencies: '@types/react': '*' @@ -5520,28 +5432,15 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@babel/runtime': 7.24.0 + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-presence@1.0.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-A+6XEvN01NfVWiKu38ybawfHsBjWum42MRPnEuqPsBZ4eV7e/7K321B5VgYMPv3Xx5An6o1/l9ZuDBgmcmWK3w==} - peerDependencies: - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.0(react@18.2.0) - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - - /@radix-ui/react-presence@1.0.1(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-presence@1.0.1(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-UXLW4UAbIY5ZjcvzjfRFo5gxva8QirC9hF7wRE4U5gz+TP0DbRk+//qyuAQ1McDxBt1xNMBTaciFGvEmJvAZCg==} peerDependencies: '@types/react': '*' @@ -5554,28 +5453,16 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@babel/runtime': 7.24.0 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-primitive@1.0.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-EyXe6mnRlHZ8b6f4ilTDrXmkLShICIuOTTj0GX4w1rp+wSxf3+TD05u1UOITC8VsJ2a9nwHvdXtOXEOl0Cw/zQ==} - peerDependencies: - react: ^16.8 || ^17.0 || ^18.0 - react-dom: ^16.8 || ^17.0 || ^18.0 - dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-slot': 1.0.0(react@18.2.0) - react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) - dev: false - - /@radix-ui/react-primitive@1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-primitive@1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-yi58uVyoAcK/Nq1inRY56ZSjKypBNKTa/1mcL8qdl6oJeEaDbOldlzrGn7P6Q3Id5d+SYNGc5AJgc4vGhjs5+g==} peerDependencies: '@types/react': '*' @@ -5588,15 +5475,15 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@babel/runtime': 7.24.0 + '@radix-ui/react-slot': 1.0.2(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-roving-focus@1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-roving-focus@1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-2mUg5Mgcu001VkGy+FfzZyzbmuUWzgWkj3rvv4yu+mLw03+mTzbxZHvfcGyFp2b8EkQeMkpRQ5FiA2Vr2O6TeQ==} peerDependencies: '@types/react': '*' @@ -5609,23 +5496,23 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-scroll-area@1.0.5(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-scroll-area@1.0.5(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-b6PAgH4GQf9QEn8zbT2XUHpW5z8BzqEc7Kl11TwDrvuTrxlkcjTD5qa/bxgKr+nmuXKu4L/W5UZ4mlP/VG/5Gw==} peerDependencies: '@types/react': '*' @@ -5638,23 +5525,23 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/number': 1.0.1 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-select@2.0.0(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-select@2.0.0(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-RH5b7af4oHtkcHS7pG6Sgv5rk5Wxa7XI8W5gvB1N/yiuDGZxko1ynvOiVhFM7Cis2A8zxF9bTOUVbRDzPepe6w==} peerDependencies: '@types/react': '*' @@ -5667,35 +5554,35 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/number': 1.0.1 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-focus-guards': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-focus-scope': 1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 aria-hidden: 1.2.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-remove-scroll: 2.5.5(@types/react@18.2.48)(react@18.2.0) + react-remove-scroll: 2.5.5(@types/react@18.2.64)(react@18.2.0) dev: false - /@radix-ui/react-separator@1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-separator@1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-itYmTy/kokS21aiV5+Z56MZB54KrhPgn6eHDKkFeOLR34HMN2s8PaN47qZZAGnvupcjxHaFZnW4pQEh0BvvVuw==} peerDependencies: '@types/react': '*' @@ -5708,15 +5595,15 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@babel/runtime': 7.24.0 + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-slider@1.1.2(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-slider@1.1.2(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-NKs15MJylfzVsCagVSWKhGGLNR1W9qWs+HtgbmjjVUB3B9+lb3PYoXxVju3kOrpf0VKyVCtZp+iTwVoqpa1Chw==} peerDependencies: '@types/react': '*' @@ -5729,35 +5616,25 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/number': 1.0.1 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-slot@1.0.0(react@18.2.0): - resolution: {integrity: sha512-3mrKauI/tWXo1Ll+gN5dHcxDPdm/Df1ufcDLCecn+pnCIVcdWE7CujXo8QaXOWRJyZyQWWbpB8eFwHzWXlv5mQ==} - peerDependencies: - react: ^16.8 || ^17.0 || ^18.0 - dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-compose-refs': 1.0.0(react@18.2.0) - react: 18.2.0 - dev: false - - /@radix-ui/react-slot@1.0.2(@types/react@18.2.48)(react@18.2.0): + /@radix-ui/react-slot@1.0.2(@types/react@18.2.64)(react@18.2.0): resolution: {integrity: sha512-YeTpuq4deV+6DusvVUW4ivBgnkHwECUu0BiN43L5UCDFgdhsRUWAghhTF5MbvNTPzmiFOx90asDSUjWuCNapwg==} peerDependencies: '@types/react': '*' @@ -5766,13 +5643,13 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 + '@babel/runtime': 7.24.0 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 react: 18.2.0 dev: false - /@radix-ui/react-switch@1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-switch@1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-mxm87F88HyHztsI7N+ZUmEoARGkC22YVW5CaC+Byc+HRpuvCrOBPTAnXgf+tZ/7i0Sg/eOePGdMhUKhPaQEqow==} peerDependencies: '@types/react': '*' @@ -5785,21 +5662,21 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-previous': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-size': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-tabs@1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-tabs@1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-egZfYY/+wRNCflXNHx+dePvnz9FbmssDTJBtgRfDY7e8SE5oIo3Py2eCB1ckAbh1Q7cQ/6yJZThJ++sgbxibog==} peerDependencies: '@types/react': '*' @@ -5812,22 +5689,22 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-toast@1.1.5(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-toast@1.1.5(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-fRLn227WHIBRSzuRzGJ8W+5YALxofH23y0MlPLddaIpLpCDqdE0NZlS2NRQDRiptfxDeeCjgFIpexB1/zkxDlw==} peerDependencies: '@types/react': '*' @@ -5840,26 +5717,26 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@radix-ui/react-collection': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-toggle-group@1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-toggle-group@1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-Uaj/M/cMyiyT9Bx6fOZO0SAG4Cls0GptBWiBmBxofmDbNVnYYoyRWj/2M/6VCi/7qcXFWnHhRUfdfZFvvkuu8A==} peerDependencies: '@types/react': '*' @@ -5872,21 +5749,21 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-direction': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-toggle': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-direction': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-roving-focus': 1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-toggle': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-toggle@1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-toggle@1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-Pkqg3+Bc98ftZGsl60CLANXQBBQ4W3mTFS9EJvNxKMZ7magklKV69/id1mlAlOFDDfHvlCms0fx8fA4CMKDJHg==} peerDependencies: '@types/react': '*' @@ -5899,17 +5776,17 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-tooltip@1.0.7(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-tooltip@1.0.7(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-lPh5iKNFVQ/jav/j6ZrWq3blfDJ0OH9R6FlNUHPMqdLuQ9vwDgFsRxvl8b7Asuy5c8xmoojHUxKHQSOAvMHxyw==} peerDependencies: '@types/react': '*' @@ -5922,35 +5799,26 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/primitive': 1.0.1 - '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-context': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-id': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@radix-ui/react-slot': 1.0.2(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@radix-ui/react-compose-refs': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-context': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-dismissable-layer': 1.0.5(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-id': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-popper': 1.1.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-portal': 1.0.4(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-presence': 1.0.1(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-slot': 1.0.2(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-use-controllable-state': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@radix-ui/react-visually-hidden': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@radix-ui/react-use-callback-ref@1.0.0(react@18.2.0): - resolution: {integrity: sha512-GZtyzoHz95Rhs6S63D2t/eqvdFCm7I+yHMLVQheKM7nBD8mbZIt+ct1jz4536MDnaOGKIxynJ8eHTkVGVVkoTg==} - peerDependencies: - react: ^16.8 || ^17.0 || ^18.0 - dependencies: - '@babel/runtime': 7.23.5 - react: 18.2.0 - dev: false - - /@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.2.48)(react@18.2.0): + /@radix-ui/react-use-callback-ref@1.0.1(@types/react@18.2.64)(react@18.2.0): resolution: {integrity: sha512-D94LjX4Sp0xJFVaoQOd3OO9k7tpBYNOXdVhkltUbGv2Qb9OXdrg/CpsjlZv7ia14Sylv398LswWBVVu5nqKzAQ==} peerDependencies: '@types/react': '*' @@ -5959,22 +5827,12 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@types/react': 18.2.48 + '@babel/runtime': 7.24.0 + '@types/react': 18.2.64 react: 18.2.0 dev: false - /@radix-ui/react-use-controllable-state@1.0.0(react@18.2.0): - resolution: {integrity: sha512-FohDoZvk3mEXh9AWAVyRTYR4Sq7/gavuofglmiXB2g1aKyboUD4YtgWxKj8O5n+Uak52gXQ4wKz5IFST4vtJHg==} - peerDependencies: - react: ^16.8 || ^17.0 || ^18.0 - dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-use-callback-ref': 1.0.0(react@18.2.0) - react: 18.2.0 - dev: false - - /@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.2.48)(react@18.2.0): + /@radix-ui/react-use-controllable-state@1.0.1(@types/react@18.2.64)(react@18.2.0): resolution: {integrity: sha512-Svl5GY5FQeN758fWKrjM6Qb7asvXeiZltlT4U2gVfl8Gx5UAv2sMR0LWo8yhsIZh2oQ0eFdZ59aoOOMV7b47VA==} peerDependencies: '@types/react': '*' @@ -5983,23 +5841,13 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 + '@babel/runtime': 7.24.0 + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 react: 18.2.0 dev: false - /@radix-ui/react-use-escape-keydown@1.0.0(react@18.2.0): - resolution: {integrity: sha512-JwfBCUIfhXRxKExgIqGa4CQsiMemo1Xt0W/B4ei3fpzpvPENKpMKQ8mZSB6Acj3ebrAEgi2xiQvcI1PAAodvyg==} - peerDependencies: - react: ^16.8 || ^17.0 || ^18.0 - dependencies: - '@babel/runtime': 7.23.5 - '@radix-ui/react-use-callback-ref': 1.0.0(react@18.2.0) - react: 18.2.0 - dev: false - - /@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.2.48)(react@18.2.0): + /@radix-ui/react-use-escape-keydown@1.0.3(@types/react@18.2.64)(react@18.2.0): resolution: {integrity: sha512-vyL82j40hcFicA+M4Ex7hVkB9vHgSse1ZWomAqV2Je3RleKGO5iM8KMOEtfoSB0PnIelMd2lATjTGMYqN5ylTg==} peerDependencies: '@types/react': '*' @@ -6008,22 +5856,13 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 + '@babel/runtime': 7.24.0 + '@radix-ui/react-use-callback-ref': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 react: 18.2.0 dev: false - /@radix-ui/react-use-layout-effect@1.0.0(react@18.2.0): - resolution: {integrity: sha512-6Tpkq+R6LOlmQb1R5NNETLG0B4YP0wc+klfXafpUCj6JGyaUc8il7/kUZ7m59rGbXGczE9Bs+iz2qloqsZBduQ==} - peerDependencies: - react: ^16.8 || ^17.0 || ^18.0 - dependencies: - '@babel/runtime': 7.23.5 - react: 18.2.0 - dev: false - - /@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.2.48)(react@18.2.0): + /@radix-ui/react-use-layout-effect@1.0.1(@types/react@18.2.64)(react@18.2.0): resolution: {integrity: sha512-v/5RegiJWYdoCvMnITBkNNx6bCj20fiaJnWtRkU18yITptraXjffz5Qbn05uOiQnOvi+dbkznkoaMltz1GnszQ==} peerDependencies: '@types/react': '*' @@ -6032,12 +5871,12 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@types/react': 18.2.48 + '@babel/runtime': 7.24.0 + '@types/react': 18.2.64 react: 18.2.0 dev: false - /@radix-ui/react-use-previous@1.0.1(@types/react@18.2.48)(react@18.2.0): + /@radix-ui/react-use-previous@1.0.1(@types/react@18.2.64)(react@18.2.0): resolution: {integrity: sha512-cV5La9DPwiQ7S0gf/0qiD6YgNqM5Fk97Kdrlc5yBcrF3jyEZQwm7vYFqMo4IfeHgJXsRaMvLABFtd0OVEmZhDw==} peerDependencies: '@types/react': '*' @@ -6046,12 +5885,12 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@types/react': 18.2.48 + '@babel/runtime': 7.24.0 + '@types/react': 18.2.64 react: 18.2.0 dev: false - /@radix-ui/react-use-rect@1.0.1(@types/react@18.2.48)(react@18.2.0): + /@radix-ui/react-use-rect@1.0.1(@types/react@18.2.64)(react@18.2.0): resolution: {integrity: sha512-Cq5DLuSiuYVKNU8orzJMbl15TXilTnJKUCltMVQg53BQOF1/C5toAaGrowkgksdBQ9H+SRL23g0HDmg9tvmxXw==} peerDependencies: '@types/react': '*' @@ -6060,13 +5899,13 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 '@radix-ui/rect': 1.0.1 - '@types/react': 18.2.48 + '@types/react': 18.2.64 react: 18.2.0 dev: false - /@radix-ui/react-use-size@1.0.1(@types/react@18.2.48)(react@18.2.0): + /@radix-ui/react-use-size@1.0.1(@types/react@18.2.64)(react@18.2.0): resolution: {integrity: sha512-ibay+VqrgcaI6veAojjofPATwledXiSmX+C0KrBk/xgpX9rBzPV3OsfwlhQdUOFbh+LKQorLYT+xTXW9V8yd0g==} peerDependencies: '@types/react': '*' @@ -6075,13 +5914,13 @@ packages: '@types/react': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.48)(react@18.2.0) - '@types/react': 18.2.48 + '@babel/runtime': 7.24.0 + '@radix-ui/react-use-layout-effect': 1.0.1(@types/react@18.2.64)(react@18.2.0) + '@types/react': 18.2.64 react: 18.2.0 dev: false - /@radix-ui/react-visually-hidden@1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): + /@radix-ui/react-visually-hidden@1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): resolution: {integrity: sha512-D4w41yN5YRKtu464TLnByKzMDG/JlMPHtfZgQAu9v6mNakUqGUI9vUrfQKz8NK41VMm/xbZbh76NUTVtIYqOMA==} peerDependencies: '@types/react': '*' @@ -6094,10 +5933,10 @@ packages: '@types/react-dom': optional: true dependencies: - '@babel/runtime': 7.23.2 - '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.18)(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - '@types/react': 18.2.48 - '@types/react-dom': 18.2.18 + '@babel/runtime': 7.24.0 + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@types/react': 18.2.64 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false @@ -6105,39 +5944,15 @@ packages: /@radix-ui/rect@1.0.1: resolution: {integrity: sha512-fyrgCaedtvMg9NK3en0pnOYJdtfwxUcNolezkNPUsoX57X8oQk+NkqcvzHXD2uKNij6GXmWU9NDru2IWjrO4BQ==} dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 dev: false /@remirror/core-constants@2.0.2: resolution: {integrity: sha512-dyHY+sMF0ihPus3O27ODd4+agdHMEmuRdyiZJ2CCWjPV5UFmn17ZbElvk6WOGVE4rdCJKZQCrPV2BcikOMLUGQ==} dev: false - /@remirror/core-helpers@3.0.0: - resolution: {integrity: sha512-tusEgQJIqg4qKj6HSBUFcyRnWnziw3neh4T9wOmsPGHFC3w9kl5KSrDb9UAgE8uX6y32FnS7vJ955mWOl3n50A==} - dependencies: - '@remirror/core-constants': 2.0.2 - '@remirror/types': 1.0.1 - '@types/object.omit': 3.0.3 - '@types/object.pick': 1.3.4 - '@types/throttle-debounce': 2.1.0 - case-anything: 2.1.13 - dash-get: 1.0.2 - deepmerge: 4.3.1 - fast-deep-equal: 3.1.3 - make-error: 1.3.6 - object.omit: 3.0.0 - object.pick: 1.3.0 - throttle-debounce: 3.0.1 - dev: false - - /@remirror/types@1.0.1: - resolution: {integrity: sha512-VlZQxwGnt1jtQ18D6JqdIF+uFZo525WEqrfp9BOc3COPpK4+AWCgdnAWL+ho6imWcoINlGjR/+3b6y5C1vBVEA==} - dependencies: - type-fest: 2.19.0 - dev: false - - /@remix-run/router@1.14.2: - resolution: {integrity: sha512-ACXpdMM9hmKZww21yEqWwiLws/UPLhNKvimN8RrYSqPSvB3ov7sLvAcfvaxePeLvccTQKGdkDIhLYApZVDFuKg==} + /@remix-run/router@1.15.3: + resolution: {integrity: sha512-Oy8rmScVrVxWZVOpEF57ovlnhpZ8CCPlnIIumVcV9nFdiSIrus99+Lw78ekXyGvVDlIsFJbSfmSovJUhCWYV3w==} engines: {node: '>=14.0.0'} dev: false @@ -6155,103 +5970,111 @@ packages: picomatch: 2.3.1 dev: true - /@rollup/rollup-android-arm-eabi@4.4.1: - resolution: {integrity: sha512-Ss4suS/sd+6xLRu+MLCkED2mUrAyqHmmvZB+zpzZ9Znn9S8wCkTQCJaQ8P8aHofnvG5L16u9MVnJjCqioPErwQ==} + /@rollup/rollup-android-arm-eabi@4.12.1: + resolution: {integrity: sha512-iU2Sya8hNn1LhsYyf0N+L4Gf9Qc+9eBTJJJsaOGUp+7x4n2M9dxTt8UvhJl3oeftSjblSlpCfvjA/IfP3g5VjQ==} cpu: [arm] os: [android] requiresBuild: true dev: true optional: true - /@rollup/rollup-android-arm64@4.4.1: - resolution: {integrity: sha512-sRSkGTvGsARwWd7TzC8LKRf8FiPn7257vd/edzmvG4RIr9x68KBN0/Ek48CkuUJ5Pj/Dp9vKWv6PEupjKWjTYA==} + /@rollup/rollup-android-arm64@4.12.1: + resolution: {integrity: sha512-wlzcWiH2Ir7rdMELxFE5vuM7D6TsOcJ2Yw0c3vaBR3VOsJFVTx9xvwnAvhgU5Ii8Gd6+I11qNHwndDscIm0HXg==} cpu: [arm64] os: [android] requiresBuild: true dev: true optional: true - /@rollup/rollup-darwin-arm64@4.4.1: - resolution: {integrity: sha512-nz0AiGrrXyaWpsmBXUGOBiRDU0wyfSXbFuF98pPvIO8O6auQsPG6riWsfQqmCCC5FNd8zKQ4JhgugRNAkBJ8mQ==} + /@rollup/rollup-darwin-arm64@4.12.1: + resolution: {integrity: sha512-YRXa1+aZIFN5BaImK+84B3uNK8C6+ynKLPgvn29X9s0LTVCByp54TB7tdSMHDR7GTV39bz1lOmlLDuedgTwwHg==} cpu: [arm64] os: [darwin] requiresBuild: true dev: true optional: true - /@rollup/rollup-darwin-x64@4.4.1: - resolution: {integrity: sha512-Ogqvf4/Ve/faMaiPRvzsJEqajbqs00LO+8vtrPBVvLgdw4wBg6ZDXdkDAZO+4MLnrc8mhGV6VJAzYScZdPLtJg==} + /@rollup/rollup-darwin-x64@4.12.1: + resolution: {integrity: sha512-opjWJ4MevxeA8FhlngQWPBOvVWYNPFkq6/25rGgG+KOy0r8clYwL1CFd+PGwRqqMFVQ4/Qd3sQu5t7ucP7C/Uw==} cpu: [x64] os: [darwin] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-arm-gnueabihf@4.4.1: - resolution: {integrity: sha512-9zc2tqlr6HfO+hx9+wktUlWTRdje7Ub15iJqKcqg5uJZ+iKqmd2CMxlgPpXi7+bU7bjfDIuvCvnGk7wewFEhCg==} + /@rollup/rollup-linux-arm-gnueabihf@4.12.1: + resolution: {integrity: sha512-uBkwaI+gBUlIe+EfbNnY5xNyXuhZbDSx2nzzW8tRMjUmpScd6lCQYKY2V9BATHtv5Ef2OBq6SChEP8h+/cxifQ==} cpu: [arm] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-arm64-gnu@4.4.1: - resolution: {integrity: sha512-phLb1fN3rq2o1j1v+nKxXUTSJnAhzhU0hLrl7Qzb0fLpwkGMHDem+o6d+ZI8+/BlTXfMU4kVWGvy6g9k/B8L6Q==} + /@rollup/rollup-linux-arm64-gnu@4.12.1: + resolution: {integrity: sha512-0bK9aG1kIg0Su7OcFTlexkVeNZ5IzEsnz1ept87a0TUgZ6HplSgkJAnFpEVRW7GRcikT4GlPV0pbtVedOaXHQQ==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-arm64-musl@4.4.1: - resolution: {integrity: sha512-M2sDtw4tf57VPSjbTAN/lz1doWUqO2CbQuX3L9K6GWIR5uw9j+ROKCvvUNBY8WUbMxwaoc8mH9HmmBKsLht7+w==} + /@rollup/rollup-linux-arm64-musl@4.12.1: + resolution: {integrity: sha512-qB6AFRXuP8bdkBI4D7UPUbE7OQf7u5OL+R94JE42Z2Qjmyj74FtDdLGeriRyBDhm4rQSvqAGCGC01b8Fu2LthQ==} cpu: [arm64] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-x64-gnu@4.4.1: - resolution: {integrity: sha512-mHIlRLX+hx+30cD6c4BaBOsSqdnCE4ok7/KDvjHYAHoSuveoMMxIisZFvcLhUnyZcPBXDGZTuBoalcuh43UfQQ==} + /@rollup/rollup-linux-riscv64-gnu@4.12.1: + resolution: {integrity: sha512-sHig3LaGlpNgDj5o8uPEoGs98RII8HpNIqFtAI8/pYABO8i0nb1QzT0JDoXF/pxzqO+FkxvwkHZo9k0NJYDedg==} + cpu: [riscv64] + os: [linux] + requiresBuild: true + dev: true + optional: true + + /@rollup/rollup-linux-x64-gnu@4.12.1: + resolution: {integrity: sha512-nD3YcUv6jBJbBNFvSbp0IV66+ba/1teuBcu+fBBPZ33sidxitc6ErhON3JNavaH8HlswhWMC3s5rgZpM4MtPqQ==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-linux-x64-musl@4.4.1: - resolution: {integrity: sha512-tB+RZuDi3zxFx7vDrjTNGVLu2KNyzYv+UY8jz7e4TMEoAj7iEt8Qk6xVu6mo3pgjnsHj6jnq3uuRsHp97DLwOA==} + /@rollup/rollup-linux-x64-musl@4.12.1: + resolution: {integrity: sha512-7/XVZqgBby2qp/cO0TQ8uJK+9xnSdJ9ct6gSDdEr4MfABrjTyrW6Bau7HQ73a2a5tPB7hno49A0y1jhWGDN9OQ==} cpu: [x64] os: [linux] requiresBuild: true dev: true optional: true - /@rollup/rollup-win32-arm64-msvc@4.4.1: - resolution: {integrity: sha512-Hdn39PzOQowK/HZzYpCuZdJC91PE6EaGbTe2VCA9oq2u18evkisQfws0Smh9QQGNNRa/T7MOuGNQoLeXhhE3PQ==} + /@rollup/rollup-win32-arm64-msvc@4.12.1: + resolution: {integrity: sha512-CYc64bnICG42UPL7TrhIwsJW4QcKkIt9gGlj21gq3VV0LL6XNb1yAdHVp1pIi9gkts9gGcT3OfUYHjGP7ETAiw==} cpu: [arm64] os: [win32] requiresBuild: true dev: true optional: true - /@rollup/rollup-win32-ia32-msvc@4.4.1: - resolution: {integrity: sha512-tLpKb1Elm9fM8c5w3nl4N1eLTP4bCqTYw9tqUBxX8/hsxqHO3dxc2qPbZ9PNkdK4tg4iLEYn0pOUnVByRd2CbA==} + /@rollup/rollup-win32-ia32-msvc@4.12.1: + resolution: {integrity: sha512-LN+vnlZ9g0qlHGlS920GR4zFCqAwbv2lULrR29yGaWP9u7wF5L7GqWu9Ah6/kFZPXPUkpdZwd//TNR+9XC9hvA==} cpu: [ia32] os: [win32] requiresBuild: true dev: true optional: true - /@rollup/rollup-win32-x64-msvc@4.4.1: - resolution: {integrity: sha512-eAhItDX9yQtZVM3yvXS/VR3qPqcnXvnLyx1pLXl4JzyNMBNO3KC986t/iAg2zcMzpAp9JSvxB5VZGnBiNoA98w==} + /@rollup/rollup-win32-x64-msvc@4.12.1: + resolution: {integrity: sha512-n+vkrSyphvmU0qkQ6QBNXCGr2mKjhP08mPRM/Xp5Ck2FV4NrHU+y6axzDeixUrCBHVUS51TZhjqrKBBsHLKb2Q==} cpu: [x64] os: [win32] requiresBuild: true dev: true optional: true - /@rushstack/node-core-library@3.62.0(@types/node@20.11.5): + /@rushstack/node-core-library@3.62.0(@types/node@20.11.25): resolution: {integrity: sha512-88aJn2h8UpSvdwuDXBv1/v1heM6GnBf3RjEy6ZPP7UnzHNCqOHA2Ut+ScYUbXcqIdfew9JlTAe3g+cnX9xQ/Aw==} peerDependencies: '@types/node': '*' @@ -6259,7 +6082,7 @@ packages: '@types/node': optional: true dependencies: - '@types/node': 20.11.5 + '@types/node': 20.11.25 colors: 1.2.5 fs-extra: 7.0.1 import-lazy: 4.0.0 @@ -6303,46 +6126,43 @@ packages: selderee: 0.11.0 dev: false - /@sentry-internal/tracing@7.93.0: - resolution: {integrity: sha512-DjuhmQNywPp+8fxC9dvhGrqgsUb6wI/HQp25lS2Re7VxL1swCasvpkg8EOYP4iBniVQ86QK0uITkOIRc5tdY1w==} + /@sentry-internal/tracing@7.106.0: + resolution: {integrity: sha512-O8Es6Sa/tP80nfl+8soNfWzeRNFcT484SvjLR8BS3pHM9KDAlwNXyoQhFr2BKNYL1irbq6UF6eku4xCnUKVmqA==} engines: {node: '>=8'} dependencies: - '@sentry/core': 7.93.0 - '@sentry/types': 7.93.0 - '@sentry/utils': 7.93.0 + '@sentry/core': 7.106.0 + '@sentry/types': 7.106.0 + '@sentry/utils': 7.106.0 dev: false - /@sentry/core@7.93.0: - resolution: {integrity: sha512-vZQSUiDn73n+yu2fEcH+Wpm4GbRmtxmnXnYCPgM6IjnXqkVm3awWAkzrheADblx3kmxrRiOlTXYHw9NTWs56fg==} + /@sentry/core@7.106.0: + resolution: {integrity: sha512-Dc13XtnyFaXup2E4vCbzuG0QKAVjrJBk4qfGwvSJaTuopEaEWBs2MpK6hRzFhsz9S3T0La7c1F/62NptvTUWsQ==} engines: {node: '>=8'} dependencies: - '@sentry/types': 7.93.0 - '@sentry/utils': 7.93.0 + '@sentry/types': 7.106.0 + '@sentry/utils': 7.106.0 dev: false - /@sentry/node@7.93.0: - resolution: {integrity: sha512-nUXPCZQm5Y9Ipv7iWXLNp5dbuyi1VvbJ3RtlwD7utgsNkRYB4ixtKE9w2QU8DZZAjaEF6w2X94OkYH6C932FWw==} + /@sentry/node@7.106.0: + resolution: {integrity: sha512-4DIqbu5K7//lK/k2nV8lqKeGQzhu2T1OpJFmiUrjN6fUKWivGFjZrcmQDS7tvhAAyJezkL3LlrNU4tjPHUElPA==} engines: {node: '>=8'} dependencies: - '@sentry-internal/tracing': 7.93.0 - '@sentry/core': 7.93.0 - '@sentry/types': 7.93.0 - '@sentry/utils': 7.93.0 - https-proxy-agent: 5.0.1 - transitivePeerDependencies: - - supports-color + '@sentry-internal/tracing': 7.106.0 + '@sentry/core': 7.106.0 + '@sentry/types': 7.106.0 + '@sentry/utils': 7.106.0 dev: false - /@sentry/types@7.93.0: - resolution: {integrity: sha512-UnzUccNakhFRA/esWBWP+0v7cjNg+RilFBQC03Mv9OEMaZaS29zSbcOGtRzuFOXXLBdbr44BWADqpz3VW0XaNw==} + /@sentry/types@7.106.0: + resolution: {integrity: sha512-oKTkDaL6P9xJC5/zHLRemHTWboUqRYjkJNaZCN63j4kJqGy56wee4vDtDese/NWWn4U4C1QV1h+Mifm2HmDcQg==} engines: {node: '>=8'} dev: false - /@sentry/utils@7.93.0: - resolution: {integrity: sha512-Iovj7tUnbgSkh/WrAaMrd5UuYjW7AzyzZlFDIUrwidsyIdUficjCG2OIxYzh76H6nYIx9SxewW0R54Q6XoB4uA==} + /@sentry/utils@7.106.0: + resolution: {integrity: sha512-bVsePsXLpFu/1sH4rpJrPcnVxW2fXXfGfGxKs6Bm+dkOMbuVTlk/KAzIbdjCDIpVlrMDJmMNEv5xgTFjgWDkjw==} engines: {node: '>=8'} dependencies: - '@sentry/types': 7.93.0 + '@sentry/types': 7.106.0 dev: false /@sinclair/typebox@0.27.8: @@ -6353,8 +6173,8 @@ packages: engines: {node: '>=10'} dev: true - /@sinonjs/commons@3.0.0: - resolution: {integrity: sha512-jXBtWAF4vmdNmZgD5FoKsVLv3rPgDnLgPbU84LIJ3otV44vJlDRokVng5v8NFJdCf/da9legHcKaRuZs4L7faA==} + /@sinonjs/commons@3.0.1: + resolution: {integrity: sha512-K3mCHKQ9sVh8o1C9cxkwxaOmXoAMlDxC1mYyHrjqOWEcBjYr76t96zL2zlj5dUGZ3HSw240X1qgH3Mjf1yJWpQ==} dependencies: type-detect: 4.0.8 dev: true @@ -6362,10 +6182,10 @@ packages: /@sinonjs/fake-timers@10.3.0: resolution: {integrity: sha512-V4BG07kuYSUkTCSBHG8G8TNhM+F19jXFWnQtzj+we8DrkpSBCee9Z3Ms8yiGer/dlmhe35/Xdgyo3/0rQKg7YA==} dependencies: - '@sinonjs/commons': 3.0.0 + '@sinonjs/commons': 3.0.1 dev: true - /@songkeys/nestjs-redis-health@10.0.0(@nestjs/common@10.3.0)(@nestjs/core@10.3.0)(@nestjs/terminus@10.2.0)(ioredis@5.3.2): + /@songkeys/nestjs-redis-health@10.0.0(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(@nestjs/terminus@10.2.3)(ioredis@5.3.2): resolution: {integrity: sha512-FmVW+DnH2XXK1yhDM2GEtTy39TCJe4ch7T5kVU7FjxK4dbIjWf7xuFyzoIyNPl1XuH7vvkjy1O8aMNvNWhhmuA==} engines: {node: '>=16.0.0'} peerDependencies: @@ -6374,14 +6194,14 @@ packages: '@nestjs/terminus': ^10.0.0 ioredis: ^5.0.0 dependencies: - '@nestjs/common': 10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1) - '@nestjs/core': 10.3.0(@nestjs/common@10.3.0)(@nestjs/platform-express@10.3.0)(reflect-metadata@0.2.1)(rxjs@7.8.1) - '@nestjs/terminus': 10.2.0(@nestjs/axios@3.0.1)(@nestjs/common@10.3.0)(@nestjs/core@10.3.0)(@prisma/client@5.8.1)(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/common': 10.3.3(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/core': 10.3.3(@nestjs/common@10.3.3)(@nestjs/platform-express@10.3.3)(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/terminus': 10.2.3(@nestjs/axios@3.0.2)(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(@prisma/client@5.10.2)(reflect-metadata@0.2.1)(rxjs@7.8.1) ioredis: 5.3.2 tslib: 2.6.0 dev: false - /@songkeys/nestjs-redis@10.0.0(@nestjs/common@10.3.0)(@nestjs/core@10.3.0)(ioredis@5.3.2): + /@songkeys/nestjs-redis@10.0.0(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(ioredis@5.3.2): resolution: {integrity: sha512-s56+NECuJXzcaPLYzpvA2xjL0e/1Zy55UE0q6b1UqpbQSKI06TFPFCWCMUadJigiuB26O1hxi+lmDbzahKvcLg==} engines: {node: '>=16.0.0'} peerDependencies: @@ -6389,109 +6209,109 @@ packages: '@nestjs/core': ^10.0.0 ioredis: ^5.0.0 dependencies: - '@nestjs/common': 10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1) - '@nestjs/core': 10.3.0(@nestjs/common@10.3.0)(@nestjs/platform-express@10.3.0)(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/common': 10.3.3(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/core': 10.3.3(@nestjs/common@10.3.3)(@nestjs/platform-express@10.3.3)(reflect-metadata@0.2.1)(rxjs@7.8.1) ioredis: 5.3.2 tslib: 2.6.0 dev: false - /@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.23.7): + /@svgr/babel-plugin-add-jsx-attribute@8.0.0(@babel/core@7.24.0): resolution: {integrity: sha512-b9MIk7yhdS1pMCZM8VeNfUlSKVRhsHZNMl5O9SfaX0l0t5wjdgu4IDzGB8bpnGBBOjGST3rRFVsaaEtI4W6f7g==} engines: {node: '>=14'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 dev: true - /@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.23.7): + /@svgr/babel-plugin-remove-jsx-attribute@8.0.0(@babel/core@7.24.0): resolution: {integrity: sha512-BcCkm/STipKvbCl6b7QFrMh/vx00vIP63k2eM66MfHJzPr6O2U0jYEViXkHJWqXqQYjdeA9cuCl5KWmlwjDvbA==} engines: {node: '>=14'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 dev: true - /@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.23.7): + /@svgr/babel-plugin-remove-jsx-empty-expression@8.0.0(@babel/core@7.24.0): resolution: {integrity: sha512-5BcGCBfBxB5+XSDSWnhTThfI9jcO5f0Ai2V24gZpG+wXF14BzwxxdDb4g6trdOux0rhibGs385BeFMSmxtS3uA==} engines: {node: '>=14'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 dev: true - /@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0(@babel/core@7.23.7): + /@svgr/babel-plugin-replace-jsx-attribute-value@8.0.0(@babel/core@7.24.0): resolution: {integrity: sha512-KVQ+PtIjb1BuYT3ht8M5KbzWBhdAjjUPdlMtpuw/VjT8coTrItWX6Qafl9+ji831JaJcu6PJNKCV0bp01lBNzQ==} engines: {node: '>=14'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 dev: true - /@svgr/babel-plugin-svg-dynamic-title@8.0.0(@babel/core@7.23.7): + /@svgr/babel-plugin-svg-dynamic-title@8.0.0(@babel/core@7.24.0): resolution: {integrity: sha512-omNiKqwjNmOQJ2v6ge4SErBbkooV2aAWwaPFs2vUY7p7GhVkzRkJ00kILXQvRhA6miHnNpXv7MRnnSjdRjK8og==} engines: {node: '>=14'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 dev: true - /@svgr/babel-plugin-svg-em-dimensions@8.0.0(@babel/core@7.23.7): + /@svgr/babel-plugin-svg-em-dimensions@8.0.0(@babel/core@7.24.0): resolution: {integrity: sha512-mURHYnu6Iw3UBTbhGwE/vsngtCIbHE43xCRK7kCw4t01xyGqb2Pd+WXekRRoFOBIY29ZoOhUCTEweDMdrjfi9g==} engines: {node: '>=14'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 dev: true - /@svgr/babel-plugin-transform-react-native-svg@8.1.0(@babel/core@7.23.7): + /@svgr/babel-plugin-transform-react-native-svg@8.1.0(@babel/core@7.24.0): resolution: {integrity: sha512-Tx8T58CHo+7nwJ+EhUwx3LfdNSG9R2OKfaIXXs5soiy5HtgoAEkDay9LIimLOcG8dJQH1wPZp/cnAv6S9CrR1Q==} engines: {node: '>=14'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 dev: true - /@svgr/babel-plugin-transform-svg-component@8.0.0(@babel/core@7.23.7): + /@svgr/babel-plugin-transform-svg-component@8.0.0(@babel/core@7.24.0): resolution: {integrity: sha512-DFx8xa3cZXTdb/k3kfPeaixecQLgKh5NVBMwD0AQxOzcZawK4oo1Jh9LbrcACUivsCA7TLG8eeWgrDXjTMhRmw==} engines: {node: '>=12'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 dev: true - /@svgr/babel-preset@8.1.0(@babel/core@7.23.7): + /@svgr/babel-preset@8.1.0(@babel/core@7.24.0): resolution: {integrity: sha512-7EYDbHE7MxHpv4sxvnVPngw5fuR6pw79SkcrILHJ/iMpuKySNCl5W1qcwPEpU+LgyRXOaAFgH0KhwD18wwg6ug==} engines: {node: '>=14'} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@svgr/babel-plugin-add-jsx-attribute': 8.0.0(@babel/core@7.23.7) - '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.23.7) - '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.23.7) - '@svgr/babel-plugin-replace-jsx-attribute-value': 8.0.0(@babel/core@7.23.7) - '@svgr/babel-plugin-svg-dynamic-title': 8.0.0(@babel/core@7.23.7) - '@svgr/babel-plugin-svg-em-dimensions': 8.0.0(@babel/core@7.23.7) - '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.23.7) - '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.23.7) + '@babel/core': 7.24.0 + '@svgr/babel-plugin-add-jsx-attribute': 8.0.0(@babel/core@7.24.0) + '@svgr/babel-plugin-remove-jsx-attribute': 8.0.0(@babel/core@7.24.0) + '@svgr/babel-plugin-remove-jsx-empty-expression': 8.0.0(@babel/core@7.24.0) + '@svgr/babel-plugin-replace-jsx-attribute-value': 8.0.0(@babel/core@7.24.0) + '@svgr/babel-plugin-svg-dynamic-title': 8.0.0(@babel/core@7.24.0) + '@svgr/babel-plugin-svg-em-dimensions': 8.0.0(@babel/core@7.24.0) + '@svgr/babel-plugin-transform-react-native-svg': 8.1.0(@babel/core@7.24.0) + '@svgr/babel-plugin-transform-svg-component': 8.0.0(@babel/core@7.24.0) dev: true - /@svgr/core@8.1.0(typescript@5.3.3): + /@svgr/core@8.1.0(typescript@5.4.2): resolution: {integrity: sha512-8QqtOQT5ACVlmsvKOJNEaWmRPmcojMOzCz4Hs2BGG/toAp/K38LcsMRyLp349glq5AzJbCEeimEoxaX6v/fLrA==} engines: {node: '>=14'} dependencies: - '@babel/core': 7.23.7 - '@svgr/babel-preset': 8.1.0(@babel/core@7.23.7) + '@babel/core': 7.24.0 + '@svgr/babel-preset': 8.1.0(@babel/core@7.24.0) camelcase: 6.3.0 - cosmiconfig: 8.3.6(typescript@5.3.3) + cosmiconfig: 8.3.6(typescript@5.4.2) snake-case: 3.0.4 transitivePeerDependencies: - supports-color @@ -6502,7 +6322,7 @@ packages: resolution: {integrity: sha512-EbDKwO9GpfWP4jN9sGdYwPBU0kdomaPIL2Eu4YwmgP+sJeXT+L7bMwJUBnhzfH8Q2qMBqZ4fJwpCyYsAN3mt2Q==} engines: {node: '>=14'} dependencies: - '@babel/types': 7.23.5 + '@babel/types': 7.24.0 entities: 4.5.0 dev: true @@ -6512,83 +6332,86 @@ packages: peerDependencies: '@svgr/core': '*' dependencies: - '@babel/core': 7.23.7 - '@svgr/babel-preset': 8.1.0(@babel/core@7.23.7) - '@svgr/core': 8.1.0(typescript@5.3.3) + '@babel/core': 7.24.0 + '@svgr/babel-preset': 8.1.0(@babel/core@7.24.0) + '@svgr/core': 8.1.0(typescript@5.4.2) '@svgr/hast-util-to-babel-ast': 8.0.0 svg-parser: 2.0.4 transitivePeerDependencies: - supports-color dev: true - /@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0)(typescript@5.3.3): + /@svgr/plugin-svgo@8.1.0(@svgr/core@8.1.0)(typescript@5.4.2): resolution: {integrity: sha512-Ywtl837OGO9pTLIN/onoWLmDQ4zFUycI1g76vuKGEz6evR/ZTJlJuz3G/fIkb6OVBJ2g0o6CGJzaEjfmEo3AHA==} engines: {node: '>=14'} peerDependencies: '@svgr/core': '*' dependencies: - '@svgr/core': 8.1.0(typescript@5.3.3) - cosmiconfig: 8.3.6(typescript@5.3.3) + '@svgr/core': 8.1.0(typescript@5.4.2) + cosmiconfig: 8.3.6(typescript@5.4.2) deepmerge: 4.3.1 - svgo: 3.0.3 + svgo: 3.2.0 transitivePeerDependencies: - typescript dev: true - /@svgr/webpack@8.1.0(typescript@5.3.3): + /@svgr/webpack@8.1.0(typescript@5.4.2): resolution: {integrity: sha512-LnhVjMWyMQV9ZmeEy26maJk+8HTIbd59cH4F2MJ439k9DqejRisfFNGAPvRYlKETuh9LrImlS8aKsBgKjMA8WA==} engines: {node: '>=14'} dependencies: - '@babel/core': 7.23.7 - '@babel/plugin-transform-react-constant-elements': 7.23.3(@babel/core@7.23.7) - '@babel/preset-env': 7.23.3(@babel/core@7.23.7) - '@babel/preset-react': 7.23.3(@babel/core@7.23.7) - '@babel/preset-typescript': 7.23.3(@babel/core@7.23.7) - '@svgr/core': 8.1.0(typescript@5.3.3) + '@babel/core': 7.24.0 + '@babel/plugin-transform-react-constant-elements': 7.23.3(@babel/core@7.24.0) + '@babel/preset-env': 7.24.0(@babel/core@7.24.0) + '@babel/preset-react': 7.23.3(@babel/core@7.24.0) + '@babel/preset-typescript': 7.23.3(@babel/core@7.24.0) + '@svgr/core': 8.1.0(typescript@5.4.2) '@svgr/plugin-jsx': 8.1.0(@svgr/core@8.1.0) - '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0)(typescript@5.3.3) + '@svgr/plugin-svgo': 8.1.0(@svgr/core@8.1.0)(typescript@5.4.2) transitivePeerDependencies: - supports-color - typescript dev: true - /@swc-node/core@1.10.6(@swc/core@1.3.104): - resolution: {integrity: sha512-lDIi/rPosmKIknWzvs2/Fi9zWRtbkx8OJ9pQaevhsoGzJSal8Pd315k1W5AIrnknfdAB4HqRN12fk6AhqnrEEw==} + /@swc-node/core@1.13.0(@swc/core@1.4.6)(@swc/types@0.1.5): + resolution: {integrity: sha512-lFPD4nmy4ifAOVMChFjwlpXN5KQXvegqeyuzz1KQz42q1lf+cL3Qux1/GteGuZjh8HC+Rj1RdNrHpE/MCfJSTw==} engines: {node: '>= 10'} peerDependencies: '@swc/core': '>= 1.3' + '@swc/types': '>= 0.1' dependencies: - '@swc/core': 1.3.104(@swc/helpers@0.5.3) + '@swc/core': 1.4.6(@swc/helpers@0.5.6) + '@swc/types': 0.1.5 dev: true - /@swc-node/register@1.6.8(@swc/core@1.3.104)(typescript@5.3.3): - resolution: {integrity: sha512-74ijy7J9CWr1Z88yO+ykXphV29giCrSpANQPQRooE0bObpkTO1g4RzQovIfbIaniBiGDDVsYwDoQ3FIrCE8HcQ==} + /@swc-node/register@1.9.0(@swc/core@1.4.6)(@swc/types@0.1.5)(typescript@5.4.2): + resolution: {integrity: sha512-i0iYInD4q5v3xQC6bKvs0QtfUxu197CU5qKALmpxEqTYs7sIhQ7KFLe3kP+eAR4gRkJTvAgjQgrokXLN2jZrOw==} peerDependencies: '@swc/core': '>= 1.3' typescript: '>= 4.3' dependencies: - '@swc-node/core': 1.10.6(@swc/core@1.3.104) - '@swc-node/sourcemap-support': 0.3.0 - '@swc/core': 1.3.104(@swc/helpers@0.5.3) + '@swc-node/core': 1.13.0(@swc/core@1.4.6)(@swc/types@0.1.5) + '@swc-node/sourcemap-support': 0.5.0 + '@swc/core': 1.4.6(@swc/helpers@0.5.6) colorette: 2.0.20 debug: 4.3.4 pirates: 4.0.6 tslib: 2.6.2 - typescript: 5.3.3 + typescript: 5.4.2 transitivePeerDependencies: + - '@swc/types' - supports-color dev: true - /@swc-node/sourcemap-support@0.3.0: - resolution: {integrity: sha512-gqBJSmJMWomZFxlppaKea7NeAqFrDrrS0RMt24No92M3nJWcyI9YKGEQKl+EyJqZ5gh6w1s0cTklMHMzRwA1NA==} + /@swc-node/sourcemap-support@0.5.0: + resolution: {integrity: sha512-fbhjL5G0YvFoWwNhWleuBUfotiX+USiA9oJqu9STFw+Hb0Cgnddn+HVS/K5fI45mn92e8V+cHD2jgFjk4w2T9Q==} dependencies: source-map-support: 0.5.21 tslib: 2.6.2 dev: true - /@swc/cli@0.1.63(@swc/core@1.3.104): - resolution: {integrity: sha512-EM9oxxHzmmsprYRbGqsS2M4M/Gr5Gkcl0ROYYIdlUyTkhOiX822EQiRCpPCwdutdnzH2GyaTN7wc6i0Y+CKd3A==} - engines: {node: '>= 12.13'} + /@swc/cli@0.3.10(@swc/core@1.4.6): + resolution: {integrity: sha512-YWfYo9kXdbmIuGwIPth9geKgb0KssCMTdZa44zAN5KoqcuCP2rTW9s60heQDSRNpbtCmUr7BKF1VivsoHXrvrQ==} + engines: {node: '>= 16.14.0'} hasBin: true peerDependencies: '@swc/core': ^1.2.66 @@ -6598,16 +6421,19 @@ packages: optional: true dependencies: '@mole-inc/bin-wrapper': 8.0.1 - '@swc/core': 1.3.104(@swc/helpers@0.5.3) - commander: 7.2.0 + '@swc/core': 1.4.6(@swc/helpers@0.5.6) + '@swc/counter': 0.1.3 + commander: 8.3.0 fast-glob: 3.3.2 - semver: 7.5.4 + minimatch: 9.0.3 + piscina: 4.4.0 + semver: 7.6.0 slash: 3.0.0 source-map: 0.7.4 dev: true - /@swc/core-darwin-arm64@1.3.104: - resolution: {integrity: sha512-rCnVj8x3kn6s914Adddu+zROHUn6mUEMkNKUckofs3W9OthNlZXJA3C5bS2MMTRFXCWamJ0Zmh6INFpz+f4Tfg==} + /@swc/core-darwin-arm64@1.4.6: + resolution: {integrity: sha512-bpggpx/BfLFyy48aUKq1PsNUxb7J6CINlpAUk0V4yXfmGnpZH80Gp1pM3GkFDQyCfq7L7IpjPrIjWQwCrL4hYw==} engines: {node: '>=10'} cpu: [arm64] os: [darwin] @@ -6615,8 +6441,8 @@ packages: dev: true optional: true - /@swc/core-darwin-x64@1.3.104: - resolution: {integrity: sha512-LBCWGTYkn1UjyxrmcLS3vZgtCDVhwxsQMV7jz5duc7Gas8SRWh6ZYqvUkjlXMDX1yx0uvzHrkaRw445+zDRj7Q==} + /@swc/core-darwin-x64@1.4.6: + resolution: {integrity: sha512-vJn+/ZuBTg+vtNkcmgZdH6FQpa0hFVdnB9bAeqYwKkyqP15zaPe6jfC+qL2y/cIeC7ASvHXEKrnCZgBLxfVQ9w==} engines: {node: '>=10'} cpu: [x64] os: [darwin] @@ -6624,8 +6450,8 @@ packages: dev: true optional: true - /@swc/core-linux-arm-gnueabihf@1.3.104: - resolution: {integrity: sha512-iFbsWcx0TKHWnFBNCuUstYqRtfkyBx7FKv5To1Hx14EMuvvoCD/qUoJEiNfDQN5n/xU9g5xq4RdbjEWCFLhAbA==} + /@swc/core-linux-arm-gnueabihf@1.4.6: + resolution: {integrity: sha512-hEmYcB/9XBAl02MtuVHszhNjQpjBzhk/NFulnU33tBMbNZpy2TN5yTsitezMq090QXdDz8sKIALApDyg07ZR8g==} engines: {node: '>=10'} cpu: [arm] os: [linux] @@ -6633,8 +6459,8 @@ packages: dev: true optional: true - /@swc/core-linux-arm64-gnu@1.3.104: - resolution: {integrity: sha512-1BIIp+nUPrRHHaJ35YJqrwXPwYSITp5robqqjyTwoKGw2kq0x+A964kpWul6v0d7A9Ial8fyH4m13eSWBodD2A==} + /@swc/core-linux-arm64-gnu@1.4.6: + resolution: {integrity: sha512-/UCYIVoGpm2YVvGHZM2QOA3dexa28BjcpLAIYnoCbgH5f7ulDhE8FAIO/9pasj+kixDBsdqewHfsNXFYlgGJjQ==} engines: {node: '>=10'} cpu: [arm64] os: [linux] @@ -6642,8 +6468,8 @@ packages: dev: true optional: true - /@swc/core-linux-arm64-musl@1.3.104: - resolution: {integrity: sha512-IyDNkzpKwvLqmRwTW+s8f8OsOSSj1N6juZKbvNHpZRfWZkz3T70q3vJlDBWQwy8z8cm7ckd7YUT3eKcSBPPowg==} + /@swc/core-linux-arm64-musl@1.4.6: + resolution: {integrity: sha512-LGQsKJ8MA9zZ8xHCkbGkcPSmpkZL2O7drvwsGKynyCttHhpwVjj9lguhD4DWU3+FWIsjvho5Vu0Ggei8OYi/Lw==} engines: {node: '>=10'} cpu: [arm64] os: [linux] @@ -6651,8 +6477,8 @@ packages: dev: true optional: true - /@swc/core-linux-x64-gnu@1.3.104: - resolution: {integrity: sha512-MfX/wiRdTjE5uXHTDnaX69xI4UBfxIhcxbVlMj//N+7AX/G2pl2UFityfVMU2HpM12BRckrCxVI8F/Zy3DZkYQ==} + /@swc/core-linux-x64-gnu@1.4.6: + resolution: {integrity: sha512-10JL2nLIreMQDKvq2TECnQe5fCuoqBHu1yW8aChqgHUyg9d7gfZX/kppUsuimqcgRBnS0AjTDAA+JF6UsG/2Yg==} engines: {node: '>=10'} cpu: [x64] os: [linux] @@ -6660,8 +6486,8 @@ packages: dev: true optional: true - /@swc/core-linux-x64-musl@1.3.104: - resolution: {integrity: sha512-5yeILaxA31gGEmquErO8yxlq1xu0XVt+fz5mbbKXKZMRRILxYxNzAGb5mzV41r0oHz6Vhv4AXX/WMCmeWl+HkQ==} + /@swc/core-linux-x64-musl@1.4.6: + resolution: {integrity: sha512-EGyjFVzVY6Do89x8sfah7I3cuP4MwtwzmA6OlfD/KASqfCFf5eIaEBMbajgR41bVfMV7lK72lwAIea5xEyq1AQ==} engines: {node: '>=10'} cpu: [x64] os: [linux] @@ -6669,8 +6495,8 @@ packages: dev: true optional: true - /@swc/core-win32-arm64-msvc@1.3.104: - resolution: {integrity: sha512-rwcImsYnWDWGmeESG0XdGGOql5s3cG5wA8C4hHHKdH76zamPfDKKQFBsjmoNi0f1IsxaI9AJPeOmD4bAhT1ZoQ==} + /@swc/core-win32-arm64-msvc@1.4.6: + resolution: {integrity: sha512-gfW9AuXvwSyK07Vb8Y8E9m2oJZk21WqcD+X4BZhkbKB0TCZK0zk1j/HpS2UFlr1JB2zPKPpSWLU3ll0GEHRG2A==} engines: {node: '>=10'} cpu: [arm64] os: [win32] @@ -6678,8 +6504,8 @@ packages: dev: true optional: true - /@swc/core-win32-ia32-msvc@1.3.104: - resolution: {integrity: sha512-ICDA+CJLYC7NkePnrbh/MvXwDQfy3rZSFgrVdrqRosv9DKHdFjYDnA9++7ozjrIdFdBrFW2NR7pyUcidlwhNzA==} + /@swc/core-win32-ia32-msvc@1.4.6: + resolution: {integrity: sha512-ZuQm81FhhvNVYtVb9GfZ+Du6e7fZlkisWvuCeBeRiyseNt1tcrQ8J3V67jD2nxje8CVXrwG3oUIbPcybv2rxfQ==} engines: {node: '>=10'} cpu: [ia32] os: [win32] @@ -6687,8 +6513,8 @@ packages: dev: true optional: true - /@swc/core-win32-x64-msvc@1.3.104: - resolution: {integrity: sha512-fZJ1Ju62U4lMZVU+nHxLkFNcu0hG5Y0Yj/5zjrlbuX5N8J5eDndWAFsVnQhxRTZqKhZB53pvWRQs5FItSDqgXg==} + /@swc/core-win32-x64-msvc@1.4.6: + resolution: {integrity: sha512-UagPb7w5V0uzWSjrXwOavGa7s9iv3wrVdEgWy+/inm0OwY4lj3zpK9qDnMWAwYLuFwkI3UG4Q3dH8wD+CUUcjw==} engines: {node: '>=10'} cpu: [x64] os: [win32] @@ -6696,8 +6522,8 @@ packages: dev: true optional: true - /@swc/core@1.3.104(@swc/helpers@0.5.3): - resolution: {integrity: sha512-9LWH/qzR/Pmyco+XwPiPfz59T1sryI7o5dmqb593MfCkaX5Fzl9KhwQTI47i21/bXYuCdfa9ySZuVkzXMirYxA==} + /@swc/core@1.4.6(@swc/helpers@0.5.6): + resolution: {integrity: sha512-A7iK9+1qzTCIuc3IYcS8gPHCm9bZVKUJrfNnwveZYyo6OFp3jLno4WOM2yBy5uqedgYATEiWgBYHKq37KrU6IA==} engines: {node: '>=10'} requiresBuild: true peerDependencies: @@ -6706,28 +6532,28 @@ packages: '@swc/helpers': optional: true dependencies: - '@swc/counter': 0.1.2 - '@swc/helpers': 0.5.3 + '@swc/counter': 0.1.3 + '@swc/helpers': 0.5.6 '@swc/types': 0.1.5 optionalDependencies: - '@swc/core-darwin-arm64': 1.3.104 - '@swc/core-darwin-x64': 1.3.104 - '@swc/core-linux-arm-gnueabihf': 1.3.104 - '@swc/core-linux-arm64-gnu': 1.3.104 - '@swc/core-linux-arm64-musl': 1.3.104 - '@swc/core-linux-x64-gnu': 1.3.104 - '@swc/core-linux-x64-musl': 1.3.104 - '@swc/core-win32-arm64-msvc': 1.3.104 - '@swc/core-win32-ia32-msvc': 1.3.104 - '@swc/core-win32-x64-msvc': 1.3.104 + '@swc/core-darwin-arm64': 1.4.6 + '@swc/core-darwin-x64': 1.4.6 + '@swc/core-linux-arm-gnueabihf': 1.4.6 + '@swc/core-linux-arm64-gnu': 1.4.6 + '@swc/core-linux-arm64-musl': 1.4.6 + '@swc/core-linux-x64-gnu': 1.4.6 + '@swc/core-linux-x64-musl': 1.4.6 + '@swc/core-win32-arm64-msvc': 1.4.6 + '@swc/core-win32-ia32-msvc': 1.4.6 + '@swc/core-win32-x64-msvc': 1.4.6 dev: true - /@swc/counter@0.1.2: - resolution: {integrity: sha512-9F4ys4C74eSTEUNndnER3VJ15oru2NumfQxS8geE+f3eB5xvfxpWyqE5XlVnxb/R14uoXi6SLbBwwiDSkv+XEw==} + /@swc/counter@0.1.3: + resolution: {integrity: sha512-e2BR4lsJkkRlKZ/qCHPw9ZaSxc0MVUd7gtbtaB7aMvHeJVYe8sOB8DBZkP2DtISHGSku9sCK6T6cnY0CtXrOCQ==} dev: true - /@swc/helpers@0.5.3: - resolution: {integrity: sha512-FaruWX6KdudYloq1AHD/4nU+UsMTdNE8CKyrseXWEcgjDAbvkwJg2QGPAnfIJLIWsjZOSPLOAykK6fuYp4vp4A==} + /@swc/helpers@0.5.6: + resolution: {integrity: sha512-aYX01Ke9hunpoCexYAgQucEpARGQ5w/cqHFrIR+e9gdKb1QWTsVJuTJ2ozQzIAxLyRQe/m+2RqzkyOOGiMKRQA==} dependencies: tslib: 2.6.2 @@ -6771,37 +6597,37 @@ packages: tailwindcss: 3.4.1(ts-node@10.9.2) dev: true - /@tanstack/eslint-plugin-query@5.17.7(eslint@8.56.0)(typescript@5.3.3): - resolution: {integrity: sha512-RpKZXIuplRrUZLqqh+jTM1yJP8/Ck21FpaSB5uGyc9LY8LNwxC8AwgaRAXVOZzKVeQMunnt3HrK83HME+7jnGw==} + /@tanstack/eslint-plugin-query@5.20.1(eslint@8.57.0)(typescript@5.4.2): + resolution: {integrity: sha512-oIp7Wh90KHOm1FKCvcv87fiD2H96xo/crFrlhbvqBzR2f0tMEGOK/ANKMGNFQprd6BT6lyZhQPlOEkFdezsjIg==} peerDependencies: eslint: ^8.0.0 dependencies: - '@typescript-eslint/utils': 5.62.0(eslint@8.56.0)(typescript@5.3.3) - eslint: 8.56.0 + '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.2) + eslint: 8.57.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@tanstack/query-core@5.17.15: - resolution: {integrity: sha512-QURxpu77/ICA4d61aPvV7EcJ2MwmksxUejKBaq/xLcO2TUJAlXf4PFKHC/WxnVFI/7F1jeLx85AO3Vpk0+uBXw==} + /@tanstack/query-core@5.25.0: + resolution: {integrity: sha512-vlobHP64HTuSE68lWF1mEhwSRC5Q7gaT+a/m9S+ItuN+ruSOxe1rFnR9j0ACWQ314BPhBEVKfBQ6mHL0OWfdbQ==} dev: false - /@tanstack/react-query@5.17.15(react@18.2.0): - resolution: {integrity: sha512-9qur91mOihaUN7pXm6ioDtS+4qgkBcCiIaZyvi3lZNcQZsrMGCYZ+eP3hiFrV4khoJyJrFUX1W0NcCVlgwNZxQ==} + /@tanstack/react-query@5.25.0(react@18.2.0): + resolution: {integrity: sha512-u+n5R7mLO7RmeiIonpaCRVXNRWtZEef/aVZ/XGWRPa7trBIvGtzlfo0Ah7ZtnTYfrKEVwnZ/tzRCBcoiqJ/tFw==} peerDependencies: react: ^18.0.0 dependencies: - '@tanstack/query-core': 5.17.15 + '@tanstack/query-core': 5.25.0 react: 18.2.0 dev: false - /@testing-library/dom@9.3.3: - resolution: {integrity: sha512-fB0R+fa3AUqbLHWyxXa2kGVtf1Fe1ZZFr0Zp6AIbIAzXb2mKbEXl+PCQNUOaq5lbTab5tfctfXRNsWXxa2f7Aw==} + /@testing-library/dom@9.3.4: + resolution: {integrity: sha512-FlS4ZWlp97iiNWig0Muq8p+3rVDjRiYE+YKGbAqXOu9nwJFFOdL00kFpz42M+4huzYi86vAK1sOOfyOG45muIQ==} engines: {node: '>=14'} dependencies: '@babel/code-frame': 7.23.5 - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 '@types/aria-query': 5.0.4 aria-query: 5.1.3 chalk: 4.1.2 @@ -6810,249 +6636,249 @@ packages: pretty-format: 27.5.1 dev: true - /@testing-library/react@14.1.2(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-z4p7DVBTPjKM5qDZ0t5ZjzkpSNb+fZy1u6bzO7kk8oeGagpPCAtgh4cx1syrfp7a+QWkM021jGqjJaxJJnXAZg==} + /@testing-library/react@14.2.1(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-sGdjws32ai5TLerhvzThYFbpnF9XtL65Cjf+gB0Dhr29BGqK+mAeN7SURSdu+eqgET4ANcWoC7FQpkaiGvBr+A==} engines: {node: '>=14'} peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - '@babel/runtime': 7.23.2 - '@testing-library/dom': 9.3.3 - '@types/react-dom': 18.2.18 + '@babel/runtime': 7.24.0 + '@testing-library/dom': 9.3.4 + '@types/react-dom': 18.2.21 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: true - /@tiptap/core@2.1.16(@tiptap/pm@2.1.12): - resolution: {integrity: sha512-nKnV603UyzbcrqhCXTWxDN22Ujb4VNfmKkACms1JOMGo7BVARmMCp2nBsLW8fmgCxmf8AS0LXY63tU7ILWYc5g==} + /@tiptap/core@2.2.4(@tiptap/pm@2.2.4): + resolution: {integrity: sha512-cRrI8IlLIhCE1hacBQzXIC8dsRvGq6a4lYWQK/BaHuZg21CG7szp3Vd8Ix+ra1f5v0xPOT+Hy+QFNQooRMKMCw==} peerDependencies: '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/pm': 2.1.12 + '@tiptap/pm': 2.2.4 dev: false - /@tiptap/extension-blockquote@2.1.16(@tiptap/core@2.1.16): - resolution: {integrity: sha512-1OMk8cBrL0VnbnzD3XHx7U4oMDCiXRR7Spfl9JqwC9pS4RosOUBySNxpEBwhSegB0pK6sd7m44qLqj00If+cHA==} + /@tiptap/extension-blockquote@2.2.4(@tiptap/core@2.2.4): + resolution: {integrity: sha512-FrfPnn0VgVrUwWLwja1afX99JGLp6PE9ThVcmri+tLwUZQvTTVcCvHoCdOakav3/nge1+aV4iE3tQdyq1tWI9Q==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) dev: false - /@tiptap/extension-bold@2.1.16(@tiptap/core@2.1.16): - resolution: {integrity: sha512-gz2VrBkRRsGBiOHx1qB++VUfpuRdhJp6jlgNqqHFbIkjKr2NB+u7oiH5SbjlL4eG0wlam1QA4jAkXhZgdvkA4g==} + /@tiptap/extension-bold@2.2.4(@tiptap/core@2.2.4): + resolution: {integrity: sha512-v3tTLc8YESFZPOGj5ByFr8VbmQ/PTo49T1vsK50VubxIN/5r9cXlKH8kb3dZlZxCxJa3FrXNO/M8rdGBSWQvSg==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) dev: false - /@tiptap/extension-bubble-menu@2.1.16(@tiptap/core@2.1.16)(@tiptap/pm@2.1.12): - resolution: {integrity: sha512-MwKCmu2kU7+Xln/BvlrolU2hCXgoCoTr4NXJ+3v8A9w7tIq8leADoWacfEee2t3VNnGdXw/Xjza+DAr77JWjGg==} + /@tiptap/extension-bubble-menu@2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4): + resolution: {integrity: sha512-Nx1fS9jcFlhxaTDYlnayz2UulhK6CMaePc36+7PQIVI+u20RhgTCRNr25zKNemvsiM0RPZZVUjlHkxC0l5as1Q==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) - '@tiptap/pm': 2.1.12 + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) + '@tiptap/pm': 2.2.4 tippy.js: 6.3.7 dev: false - /@tiptap/extension-bullet-list@2.1.16(@tiptap/core@2.1.16): - resolution: {integrity: sha512-Cheaep5JShO9TtRslrOObSVKtRQFKozou2ZWDas5sIeef/A/GWPfVTzusfBGE/ItHwZNaDXwJOoVnSUPT8ulfw==} + /@tiptap/extension-bullet-list@2.2.4(@tiptap/core@2.2.4): + resolution: {integrity: sha512-z/MPmW8bhRougMuorl6MAQBXeK4rhlP+jBWlNwT+CT8h5IkXqPnDbM1sZeagp2nYfVV6Yc4RWpzimqHHtGnYTA==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) dev: false - /@tiptap/extension-code-block@2.1.16(@tiptap/core@2.1.16)(@tiptap/pm@2.1.12): - resolution: {integrity: sha512-IspVmwg17Vx59W8lEIbVRIeMscJtRCdsif45CkzVv1uSHMl7tmrJh3n8vv/vrB+rnLasQrOEbEKNEqUL3eHlKQ==} + /@tiptap/extension-code-block@2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4): + resolution: {integrity: sha512-h6WV9TmaBEZmvqe1ezMR83DhCPUap6P2mSR5pwVk0WVq6rvZjfgU0iF3EetBJOeDgPlz7cNe2NMDfVb1nGTM/g==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) - '@tiptap/pm': 2.1.12 + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) + '@tiptap/pm': 2.2.4 dev: false - /@tiptap/extension-code@2.1.16(@tiptap/core@2.1.16): - resolution: {integrity: sha512-2+fVfh3qQORgMRSZ6hn+yW5/rLzlulCzMhdL07G0lWY8/eWEv3p9DCfgw9AOHrrHFim8/MVWyRkrkBM/yHX9FA==} + /@tiptap/extension-code@2.2.4(@tiptap/core@2.2.4): + resolution: {integrity: sha512-JB4SJ2mUU/9qXFUf+K5K9szvovnN9AIcCb0f0UlcVBuddKHSqCl3wO3QJgYt44BfQTLMNuyzr+zVqfFd6BNt/g==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) dev: false - /@tiptap/extension-document@2.1.16(@tiptap/core@2.1.16): - resolution: {integrity: sha512-VSOrzGnpI9dJDffFn3ZjmPKYkH/YtYeDl6nqLu7TafRqyLMSEqxxxq/+Qs/7j8jbzq6osslY0sySckSulroIOg==} + /@tiptap/extension-document@2.2.4(@tiptap/core@2.2.4): + resolution: {integrity: sha512-z+05xGK0OFoXV1GL+/8bzcZuWMdMA3+EKwk5c+iziG60VZcvGTF7jBRsZidlu9Oaj0cDwWHCeeo6L9SgSh6i2A==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) dev: false - /@tiptap/extension-dropcursor@2.1.16(@tiptap/core@2.1.16)(@tiptap/pm@2.1.12): - resolution: {integrity: sha512-voWEIAmxV3f9Q0gc3K89HRq8KFeOVtHJBRHYihZwxMnvq2aMIwdpCx0GbiCd4slQaBLd1ASJHz1uAigVhR2+uA==} + /@tiptap/extension-dropcursor@2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4): + resolution: {integrity: sha512-IHwkEKmqpqXyJi16h7871NrcIqeyN7I6XRE2qdqi+MhGigVWI8nWHoYbjRKa7K/1uhs5zeRYyDlq5EuZyL6mgA==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) - '@tiptap/pm': 2.1.12 + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) + '@tiptap/pm': 2.2.4 dev: false - /@tiptap/extension-floating-menu@2.1.16(@tiptap/core@2.1.16)(@tiptap/pm@2.1.12): - resolution: {integrity: sha512-VBT4HBhkKr9S1VExyTb/qfQyZ5F0VJLasUoH8E4kdq3deCeifmTTIOukuXK5QbicFHVQmY2epeU6+w5c/bAcHQ==} + /@tiptap/extension-floating-menu@2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4): + resolution: {integrity: sha512-U25l7PEzOmlAPugNRl8t8lqyhQZS6W/+3f92+FdwW9qXju3i62iX/3OGCC3Gv+vybmQ4fbZmMjvl+VDfenNi3A==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) - '@tiptap/pm': 2.1.12 + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) + '@tiptap/pm': 2.2.4 tippy.js: 6.3.7 dev: false - /@tiptap/extension-gapcursor@2.1.16(@tiptap/core@2.1.16)(@tiptap/pm@2.1.12): - resolution: {integrity: sha512-Bgjo0da0W1QOhtnT3NR7GHPmVBZykNRekNGsTA3+nxCjkqh1G32Jt58TBKP3vdLBaww3lhrii0SYVErlFgIJnA==} + /@tiptap/extension-gapcursor@2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4): + resolution: {integrity: sha512-Y6htT/RDSqkQ1UwG2Ia+rNVRvxrKPOs3RbqKHPaWr3vbFWwhHyKhMCvi/FqfI3d5pViVHOZQ7jhb5hT/a0BmNw==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) - '@tiptap/pm': 2.1.12 + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) + '@tiptap/pm': 2.2.4 dev: false - /@tiptap/extension-hard-break@2.1.16(@tiptap/core@2.1.16): - resolution: {integrity: sha512-H3Bk8Gu5pV7xH8TrzH0WAoXrJVEKsDA6Evyl7H7aCAMAvotQL0ehuuX88bjPMCSAvBXZE39wYnJCJshGbVx0BA==} + /@tiptap/extension-hard-break@2.2.4(@tiptap/core@2.2.4): + resolution: {integrity: sha512-FPvS57GcqHIeLbPKGJa3gnH30Xw+YB1PXXnAWG2MpnMtc2Vtj1l5xaYYBZB+ADdXLAlU0YMbKhFLQO4+pg1Isg==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) dev: false - /@tiptap/extension-heading@2.1.16(@tiptap/core@2.1.16): - resolution: {integrity: sha512-vFQuAAnIxDwKjTV+ScSwIaeG4Uhm1cZddnbLTru1EJfIz9VvpHDZKEyL4ZJvWuKMAhCzlw54TQhBCVHqalXyaA==} + /@tiptap/extension-heading@2.2.4(@tiptap/core@2.2.4): + resolution: {integrity: sha512-gkq7Ns2FcrOCRq7Q+VRYt5saMt2R9g4REAtWy/jEevJ5UV5vA2AiGnYDmxwAkHutoYU0sAUkjqx37wE0wpamNw==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) dev: false - /@tiptap/extension-highlight@2.1.16(@tiptap/core@2.1.16): - resolution: {integrity: sha512-s2r36RJDsNPJx58kxnhRIvMN//06aO+qHsX4SJl2oFq9m8OBMhPqeqJHaD2bPMF0ODrZACujirAi1rBa0IwGiQ==} + /@tiptap/extension-highlight@2.2.4(@tiptap/core@2.2.4): + resolution: {integrity: sha512-GGl6ehKQ0Q0gGgUQhkWg2XYPfhVU5c0JD3NHzV4OrBP6JAtFeMYeSLdfYzFcmoYnGafvSZaJ3NukUvnDHZGzRg==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) dev: false - /@tiptap/extension-history@2.1.16(@tiptap/core@2.1.16)(@tiptap/pm@2.1.12): - resolution: {integrity: sha512-9YHPf8Xqqp5CQy1hJonkBzROj0ZHR1ZaIk9IaLlAPTpdkrUDXV9SC7qp3lozQsMg4vmU3K6H5VQo4ADpnR00OQ==} + /@tiptap/extension-history@2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4): + resolution: {integrity: sha512-FDM32XYF5NU4mzh+fJ8w2CyUqv0l2Nl15sd6fOhQkVxSj8t57z+DUXc9ZR3zkH+1RAagYJo/2Gu3e99KpMr0tg==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) - '@tiptap/pm': 2.1.12 + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) + '@tiptap/pm': 2.2.4 dev: false - /@tiptap/extension-horizontal-rule@2.1.16(@tiptap/core@2.1.16)(@tiptap/pm@2.1.12): - resolution: {integrity: sha512-Q+Zp0lJF7212YIuZnbMmn4KC1MZoZjQIuvSd+DOgCwKSeUcTXBbljDjOiN8yrY134r+A4fFM7KHTXWYqZGZQug==} + /@tiptap/extension-horizontal-rule@2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4): + resolution: {integrity: sha512-iCRHjFQQHApWg3R4fkKkJQhWEOdu1Fdc4YEAukdOXPSg3fg36IwjvsMXjt9SYBtVZ+iio3rORCZGXyMvgCH9uw==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) - '@tiptap/pm': 2.1.12 + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) + '@tiptap/pm': 2.2.4 dev: false - /@tiptap/extension-image@2.1.16(@tiptap/core@2.1.16): - resolution: {integrity: sha512-idvmJzdG/u9YDt/GOCvgQMB1p/GZbBqb2Spk8BhXHoBGHR4zFo609ExccXYKR4UWs0iTACDq80VwJvfHa8XYKw==} + /@tiptap/extension-image@2.2.4(@tiptap/core@2.2.4): + resolution: {integrity: sha512-xOnqZpnP/fAfmK5AKmXplVQdXBtY5AoZ9B+qllH129aLABaDRzl3e14ZRHC8ahQawOmCe6AOCCXYUBXDOlY5Jg==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) dev: false - /@tiptap/extension-italic@2.1.16(@tiptap/core@2.1.16): - resolution: {integrity: sha512-6mFGPBGxd2aICJ5Q3zYxuXO8slKoOP/PsSjEQn1bjs3h8Q3mPxHX290ePVp728o5F0myM9sxKSz2V6/VeuS/Yw==} + /@tiptap/extension-italic@2.2.4(@tiptap/core@2.2.4): + resolution: {integrity: sha512-qIhGNvWnsQswSgEMRA8jQQjxfkOGNAuNWKEVQX9DPoqAUgknT41hQcAMP8L2+OdACpb2jbVMOO5Cy5Dof2L8/w==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) dev: false - /@tiptap/extension-link@2.1.16(@tiptap/core@2.1.16)(@tiptap/pm@2.1.12): - resolution: {integrity: sha512-QIXYwxHi2kKU2sqDXngTpggO4ZmLm4vMxDlbWT9so1iUPAqQJW2ZRbdygFYy1txirWcoaJKocPwSJemyAeUzmw==} + /@tiptap/extension-link@2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4): + resolution: {integrity: sha512-Qsx0cFZm4dxbkToXs5TcXbSoUdicv8db1gV1DYIZdETqjBm4wFjlzCUP7hPHFlvNfeSy1BzAMRt+RpeuiwvxWQ==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) - '@tiptap/pm': 2.1.12 - linkifyjs: 4.1.2 + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) + '@tiptap/pm': 2.2.4 + linkifyjs: 4.1.3 dev: false - /@tiptap/extension-list-item@2.1.16(@tiptap/core@2.1.16): - resolution: {integrity: sha512-RLUodzFispIe1adarCEzf+OfaGZna/WR/k/HqPnbflSiJ6/I2P5MqI+ELjGGvc53eanf3+KpsHlB2Pganp8sMA==} + /@tiptap/extension-list-item@2.2.4(@tiptap/core@2.2.4): + resolution: {integrity: sha512-lPLKGKsHpM9ClUa8n7GEUn8pG6HCYU0vFruIy3l2t6jZdHkrgBnYtVGMZ13K8UDnj/hlAlccxku0D0P4mA1Vrg==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) dev: false - /@tiptap/extension-ordered-list@2.1.16(@tiptap/core@2.1.16): - resolution: {integrity: sha512-6QLUm90wz2lfzWGV4fX5NOOFA8zKlcDBNrTeOd0V7H4fcafLmANqU/5o4LLNJmK8y8f1YAvmHr9xgciqggGJJA==} + /@tiptap/extension-ordered-list@2.2.4(@tiptap/core@2.2.4): + resolution: {integrity: sha512-TpFy140O9Af1JciXt+xwqYUXxcJ6YG8zi/B5UDJujp+FH5sCmlYYBBnWxiFMhVaj6yEmA2eafu1qUkic/1X5Aw==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) dev: false - /@tiptap/extension-paragraph@2.1.16(@tiptap/core@2.1.16): - resolution: {integrity: sha512-JwCKSFjBLd9xAmxLe7hf1h4AucDvkGTfDb/wA1jId64g+uf0/tm6RDjnk/QD+D2YzoLGFLjQm0GAdPXTmyTPdA==} + /@tiptap/extension-paragraph@2.2.4(@tiptap/core@2.2.4): + resolution: {integrity: sha512-m1KwyvTNJxsq7StbspbcOhxO4Wk4YpElDbqOouWi+H4c8azdpI5Pn96ZqhFeE9bSyjByg6OcB/wqoJsLbeFWdQ==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) dev: false - /@tiptap/extension-strike@2.1.16(@tiptap/core@2.1.16): - resolution: {integrity: sha512-Z1hmBK1QWMMGDV2MJ3KBDiMuzcScjyx88cP5ln5G7626Zxeqywf84KF+2WyHBzJWfwMWpAouzwHKe9ld39Vu1w==} + /@tiptap/extension-strike@2.2.4(@tiptap/core@2.2.4): + resolution: {integrity: sha512-/a2EwQgA+PpG17V2tVRspcrIY0SN3blwcgM7lxdW4aucGkqSKnf7+91dkhQEwCZ//o8kv9mBCyRoCUcGy6S5Xg==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) dev: false - /@tiptap/extension-text-align@2.1.16(@tiptap/core@2.1.16): - resolution: {integrity: sha512-iyRqOZGoUl/yd2TZ+tvuRRxOym0bbE6+BoImd9TrF2bpYLSMt3wc1IzN2+jRGPkTtTnFbKLiFoyNZyYYyaxzkA==} + /@tiptap/extension-text-align@2.2.4(@tiptap/core@2.2.4): + resolution: {integrity: sha512-iojhpsv3n/r4g/4wMFl1d85RloWrAV3TRUJluurPQZJdrJ7ynJ2fiPqmigAXyaYAJ3+a1ryu9JPlktT9RdYO/A==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) dev: false - /@tiptap/extension-text@2.1.16(@tiptap/core@2.1.16): - resolution: {integrity: sha512-XzSJmAj32uYpaL/9FX3tRSU52DwZ9w+3yEffIcSN9MSwioqLsSolXOz7TuJfW6lSTar1ml9UPlRqX4dpayUTDQ==} + /@tiptap/extension-text@2.2.4(@tiptap/core@2.2.4): + resolution: {integrity: sha512-NlKHMPnRJXB+0AGtDlU0P2Pg+SdesA2lMMd7JzDUgJgL7pX2jOb8eUqSeOjFKuSzFSqYfH6C3o6mQiNhuQMv+g==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) dev: false - /@tiptap/extension-underline@2.1.16(@tiptap/core@2.1.16): - resolution: {integrity: sha512-OXGzIlKz5fA9BRdqC+HOkLFfJULfq2kOXc0ipKLoUq5sNoMGvmxnJbgv+mczKCDoJR/F3NsDCHQXLmaW7AYvcw==} + /@tiptap/extension-underline@2.2.4(@tiptap/core@2.2.4): + resolution: {integrity: sha512-jCHgIJMwtXlGHVy/j3L8/QvglHCikkHJw7YS5yf8E/8HlPh1tZfVy/IxdgacDOpUN30X+UPJZQDdVKymafgwdA==} peerDependencies: '@tiptap/core': ^2.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) dev: false - /@tiptap/pm@2.1.12: - resolution: {integrity: sha512-Q3MXXQABG4CZBesSp82yV84uhJh/W0Gag6KPm2HRWPimSFELM09Z9/5WK9RItAYE0aLhe4Krnyiczn9AAa1tQQ==} + /@tiptap/pm@2.2.4: + resolution: {integrity: sha512-Po0klR165zgtinhVp1nwMubjyKx6gAY9kH3IzcniYLCkqhPgiqnAcCr61TBpp4hfK8YURBS4ihvCB1dyfCyY8A==} dependencies: prosemirror-changeset: 2.2.1 prosemirror-collab: 1.3.1 @@ -7060,58 +6886,58 @@ packages: prosemirror-dropcursor: 1.8.1 prosemirror-gapcursor: 1.3.2 prosemirror-history: 1.3.2 - prosemirror-inputrules: 1.3.0 + prosemirror-inputrules: 1.4.0 prosemirror-keymap: 1.2.2 - prosemirror-markdown: 1.11.2 + prosemirror-markdown: 1.12.0 prosemirror-menu: 1.2.4 - prosemirror-model: 1.19.3 + prosemirror-model: 1.19.4 prosemirror-schema-basic: 1.2.2 prosemirror-schema-list: 1.3.0 prosemirror-state: 1.4.3 - prosemirror-tables: 1.3.4 - prosemirror-trailing-node: 2.0.7(prosemirror-model@1.19.3)(prosemirror-state@1.4.3)(prosemirror-view@1.32.4) + prosemirror-tables: 1.3.7 + prosemirror-trailing-node: 2.0.8(prosemirror-model@1.19.4)(prosemirror-state@1.4.3)(prosemirror-view@1.33.1) prosemirror-transform: 1.8.0 - prosemirror-view: 1.32.4 + prosemirror-view: 1.33.1 dev: false - /@tiptap/react@2.1.16(@tiptap/core@2.1.16)(@tiptap/pm@2.1.12)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-ywws50aV/8TNBBlFNXVR/bWpi5n0f+CDiwixsPGzne9T/zMfz30FnXej2xo7Qm1LLBdC0d65Mz7otdz+rn65cA==} + /@tiptap/react@2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-HkYmMZWcETPZn3KpzdDg/ns2TKeFh54TvtCEInA4ljYtWGLoZc/A+KaiEtMIgVs+Mo1XwrhuoNGjL9c0OK2HJw==} peerDependencies: '@tiptap/core': ^2.0.0 '@tiptap/pm': ^2.0.0 react: ^17.0.0 || ^18.0.0 react-dom: ^17.0.0 || ^18.0.0 dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) - '@tiptap/extension-bubble-menu': 2.1.16(@tiptap/core@2.1.16)(@tiptap/pm@2.1.12) - '@tiptap/extension-floating-menu': 2.1.16(@tiptap/core@2.1.16)(@tiptap/pm@2.1.12) - '@tiptap/pm': 2.1.12 + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) + '@tiptap/extension-bubble-menu': 2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4) + '@tiptap/extension-floating-menu': 2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4) + '@tiptap/pm': 2.2.4 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) dev: false - /@tiptap/starter-kit@2.1.16(@tiptap/pm@2.1.12): - resolution: {integrity: sha512-DudGvkNEB1IwfMAqBKCcT49BY275hKF6SwjTWN89cLvVBd2TBe4R6wWMNKDhwfR8fmXz/aXpGJWWO2AFimY3jg==} + /@tiptap/starter-kit@2.2.4(@tiptap/pm@2.2.4): + resolution: {integrity: sha512-Kbk7qUfIZg3+bNa3e/wBeDQt4jJB46uQgM+xy5NSY6H8NZP6gdmmap3aIrn9S/W/hGpxJl4RcXAeaT0CQji9XA==} dependencies: - '@tiptap/core': 2.1.16(@tiptap/pm@2.1.12) - '@tiptap/extension-blockquote': 2.1.16(@tiptap/core@2.1.16) - '@tiptap/extension-bold': 2.1.16(@tiptap/core@2.1.16) - '@tiptap/extension-bullet-list': 2.1.16(@tiptap/core@2.1.16) - '@tiptap/extension-code': 2.1.16(@tiptap/core@2.1.16) - '@tiptap/extension-code-block': 2.1.16(@tiptap/core@2.1.16)(@tiptap/pm@2.1.12) - '@tiptap/extension-document': 2.1.16(@tiptap/core@2.1.16) - '@tiptap/extension-dropcursor': 2.1.16(@tiptap/core@2.1.16)(@tiptap/pm@2.1.12) - '@tiptap/extension-gapcursor': 2.1.16(@tiptap/core@2.1.16)(@tiptap/pm@2.1.12) - '@tiptap/extension-hard-break': 2.1.16(@tiptap/core@2.1.16) - '@tiptap/extension-heading': 2.1.16(@tiptap/core@2.1.16) - '@tiptap/extension-history': 2.1.16(@tiptap/core@2.1.16)(@tiptap/pm@2.1.12) - '@tiptap/extension-horizontal-rule': 2.1.16(@tiptap/core@2.1.16)(@tiptap/pm@2.1.12) - '@tiptap/extension-italic': 2.1.16(@tiptap/core@2.1.16) - '@tiptap/extension-list-item': 2.1.16(@tiptap/core@2.1.16) - '@tiptap/extension-ordered-list': 2.1.16(@tiptap/core@2.1.16) - '@tiptap/extension-paragraph': 2.1.16(@tiptap/core@2.1.16) - '@tiptap/extension-strike': 2.1.16(@tiptap/core@2.1.16) - '@tiptap/extension-text': 2.1.16(@tiptap/core@2.1.16) + '@tiptap/core': 2.2.4(@tiptap/pm@2.2.4) + '@tiptap/extension-blockquote': 2.2.4(@tiptap/core@2.2.4) + '@tiptap/extension-bold': 2.2.4(@tiptap/core@2.2.4) + '@tiptap/extension-bullet-list': 2.2.4(@tiptap/core@2.2.4) + '@tiptap/extension-code': 2.2.4(@tiptap/core@2.2.4) + '@tiptap/extension-code-block': 2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4) + '@tiptap/extension-document': 2.2.4(@tiptap/core@2.2.4) + '@tiptap/extension-dropcursor': 2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4) + '@tiptap/extension-gapcursor': 2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4) + '@tiptap/extension-hard-break': 2.2.4(@tiptap/core@2.2.4) + '@tiptap/extension-heading': 2.2.4(@tiptap/core@2.2.4) + '@tiptap/extension-history': 2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4) + '@tiptap/extension-horizontal-rule': 2.2.4(@tiptap/core@2.2.4)(@tiptap/pm@2.2.4) + '@tiptap/extension-italic': 2.2.4(@tiptap/core@2.2.4) + '@tiptap/extension-list-item': 2.2.4(@tiptap/core@2.2.4) + '@tiptap/extension-ordered-list': 2.2.4(@tiptap/core@2.2.4) + '@tiptap/extension-paragraph': 2.2.4(@tiptap/core@2.2.4) + '@tiptap/extension-strike': 2.2.4(@tiptap/core@2.2.4) + '@tiptap/extension-text': 2.2.4(@tiptap/core@2.2.4) transitivePeerDependencies: - '@tiptap/pm' dev: false @@ -7159,43 +6985,33 @@ packages: '@types/retry': 0.12.5 dev: true - /@types/babel__core@7.20.4: - resolution: {integrity: sha512-mLnSC22IC4vcWiuObSRjrLd9XcBTGf59vUSoq2jkQDJ/QQ8PMI9rSuzE+aEV8karUMbskw07bKYoUJCKTUaygg==} - dependencies: - '@babel/parser': 7.23.5 - '@babel/types': 7.23.5 - '@types/babel__generator': 7.6.7 - '@types/babel__template': 7.4.4 - '@types/babel__traverse': 7.20.4 - dev: true - /@types/babel__core@7.20.5: resolution: {integrity: sha512-qoQprZvz5wQFJwMDqeseRXWv3rqMvhgpbXFfVyWhbx9X47POIA6i/+dXefEmZKoAgOaTdaIgNSMqMIU61yRyzA==} dependencies: - '@babel/parser': 7.23.5 - '@babel/types': 7.23.5 - '@types/babel__generator': 7.6.7 + '@babel/parser': 7.24.0 + '@babel/types': 7.24.0 + '@types/babel__generator': 7.6.8 '@types/babel__template': 7.4.4 - '@types/babel__traverse': 7.20.4 + '@types/babel__traverse': 7.20.5 dev: true - /@types/babel__generator@7.6.7: - resolution: {integrity: sha512-6Sfsq+EaaLrw4RmdFWE9Onp63TOUue71AWb4Gpa6JxzgTYtimbM086WnYTy2U67AofR++QKCo08ZP6pwx8YFHQ==} + /@types/babel__generator@7.6.8: + resolution: {integrity: sha512-ASsj+tpEDsEiFr1arWrlN6V3mdfjRMZt6LtK/Vp/kreFLnr5QH5+DhvD5nINYZXzwJvXeGq+05iUXcAzVrqWtw==} dependencies: - '@babel/types': 7.23.5 + '@babel/types': 7.24.0 dev: true /@types/babel__template@7.4.4: resolution: {integrity: sha512-h/NUaSyG5EyxBIp8YRxo4RMe2/qQgvyowRwVMzhYhBCONbW8PUsg4lkFMrhgZhUe5z3L3MiLDuvyJ/CaPa2A8A==} dependencies: - '@babel/parser': 7.23.5 - '@babel/types': 7.23.5 + '@babel/parser': 7.24.0 + '@babel/types': 7.24.0 dev: true - /@types/babel__traverse@7.20.4: - resolution: {integrity: sha512-mSM/iKUk5fDDrEV/e83qY+Cr3I1+Q3qqTuEn++HAWYjEa1+NxZr6CNrcJGf2ZTnq4HoFGC3zaTPZTobCzCFukA==} + /@types/babel__traverse@7.20.5: + resolution: {integrity: sha512-WXCyOcRtH37HAUkpXhUduaxdm82b4GSlyTqajXviN4EfiuPgNYR109xMCKvpl6zPIpua0DGlMEDCq+g8EdoheQ==} dependencies: - '@babel/types': 7.23.5 + '@babel/types': 7.24.0 dev: true /@types/bcryptjs@2.4.6: @@ -7206,12 +7022,12 @@ packages: resolution: {integrity: sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==} dependencies: '@types/connect': 3.4.38 - '@types/node': 20.11.5 + '@types/node': 20.11.25 /@types/bonjour@3.5.13: resolution: {integrity: sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==} dependencies: - '@types/node': 20.11.5 + '@types/node': 20.11.25 dev: true /@types/cacheable-request@6.0.3: @@ -7219,24 +7035,24 @@ packages: dependencies: '@types/http-cache-semantics': 4.0.4 '@types/keyv': 3.1.4 - '@types/node': 20.11.5 + '@types/node': 20.11.25 '@types/responselike': 1.0.3 dev: true - /@types/connect-history-api-fallback@1.5.3: - resolution: {integrity: sha512-6mfQ6iNvhSKCZJoY6sIG3m0pKkdUcweVNOLuBBKvoWGzl2yRxOJcYOTRyLKt3nxXvBLJWa6QkW//tgbIwJehmA==} + /@types/connect-history-api-fallback@1.5.4: + resolution: {integrity: sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==} dependencies: - '@types/express-serve-static-core': 4.17.41 - '@types/node': 20.11.5 + '@types/express-serve-static-core': 4.17.43 + '@types/node': 20.11.25 dev: true /@types/connect@3.4.38: resolution: {integrity: sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==} dependencies: - '@types/node': 20.11.5 + '@types/node': 20.11.25 - /@types/cookie-parser@1.4.6: - resolution: {integrity: sha512-KoooCrD56qlLskXPLGUiJxOMnv5l/8m7cQD2OxJ73NPMhuSz9PmvwRD6EpjDyKBVrdJDdQ4bQK7JFNHnNmax0w==} + /@types/cookie-parser@1.4.7: + resolution: {integrity: sha512-Fvuyi354Z+uayxzIGCwYTayFKocfV7TuDYZClCdIP9ckhvAu/ixDtCB6qx2TT0FKjPLf1f3P/J1rgf6lPs64mw==} dependencies: '@types/express': 4.17.21 dev: true @@ -7249,12 +7065,12 @@ packages: /@types/eslint-scope@3.7.7: resolution: {integrity: sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==} dependencies: - '@types/eslint': 8.44.7 + '@types/eslint': 8.56.5 '@types/estree': 1.0.5 dev: true - /@types/eslint@8.44.7: - resolution: {integrity: sha512-f5ORu2hcBbKei97U73mf+l9t4zTGl74IqZ0GQk4oVea/VS8tQZYkUveSYojk+frraAVYId0V2WC9O4PTNru2FQ==} + /@types/eslint@8.56.5: + resolution: {integrity: sha512-u5/YPJHo1tvkSF2CE0USEkxon82Z5DBy2xR+qfyYNszpX9qcs4sT6uq2kBbj4BXY1+DBGDPnrhMZV3pKWGNukw==} dependencies: '@types/estree': 1.0.5 '@types/json-schema': 7.0.15 @@ -7264,11 +7080,11 @@ packages: resolution: {integrity: sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==} dev: true - /@types/express-serve-static-core@4.17.41: - resolution: {integrity: sha512-OaJ7XLaelTgrvlZD8/aa0vvvxZdUmlCn6MtWeB7TkiKW70BQLc9XEPpDLPdbo52ZhXUCrznlWdCHWxJWtdyajA==} + /@types/express-serve-static-core@4.17.43: + resolution: {integrity: sha512-oaYtiBirUOPQGSWNGPWnzyAFJ0BP3cwvN4oWZQY+zUBwpVIGsKUkpBpSztp74drYcjavs7SKFZ4DX1V2QeN8rg==} dependencies: - '@types/node': 20.11.5 - '@types/qs': 6.9.10 + '@types/node': 20.11.25 + '@types/qs': 6.9.12 '@types/range-parser': 1.2.7 '@types/send': 0.17.4 @@ -7276,8 +7092,8 @@ packages: resolution: {integrity: sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==} dependencies: '@types/body-parser': 1.19.5 - '@types/express-serve-static-core': 4.17.41 - '@types/qs': 6.9.10 + '@types/express-serve-static-core': 4.17.43 + '@types/qs': 6.9.12 '@types/serve-static': 1.15.5 /@types/file-saver@2.0.7: @@ -7287,7 +7103,7 @@ packages: /@types/graceful-fs@4.1.9: resolution: {integrity: sha512-olP3sd1qOEe5dXTSaFvQG+02VdRXcdytWLAZsAq1PecU8uqQAhkrnbli7DagjtXKW/Bl7YJbUsa8MPcuc8LHEQ==} dependencies: - '@types/node': 20.11.5 + '@types/node': 20.11.25 dev: true /@types/http-cache-semantics@4.0.4: @@ -7300,7 +7116,7 @@ packages: /@types/http-proxy@1.17.14: resolution: {integrity: sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==} dependencies: - '@types/node': 20.11.5 + '@types/node': 20.11.25 dev: true /@types/istanbul-lib-coverage@2.0.6: @@ -7316,8 +7132,8 @@ packages: dependencies: '@types/istanbul-lib-report': 3.0.3 - /@types/jest@29.5.11: - resolution: {integrity: sha512-S2mHmYIVe13vrm6q4kN6fLYYAka15ALQki/vgDC3mIukEOx8WJlv0kQPM+d4w8Gp6u0uSdKND04IlTXBv0rwnQ==} + /@types/jest@29.5.12: + resolution: {integrity: sha512-eDC8bTvT/QhYdxJAulQikueigY5AsdBRH2yDKW3yveW7svY3+DzN84/2NUgkw10RTiJbWqZrTtoGVdYlvFJdLw==} dependencies: expect: 29.7.0 pretty-format: 29.7.0 @@ -7334,35 +7150,41 @@ packages: /@types/jsonwebtoken@9.0.5: resolution: {integrity: sha512-VRLSGzik+Unrup6BsouBeHsf4d1hOEgYWTm/7Nmw1sXoN1+tRly/Gy/po3yeahnP4jfnQWWAhQAqcNfH7ngOkA==} dependencies: - '@types/node': 20.11.5 + '@types/node': 20.11.25 + dev: false + + /@types/jsonwebtoken@9.0.6: + resolution: {integrity: sha512-/5hndP5dCjloafCXns6SZyESp3Ldq7YjH3zwzwczYnjxIT0Fqzk5ROSYVGfFyczIue7IUEj8hkvLbPoLQ18vQw==} + dependencies: + '@types/node': 20.11.25 dev: false /@types/keyv@3.1.4: resolution: {integrity: sha512-BQ5aZNSCpj7D6K2ksrRCTmKRLEpnPvWDiLPfoGyhZ++8YtiK9d/3DBKPJgry359X/P1PfruyYwvnvwFjuEiEIg==} dependencies: - '@types/node': 20.11.5 + '@types/node': 20.11.25 dev: true /@types/lodash.debounce@4.0.9: resolution: {integrity: sha512-Ma5JcgTREwpLRwMM+XwBR7DaWe96nC38uCBDFKZWbNKD+osjVzdpnUSwBcqCptrp16sSOLBAUb50Car5I0TCsQ==} dependencies: - '@types/lodash': 4.14.201 + '@types/lodash': 4.14.202 dev: true /@types/lodash.get@4.4.9: resolution: {integrity: sha512-J5dvW98sxmGnamqf+/aLP87PYXyrha9xIgc2ZlHl6OHMFR2Ejdxep50QfU0abO1+CH6+ugx+8wEUN1toImAinA==} dependencies: - '@types/lodash': 4.14.201 + '@types/lodash': 4.14.202 dev: true /@types/lodash.set@4.3.9: resolution: {integrity: sha512-KOxyNkZpbaggVmqbpr82N2tDVTx05/3/j0f50Es1prxrWB0XYf9p3QNxqcbWb7P1Q9wlvsUSlCFnwlPCIJ46PQ==} dependencies: - '@types/lodash': 4.14.201 + '@types/lodash': 4.14.202 dev: true - /@types/lodash@4.14.201: - resolution: {integrity: sha512-y9euML0cim1JrykNxADLfaG0FgD1g/yTHwUs/Jg9ZIU7WKj2/4IW9Lbb1WZbvck78W/lfGXFfe+u2EGfIJXdLQ==} + /@types/lodash@4.14.202: + resolution: {integrity: sha512-OvlIYQK9tNneDlS0VN54LLd5uiPCBOp7gS5Z0f1mjoJYBrtStzgmJBxONW3U6OZqdtNzZPmn9BS/7WI7BFFcFQ==} dev: true /@types/mime@1.3.5: @@ -7377,54 +7199,46 @@ packages: '@types/express': 4.17.21 dev: true - /@types/node-fetch@2.6.9: - resolution: {integrity: sha512-bQVlnMLFJ2d35DkPNjEPmd9ueO/rh5EiaZt2bhqiSarPjZIuIV6bPQVqcrEyvNo+AfTrRGVazle1tl597w3gfA==} + /@types/node-fetch@2.6.11: + resolution: {integrity: sha512-24xFj9R5+rfQJLRyM56qh+wnVSYhyXC2tkoBndtY0U+vubqNsYXGjufB2nn8Q6gt0LrARwL6UBtMCSVCwl4B1g==} dependencies: - '@types/node': 20.11.5 + '@types/node': 20.11.25 form-data: 4.0.0 dev: false - /@types/node-forge@1.3.9: - resolution: {integrity: sha512-meK88cx/sTalPSLSoCzkiUB4VPIFHmxtXm5FaaqRDqBX2i/Sy8bJ4odsan0b20RBjPh06dAQ+OTTdnyQyhJZyQ==} + /@types/node-forge@1.3.11: + resolution: {integrity: sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==} dependencies: - '@types/node': 20.11.5 + '@types/node': 20.11.25 dev: true - /@types/node@18.18.9: - resolution: {integrity: sha512-0f5klcuImLnG4Qreu9hPj/rEfFq6YRc5n2mAjSsH+ec/mJL+3voBH0+8T7o8RpFjH7ovc+TRsL/c7OYIQsPTfQ==} + /@types/node@18.19.22: + resolution: {integrity: sha512-p3pDIfuMg/aXBmhkyanPshdfJuX5c5+bQjYLIikPLXAUycEogij/c50n/C+8XOA5L93cU4ZRXtn+dNQGi0IZqQ==} dependencies: undici-types: 5.26.5 dev: false - /@types/node@20.11.5: - resolution: {integrity: sha512-g557vgQjUUfN76MZAN/dt1z3dzcUsimuysco0KeluHgrPdJXkP/XdAURgyO2W9fZWHRtRBiVKzKn8vyOAwlG+w==} + /@types/node@20.11.25: + resolution: {integrity: sha512-TBHyJxk2b7HceLVGFcpAUjsa5zIdsPWlR6XHfyGzd0SFu+/NFgQgMAl96MSDZgQDvJAvV6BKsFOrt6zIL09JDw==} dependencies: undici-types: 5.26.5 /@types/nodemailer@6.4.14: resolution: {integrity: sha512-fUWthHO9k9DSdPCSPRqcu6TWhYyxTBg382vlNIttSe9M7XfsT06y0f24KHXtbnijPGGRIcVvdKHTNikOI6qiHA==} dependencies: - '@types/node': 20.11.5 + '@types/node': 20.11.25 dev: true /@types/oauth@0.9.4: resolution: {integrity: sha512-qk9orhti499fq5XxKCCEbd0OzdPZuancneyse3KtR+vgMiHRbh+mn8M4G6t64ob/Fg+GZGpa565MF/2dKWY32A==} dependencies: - '@types/node': 20.11.5 + '@types/node': 20.11.25 dev: true - /@types/object.omit@3.0.3: - resolution: {integrity: sha512-xrq4bQTBGYY2cw+gV4PzoG2Lv3L0pjZ1uXStRRDQoATOYW1lCsFQHhQ+OkPhIcQoqLjAq7gYif7D14Qaa6Zbew==} - dev: false - - /@types/object.pick@1.3.4: - resolution: {integrity: sha512-5PjwB0uP2XDp3nt5u5NJAG2DORHIRClPzWT/TTZhJ2Ekwe8M5bA9tvPdi9NO/n2uvu2/ictat8kgqvLfcIE1SA==} - dev: false - /@types/papaparse@5.3.14: resolution: {integrity: sha512-LxJ4iEFcpqc6METwp9f6BV6VVc43m6MfH0VqFosHvrUgfXiFe6ww7R3itkOQ+TCK6Y+Iv/+RnnvtRZnkc5Kc9g==} dependencies: - '@types/node': 20.11.5 + '@types/node': 20.11.25 dev: true /@types/parse-json@4.0.2: @@ -7446,10 +7260,10 @@ packages: '@types/passport-oauth2': 1.4.15 dev: true - /@types/passport-jwt@4.0.0: - resolution: {integrity: sha512-m32144UaQENieShQDWVQ8w+CVAzCV/pDahICUlQvmqLOePGglQaMRQ28I7fKnRMFLNwVP4eWssOtcQ0kLe1vww==} + /@types/passport-jwt@4.0.1: + resolution: {integrity: sha512-Y0Ykz6nWP4jpxgEUYq8NoVZeCQPo1ZndJLfapI249g1jHChvRfZRO/LS3tqu26YgAS/laI1qx98sYGz0IalRXQ==} dependencies: - '@types/jsonwebtoken': 9.0.5 + '@types/jsonwebtoken': 9.0.6 '@types/passport-strategy': 0.2.38 dev: false @@ -7480,8 +7294,8 @@ packages: dependencies: '@types/express': 4.17.21 - /@types/prop-types@15.7.10: - resolution: {integrity: sha512-mxSnDQxPqsZxmeShFH+uwQ4kO4gcJcGahjjMFeLbKE95IAZiiZyiEepGZjtXJ7hN/yfu0bu9xN2ajcU0JcxX6A==} + /@types/prop-types@15.7.11: + resolution: {integrity: sha512-ga8y9v9uyeiLdpKddhxYQkxNDrfvuPrlFb0N1qnZZByvcElJaXthF1UhvCh9TLWJBEHeNtdnbysW7Y6Uq8CVng==} /@types/pug@2.0.10: resolution: {integrity: sha512-Sk/uYFOBAB7mb74XcpizmH0KOR2Pv3D2Hmrh1Dmy5BmK3MpdSa5kqZcg6EKBdklU0bFXX9gCfzvpnyUehrPIuA==} @@ -7489,34 +7303,34 @@ packages: dev: false optional: true - /@types/qs@6.9.10: - resolution: {integrity: sha512-3Gnx08Ns1sEoCrWssEgTSJs/rsT2vhGP+Ja9cnnk9k4ALxinORlQneLXFeFKOTJMOeZUFD1s7w+w2AphTpvzZw==} + /@types/qs@6.9.12: + resolution: {integrity: sha512-bZcOkJ6uWrL0Qb2NAWKa7TBU+mJHPzhx9jjLL1KHF+XpzEcR7EXHvjbHlGtR/IsP1vyPrehuS6XqkmaePy//mg==} /@types/range-parser@1.2.7: resolution: {integrity: sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==} - /@types/react-dom@18.2.18: - resolution: {integrity: sha512-TJxDm6OfAX2KJWJdMEVTwWke5Sc/E/RlnPGvGfS0W7+6ocy2xhDVQVh/KvC2Uf7kACs+gDytdusDSdWfWkaNzw==} + /@types/react-dom@18.2.21: + resolution: {integrity: sha512-gnvBA/21SA4xxqNXEwNiVcP0xSGHh/gi1VhWv9Bl46a0ItbTT5nFY+G9VSQpaG/8N/qdJpJ+vftQ4zflTtnjLw==} dependencies: - '@types/react': 18.2.48 + '@types/react': 18.2.64 /@types/react-is@18.2.4: resolution: {integrity: sha512-wBc7HgmbCcrvw0fZjxbgz/xrrlZKzEqmABBMeSvpTvdm25u6KI6xdIi9pRE2G0C1Lw5ETFdcn4UbYZ4/rpqUYw==} dependencies: - '@types/react': 18.2.48 + '@types/react': 18.2.64 dev: true - /@types/react@18.2.48: - resolution: {integrity: sha512-qboRCl6Ie70DQQG9hhNREz81jqC1cs9EVNcjQ1AU+jH6NFfSAhVVbrrY/+nSF+Bsk4AOwm9Qa61InvMCyV+H3w==} + /@types/react@18.2.64: + resolution: {integrity: sha512-MlmPvHgjj2p3vZaxbQgFUQFvD8QiZwACfGqEdDSWou5yISWxDQ4/74nCAwsUiX7UFLKZz3BbVSPj+YxeoGGCfg==} dependencies: - '@types/prop-types': 15.7.10 - '@types/scheduler': 0.16.6 - csstype: 3.1.2 + '@types/prop-types': 15.7.11 + '@types/scheduler': 0.16.8 + csstype: 3.1.3 /@types/responselike@1.0.3: resolution: {integrity: sha512-H/+L+UkTV33uf49PH5pCAUBVPNj2nDBXTN+qS1dOwyyg24l3CcicicCA7ca+HMvJBZcFgl5r8e+RR6elsb4Lyw==} dependencies: - '@types/node': 20.11.5 + '@types/node': 20.11.25 dev: true /@types/retry@0.12.0: @@ -7527,18 +7341,18 @@ packages: resolution: {integrity: sha512-3xSjTp3v03X/lSQLkczaN9UIEwJMoMCA1+Nb5HfbJEQWogdeQIyVtTvxPXDQjZ5zws8rFQfVfRdz03ARihPJgw==} dev: true - /@types/scheduler@0.16.6: - resolution: {integrity: sha512-Vlktnchmkylvc9SnwwwozTv04L/e1NykF5vgoQ0XTmI8DD+wxfjQuHuvHS3p0r2jz2x2ghPs2h1FVeDirIteWA==} + /@types/scheduler@0.16.8: + resolution: {integrity: sha512-WZLiwShhwLRmeV6zH+GkbOFT6Z6VklCItrDioxUnv+u4Ll+8vKeFySoFyK/0ctcRpOmwAicELfmys1sDc/Rw+A==} - /@types/semver@7.5.5: - resolution: {integrity: sha512-+d+WYC1BxJ6yVOgUgzK8gWvp5qF8ssV5r4nsDcZWKRWcDQLQ619tvWAxJQYGgBrO1MnLJC7a5GtiYsAoQ47dJg==} + /@types/semver@7.5.8: + resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} dev: true /@types/send@0.17.4: resolution: {integrity: sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==} dependencies: '@types/mime': 1.3.5 - '@types/node': 20.11.5 + '@types/node': 20.11.25 /@types/serve-index@1.9.4: resolution: {integrity: sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==} @@ -7551,37 +7365,33 @@ packages: dependencies: '@types/http-errors': 2.0.4 '@types/mime': 3.0.4 - '@types/node': 20.11.5 + '@types/node': 20.11.25 /@types/sockjs@0.3.36: resolution: {integrity: sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==} dependencies: - '@types/node': 20.11.5 + '@types/node': 20.11.25 dev: true /@types/stack-utils@2.0.3: resolution: {integrity: sha512-9aEbYZ3TbYMznPdcdr3SmIrLXwC/AKZXQeCf9Pgao5CKb8CyHuEX5jzWPTkvregvhRJHcpRO6BFoGW9ycaOkYw==} dev: true - /@types/throttle-debounce@2.1.0: - resolution: {integrity: sha512-5eQEtSCoESnh2FsiLTxE121IiE60hnMqcb435fShf4bpLRjEu1Eoekht23y6zXS9Ts3l+Szu3TARnTsA0GkOkQ==} - dev: false - /@types/webfontloader@1.6.38: resolution: {integrity: sha512-kUaF72Fv202suFx6yBrwXqeVRMx7hGtJTesyESZgn9sEPCUeDXm2p0SiyS1MTqW74nQP4p7JyrOCwZ7pNFns4w==} dev: true - /@types/ws@8.5.9: - resolution: {integrity: sha512-jbdrY0a8lxfdTp/+r7Z4CkycbOFN8WX+IOchLJr3juT/xzbJ8URyTVSJ/hvNdadTgM1mnedb47n+Y31GsFnQlg==} + /@types/ws@8.5.10: + resolution: {integrity: sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==} dependencies: - '@types/node': 20.11.5 + '@types/node': 20.11.25 dev: true /@types/yargs-parser@21.0.3: resolution: {integrity: sha512-I4q9QU9MQv4oEOz4tAHJtNz1cwuLxn2F3xcc2iV5WdqLPpUnj30aUuxt1mAxYTG+oe8CZMV/+6rU4S4gRDzqtQ==} - /@types/yargs@17.0.31: - resolution: {integrity: sha512-bocYSx4DI8TmdlvxqGpVNXOgCNR1Jj0gNPhhAY+iz1rgKDAaYrAYdFYnhDV1IFuiuVc9HkOwyDcFxaTElF3/wg==} + /@types/yargs@17.0.32: + resolution: {integrity: sha512-xQ67Yc/laOG5uMfX/093MRlGGCIBzZMarVa+gfNKJxWAIgykYpVGkBdbqEzGDDfCrVUj6Hiff4mTZ5BA6TmAog==} dependencies: '@types/yargs-parser': 21.0.3 @@ -7589,56 +7399,56 @@ packages: resolution: {integrity: sha512-oJoftv0LSuaDZE3Le4DbKX+KS9G36NzOeSap90UIK0yMA/NhKJhqlSGtNDORNRaIbQfzjXDrQa0ytJ6mNRGz/Q==} requiresBuild: true dependencies: - '@types/node': 20.11.5 + '@types/node': 20.11.25 dev: false optional: true - /@typescript-eslint/eslint-plugin@6.19.0(@typescript-eslint/parser@6.19.0)(eslint@8.56.0)(typescript@5.3.3): - resolution: {integrity: sha512-DUCUkQNklCQYnrBSSikjVChdc84/vMPDQSgJTHBZ64G9bA9w0Crc0rd2diujKbTdp6w2J47qkeHQLoi0rpLCdg==} + /@typescript-eslint/eslint-plugin@7.1.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0)(typescript@5.4.2): + resolution: {integrity: sha512-zioDz623d0RHNhvx0eesUmGfIjzrk18nSBC8xewepKXbBvN/7c1qImV7Hg8TI1URTxKax7/zxfxj3Uph8Chcuw==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: - '@typescript-eslint/parser': ^6.0.0 || ^6.0.0-alpha - eslint: ^7.0.0 || ^8.0.0 + '@typescript-eslint/parser': ^7.0.0 + eslint: ^8.56.0 typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 6.19.0(eslint@8.56.0)(typescript@5.3.3) - '@typescript-eslint/scope-manager': 6.19.0 - '@typescript-eslint/type-utils': 6.19.0(eslint@8.56.0)(typescript@5.3.3) - '@typescript-eslint/utils': 6.19.0(eslint@8.56.0)(typescript@5.3.3) - '@typescript-eslint/visitor-keys': 6.19.0 + '@typescript-eslint/parser': 7.1.1(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/scope-manager': 7.1.1 + '@typescript-eslint/type-utils': 7.1.1(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/utils': 7.1.1(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/visitor-keys': 7.1.1 debug: 4.3.4 - eslint: 8.56.0 + eslint: 8.57.0 graphemer: 1.4.0 - ignore: 5.3.0 + ignore: 5.3.1 natural-compare: 1.4.0 - semver: 7.5.4 - ts-api-utils: 1.0.3(typescript@5.3.3) - typescript: 5.3.3 + semver: 7.6.0 + ts-api-utils: 1.3.0(typescript@5.4.2) + typescript: 5.4.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/parser@6.19.0(eslint@8.56.0)(typescript@5.3.3): - resolution: {integrity: sha512-1DyBLG5SH7PYCd00QlroiW60YJ4rWMuUGa/JBV0iZuqi4l4IK3twKPq5ZkEebmGqRjXWVgsUzfd3+nZveewgow==} + /@typescript-eslint/parser@7.1.1(eslint@8.57.0)(typescript@5.4.2): + resolution: {integrity: sha512-ZWUFyL0z04R1nAEgr9e79YtV5LbafdOtN7yapNbn1ansMyaegl2D4bL7vHoJ4HPSc4CaLwuCVas8CVuneKzplQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: - eslint: ^7.0.0 || ^8.0.0 + eslint: ^8.56.0 typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/scope-manager': 6.19.0 - '@typescript-eslint/types': 6.19.0 - '@typescript-eslint/typescript-estree': 6.19.0(typescript@5.3.3) - '@typescript-eslint/visitor-keys': 6.19.0 + '@typescript-eslint/scope-manager': 7.1.1 + '@typescript-eslint/types': 7.1.1 + '@typescript-eslint/typescript-estree': 7.1.1(typescript@5.4.2) + '@typescript-eslint/visitor-keys': 7.1.1 debug: 4.3.4 - eslint: 8.56.0 - typescript: 5.3.3 + eslint: 8.57.0 + typescript: 5.4.2 transitivePeerDependencies: - supports-color dev: true @@ -7651,24 +7461,24 @@ packages: '@typescript-eslint/visitor-keys': 5.62.0 dev: true - /@typescript-eslint/scope-manager@6.13.2: - resolution: {integrity: sha512-CXQA0xo7z6x13FeDYCgBkjWzNqzBn8RXaE3QVQVIUm74fWJLkJkaHmHdKStrxQllGh6Q4eUGyNpMe0b1hMkXFA==} + /@typescript-eslint/scope-manager@6.21.0: + resolution: {integrity: sha512-OwLUIWZJry80O99zvqXVEioyniJMa+d2GrqpUTqi5/v5D5rOrppJVBPa0yKCblcigC0/aYAzxxqQ1B+DS2RYsg==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.13.2 - '@typescript-eslint/visitor-keys': 6.13.2 + '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/visitor-keys': 6.21.0 dev: true - /@typescript-eslint/scope-manager@6.19.0: - resolution: {integrity: sha512-dO1XMhV2ehBI6QN8Ufi7I10wmUovmLU0Oru3n5LVlM2JuzB4M+dVphCPLkVpKvGij2j/pHBWuJ9piuXx+BhzxQ==} + /@typescript-eslint/scope-manager@7.1.1: + resolution: {integrity: sha512-cirZpA8bJMRb4WZ+rO6+mnOJrGFDd38WoXCEI57+CYBqta8Yc8aJym2i7vyqLL1vVYljgw0X27axkUXz32T8TA==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.19.0 - '@typescript-eslint/visitor-keys': 6.19.0 + '@typescript-eslint/types': 7.1.1 + '@typescript-eslint/visitor-keys': 7.1.1 dev: true - /@typescript-eslint/type-utils@6.13.2(eslint@8.56.0)(typescript@5.3.3): - resolution: {integrity: sha512-Qr6ssS1GFongzH2qfnWKkAQmMUyZSyOr0W54nZNU1MDfo+U4Mv3XveeLZzadc/yq8iYhQZHYT+eoXJqnACM1tw==} + /@typescript-eslint/type-utils@6.21.0(eslint@8.57.0)(typescript@5.4.2): + resolution: {integrity: sha512-rZQI7wHfao8qMX3Rd3xqeYSMCL3SoiSQLBATSiVKARdFGCYSRvmViieZjqc58jKgs8Y8i9YvVVhRbHSTA4VBag==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 @@ -7677,32 +7487,32 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.13.2(typescript@5.3.3) - '@typescript-eslint/utils': 6.13.2(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.2) + '@typescript-eslint/utils': 6.21.0(eslint@8.57.0)(typescript@5.4.2) debug: 4.3.4 - eslint: 8.56.0 - ts-api-utils: 1.0.3(typescript@5.3.3) - typescript: 5.3.3 + eslint: 8.57.0 + ts-api-utils: 1.3.0(typescript@5.4.2) + typescript: 5.4.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/type-utils@6.19.0(eslint@8.56.0)(typescript@5.3.3): - resolution: {integrity: sha512-mcvS6WSWbjiSxKCwBcXtOM5pRkPQ6kcDds/juxcy/727IQr3xMEcwr/YLHW2A2+Fp5ql6khjbKBzOyjuPqGi/w==} + /@typescript-eslint/type-utils@7.1.1(eslint@8.57.0)(typescript@5.4.2): + resolution: {integrity: sha512-5r4RKze6XHEEhlZnJtR3GYeCh1IueUHdbrukV2KSlLXaTjuSfeVF8mZUVPLovidCuZfbVjfhi4c0DNSa/Rdg5g==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: - eslint: ^7.0.0 || ^8.0.0 + eslint: ^8.56.0 typescript: '*' peerDependenciesMeta: typescript: optional: true dependencies: - '@typescript-eslint/typescript-estree': 6.19.0(typescript@5.3.3) - '@typescript-eslint/utils': 6.19.0(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/typescript-estree': 7.1.1(typescript@5.4.2) + '@typescript-eslint/utils': 7.1.1(eslint@8.57.0)(typescript@5.4.2) debug: 4.3.4 - eslint: 8.56.0 - ts-api-utils: 1.0.3(typescript@5.3.3) - typescript: 5.3.3 + eslint: 8.57.0 + ts-api-utils: 1.3.0(typescript@5.4.2) + typescript: 5.4.2 transitivePeerDependencies: - supports-color dev: true @@ -7712,17 +7522,17 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /@typescript-eslint/types@6.13.2: - resolution: {integrity: sha512-7sxbQ+EMRubQc3wTfTsycgYpSujyVbI1xw+3UMRUcrhSy+pN09y/lWzeKDbvhoqcRbHdc+APLs/PWYi/cisLPg==} + /@typescript-eslint/types@6.21.0: + resolution: {integrity: sha512-1kFmZ1rOm5epu9NZEZm1kckCDGj5UJEf7P1kliH4LKu/RkwpsfqqGmY2OOcUs18lSlQBKLDYBOGxRVtrMN5lpg==} engines: {node: ^16.0.0 || >=18.0.0} dev: true - /@typescript-eslint/types@6.19.0: - resolution: {integrity: sha512-lFviGV/vYhOy3m8BJ/nAKoAyNhInTdXpftonhWle66XHAtT1ouBlkjL496b5H5hb8dWXHwtypTqgtb/DEa+j5A==} + /@typescript-eslint/types@7.1.1: + resolution: {integrity: sha512-KhewzrlRMrgeKm1U9bh2z5aoL4s7K3tK5DwHDn8MHv0yQfWFz/0ZR6trrIHHa5CsF83j/GgHqzdbzCXJ3crx0Q==} engines: {node: ^16.0.0 || >=18.0.0} dev: true - /@typescript-eslint/typescript-estree@5.62.0(typescript@5.3.3): + /@typescript-eslint/typescript-estree@5.62.0(typescript@5.4.2): resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: @@ -7736,15 +7546,15 @@ packages: debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 - semver: 7.5.4 - tsutils: 3.21.0(typescript@5.3.3) - typescript: 5.3.3 + semver: 7.6.0 + tsutils: 3.21.0(typescript@5.4.2) + typescript: 5.4.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/typescript-estree@6.13.2(typescript@5.3.3): - resolution: {integrity: sha512-SuD8YLQv6WHnOEtKv8D6HZUzOub855cfPnPMKvdM/Bh1plv1f7Q/0iFUDLKKlxHcEstQnaUU4QZskgQq74t+3w==} + /@typescript-eslint/typescript-estree@6.21.0(typescript@5.4.2): + resolution: {integrity: sha512-6npJTkZcO+y2/kr+z0hc4HwNfrrP4kNYh57ek7yCNlrBjWQ1Y0OS7jiZTkgumrvkX5HkEKXFZkkdFNkaW2wmUQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: typescript: '*' @@ -7752,93 +7562,94 @@ packages: typescript: optional: true dependencies: - '@typescript-eslint/types': 6.13.2 - '@typescript-eslint/visitor-keys': 6.13.2 - debug: 4.3.4 - globby: 11.1.0 - is-glob: 4.0.3 - semver: 7.5.4 - ts-api-utils: 1.0.3(typescript@5.3.3) - typescript: 5.3.3 - transitivePeerDependencies: - - supports-color - dev: true - - /@typescript-eslint/typescript-estree@6.19.0(typescript@5.3.3): - resolution: {integrity: sha512-o/zefXIbbLBZ8YJ51NlkSAt2BamrK6XOmuxSR3hynMIzzyMY33KuJ9vuMdFSXW+H0tVvdF9qBPTHA91HDb4BIQ==} - engines: {node: ^16.0.0 || >=18.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true - dependencies: - '@typescript-eslint/types': 6.19.0 - '@typescript-eslint/visitor-keys': 6.19.0 + '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/visitor-keys': 6.21.0 debug: 4.3.4 globby: 11.1.0 is-glob: 4.0.3 minimatch: 9.0.3 - semver: 7.5.4 - ts-api-utils: 1.0.3(typescript@5.3.3) - typescript: 5.3.3 + semver: 7.6.0 + ts-api-utils: 1.3.0(typescript@5.4.2) + typescript: 5.4.2 transitivePeerDependencies: - supports-color dev: true - /@typescript-eslint/utils@5.62.0(eslint@8.56.0)(typescript@5.3.3): + /@typescript-eslint/typescript-estree@7.1.1(typescript@5.4.2): + resolution: {integrity: sha512-9ZOncVSfr+sMXVxxca2OJOPagRwT0u/UHikM2Rd6L/aB+kL/QAuTnsv6MeXtjzCJYb8PzrXarypSGIPx3Jemxw==} + engines: {node: ^16.0.0 || >=18.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + '@typescript-eslint/types': 7.1.1 + '@typescript-eslint/visitor-keys': 7.1.1 + debug: 4.3.4 + globby: 11.1.0 + is-glob: 4.0.3 + minimatch: 9.0.3 + semver: 7.6.0 + ts-api-utils: 1.3.0(typescript@5.4.2) + typescript: 5.4.2 + transitivePeerDependencies: + - supports-color + dev: true + + /@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@5.4.2): resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.56.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@types/json-schema': 7.0.15 - '@types/semver': 7.5.5 + '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.3.3) - eslint: 8.56.0 + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.2) + eslint: 8.57.0 eslint-scope: 5.1.1 - semver: 7.5.4 + semver: 7.6.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/utils@6.13.2(eslint@8.56.0)(typescript@5.3.3): - resolution: {integrity: sha512-b9Ptq4eAZUym4idijCRzl61oPCwwREcfDI8xGk751Vhzig5fFZR9CyzDz4Sp/nxSLBYxUPyh4QdIDqWykFhNmQ==} + /@typescript-eslint/utils@6.21.0(eslint@8.57.0)(typescript@5.4.2): + resolution: {integrity: sha512-NfWVaC8HP9T8cbKQxHcsJBY5YE1O33+jpMwN45qzWWaPDZgLIbo12toGMWnmhvCpd3sIxkpDw3Wv1B3dYrbDQQ==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: eslint: ^7.0.0 || ^8.0.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.56.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@types/json-schema': 7.0.15 - '@types/semver': 7.5.5 - '@typescript-eslint/scope-manager': 6.13.2 - '@typescript-eslint/types': 6.13.2 - '@typescript-eslint/typescript-estree': 6.13.2(typescript@5.3.3) - eslint: 8.56.0 - semver: 7.5.4 + '@types/semver': 7.5.8 + '@typescript-eslint/scope-manager': 6.21.0 + '@typescript-eslint/types': 6.21.0 + '@typescript-eslint/typescript-estree': 6.21.0(typescript@5.4.2) + eslint: 8.57.0 + semver: 7.6.0 transitivePeerDependencies: - supports-color - typescript dev: true - /@typescript-eslint/utils@6.19.0(eslint@8.56.0)(typescript@5.3.3): - resolution: {integrity: sha512-QR41YXySiuN++/dC9UArYOg4X86OAYP83OWTewpVx5ct1IZhjjgTLocj7QNxGhWoTqknsgpl7L+hGygCO+sdYw==} + /@typescript-eslint/utils@7.1.1(eslint@8.57.0)(typescript@5.4.2): + resolution: {integrity: sha512-thOXM89xA03xAE0lW7alstvnyoBUbBX38YtY+zAUcpRPcq9EIhXPuJ0YTv948MbzmKh6e1AUszn5cBFK49Umqg==} engines: {node: ^16.0.0 || >=18.0.0} peerDependencies: - eslint: ^7.0.0 || ^8.0.0 + eslint: ^8.56.0 dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.56.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@types/json-schema': 7.0.15 - '@types/semver': 7.5.5 - '@typescript-eslint/scope-manager': 6.19.0 - '@typescript-eslint/types': 6.19.0 - '@typescript-eslint/typescript-estree': 6.19.0(typescript@5.3.3) - eslint: 8.56.0 - semver: 7.5.4 + '@types/semver': 7.5.8 + '@typescript-eslint/scope-manager': 7.1.1 + '@typescript-eslint/types': 7.1.1 + '@typescript-eslint/typescript-estree': 7.1.1(typescript@5.4.2) + eslint: 8.57.0 + semver: 7.6.0 transitivePeerDependencies: - supports-color - typescript @@ -7852,19 +7663,19 @@ packages: eslint-visitor-keys: 3.4.3 dev: true - /@typescript-eslint/visitor-keys@6.13.2: - resolution: {integrity: sha512-OGznFs0eAQXJsp+xSd6k/O1UbFi/K/L7WjqeRoFE7vadjAF9y0uppXhYNQNEqygjou782maGClOoZwPqF0Drlw==} + /@typescript-eslint/visitor-keys@6.21.0: + resolution: {integrity: sha512-JJtkDduxLi9bivAB+cYOVMtbkqdPOhZ+ZI5LC47MIRrDV4Yn2o+ZnW10Nkmr28xRpSpdJ6Sm42Hjf2+REYXm0A==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.13.2 + '@typescript-eslint/types': 6.21.0 eslint-visitor-keys: 3.4.3 dev: true - /@typescript-eslint/visitor-keys@6.19.0: - resolution: {integrity: sha512-hZaUCORLgubBvtGpp1JEFEazcuEdfxta9j4iUwdSAr7mEsYYAp3EAUyCZk3VEEqGj6W+AV4uWyrDGtrlawAsgQ==} + /@typescript-eslint/visitor-keys@7.1.1: + resolution: {integrity: sha512-yTdHDQxY7cSoCcAtiBzVzxleJhkGB9NncSIyMYe2+OGON1ZsP9zOPws/Pqgopa65jvknOjlk/w7ulPlZ78PiLQ==} engines: {node: ^16.0.0 || >=18.0.0} dependencies: - '@typescript-eslint/types': 6.19.0 + '@typescript-eslint/types': 7.1.1 eslint-visitor-keys: 3.4.3 dev: true @@ -7872,103 +7683,103 @@ packages: resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} dev: true - /@vitejs/plugin-react-swc@3.5.0(@swc/helpers@0.5.3)(vite@5.0.11): - resolution: {integrity: sha512-1PrOvAaDpqlCV+Up8RkAh9qaiUjoDUcjtttyhXDKw53XA6Ve16SOp6cCOpRs8Dj8DqUQs6eTW5YkLcLJjrXAig==} + /@vitejs/plugin-react-swc@3.6.0(@swc/helpers@0.5.6)(vite@5.1.5): + resolution: {integrity: sha512-XFRbsGgpGxGzEV5i5+vRiro1bwcIaZDIdBRP16qwm+jP68ue/S8FJTBEgOeojtVDYrbSua3XFp71kC8VJE6v+g==} peerDependencies: vite: ^4 || ^5 dependencies: - '@swc/core': 1.3.104(@swc/helpers@0.5.3) - vite: 5.0.11(@types/node@20.11.5)(less@4.1.3)(stylus@0.59.0) + '@swc/core': 1.4.6(@swc/helpers@0.5.6) + vite: 5.1.5(@types/node@20.11.25)(less@4.1.3)(stylus@0.59.0) transitivePeerDependencies: - '@swc/helpers' dev: true - /@vitejs/plugin-react@4.2.1(vite@5.0.11): + /@vitejs/plugin-react@4.2.1(vite@5.1.5): resolution: {integrity: sha512-oojO9IDc4nCUUi8qIR11KoQm0XFFLIwsRBwHRR4d/88IWghn1y6ckz/bJ8GHDCsYEJee8mDzqtJxh15/cisJNQ==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: vite: ^4.2.0 || ^5.0.0 dependencies: - '@babel/core': 7.23.7 - '@babel/plugin-transform-react-jsx-self': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.23.7) + '@babel/core': 7.24.0 + '@babel/plugin-transform-react-jsx-self': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-transform-react-jsx-source': 7.23.3(@babel/core@7.24.0) '@types/babel__core': 7.20.5 react-refresh: 0.14.0 - vite: 5.0.11(@types/node@20.11.5)(less@4.1.3)(stylus@0.59.0) + vite: 5.1.5(@types/node@20.11.25)(less@4.1.3)(stylus@0.59.0) transitivePeerDependencies: - supports-color dev: true - /@vitest/coverage-v8@1.2.1(vitest@1.2.1): - resolution: {integrity: sha512-fJEhKaDwGMZtJUX7BRcGxooGwg1Hl0qt53mVup/ZJeznhvL5EodteVnb/mcByhEcvVWbK83ZF31c7nPEDi4LOQ==} + /@vitest/coverage-v8@1.3.1(vitest@1.3.1): + resolution: {integrity: sha512-UuBnkSJUNE9rdHjDCPyJ4fYuMkoMtnghes1XohYa4At0MS3OQSAo97FrbwSLRshYsXThMZy1+ybD/byK5llyIg==} peerDependencies: - vitest: ^1.0.0 + vitest: 1.3.1 dependencies: - '@ampproject/remapping': 2.2.1 + '@ampproject/remapping': 2.3.0 '@bcoe/v8-coverage': 0.2.3 debug: 4.3.4 istanbul-lib-coverage: 3.2.2 istanbul-lib-report: 3.0.1 istanbul-lib-source-maps: 4.0.1 - istanbul-reports: 3.1.6 - magic-string: 0.30.5 + istanbul-reports: 3.1.7 + magic-string: 0.30.8 magicast: 0.3.3 picocolors: 1.0.0 - std-env: 3.5.0 + std-env: 3.7.0 test-exclude: 6.0.0 v8-to-istanbul: 9.2.0 - vitest: 1.2.1(@types/node@20.11.5)(@vitest/ui@1.2.1)(jsdom@23.2.0)(less@4.1.3)(stylus@0.59.0) + vitest: 1.3.1(@types/node@20.11.25)(@vitest/ui@1.3.1)(jsdom@24.0.0)(less@4.1.3)(stylus@0.59.0) transitivePeerDependencies: - supports-color dev: true - /@vitest/expect@1.2.1: - resolution: {integrity: sha512-/bqGXcHfyKgFWYwIgFr1QYDaR9e64pRKxgBNWNXPefPFRhgm+K3+a/dS0cUGEreWngets3dlr8w8SBRw2fCfFQ==} + /@vitest/expect@1.3.1: + resolution: {integrity: sha512-xofQFwIzfdmLLlHa6ag0dPV8YsnKOCP1KdAeVVh34vSjN2dcUiXYCD9htu/9eM7t8Xln4v03U9HLxLpPlsXdZw==} dependencies: - '@vitest/spy': 1.2.1 - '@vitest/utils': 1.2.1 - chai: 4.3.10 + '@vitest/spy': 1.3.1 + '@vitest/utils': 1.3.1 + chai: 4.4.1 dev: true - /@vitest/runner@1.2.1: - resolution: {integrity: sha512-zc2dP5LQpzNzbpaBt7OeYAvmIsRS1KpZQw4G3WM/yqSV1cQKNKwLGmnm79GyZZjMhQGlRcSFMImLjZaUQvNVZQ==} + /@vitest/runner@1.3.1: + resolution: {integrity: sha512-5FzF9c3jG/z5bgCnjr8j9LNq/9OxV2uEBAITOXfoe3rdZJTdO7jzThth7FXv/6b+kdY65tpRQB7WaKhNZwX+Kg==} dependencies: - '@vitest/utils': 1.2.1 + '@vitest/utils': 1.3.1 p-limit: 5.0.0 - pathe: 1.1.1 + pathe: 1.1.2 dev: true - /@vitest/snapshot@1.2.1: - resolution: {integrity: sha512-Tmp/IcYEemKaqAYCS08sh0vORLJkMr0NRV76Gl8sHGxXT5151cITJCET20063wk0Yr/1koQ6dnmP6eEqezmd/Q==} + /@vitest/snapshot@1.3.1: + resolution: {integrity: sha512-EF++BZbt6RZmOlE3SuTPu/NfwBF6q4ABS37HHXzs2LUVPBLx2QoY/K0fKpRChSo8eLiuxcbCVfqKgx/dplCDuQ==} dependencies: - magic-string: 0.30.5 - pathe: 1.1.1 + magic-string: 0.30.8 + pathe: 1.1.2 pretty-format: 29.7.0 dev: true - /@vitest/spy@1.2.1: - resolution: {integrity: sha512-vG3a/b7INKH7L49Lbp0IWrG6sw9j4waWAucwnksPB1r1FTJgV7nkBByd9ufzu6VWya/QTvQW4V9FShZbZIB2UQ==} + /@vitest/spy@1.3.1: + resolution: {integrity: sha512-xAcW+S099ylC9VLU7eZfdT9myV67Nor9w9zhf0mGCYJSO+zM2839tOeROTdikOi/8Qeusffvxb/MyBSOja1Uig==} dependencies: - tinyspy: 2.2.0 + tinyspy: 2.2.1 dev: true - /@vitest/ui@1.2.1(vitest@1.2.1): - resolution: {integrity: sha512-5kyEDpH18TB13Keutk5VScWG+LUDfPJOL2Yd1hqX+jv6+V74tp4ZYcmTgx//WDngiZA5PvX3qCHQ5KrhGzPbLg==} + /@vitest/ui@1.3.1(vitest@1.3.1): + resolution: {integrity: sha512-2UrFLJ62c/eJGPHcclstMKlAR7E1WB1ITe1isuowEPJJHi3HfqofvsUqQ1cGrEF7kitG1DJuwURUA3HLDtQkXA==} peerDependencies: - vitest: ^1.0.0 + vitest: 1.3.1 dependencies: - '@vitest/utils': 1.2.1 + '@vitest/utils': 1.3.1 fast-glob: 3.3.2 - fflate: 0.8.1 - flatted: 3.2.9 - pathe: 1.1.1 + fflate: 0.8.2 + flatted: 3.3.1 + pathe: 1.1.2 picocolors: 1.0.0 sirv: 2.0.4 - vitest: 1.2.1(@types/node@20.11.5)(@vitest/ui@1.2.1)(jsdom@23.2.0)(less@4.1.3)(stylus@0.59.0) + vitest: 1.3.1(@types/node@20.11.25)(@vitest/ui@1.3.1)(jsdom@24.0.0)(less@4.1.3)(stylus@0.59.0) dev: true - /@vitest/utils@1.2.1: - resolution: {integrity: sha512-bsH6WVZYe/J2v3+81M5LDU8kW76xWObKIURpPrOXm2pjBniBu2MERI/XP60GpS4PHU3jyK50LUutOwrx4CyHUg==} + /@vitest/utils@1.3.1: + resolution: {integrity: sha512-d3Waie/299qqRyHTm2DjADeTaNdNSVsnwHPWrs20JMpjh6eiVq7ggggweO8rc4arhf6rRkWuHKwvxGvejUXZZQ==} dependencies: diff-sequences: 29.6.3 estree-walker: 3.0.3 @@ -7995,23 +7806,24 @@ packages: path-browserify: 1.0.1 dev: true - /@vue/compiler-core@3.3.8: - resolution: {integrity: sha512-hN/NNBUECw8SusQvDSqqcVv6gWq8L6iAktUR0UF3vGu2OhzRqcOiAno0FmBJWwxhYEXRlQJT5XnoKsVq1WZx4g==} + /@vue/compiler-core@3.4.21: + resolution: {integrity: sha512-MjXawxZf2SbZszLPYxaFCjxfibYrzr3eYbKxwpLR9EQN+oaziSu3qKVbwBERj1IFIB8OLUewxB5m/BFzi613og==} dependencies: - '@babel/parser': 7.23.5 - '@vue/shared': 3.3.8 + '@babel/parser': 7.24.0 + '@vue/shared': 3.4.21 + entities: 4.5.0 estree-walker: 2.0.2 source-map-js: 1.0.2 dev: true - /@vue/compiler-dom@3.3.8: - resolution: {integrity: sha512-+PPtv+p/nWDd0AvJu3w8HS0RIm/C6VGBIRe24b9hSyNWOAPEUosFZ5diwawwP8ip5sJ8n0Pe87TNNNHnvjs0FQ==} + /@vue/compiler-dom@3.4.21: + resolution: {integrity: sha512-IZC6FKowtT1sl0CR5DpXSiEB5ayw75oT2bma1BEhV7RRR1+cfwLrxc2Z8Zq/RGFzJ8w5r9QtCOvTjQgdn0IKmA==} dependencies: - '@vue/compiler-core': 3.3.8 - '@vue/shared': 3.3.8 + '@vue/compiler-core': 3.4.21 + '@vue/shared': 3.4.21 dev: true - /@vue/language-core@1.8.27(typescript@5.3.3): + /@vue/language-core@1.8.27(typescript@5.4.2): resolution: {integrity: sha512-L8Kc27VdQserNaCUNiSFdDl9LWT24ly8Hpwf1ECy3aFb9m6bDhBGQYOujDm21N7EW3moKIOKEanQwe1q5BK+mA==} peerDependencies: typescript: '*' @@ -8021,18 +7833,18 @@ packages: dependencies: '@volar/language-core': 1.11.1 '@volar/source-map': 1.11.1 - '@vue/compiler-dom': 3.3.8 - '@vue/shared': 3.3.8 + '@vue/compiler-dom': 3.4.21 + '@vue/shared': 3.4.21 computeds: 0.0.1 minimatch: 9.0.3 muggle-string: 0.3.1 path-browserify: 1.0.1 - typescript: 5.3.3 - vue-template-compiler: 2.7.15 + typescript: 5.4.2 + vue-template-compiler: 2.7.16 dev: true - /@vue/shared@3.3.8: - resolution: {integrity: sha512-8PGwybFwM4x8pcfgqEQFy70NaQxASvOC5DJwLQfpArw1UDfUXrJkdxD3BhVTMS+0Lef/TU7YO0Jvr0jJY8T+mw==} + /@vue/shared@3.4.21: + resolution: {integrity: sha512-PuJe7vDIi6VYSinuEbUIQgMIRZGgM8e4R+G+/dQTk0X1NEdvgvvgv7m+rfmDH1gZzyA1OjjoWskvHlfRNfQf3g==} dev: true /@webassemblyjs/ast@1.11.6: @@ -8198,25 +8010,20 @@ packages: mime-types: 2.1.35 negotiator: 0.6.3 - /acorn-import-assertions@1.9.0(acorn@8.11.2): + /acorn-import-assertions@1.9.0(acorn@8.11.3): resolution: {integrity: sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==} peerDependencies: acorn: ^8 dependencies: - acorn: 8.11.2 + acorn: 8.11.3 dev: true - /acorn-jsx@5.3.2(acorn@8.11.2): + /acorn-jsx@5.3.2(acorn@8.11.3): resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} peerDependencies: acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 dependencies: - acorn: 8.11.2 - dev: true - - /acorn-walk@8.3.0: - resolution: {integrity: sha512-FS7hV565M5l1R08MXqo8odwMTB02C2UqzB17RVgu9EyuYFBqJZ3/ZY97sQD5FewVu1UyDFc1yztUDrAwT0EypA==} - engines: {node: '>=0.4.0'} + acorn: 8.11.3 dev: true /acorn-walk@8.3.2: @@ -8231,8 +8038,8 @@ packages: requiresBuild: true dev: false - /acorn@8.11.2: - resolution: {integrity: sha512-nc0Axzp/0FILLEVsm4fNwLCwMttvhEI263QtVPQcbpfZZ3ts0hLsZGOpE6czNlid7CJ9MlyH8reXkpsf3YUY4w==} + /acorn@8.11.3: + resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==} engines: {node: '>=0.4.0'} hasBin: true dev: true @@ -8242,15 +8049,6 @@ packages: engines: {node: '>= 10.0.0'} dev: true - /agent-base@6.0.2: - resolution: {integrity: sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==} - engines: {node: '>= 6.0.0'} - dependencies: - debug: 4.3.4 - transitivePeerDependencies: - - supports-color - dev: false - /agent-base@7.1.0: resolution: {integrity: sha512-o/zjMZRhJxny7OyEF+Op8X+efiELC7k7yOjMzgfzVqOzXqkBkWI79YoTdOtsuWd5BWhAGAuOY/Xa6xpiaWXiNg==} engines: {node: '>= 14'} @@ -8355,6 +8153,7 @@ packages: engines: {node: '>=8'} dependencies: type-fest: 0.21.3 + dev: true /ansi-html-community@0.0.8: resolution: {integrity: sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==} @@ -8369,7 +8168,6 @@ packages: /ansi-regex@6.0.1: resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} engines: {node: '>=12'} - dev: false /ansi-styles@3.2.1: resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} @@ -8390,7 +8188,6 @@ packages: /ansi-styles@6.2.1: resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} engines: {node: '>=12'} - dev: false /any-promise@1.3.0: resolution: {integrity: sha512-7UvmKalWRt1wgjL1RrGxoSJW/0QZFIegpeGvZG9kjp8vrRu55XTHbwnqq2GpXm9uLbcuhxm3IqX9OB4MZR1b2A==} @@ -8451,28 +8248,25 @@ packages: engines: {node: '>=0.10.0'} dev: false - /array-buffer-byte-length@1.0.0: - resolution: {integrity: sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==} + /array-buffer-byte-length@1.0.1: + resolution: {integrity: sha512-ahC5W1xgou+KTXix4sAO8Ki12Q+jf4i0+tmk3sC+zgcynshkHxzpXdImBehiUYKKKDwvfFiJl1tZt6ewscS1Mg==} + engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 - is-array-buffer: 3.0.2 + call-bind: 1.0.7 + is-array-buffer: 3.0.4 dev: true /array-flatten@1.1.1: resolution: {integrity: sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==} - /array-flatten@2.1.2: - resolution: {integrity: sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==} - dev: true - /array-includes@3.1.7: resolution: {integrity: sha512-dlcsNBIiWhPkHdOEEKnehA+RNUWDc4UqFtnIXU4uuYDPtA4LDkr7qip2p0VvFAEXNDr0yWZ9PJyIRiGjRLQzwQ==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.22.3 - get-intrinsic: 1.2.2 + es-abstract: 1.22.5 + get-intrinsic: 1.2.4 is-string: 1.0.7 dev: true @@ -8490,24 +8284,46 @@ packages: engines: {node: '>=12'} dev: true - /array.prototype.findlastindex@1.2.3: - resolution: {integrity: sha512-LzLoiOMAxvy+Gd3BAq3B7VeIgPdo+Q8hthvKtXybMvRV0jrXfJM/t8mw7nNlpEcVlVUnCnM2KSX4XU5HmpodOA==} + /array.prototype.filter@1.0.3: + resolution: {integrity: sha512-VizNcj/RGJiUyQBgzwxzE5oHdeuXY5hSbbmKMlphj1cy1Vl7Pn2asCGbSrru6hSQjmCzqTBPVWAF/whmEOVHbw==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.22.3 + es-abstract: 1.22.5 + es-array-method-boxes-properly: 1.0.0 + is-string: 1.0.7 + dev: true + + /array.prototype.findlast@1.2.4: + resolution: {integrity: sha512-BMtLxpV+8BD+6ZPFIWmnUBpQoy+A+ujcg4rhp2iwCRJYA7PEh2MS4NL3lz8EiDlLrJPp2hg9qWihr5pd//jcGw==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.22.5 + es-errors: 1.3.0 + es-shim-unscopables: 1.0.2 + dev: true + + /array.prototype.findlastindex@1.2.4: + resolution: {integrity: sha512-hzvSHUshSpCflDR1QMUBLHGHP1VIEBegT4pix9H/Z92Xw3ySoy6c2qh7lJWTJnRJ8JCZ9bJNCgTyYaJGcJu6xQ==} + engines: {node: '>= 0.4'} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.22.5 + es-errors: 1.3.0 es-shim-unscopables: 1.0.2 - get-intrinsic: 1.2.2 dev: true /array.prototype.flat@1.3.2: resolution: {integrity: sha512-djYB+Zx2vLewY8RWlNCUdHjDXs2XOgm602S9E7P/UpHgfeHL00cRiIF+IN/G/aUJ7kGPb6yO/ErDI5V2s8iycA==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.22.3 + es-abstract: 1.22.5 es-shim-unscopables: 1.0.2 dev: true @@ -8515,33 +8331,43 @@ packages: resolution: {integrity: sha512-Ewyx0c9PmpcsByhSW4r+9zDU7sGjFc86qf/kKtuSCRdhfbk0SNLLkaT5qvcHnRGgc5NP/ly/y+qkXkqONX54CQ==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.22.3 + es-abstract: 1.22.5 es-shim-unscopables: 1.0.2 dev: true - /array.prototype.tosorted@1.1.2: - resolution: {integrity: sha512-HuQCHOlk1Weat5jzStICBCd83NxiIMwqDg/dHEsoefabn/hJRj5pVdWcPUSpRrwhwxZOsQassMpgN/xRYFBMIg==} + /array.prototype.toreversed@1.1.2: + resolution: {integrity: sha512-wwDCoT4Ck4Cz7sLtgUmzR5UV3YF5mFHUlbChCzZBQZ+0m2cl/DH3tKgvphv1nKgFsJ48oCSg6p91q2Vm0I/ZMA==} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.22.3 + es-abstract: 1.22.5 es-shim-unscopables: 1.0.2 - get-intrinsic: 1.2.2 dev: true - /arraybuffer.prototype.slice@1.0.2: - resolution: {integrity: sha512-yMBKppFur/fbHu9/6USUe03bZ4knMYiwFBcyiaXB8Go0qNehwX6inYPzK9U0NeQvGxKthcmHcaR8P5MStSRBAw==} + /array.prototype.tosorted@1.1.3: + resolution: {integrity: sha512-/DdH4TiTmOKzyQbp/eadcCVexiCb36xJg7HshYOYJnNZFDj33GEv0P7GxsynpShhq4OLYJzbGcBDkLsDt7MnNg==} + dependencies: + call-bind: 1.0.7 + define-properties: 1.2.1 + es-abstract: 1.22.5 + es-errors: 1.3.0 + es-shim-unscopables: 1.0.2 + dev: true + + /arraybuffer.prototype.slice@1.0.3: + resolution: {integrity: sha512-bMxMKAjg13EBSVscxTaYA4mRc5t1UAXa2kXiGTNfZ079HIWXEkKmkgFrh/nJqamaLSrXO5H4WFFkPEaLJWbs3A==} engines: {node: '>= 0.4'} dependencies: - array-buffer-byte-length: 1.0.0 - call-bind: 1.0.5 + array-buffer-byte-length: 1.0.1 + call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.22.3 - get-intrinsic: 1.2.2 - is-array-buffer: 3.0.2 - is-shared-array-buffer: 1.0.2 + es-abstract: 1.22.5 + es-errors: 1.3.0 + get-intrinsic: 1.2.4 + is-array-buffer: 3.0.4 + is-shared-array-buffer: 1.0.3 dev: true /asap@2.0.6: @@ -8593,43 +8419,45 @@ packages: /asynckit@0.4.0: resolution: {integrity: sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==} - /autoprefixer@10.4.17(postcss@8.4.33): - resolution: {integrity: sha512-/cpVNRLSfhOtcGflT13P2794gVSgmPgTR+erw5ifnMLZb0UnSlkK4tquLmkd3BhA+nLo5tX8Cu0upUsGKvKbmg==} + /autoprefixer@10.4.18(postcss@8.4.35): + resolution: {integrity: sha512-1DKbDfsr6KUElM6wg+0zRNkB/Q7WcKYAaK+pzXn+Xqmszm/5Xa9coeNdtP88Vi+dPzZnMjhge8GIV49ZQkDa+g==} engines: {node: ^10 || ^12 || >=14} hasBin: true peerDependencies: postcss: ^8.1.0 dependencies: - browserslist: 4.22.2 - caniuse-lite: 1.0.30001579 + browserslist: 4.23.0 + caniuse-lite: 1.0.30001596 fraction.js: 4.3.7 normalize-range: 0.1.2 picocolors: 1.0.0 - postcss: 8.4.33 + postcss: 8.4.35 postcss-value-parser: 4.2.0 dev: true - /available-typed-arrays@1.0.5: - resolution: {integrity: sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==} + /available-typed-arrays@1.0.7: + resolution: {integrity: sha512-wvUjBtSGN7+7SjNpq/9M2Tg350UZD3q62IFZLbRAR1bSMlCo1ZaeW+BJ+D090e4hIIZLBcTDWe4Mh4jvUDajzQ==} engines: {node: '>= 0.4'} + dependencies: + possible-typed-array-names: 1.0.0 /axe-core@4.7.0: resolution: {integrity: sha512-M0JtH+hlOL5pLQwHOLNYZaXuhqmvS8oExsqB1SBYgA4Dk7u/xx+YdGHXaK5pyUfed5mYXdlYiphWq3G8cRi5JQ==} engines: {node: '>=4'} dev: true - /axios-auth-refresh@3.3.6(axios@1.6.5): + /axios-auth-refresh@3.3.6(axios@1.6.7): resolution: {integrity: sha512-2CeBUce/SxIfFxow5/n8vApJ97yYF6qoV4gh1UrswT7aEOnlOdBLxxyhOI4IaxGs6BY0l8YujU2jlc4aCmK17Q==} peerDependencies: axios: '>= 0.18 < 0.19.0 || >= 0.19.1' dependencies: - axios: 1.6.5 + axios: 1.6.7 dev: false - /axios@1.6.5: - resolution: {integrity: sha512-Ii012v05KEVuUoFWmMW/UQv9aRIc3ZwkWDcM+h5Il8izZCtRVpDUfwpoFf7eOtajT3QiGR4yDUx7lPqHJULgbg==} + /axios@1.6.7: + resolution: {integrity: sha512-/hDJGff6/c7u0hDkvkGxR/oy6CbCs8ziCsC7SqmhjfozqiJGc8Z11wrv9z9lYfY4K8l+H9TpjcMDX0xOZmx+RA==} dependencies: - follow-redirects: 1.15.4 + follow-redirects: 1.15.5 form-data: 4.0.0 proxy-from-env: 1.1.0 transitivePeerDependencies: @@ -8641,21 +8469,21 @@ packages: dequal: 2.0.3 dev: true - /b4a@1.6.4: - resolution: {integrity: sha512-fpWrvyVHEKyeEvbKZTVOeZF3VSKKWtJxFIxX/jaVPf+cLbGUSitjb49pHLqPV2BUNNZ0LcoeEGfE/YCpyDYHIw==} + /b4a@1.6.6: + resolution: {integrity: sha512-5Tk1HLk6b6ctmjIkAcU/Ujv/1WqiDl0F0JdRCR80VsOcUlHcu7pWeWRlOqQLHfDEsVx9YH/aif5AG4ehoCtTmg==} dev: false - /babel-jest@29.7.0(@babel/core@7.23.7): + /babel-jest@29.7.0(@babel/core@7.24.0): resolution: {integrity: sha512-BrvGY3xZSwEcCzKvKsCi2GgHqDqsYkOP4/by5xCgIwGXQxIEh+8ew3gmrE1y7XRR6LHZIj6yLYnUi/mm2KXKBg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.8.0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 '@jest/transform': 29.7.0 - '@types/babel__core': 7.20.4 + '@types/babel__core': 7.20.5 babel-plugin-istanbul: 6.1.1 - babel-preset-jest: 29.6.3(@babel/core@7.23.7) + babel-preset-jest: 29.6.3(@babel/core@7.24.0) chalk: 4.1.2 graceful-fs: 4.2.11 slash: 3.0.0 @@ -8663,28 +8491,28 @@ packages: - supports-color dev: true - /babel-loader@9.1.3(@babel/core@7.23.7)(webpack@5.89.0): + /babel-loader@9.1.3(@babel/core@7.24.0)(webpack@5.90.3): resolution: {integrity: sha512-xG3ST4DglodGf8qSwv0MdeWLhrDsw/32QMdTO5T1ZIp9gQur0HkCyFs7Awskr10JKXFXwpAhiCuYX5oGXnRGbw==} engines: {node: '>= 14.15.0'} peerDependencies: '@babel/core': ^7.12.0 webpack: '>=5' dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 find-cache-dir: 4.0.0 schema-utils: 4.2.0 - webpack: 5.89.0(@swc/core@1.3.104) + webpack: 5.90.3(@swc/core@1.4.6) dev: true - /babel-plugin-const-enum@1.2.0(@babel/core@7.23.7): + /babel-plugin-const-enum@1.2.0(@babel/core@7.24.0): resolution: {integrity: sha512-o1m/6iyyFnp9MRsK1dHF3bneqyf3AlM2q3A/YbgQr2pCat6B6XJVDv2TXqzfY2RYUi4mak6WAksSBPlyYGx9dg==} peerDependencies: '@babel/core': ^7.0.0-0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 - '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.7) - '@babel/traverse': 7.23.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 + '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.24.0) + '@babel/traverse': 7.24.0 transitivePeerDependencies: - supports-color dev: true @@ -8693,7 +8521,7 @@ packages: resolution: {integrity: sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==} engines: {node: '>=8'} dependencies: - '@babel/helper-plugin-utils': 7.22.5 + '@babel/helper-plugin-utils': 7.24.0 '@istanbuljs/load-nyc-config': 1.1.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-instrument: 5.2.1 @@ -8706,16 +8534,16 @@ packages: resolution: {integrity: sha512-ESAc/RJvGTFEzRwOTT4+lNDk/GNHMkKbNzsvT0qKRfDyyYTskxB5rnU2njIDYVxXCBHHEI1c0YwHob3WaYujOg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/template': 7.22.15 - '@babel/types': 7.23.5 - '@types/babel__core': 7.20.4 - '@types/babel__traverse': 7.20.4 + '@babel/template': 7.24.0 + '@babel/types': 7.24.0 + '@types/babel__core': 7.20.5 + '@types/babel__traverse': 7.20.5 dev: true /babel-plugin-macros@2.8.0: resolution: {integrity: sha512-SEP5kJpfGYqYKpBrj5XU3ahw5p5GOHJ0U5ssOSQ/WBVdwkD2Dzlce95exQTs3jOVWPPKLBN2rlEWkCK7dSmLvg==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 cosmiconfig: 6.0.0 resolve: 1.22.8 dev: true @@ -8724,47 +8552,47 @@ packages: resolution: {integrity: sha512-Cg7TFGpIr01vOQNODXOOaGz2NpCU5gl8x1qJFbb6hbZxR7XrcE2vtbAsTAbJ7/xwJtUuJEw8K8Zr/AE0LHlesg==} engines: {node: '>=10', npm: '>=6'} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 cosmiconfig: 7.1.0 resolve: 1.22.8 - /babel-plugin-polyfill-corejs2@0.4.6(@babel/core@7.23.7): - resolution: {integrity: sha512-jhHiWVZIlnPbEUKSSNb9YoWcQGdlTLq7z1GHL4AjFxaoOUMuuEVJ+Y4pAaQUGOGk93YsVCKPbqbfw3m0SM6H8Q==} + /babel-plugin-polyfill-corejs2@0.4.9(@babel/core@7.24.0): + resolution: {integrity: sha512-BXIWIaO3MewbXWdJdIGDWZurv5OGJlFNo7oy20DpB3kWDVJLcY2NRypRsRUbRe5KMqSNLuOGnWTFQQtY5MAsRw==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/compat-data': 7.23.3 - '@babel/core': 7.23.7 - '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.7) + '@babel/compat-data': 7.23.5 + '@babel/core': 7.24.0 + '@babel/helper-define-polyfill-provider': 0.6.0(@babel/core@7.24.0) semver: 6.3.1 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-corejs3@0.8.6(@babel/core@7.23.7): - resolution: {integrity: sha512-leDIc4l4tUgU7str5BWLS2h8q2N4Nf6lGZP6UrNDxdtfF2g69eJ5L0H7S8A5Ln/arfFAfHor5InAdZuIOwZdgQ==} + /babel-plugin-polyfill-corejs3@0.9.0(@babel/core@7.24.0): + resolution: {integrity: sha512-7nZPG1uzK2Ymhy/NbaOWTg3uibM2BmGASS4vHS4szRZAIR8R6GwA/xAujpdrXU5iyklrimWnLWU+BLF9suPTqg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.7) - core-js-compat: 3.33.2 + '@babel/core': 7.24.0 + '@babel/helper-define-polyfill-provider': 0.5.0(@babel/core@7.24.0) + core-js-compat: 3.36.0 transitivePeerDependencies: - supports-color dev: true - /babel-plugin-polyfill-regenerator@0.5.3(@babel/core@7.23.7): - resolution: {integrity: sha512-8sHeDOmXC8csczMrYEOf0UTNa4yE2SxV5JGeT/LP1n0OYVDUUFPxG9vdk2AlDlIit4t+Kf0xCtpgXPBwnn/9pw==} + /babel-plugin-polyfill-regenerator@0.5.5(@babel/core@7.24.0): + resolution: {integrity: sha512-OJGYZlhLqBh2DDHeqAxWB1XIvr49CxiJ2gIt61/PU55CQK4Z58OzMqjDe1zwQdQk+rBYsRc+1rJmdajM3gimHg==} peerDependencies: '@babel/core': ^7.4.0 || ^8.0.0-0 <8.0.0 dependencies: - '@babel/core': 7.23.7 - '@babel/helper-define-polyfill-provider': 0.4.3(@babel/core@7.23.7) + '@babel/core': 7.24.0 + '@babel/helper-define-polyfill-provider': 0.5.0(@babel/core@7.24.0) transitivePeerDependencies: - supports-color dev: true - /babel-plugin-transform-typescript-metadata@0.3.2(@babel/core@7.23.7): + /babel-plugin-transform-typescript-metadata@0.3.2(@babel/core@7.24.0): resolution: {integrity: sha512-mWEvCQTgXQf48yDqgN7CH50waTyYBeP2Lpqx4nNWab9sxEpdXVeKgfj1qYI2/TgUPQtNFZ85i3PemRtnXVYYJg==} peerDependencies: '@babel/core': ^7 @@ -8773,39 +8601,39 @@ packages: '@babel/traverse': optional: true dependencies: - '@babel/core': 7.23.7 - '@babel/helper-plugin-utils': 7.22.5 + '@babel/core': 7.24.0 + '@babel/helper-plugin-utils': 7.24.0 dev: true - /babel-preset-current-node-syntax@1.0.1(@babel/core@7.23.7): + /babel-preset-current-node-syntax@1.0.1(@babel/core@7.24.0): resolution: {integrity: sha512-M7LQ0bxarkxQoN+vz5aJPsLBn77n8QgTFmo8WK0/44auK2xlCXrYcUxHFxgU7qW5Yzw/CjmLRK2uJzaCd7LvqQ==} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.7 - '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.23.7) - '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.23.7) - '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.23.7) - '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.23.7) - '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.23.7) - '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.23.7) - '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.23.7) - '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.23.7) - '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.23.7) - '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.23.7) - '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.23.7) - '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.23.7) + '@babel/core': 7.24.0 + '@babel/plugin-syntax-async-generators': 7.8.4(@babel/core@7.24.0) + '@babel/plugin-syntax-bigint': 7.8.3(@babel/core@7.24.0) + '@babel/plugin-syntax-class-properties': 7.12.13(@babel/core@7.24.0) + '@babel/plugin-syntax-import-meta': 7.10.4(@babel/core@7.24.0) + '@babel/plugin-syntax-json-strings': 7.8.3(@babel/core@7.24.0) + '@babel/plugin-syntax-logical-assignment-operators': 7.10.4(@babel/core@7.24.0) + '@babel/plugin-syntax-nullish-coalescing-operator': 7.8.3(@babel/core@7.24.0) + '@babel/plugin-syntax-numeric-separator': 7.10.4(@babel/core@7.24.0) + '@babel/plugin-syntax-object-rest-spread': 7.8.3(@babel/core@7.24.0) + '@babel/plugin-syntax-optional-catch-binding': 7.8.3(@babel/core@7.24.0) + '@babel/plugin-syntax-optional-chaining': 7.8.3(@babel/core@7.24.0) + '@babel/plugin-syntax-top-level-await': 7.14.5(@babel/core@7.24.0) dev: true - /babel-preset-jest@29.6.3(@babel/core@7.23.7): + /babel-preset-jest@29.6.3(@babel/core@7.24.0): resolution: {integrity: sha512-0B3bhxR6snWXJZtR/RliHTDPRgn1sNHOR0yVtq/IiQFyuOVjFS+wuio/R4gSNkyYmKmJB4wGZv2NZanmKmTnNA==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: '@babel/core': ^7.0.0 dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 babel-plugin-jest-hoist: 29.6.3 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.7) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.0) dev: true /babel-walk@3.0.0-canary-5: @@ -8813,7 +8641,7 @@ packages: engines: {node: '>= 10.0.0'} requiresBuild: true dependencies: - '@babel/types': 7.23.5 + '@babel/types': 7.24.0 dev: false /backo2@1.0.2: @@ -8825,6 +8653,37 @@ packages: /balanced-match@1.0.2: resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + /bare-events@2.2.1: + resolution: {integrity: sha512-9GYPpsPFvrWBkelIhOhTWtkeZxVxZOdb3VnFTCzlOo3OjvmTvzLoZFUT8kNFACx0vJej6QPney1Cf9BvzCNE/A==} + requiresBuild: true + dev: false + optional: true + + /bare-fs@2.2.1: + resolution: {integrity: sha512-+CjmZANQDFZWy4PGbVdmALIwmt33aJg8qTkVjClU6X4WmZkTPBDxRHiBn7fpqEWEfF3AC2io++erpViAIQbSjg==} + requiresBuild: true + dependencies: + bare-events: 2.2.1 + bare-os: 2.2.0 + bare-path: 2.1.0 + streamx: 2.16.1 + dev: false + optional: true + + /bare-os@2.2.0: + resolution: {integrity: sha512-hD0rOPfYWOMpVirTACt4/nK8mC55La12K5fY1ij8HAdfQakD62M+H4o4tpfKzVGLgRDTuk3vjA4GqGXXCeFbag==} + requiresBuild: true + dev: false + optional: true + + /bare-path@2.1.0: + resolution: {integrity: sha512-DIIg7ts8bdRKwJRJrUMy/PICEaQZaPGZ26lsSx9MJSwIhSrcdHn7/C8W+XmnG/rKi6BaRcz+JO00CjZteybDtw==} + requiresBuild: true + dependencies: + bare-os: 2.2.0 + dev: false + optional: true + /base-64@0.1.0: resolution: {integrity: sha512-Y5gU45svrR5tI2Vt/X9GPd3L0HNIKzGu202EjxrXMpuc2V2CiKgemAbUUsqYmZJvPtCXoUKjNZwBJzsNScUbXA==} dev: false @@ -8844,8 +8703,8 @@ packages: safe-buffer: 5.1.2 dev: true - /basic-ftp@5.0.3: - resolution: {integrity: sha512-QHX8HLlncOLpy54mh+k/sWIFd0ThmRqwe9ZjELybGZK+tZ8rUb9VO0saKJUROTbE+KhzDUT7xziGpGrW8Kmd+g==} + /basic-ftp@5.0.5: + resolution: {integrity: sha512-4Bcg1P8xhUuqcii/S0Z9wiHIrQVPMermM1any+MX5GeGD7faD3/msQUDGLol9wOcz4/jbg/WJnGqoJF6LiBdtg==} engines: {node: '>=10.0.0'} dev: false @@ -8857,12 +8716,6 @@ packages: resolution: {integrity: sha512-V/Hy/X9Vt7f3BbPJEi8BdVFMByHi+jNXrYkW3huaybV/kQ0KJg0Y6PkEMbn+zeT+i+SiKZ/HMqJGIIt4LZDqNQ==} dev: false - /bidi-js@1.0.3: - resolution: {integrity: sha512-RKshQI1R3YQ+n9YJz2QQ147P66ELpa1FQEg20Dk8oW9t2KgLbpDLLp9aGZ7y8WHSshDknG0bknqGw5/tyCs5tw==} - dependencies: - require-from-string: 2.0.2 - dev: true - /big.js@5.2.2: resolution: {integrity: sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==} dev: true @@ -8880,7 +8733,7 @@ packages: engines: {node: '>=12'} dependencies: bin-version: 6.0.0 - semver: 7.5.4 + semver: 7.6.0 semver-truncate: 3.0.0 dev: true @@ -8947,11 +8800,9 @@ packages: transitivePeerDependencies: - supports-color - /bonjour-service@1.1.1: - resolution: {integrity: sha512-Z/5lQRMOG9k7W+FkeGTNjh7htqn/2LMnfOvBZ8pynNZCM9MwkQkI3zeI4oz09uWdcgmgHugVvBqxGg4VQJ5PCg==} + /bonjour-service@1.2.1: + resolution: {integrity: sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==} dependencies: - array-flatten: 2.1.2 - dns-equal: 1.0.0 fast-deep-equal: 3.1.3 multicast-dns: 7.2.5 dev: true @@ -8994,26 +8845,16 @@ packages: resolution: {integrity: sha512-8CVjaLJGuSKMVTxJ2DpBl5XnlNDiT4cQFeuCJJrvJmts9YrTZDizTX7PjC2s6W4x+MBGZeEY6dGMrF04/6Hgqg==} dev: false - /browserslist@4.22.1: - resolution: {integrity: sha512-FEVc202+2iuClEhZhrWy6ZiAcRLvNMyYcxZ8raemul1DYVOVdFsbqckWLdsixQZCpJlwe77Z3UTalE7jsjnKfQ==} + /browserslist@4.23.0: + resolution: {integrity: sha512-QW8HiM1shhT2GuzkvklfjcKDiWFXHOeFCIA/huJPwHsslwcydgk7X+z2zXpEijP98UCY7HbubZt5J2Zgvf0CaQ==} engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} hasBin: true dependencies: - caniuse-lite: 1.0.30001562 - electron-to-chromium: 1.4.585 - node-releases: 2.0.13 - update-browserslist-db: 1.0.13(browserslist@4.22.1) - dev: true - - /browserslist@4.22.2: - resolution: {integrity: sha512-0UgcrvQmBDvZHFGdYUehrCNIazki7/lUP3kkoi/r3YB2amZbFM9J43ZRkJTXBUZK4gmx56+Sqk9+Vs9mwZx9+A==} - engines: {node: ^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7} - hasBin: true - dependencies: - caniuse-lite: 1.0.30001579 - electron-to-chromium: 1.4.639 + caniuse-lite: 1.0.30001596 + electron-to-chromium: 1.4.699 node-releases: 2.0.14 - update-browserslist-db: 1.0.13(browserslist@4.22.2) + update-browserslist-db: 1.0.13(browserslist@4.23.0) + dev: true /bs-logger@0.2.6: resolution: {integrity: sha512-pd8DCoxmbgc7hyPKOvxtqNcjYoOsABPQdcCUjGp3d42VR2CX1ORhk2A87oqqu5R1kk+76nsxZupkmyd+MVtCog==} @@ -9048,7 +8889,7 @@ packages: /builtins@5.0.1: resolution: {integrity: sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==} dependencies: - semver: 7.5.4 + semver: 7.6.0 dev: true /busboy@1.6.0: @@ -9089,12 +8930,15 @@ packages: responselike: 2.0.1 dev: true - /call-bind@1.0.5: - resolution: {integrity: sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==} + /call-bind@1.0.7: + resolution: {integrity: sha512-GHTSNSYICQ7scH7sZ+M2rFopRoLh8t2bLSW6BbgrtLsahOIB5iyAVJf9GjWK3cYTDaMj4XdBpM1cA6pIS0Kv2w==} + engines: {node: '>= 0.4'} dependencies: + es-define-property: 1.0.0 + es-errors: 1.3.0 function-bind: 1.1.2 - get-intrinsic: 1.2.2 - set-function-length: 1.1.1 + get-intrinsic: 1.2.4 + set-function-length: 1.2.2 /callsites@3.1.0: resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} @@ -9124,26 +8968,18 @@ packages: /caniuse-api@3.0.0: resolution: {integrity: sha512-bsTwuIg/BZZK/vreVTYYbSWoe2F+71P7K5QGEX+pT250DZbfU1MQ5prOKpPR+LL6uWKK3KMwMCAS74QB3Um1uw==} dependencies: - browserslist: 4.22.1 - caniuse-lite: 1.0.30001562 + browserslist: 4.23.0 + caniuse-lite: 1.0.30001596 lodash.memoize: 4.1.2 lodash.uniq: 4.5.0 dev: true - /caniuse-lite@1.0.30001562: - resolution: {integrity: sha512-kfte3Hym//51EdX4239i+Rmp20EsLIYGdPkERegTgU19hQWCRhsRFGKHTliUlsry53tv17K7n077Kqa0WJU4ng==} + /caniuse-lite@1.0.30001596: + resolution: {integrity: sha512-zpkZ+kEr6We7w63ORkoJ2pOfBwBkY/bJrG/UZ90qNb45Isblu8wzDgevEOrRL1r9dWayHjYiiyCMEXPn4DweGQ==} dev: true - /caniuse-lite@1.0.30001579: - resolution: {integrity: sha512-u5AUVkixruKHJjw/pj9wISlcMpgFWzSrczLZbrqBSxukQixmg0SJ5sZTpvaFvxU0HoQKd4yoyAogyrAz9pzJnA==} - - /case-anything@2.1.13: - resolution: {integrity: sha512-zlOQ80VrQ2Ue+ymH5OuM/DlDq64mEm+B9UTdHULv5osUMD6HalNTblf2b1u/m6QecjsnOkBpqVZ+XPwIVsy7Ng==} - engines: {node: '>=12.13'} - dev: false - - /chai@4.3.10: - resolution: {integrity: sha512-0UXG04VuVbruMUYbJ6JctvH0YnC/4q3/AkT18q4NaITo91CUm0liMS9VqzT9vZhVQ/1eqPanMWjBM+Juhfb/9g==} + /chai@4.4.1: + resolution: {integrity: sha512-13sOfMv2+DWduEU+/xbun3LScLoqN17nBeTLUsmDfKdoiC1fr0n9PU4guu4AhRcOVFk/sW8LyZWHuhWtQZiF+g==} engines: {node: '>=4'} dependencies: assertion-error: 1.1.0 @@ -9192,6 +9028,7 @@ packages: /chardet@0.7.0: resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} + dev: true /charenc@0.0.2: resolution: {integrity: sha512-yrLQ/yVUFXkzg7EDQsPieE/53+0RlaWTs+wBrvW36cyilJ2SaDWfl4Yj7MtLTXleV9uEKefbAGUPv2/iWSooRA==} @@ -9245,9 +9082,10 @@ packages: readdirp: 3.5.0 optionalDependencies: fsevents: 2.3.3 + dev: true - /chokidar@3.5.3: - resolution: {integrity: sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==} + /chokidar@3.6.0: + resolution: {integrity: sha512-7VT13fmjotKpGipCW9JEQAusEPE+Ei8nl6/g4FBAmIm0GOOLMua9NDDo/DWp0ZAxCr3cPq5ZpBqmPAQgDda2Pw==} engines: {node: '>= 8.10.0'} dependencies: anymatch: 3.1.3 @@ -9265,14 +9103,14 @@ packages: engines: {node: '>=6.0'} dev: true - /chromium-bidi@0.5.2(devtools-protocol@0.0.1203626): - resolution: {integrity: sha512-PbVOSddxgKyj+JByqavWMNqWPCoCaT6XK5Z1EFe168sxnB/BM51LnZEPXSbFcFAJv/+u2B4XNTs9uXxy4GW3cQ==} + /chromium-bidi@0.5.12(devtools-protocol@0.0.1249869): + resolution: {integrity: sha512-sZMgEBWKbupD0Q7lyFu8AWkrE+rs5ycE12jFkGwIgD/VS8lDPtelPlXM7LYaq4zrkZ/O2L3f4afHUHL0ICdKog==} peerDependencies: devtools-protocol: '*' dependencies: - devtools-protocol: 0.0.1203626 + devtools-protocol: 0.0.1249869 mitt: 3.0.1 - urlpattern-polyfill: 9.0.0 + urlpattern-polyfill: 10.0.0 dev: false /ci-info@3.9.0: @@ -9312,8 +9150,8 @@ packages: engines: {node: '>=6'} dev: true - /cli-spinners@2.9.1: - resolution: {integrity: sha512-jHgecW0pxkonBJdrKsqxgRX9AcG+u/5k0Q7WPDfi8AogLAdwxEkyYYNWwZ5GvVFoFx2uiY1eNcSK00fh+1+FyQ==} + /cli-spinners@2.9.2: + resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} engines: {node: '>=6'} /cli-table@0.3.6: @@ -9321,18 +9159,12 @@ packages: engines: {node: '>= 0.2.0'} dependencies: colors: 1.0.3 + dev: true /cli-width@3.0.0: resolution: {integrity: sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==} engines: {node: '>= 10'} - - /cliui@7.0.4: - resolution: {integrity: sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==} - dependencies: - string-width: 4.2.3 - strip-ansi: 6.0.1 - wrap-ansi: 7.0.0 - dev: false + dev: true /cliui@8.0.1: resolution: {integrity: sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==} @@ -9378,18 +9210,19 @@ packages: engines: {node: '>=0.10.0'} dev: false - /cmdk@0.2.0(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-JQpKvEOb86SnvMZbYaFKYhvzFntWBeSZdyii0rZPhKJj9uwJBxu4DaVYDrRN7r3mPop56oPhRw+JYWTKs66TYw==} + /cmdk@1.0.0(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-gDzVf0a09TvoJ5jnuPvygTB77+XdOSwEmJ88L6XPFPlv7T3RxbP9jgenfylrAMD0+Le1aO0nVjQUzl2g+vjz5Q==} peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 dependencies: - '@radix-ui/react-dialog': 1.0.0(@types/react@18.2.48)(react-dom@18.2.0)(react@18.2.0) - command-score: 0.1.2 + '@radix-ui/react-dialog': 1.0.5(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) + '@radix-ui/react-primitive': 1.0.3(@types/react-dom@18.2.21)(@types/react@18.2.64)(react-dom@18.2.0)(react@18.2.0) react: 18.2.0 react-dom: 18.2.0(react@18.2.0) transitivePeerDependencies: - '@types/react' + - '@types/react-dom' dev: false /co@4.6.0: @@ -9444,6 +9277,7 @@ packages: /colors@1.0.3: resolution: {integrity: sha512-pFGrxThWcWQ2MsAz6RtgeWe4NK2kUE1WfsrvvlctdII745EW9I0yflqhe7++M5LEc7bV2c/9/5zc8sFcpL0Drw==} engines: {node: '>=0.1.90'} + dev: true /colors@1.2.5: resolution: {integrity: sha512-erNRLao/Y3Fv54qUa0LBB+//Uf3YwMUmdJinN20yMXm9zdKKqH9wt7R9IIVZ+K7ShzfpLV/Zg8+VyrBJYB4lpg==} @@ -9464,10 +9298,6 @@ packages: dependencies: delayed-stream: 1.0.0 - /command-score@0.1.2: - resolution: {integrity: sha512-VtDvQpIJBvBatnONUsPzXYFVKQQAhuf3XTNOAsdBxCNO/QCtUUd8LSgjn0GVarBkCad6aJCZfXgrjYbl/KRr7w==} - dev: false - /commander@10.0.1: resolution: {integrity: sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==} engines: {node: '>=14'} @@ -9490,6 +9320,11 @@ packages: engines: {node: '>= 10'} dev: true + /commander@8.3.0: + resolution: {integrity: sha512-OkTL9umf+He2DZkUq8f8J9of7yL6RJKI24dVITBmNfZBmri9zYZQrKkuXiKhyfPSu8tUhnVBB1iKXevvnlR4Ww==} + engines: {node: '>= 12'} + dev: true + /commander@9.5.0: resolution: {integrity: sha512-KRs7WVDKg86PWiuAqhDrAQnTXZKraVcCc6vFdL14qrZ/DcWwuRo7VoiYXalXO7S5GKpqYiVEwCbgFDfxNHKJBQ==} engines: {node: ^12.20.0 || >=14} @@ -9573,8 +9408,8 @@ packages: resolution: {integrity: sha512-vCrqcSIq4//Gx74TXXCGnHpulY1dskqLTFGDmhrGxzeXL8lF8kvXv6mpNWlJj1uD4DW23D4ljAqbY4RRaaUZIw==} requiresBuild: true dependencies: - '@babel/parser': 7.23.5 - '@babel/types': 7.23.5 + '@babel/parser': 7.24.0 + '@babel/types': 7.24.0 dev: false /content-disposition@0.5.4: @@ -9589,6 +9424,7 @@ packages: /convert-source-map@2.0.0: resolution: {integrity: sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==} + dev: true /cookie-parser@1.4.6: resolution: {integrity: sha512-z3IzaNjdwUC2olLIB5/ITd0/setiaFMLYiZJle7xg5Fe9KWAceil7xszYfHHBtDFYLSgJduS2Ty0P1uJdPDJeA==} @@ -9616,7 +9452,7 @@ packages: is-what: 3.14.1 dev: true - /copy-webpack-plugin@10.2.4(webpack@5.89.0): + /copy-webpack-plugin@10.2.4(webpack@5.90.3): resolution: {integrity: sha512-xFVltahqlsRcyyJqQbDY6EYTtyQZF9rf+JPjwHObLdPFMEISqkFkr7mFoVOC6BfYS/dNThyoQKvziugm+OnwBg==} engines: {node: '>= 12.20.0'} peerDependencies: @@ -9627,14 +9463,14 @@ packages: globby: 12.2.0 normalize-path: 3.0.0 schema-utils: 4.2.0 - serialize-javascript: 6.0.1 - webpack: 5.89.0(@swc/core@1.3.104) + serialize-javascript: 6.0.2 + webpack: 5.90.3(@swc/core@1.4.6) dev: true - /core-js-compat@3.33.2: - resolution: {integrity: sha512-axfo+wxFVxnqf8RvxTzoAlzW4gRoacrHeoFlc9n0x50+7BEyZL/Rt3hicaED1/CEd7I6tPCPVUYcJwCMO5XUYw==} + /core-js-compat@3.36.0: + resolution: {integrity: sha512-iV9Pd/PsgjNWBXeq8XRtWVSgz2tKAfhfvBs7qxYty+RlRd+OCksaWmOnc4JKrTc1cToXL1N0s3l/vwlxPtdElw==} dependencies: - browserslist: 4.22.1 + browserslist: 4.23.0 dev: true /core-util-is@1.0.3: @@ -9673,7 +9509,7 @@ packages: path-type: 4.0.0 yaml: 1.10.2 - /cosmiconfig@8.3.6(typescript@5.3.3): + /cosmiconfig@8.3.6(typescript@5.4.2): resolution: {integrity: sha512-kcZ6+W5QzcJ3P1Mt+83OUv/oHFqZHIx8DuxG6eZ5RGMERoLqp4BuGjhHLYGK+Kf5XVkQvqBSmAy/nGWN3qDgEA==} engines: {node: '>=14'} peerDependencies: @@ -9686,9 +9522,25 @@ packages: js-yaml: 4.1.0 parse-json: 5.2.0 path-type: 4.0.0 - typescript: 5.3.3 + typescript: 5.4.2 - /create-jest@29.7.0(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2): + /cosmiconfig@9.0.0(typescript@5.4.2): + resolution: {integrity: sha512-itvL5h8RETACmOTFc4UfIyB2RfEHi71Ax6E/PivVxq9NseKbOWpeyHEOIbmAw1rs8Ak0VursQNww7lf7YtUwzg==} + engines: {node: '>=14'} + peerDependencies: + typescript: '>=4.9.5' + peerDependenciesMeta: + typescript: + optional: true + dependencies: + env-paths: 2.2.1 + import-fresh: 3.3.0 + js-yaml: 4.1.0 + parse-json: 5.2.0 + typescript: 5.4.2 + dev: false + + /create-jest@29.7.0(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(ts-node@10.9.2): resolution: {integrity: sha512-Adz2bdH0Vq3F53KEMJOoftQFutWCukm6J24wbPWRO4k1kMY7gS7ds/uoJkNuV8wDCtWWnuwGcJwpWcih+zEW1Q==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -9697,7 +9549,7 @@ packages: chalk: 4.1.2 exit: 0.1.2 graceful-fs: 4.2.11 - jest-config: 29.7.0(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2) + jest-config: 29.7.0(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(ts-node@10.9.2) jest-util: 29.7.0 prompts: 2.4.2 transitivePeerDependencies: @@ -9763,37 +9615,39 @@ packages: resolution: {integrity: sha512-mCxBlsHFYh9C+HVpiEacem8FEBnMXgU9gy4zmNC+SXAZNB/1idgp/aulFJ4FgCi7GPEVbfyng092GqL2k2rmow==} dev: false - /css-declaration-sorter@6.4.1(postcss@8.4.33): - resolution: {integrity: sha512-rtdthzxKuyq6IzqX6jEcIzQF/YqccluefyCYheovBOLhFT/drQA9zj/UbRAa9J7C0o6EG6u3E6g+vKkay7/k3g==} - engines: {node: ^10 || ^12 || >=14} + /css-declaration-sorter@7.1.1(postcss@8.4.35): + resolution: {integrity: sha512-dZ3bVTEEc1vxr3Bek9vGwfB5Z6ESPULhcRvO472mfjVnj8jRcTnKO8/JTczlvxM10Myb+wBM++1MtdO76eWcaQ==} + engines: {node: ^14 || ^16 || >=18} peerDependencies: postcss: ^8.0.9 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 dev: true - /css-inline@0.11.2: - resolution: {integrity: sha512-c/oie5Yqa2lVRwUO7A8nd3c3r0x7yE6MQH2PPB/R1LaUb6ohZD7vNXj23fod5y4QNsNhsQi98/AWfUwo1K6R7g==} - dev: false - - /css-loader@6.8.1(webpack@5.89.0): - resolution: {integrity: sha512-xDAXtEVGlD0gJ07iclwWVkLoZOpEvAWaSyf6W18S2pOC//K8+qUDIx8IIT3D+HjnmkJPQeesOPv5aiUaJsCM2g==} + /css-loader@6.10.0(webpack@5.90.3): + resolution: {integrity: sha512-LTSA/jWbwdMlk+rhmElbDR2vbtQoTBPr7fkJE+mxrHj+7ru0hUmHafDRzWIjIHTwpitWVaqY2/UWGRca3yUgRw==} engines: {node: '>= 12.13.0'} peerDependencies: + '@rspack/core': 0.x || 1.x webpack: ^5.0.0 + peerDependenciesMeta: + '@rspack/core': + optional: true + webpack: + optional: true dependencies: - icss-utils: 5.1.0(postcss@8.4.33) - postcss: 8.4.33 - postcss-modules-extract-imports: 3.0.0(postcss@8.4.33) - postcss-modules-local-by-default: 4.0.3(postcss@8.4.33) - postcss-modules-scope: 3.0.0(postcss@8.4.33) - postcss-modules-values: 4.0.0(postcss@8.4.33) + icss-utils: 5.1.0(postcss@8.4.35) + postcss: 8.4.35 + postcss-modules-extract-imports: 3.0.0(postcss@8.4.35) + postcss-modules-local-by-default: 4.0.4(postcss@8.4.35) + postcss-modules-scope: 3.1.1(postcss@8.4.35) + postcss-modules-values: 4.0.0(postcss@8.4.35) postcss-value-parser: 4.2.0 - semver: 7.5.4 - webpack: 5.89.0(@swc/core@1.3.104) + semver: 7.6.0 + webpack: 5.90.3(@swc/core@1.4.6) dev: true - /css-minimizer-webpack-plugin@5.0.1(webpack@5.89.0): + /css-minimizer-webpack-plugin@5.0.1(webpack@5.90.3): resolution: {integrity: sha512-3caImjKFQkS+ws1TGcFn0V1HyDJFq1Euy589JlD6/3rV2kj+w7r5G9WDMgSHvpvXHNZ2calVypZWuEDQd9wfLg==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -9818,13 +9672,13 @@ packages: lightningcss: optional: true dependencies: - '@jridgewell/trace-mapping': 0.3.20 - cssnano: 6.0.1(postcss@8.4.33) + '@jridgewell/trace-mapping': 0.3.25 + cssnano: 6.1.0(postcss@8.4.35) jest-worker: 29.7.0 - postcss: 8.4.33 + postcss: 8.4.35 schema-utils: 4.2.0 - serialize-javascript: 6.0.1 - webpack: 5.89.0(@swc/core@1.3.104) + serialize-javascript: 6.0.2 + webpack: 5.90.3(@swc/core@1.4.6) dev: true /css-select@5.1.0: @@ -9862,62 +9716,63 @@ packages: hasBin: true dev: true - /cssnano-preset-default@6.0.1(postcss@8.4.33): - resolution: {integrity: sha512-7VzyFZ5zEB1+l1nToKyrRkuaJIx0zi/1npjvZfbBwbtNTzhLtlvYraK/7/uqmX2Wb2aQtd983uuGw79jAjLSuQ==} + /cssnano-preset-default@6.1.0(postcss@8.4.35): + resolution: {integrity: sha512-4DUXZoDj+PI3fRl3MqMjl9DwLGjcsFP4qt+92nLUcN1RGfw2TY+GwNoG2B38Usu1BrcTs8j9pxNfSusmvtSjfg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - css-declaration-sorter: 6.4.1(postcss@8.4.33) - cssnano-utils: 4.0.0(postcss@8.4.33) - postcss: 8.4.33 - postcss-calc: 9.0.1(postcss@8.4.33) - postcss-colormin: 6.0.0(postcss@8.4.33) - postcss-convert-values: 6.0.0(postcss@8.4.33) - postcss-discard-comments: 6.0.0(postcss@8.4.33) - postcss-discard-duplicates: 6.0.0(postcss@8.4.33) - postcss-discard-empty: 6.0.0(postcss@8.4.33) - postcss-discard-overridden: 6.0.0(postcss@8.4.33) - postcss-merge-longhand: 6.0.0(postcss@8.4.33) - postcss-merge-rules: 6.0.1(postcss@8.4.33) - postcss-minify-font-values: 6.0.0(postcss@8.4.33) - postcss-minify-gradients: 6.0.0(postcss@8.4.33) - postcss-minify-params: 6.0.0(postcss@8.4.33) - postcss-minify-selectors: 6.0.0(postcss@8.4.33) - postcss-normalize-charset: 6.0.0(postcss@8.4.33) - postcss-normalize-display-values: 6.0.0(postcss@8.4.33) - postcss-normalize-positions: 6.0.0(postcss@8.4.33) - postcss-normalize-repeat-style: 6.0.0(postcss@8.4.33) - postcss-normalize-string: 6.0.0(postcss@8.4.33) - postcss-normalize-timing-functions: 6.0.0(postcss@8.4.33) - postcss-normalize-unicode: 6.0.0(postcss@8.4.33) - postcss-normalize-url: 6.0.0(postcss@8.4.33) - postcss-normalize-whitespace: 6.0.0(postcss@8.4.33) - postcss-ordered-values: 6.0.0(postcss@8.4.33) - postcss-reduce-initial: 6.0.0(postcss@8.4.33) - postcss-reduce-transforms: 6.0.0(postcss@8.4.33) - postcss-svgo: 6.0.0(postcss@8.4.33) - postcss-unique-selectors: 6.0.0(postcss@8.4.33) + browserslist: 4.23.0 + css-declaration-sorter: 7.1.1(postcss@8.4.35) + cssnano-utils: 4.0.2(postcss@8.4.35) + postcss: 8.4.35 + postcss-calc: 9.0.1(postcss@8.4.35) + postcss-colormin: 6.1.0(postcss@8.4.35) + postcss-convert-values: 6.1.0(postcss@8.4.35) + postcss-discard-comments: 6.0.2(postcss@8.4.35) + postcss-discard-duplicates: 6.0.3(postcss@8.4.35) + postcss-discard-empty: 6.0.3(postcss@8.4.35) + postcss-discard-overridden: 6.0.2(postcss@8.4.35) + postcss-merge-longhand: 6.0.4(postcss@8.4.35) + postcss-merge-rules: 6.1.0(postcss@8.4.35) + postcss-minify-font-values: 6.0.3(postcss@8.4.35) + postcss-minify-gradients: 6.0.3(postcss@8.4.35) + postcss-minify-params: 6.1.0(postcss@8.4.35) + postcss-minify-selectors: 6.0.3(postcss@8.4.35) + postcss-normalize-charset: 6.0.2(postcss@8.4.35) + postcss-normalize-display-values: 6.0.2(postcss@8.4.35) + postcss-normalize-positions: 6.0.2(postcss@8.4.35) + postcss-normalize-repeat-style: 6.0.2(postcss@8.4.35) + postcss-normalize-string: 6.0.2(postcss@8.4.35) + postcss-normalize-timing-functions: 6.0.2(postcss@8.4.35) + postcss-normalize-unicode: 6.1.0(postcss@8.4.35) + postcss-normalize-url: 6.0.2(postcss@8.4.35) + postcss-normalize-whitespace: 6.0.2(postcss@8.4.35) + postcss-ordered-values: 6.0.2(postcss@8.4.35) + postcss-reduce-initial: 6.1.0(postcss@8.4.35) + postcss-reduce-transforms: 6.0.2(postcss@8.4.35) + postcss-svgo: 6.0.3(postcss@8.4.35) + postcss-unique-selectors: 6.0.3(postcss@8.4.35) dev: true - /cssnano-utils@4.0.0(postcss@8.4.33): - resolution: {integrity: sha512-Z39TLP+1E0KUcd7LGyF4qMfu8ZufI0rDzhdyAMsa/8UyNUU8wpS0fhdBxbQbv32r64ea00h4878gommRVg2BHw==} + /cssnano-utils@4.0.2(postcss@8.4.35): + resolution: {integrity: sha512-ZR1jHg+wZ8o4c3zqf1SIUSTIvm/9mU343FMR6Obe/unskbvpGhZOo1J6d/r8D1pzkRQYuwbcH3hToOuoA2G7oQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 dev: true - /cssnano@6.0.1(postcss@8.4.33): - resolution: {integrity: sha512-fVO1JdJ0LSdIGJq68eIxOqFpIJrZqXUsBt8fkrBcztCQqAjQD51OhZp7tc0ImcbwXD4k7ny84QTV90nZhmqbkg==} + /cssnano@6.1.0(postcss@8.4.35): + resolution: {integrity: sha512-e2v4w/t3OFM6HTuSweI4RSdABaqgVgHlJp5FZrQsopHnKKHLFIvK2D3C4kHWeFIycN/1L1J5VIrg5KlDzn3r/g==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - cssnano-preset-default: 6.0.1(postcss@8.4.33) - lilconfig: 2.1.0 - postcss: 8.4.33 + cssnano-preset-default: 6.1.0(postcss@8.4.35) + lilconfig: 3.1.1 + postcss: 8.4.35 dev: true /csso@5.0.5: @@ -9934,19 +9789,15 @@ packages: rrweb-cssom: 0.6.0 dev: true - /csstype@3.1.2: - resolution: {integrity: sha512-I7K1Uu0MBPzaFKg4nI5Q7Vs2t+3gWWW648spaF+Rg7pI9ds18Ugn+lvg4SHczUdKlHI5LWBXyqfS8+DufyBsgQ==} + /csstype@3.1.3: + resolution: {integrity: sha512-M1uQkMl8rQK/szD0LNhtqxIPLpimGm8sOBwU7lLnCpSbTyY3yeU1Vc7l4KT5zT4s/yOxHH5O7tIuuLOCnLADRw==} /damerau-levenshtein@1.0.8: resolution: {integrity: sha512-sdQSFB7+llfUcQHUQO3+B8ERRj0Oa4w9POWMI/puGtuf7gFywGmkaLCElnudfTiKZV+NvHqL0ifzdrI8Ro7ESA==} dev: true - /dash-get@1.0.2: - resolution: {integrity: sha512-4FbVrHDwfOASx7uQVxeiCTo7ggSdYZbqs8lH+WU6ViypPlDbe9y6IP5VVUDQBv9DcnyaiPT5XT0UWHgJ64zLeQ==} - dev: false - - /data-uri-to-buffer@6.0.1: - resolution: {integrity: sha512-MZd3VlchQkp8rdend6vrx7MmVDJzSNTBvghvKjirLkD+WTChA3KUf0jkE68Q4UyctNqI11zZO9/x2Yx+ub5Cvg==} + /data-uri-to-buffer@6.0.2: + resolution: {integrity: sha512-7hvf7/GW8e86rW0ptuwS3OcBGDjIi6SZva7hCyWC0yYry2cOPmLIjXAUHI6DK2HsnwJd9ifmt57i8eV2n4YNpw==} engines: {node: '>= 14'} dev: false @@ -9962,7 +9813,8 @@ packages: resolution: {integrity: sha512-fnULvOpxnC5/Vg3NCiWelDsLiUc9bRwAPs/+LfTLNvetFCtCTN+yQz15C/fs4AwX1R9K5GLtLfn8QW+dWisaAw==} engines: {node: '>=0.11'} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 + dev: true /dayjs@1.11.10: resolution: {integrity: sha512-vjAczensTgRcqDERK0SR2XMwsF/tSvnvlv6VcF2GIhg6Sx4yOIt/irsr1RDJsKiIyBzJDpCoXiWWq28MqH2cnQ==} @@ -10042,24 +9894,24 @@ packages: resolution: {integrity: sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==} engines: {node: '>= 0.4'} dependencies: - array-buffer-byte-length: 1.0.0 - call-bind: 1.0.5 + array-buffer-byte-length: 1.0.1 + call-bind: 1.0.7 es-get-iterator: 1.1.3 - get-intrinsic: 1.2.2 + get-intrinsic: 1.2.4 is-arguments: 1.1.1 - is-array-buffer: 3.0.2 + is-array-buffer: 3.0.4 is-date-object: 1.0.5 is-regex: 1.1.4 - is-shared-array-buffer: 1.0.2 + is-shared-array-buffer: 1.0.3 isarray: 2.0.5 - object-is: 1.1.5 + object-is: 1.1.6 object-keys: 1.1.1 - object.assign: 4.1.4 - regexp.prototype.flags: 1.5.1 - side-channel: 1.0.4 + object.assign: 4.1.5 + regexp.prototype.flags: 1.5.2 + side-channel: 1.0.6 which-boxed-primitive: 1.0.2 - which-collection: 1.0.1 - which-typed-array: 1.1.13 + which-collection: 1.0.2 + which-typed-array: 1.1.14 dev: true /deep-extend@0.6.0: @@ -10092,13 +9944,13 @@ packages: engines: {node: '>=10'} dev: true - /define-data-property@1.1.1: - resolution: {integrity: sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==} + /define-data-property@1.1.4: + resolution: {integrity: sha512-rBMvIzlpA8v6E+SJZoo++HAYqsLrkg7MSfIinMPFhmkorw7X+dOXVJQs+QT69zGkzMyfDnIMN2Wid1+NbL3T+A==} engines: {node: '>= 0.4'} dependencies: - get-intrinsic: 1.2.2 + es-define-property: 1.0.0 + es-errors: 1.3.0 gopd: 1.0.1 - has-property-descriptors: 1.0.1 /define-lazy-prop@2.0.0: resolution: {integrity: sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==} @@ -10109,8 +9961,8 @@ packages: resolution: {integrity: sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==} engines: {node: '>= 0.4'} dependencies: - define-data-property: 1.1.1 - has-property-descriptors: 1.0.1 + define-data-property: 1.1.4 + has-property-descriptors: 1.0.2 object-keys: 1.1.1 dev: true @@ -10168,10 +10020,6 @@ packages: resolution: {integrity: sha512-ypdmJU/TbBby2Dxibuv7ZLW3Bs1QEmM7nHjEANfohJLvE0XVujisn1qPJcZxg+qDucsr+bP6fLD1rPS3AhJ7EQ==} dev: false - /detect-node@2.0.4: - resolution: {integrity: sha512-ZIzRpLJrOj7jjP2miAtgqIfmzbxa4ZOr5jJc601zklsfEx9oTzmmj2nVpIPRpNlRTIh8lc1kyViIY7BWSGNmKw==} - dev: false - /detect-node@2.1.0: resolution: {integrity: sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==} @@ -10185,8 +10033,8 @@ packages: - supports-color dev: true - /devtools-protocol@0.0.1203626: - resolution: {integrity: sha512-nEzHZteIUZfGCZtTiS1fRpC8UZmsfD1SiyPvaUNvS13dvKf666OAm8YTi0+Ca3n1nLEyu49Cy4+dPWpaHFJk9g==} + /devtools-protocol@0.0.1249869: + resolution: {integrity: sha512-Ctp4hInA0BEavlUoRy9mhGq0i+JSo/AwVyX2EFgZmV1kYB+Zq+EMBAn52QWu6FbRr10hRb6pBl420upbp4++vg==} dev: false /didyoumean@1.2.2: @@ -10229,10 +10077,6 @@ packages: resolution: {integrity: sha512-+HlytyjlPKnIG8XuRG8WvmBP8xs8P71y+SKKS6ZXWoEgLuePxtDoUEiH7WkdePWrQ5JBpE6aoVqfZfJUQkjXwA==} dev: true - /dns-equal@1.0.0: - resolution: {integrity: sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==} - dev: true - /dns-packet@5.6.1: resolution: {integrity: sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==} engines: {node: '>=6'} @@ -10327,9 +10171,15 @@ packages: resolution: {integrity: sha512-GopVGCpVS1UKH75VKHGuQFqS1Gusej0z4FyQkPdwjil2gNIv+LNsqBlboOzpJFZKVT95GkCyWJbBSdFEFUWI2A==} engines: {node: '>=12'} - /dotenv@16.3.1: - resolution: {integrity: sha512-IPzF4w4/Rd94bA9imS68tZBaYyBWSCE47V1RGuMrB94iyTOIEwRmVL2x/4An+6mETpLrKJ5hQkB8W4kFAadeIQ==} + /dotenv@16.3.2: + resolution: {integrity: sha512-HTlk5nmhkm8F6JcdXvHIzaorzCoziNQT9mGxLPVXW8wJF1TiGSL60ZGB4gHWabHOaMmWmhvk2/lPHfnBiT78AQ==} engines: {node: '>=12'} + dev: true + + /dotenv@16.4.1: + resolution: {integrity: sha512-CjA3y+Dr3FyFDOAMnxZEGtnW9KBR2M0JvvUtXNW+dYJL5ROWxP9DUHCwgFqpMk0OXCc0ljhaNTr2w/kutYIcHQ==} + engines: {node: '>=12'} + dev: false /dset@3.1.3: resolution: {integrity: sha512-20TuZZHCEZ2O71q9/+8BwKwZ0QtD9D8ObhrihJPr+vLLYlSuAU3/zL4cSlgbfeoGHTjCSJBa7NGcrF9/Bx/WJQ==} @@ -10344,7 +10194,6 @@ packages: /eastasianwidth@0.2.0: resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} - dev: false /ecdsa-sig-formatter@1.0.11: resolution: {integrity: sha512-nagl3RYrbNv6kQkeJIpt6NJZy8twLB/2vtz6yN9Z4vRKHN4/QZJIEbqohALSgwKdnksuY3k5Addp5lg8sVoVcQ==} @@ -10360,7 +10209,7 @@ packages: '@one-ini/wasm': 0.1.1 commander: 10.0.1 minimatch: 9.0.1 - semver: 7.5.4 + semver: 7.6.0 dev: false /ee-first@1.1.1: @@ -10373,13 +10222,10 @@ packages: dependencies: jake: 10.8.7 - /electron-to-chromium@1.4.585: - resolution: {integrity: sha512-B4yBlX0azdA3rVMxpYwLQfDpdwOgcnLCkpvSOd68iFmeedo+WYjaBJS3/W58LVD8CB2nf+o7C4K9xz1l09RkWg==} + /electron-to-chromium@1.4.699: + resolution: {integrity: sha512-I7q3BbQi6e4tJJN5CRcyvxhK0iJb34TV8eJQcgh+fR2fQ8miMgZcEInckCo1U9exDHbfz7DLDnFn8oqH/VcRKw==} dev: true - /electron-to-chromium@1.4.639: - resolution: {integrity: sha512-CkKf3ZUVZchr+zDpAlNLEEy2NJJ9T64ULWaDgy3THXXlPVPkLu3VOs9Bac44nebVtdwl2geSj6AxTtGDOxoXhg==} - /emittery@0.13.1: resolution: {integrity: sha512-DeWwawk6r5yR9jFgnDKYt4sLS0LmHJJi3ZOnb5/JdbYwj3nW+FxQnHIjhBKz8YLC7oRNPVM9NQ47I3CVx34eqQ==} engines: {node: '>=12'} @@ -10410,8 +10256,8 @@ packages: dependencies: once: 1.4.0 - /enhanced-resolve@5.15.0: - resolution: {integrity: sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==} + /enhanced-resolve@5.15.1: + resolution: {integrity: sha512-3d3JRbwsCLJsYgvb6NuWEG44jjPSOMuS73L/6+7BZuoKm3W+qXnSoIYVHi8dG7Qcg4inAY4jbzkZ7MnskePeDg==} engines: {node: '>=10.13.0'} dependencies: graceful-fs: 4.2.11 @@ -10429,15 +10275,15 @@ packages: resolution: {integrity: sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==} dev: false - /entities@3.0.1: - resolution: {integrity: sha512-WiyBqoomrwMdFG1e0kqvASYfnlb0lp8M5o5Fw2OFq1hNZxxcNk8Ik0Xm7LxzBhuidnZB/UtBqVCgUz3kBOP51Q==} - engines: {node: '>=0.12'} - dev: false - /entities@4.5.0: resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} engines: {node: '>=0.12'} + /env-paths@2.2.1: + resolution: {integrity: sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==} + engines: {node: '>=6'} + dev: false + /errno@0.1.8: resolution: {integrity: sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==} hasBin: true @@ -10452,101 +10298,119 @@ packages: dependencies: is-arrayish: 0.2.1 - /es-abstract@1.22.3: - resolution: {integrity: sha512-eiiY8HQeYfYH2Con2berK+To6GrK2RxbPawDkGq4UiCQQfZHb6wX9qQqkbpPqaxQFcl8d9QzZqo0tGE0VcrdwA==} + /es-abstract@1.22.5: + resolution: {integrity: sha512-oW69R+4q2wG+Hc3KZePPZxOiisRIqfKBVo/HLx94QcJeWGU/8sZhCvc829rd1kS366vlJbzBfXf9yWwf0+Ko7w==} engines: {node: '>= 0.4'} dependencies: - array-buffer-byte-length: 1.0.0 - arraybuffer.prototype.slice: 1.0.2 - available-typed-arrays: 1.0.5 - call-bind: 1.0.5 - es-set-tostringtag: 2.0.2 + array-buffer-byte-length: 1.0.1 + arraybuffer.prototype.slice: 1.0.3 + available-typed-arrays: 1.0.7 + call-bind: 1.0.7 + es-define-property: 1.0.0 + es-errors: 1.3.0 + es-set-tostringtag: 2.0.3 es-to-primitive: 1.2.1 function.prototype.name: 1.1.6 - get-intrinsic: 1.2.2 - get-symbol-description: 1.0.0 + get-intrinsic: 1.2.4 + get-symbol-description: 1.0.2 globalthis: 1.0.3 gopd: 1.0.1 - has-property-descriptors: 1.0.1 - has-proto: 1.0.1 + has-property-descriptors: 1.0.2 + has-proto: 1.0.3 has-symbols: 1.0.3 - hasown: 2.0.0 - internal-slot: 1.0.6 - is-array-buffer: 3.0.2 + hasown: 2.0.1 + internal-slot: 1.0.7 + is-array-buffer: 3.0.4 is-callable: 1.2.7 - is-negative-zero: 2.0.2 + is-negative-zero: 2.0.3 is-regex: 1.1.4 - is-shared-array-buffer: 1.0.2 + is-shared-array-buffer: 1.0.3 is-string: 1.0.7 - is-typed-array: 1.1.12 + is-typed-array: 1.1.13 is-weakref: 1.0.2 object-inspect: 1.13.1 object-keys: 1.1.1 - object.assign: 4.1.4 - regexp.prototype.flags: 1.5.1 - safe-array-concat: 1.0.1 - safe-regex-test: 1.0.0 + object.assign: 4.1.5 + regexp.prototype.flags: 1.5.2 + safe-array-concat: 1.1.2 + safe-regex-test: 1.0.3 string.prototype.trim: 1.2.8 string.prototype.trimend: 1.0.7 string.prototype.trimstart: 1.0.7 - typed-array-buffer: 1.0.0 - typed-array-byte-length: 1.0.0 - typed-array-byte-offset: 1.0.0 - typed-array-length: 1.0.4 + typed-array-buffer: 1.0.2 + typed-array-byte-length: 1.0.1 + typed-array-byte-offset: 1.0.2 + typed-array-length: 1.0.5 unbox-primitive: 1.0.2 - which-typed-array: 1.1.13 + which-typed-array: 1.1.14 dev: true + /es-array-method-boxes-properly@1.0.0: + resolution: {integrity: sha512-wd6JXUmyHmt8T5a2xreUwKcGPq6f1f+WwIJkijUqiGcJz1qqnZgP6XIK+QyIWU5lT7imeNxUll48bziG+TSYcA==} + dev: true + + /es-define-property@1.0.0: + resolution: {integrity: sha512-jxayLKShrEqqzJ0eumQbVhTYQM27CfT1T35+gCgDFoL82JLsXqTJ76zv6A0YLOgEnLUMvLzsDsGIrl8NFpT2gQ==} + engines: {node: '>= 0.4'} + dependencies: + get-intrinsic: 1.2.4 + + /es-errors@1.3.0: + resolution: {integrity: sha512-Zf5H2Kxt2xjTvbJvP2ZWLEICxA6j+hAmMzIlypy4xcBg1vKVnx89Wy0GbS+kf5cwCVFFzdCFh2XSCFNULS6csw==} + engines: {node: '>= 0.4'} + /es-get-iterator@1.1.3: resolution: {integrity: sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==} dependencies: - call-bind: 1.0.5 - get-intrinsic: 1.2.2 + call-bind: 1.0.7 + get-intrinsic: 1.2.4 has-symbols: 1.0.3 is-arguments: 1.1.1 - is-map: 2.0.2 - is-set: 2.0.2 + is-map: 2.0.3 + is-set: 2.0.3 is-string: 1.0.7 isarray: 2.0.5 stop-iteration-iterator: 1.0.0 dev: true - /es-iterator-helpers@1.0.15: - resolution: {integrity: sha512-GhoY8uYqd6iwUl2kgjTm4CZAf6oo5mHK7BPqx3rKgx893YSsy0LGHV6gfqqQvZt/8xM8xeOnfXBCfqclMKkJ5g==} + /es-iterator-helpers@1.0.17: + resolution: {integrity: sha512-lh7BsUqelv4KUbR5a/ZTaGGIMLCjPGPqJ6q+Oq24YP0RdyptX1uzm4vvaqzk7Zx3bpl/76YLTTDj9L7uYQ92oQ==} + engines: {node: '>= 0.4'} dependencies: asynciterator.prototype: 1.0.0 - call-bind: 1.0.5 + call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.22.3 - es-set-tostringtag: 2.0.2 + es-abstract: 1.22.5 + es-errors: 1.3.0 + es-set-tostringtag: 2.0.3 function-bind: 1.1.2 - get-intrinsic: 1.2.2 + get-intrinsic: 1.2.4 globalthis: 1.0.3 - has-property-descriptors: 1.0.1 - has-proto: 1.0.1 + has-property-descriptors: 1.0.2 + has-proto: 1.0.3 has-symbols: 1.0.3 - internal-slot: 1.0.6 + internal-slot: 1.0.7 iterator.prototype: 1.1.2 - safe-array-concat: 1.0.1 + safe-array-concat: 1.1.2 dev: true /es-module-lexer@1.4.1: resolution: {integrity: sha512-cXLGjP0c4T3flZJKQSuziYoq7MlT+rnvfZjfp7h+I7K9BNX54kP9nyWvdbwjQ4u1iWbOL4u96fgeZLToQlZC7w==} dev: true - /es-set-tostringtag@2.0.2: - resolution: {integrity: sha512-BuDyupZt65P9D2D2vA/zqcI3G5xRsklm5N3xCwuiy+/vKy8i0ifdsQP1sLgO4tZDSCaQUSnmC48khknGMV3D2Q==} + /es-set-tostringtag@2.0.3: + resolution: {integrity: sha512-3T8uNMC3OQTHkFUsFq8r/BwAXLHvU/9O9mE0fBc/MY5iq/8H7ncvO947LmYA6ldWw9Uh8Yhf25zu6n7nML5QWQ==} engines: {node: '>= 0.4'} dependencies: - get-intrinsic: 1.2.2 - has-tostringtag: 1.0.0 - hasown: 2.0.0 + get-intrinsic: 1.2.4 + has-tostringtag: 1.0.2 + hasown: 2.0.1 dev: true /es-shim-unscopables@1.0.2: resolution: {integrity: sha512-J3yBRXCzDu4ULnQwxyToo/OjdMx6akgVC7K6few0a7F/0wLtmKKN7I73AH5T2836UuXRqN7Qg+IIUw/+YJksRw==} dependencies: - hasown: 2.0.0 + hasown: 2.0.1 dev: true /es-to-primitive@1.2.1: @@ -10586,39 +10450,41 @@ packages: '@esbuild/win32-arm64': 0.17.19 '@esbuild/win32-ia32': 0.17.19 '@esbuild/win32-x64': 0.17.19 + dev: true - /esbuild@0.19.5: - resolution: {integrity: sha512-bUxalY7b1g8vNhQKdB24QDmHeY4V4tw/s6Ak5z+jJX9laP5MoQseTOMemAr0gxssjNcH0MCViG8ONI2kksvfFQ==} + /esbuild@0.19.12: + resolution: {integrity: sha512-aARqgq8roFBj054KvQr5f1sFu0D65G+miZRCuJyJ0G13Zwx7vRar5Zhn2tkQNzIXcBrNVsv/8stehpj+GAjgbg==} engines: {node: '>=12'} hasBin: true requiresBuild: true optionalDependencies: - '@esbuild/android-arm': 0.19.5 - '@esbuild/android-arm64': 0.19.5 - '@esbuild/android-x64': 0.19.5 - '@esbuild/darwin-arm64': 0.19.5 - '@esbuild/darwin-x64': 0.19.5 - '@esbuild/freebsd-arm64': 0.19.5 - '@esbuild/freebsd-x64': 0.19.5 - '@esbuild/linux-arm': 0.19.5 - '@esbuild/linux-arm64': 0.19.5 - '@esbuild/linux-ia32': 0.19.5 - '@esbuild/linux-loong64': 0.19.5 - '@esbuild/linux-mips64el': 0.19.5 - '@esbuild/linux-ppc64': 0.19.5 - '@esbuild/linux-riscv64': 0.19.5 - '@esbuild/linux-s390x': 0.19.5 - '@esbuild/linux-x64': 0.19.5 - '@esbuild/netbsd-x64': 0.19.5 - '@esbuild/openbsd-x64': 0.19.5 - '@esbuild/sunos-x64': 0.19.5 - '@esbuild/win32-arm64': 0.19.5 - '@esbuild/win32-ia32': 0.19.5 - '@esbuild/win32-x64': 0.19.5 + '@esbuild/aix-ppc64': 0.19.12 + '@esbuild/android-arm': 0.19.12 + '@esbuild/android-arm64': 0.19.12 + '@esbuild/android-x64': 0.19.12 + '@esbuild/darwin-arm64': 0.19.12 + '@esbuild/darwin-x64': 0.19.12 + '@esbuild/freebsd-arm64': 0.19.12 + '@esbuild/freebsd-x64': 0.19.12 + '@esbuild/linux-arm': 0.19.12 + '@esbuild/linux-arm64': 0.19.12 + '@esbuild/linux-ia32': 0.19.12 + '@esbuild/linux-loong64': 0.19.12 + '@esbuild/linux-mips64el': 0.19.12 + '@esbuild/linux-ppc64': 0.19.12 + '@esbuild/linux-riscv64': 0.19.12 + '@esbuild/linux-s390x': 0.19.12 + '@esbuild/linux-x64': 0.19.12 + '@esbuild/netbsd-x64': 0.19.12 + '@esbuild/openbsd-x64': 0.19.12 + '@esbuild/sunos-x64': 0.19.12 + '@esbuild/win32-arm64': 0.19.12 + '@esbuild/win32-ia32': 0.19.12 + '@esbuild/win32-x64': 0.19.12 dev: true - /escalade@3.1.1: - resolution: {integrity: sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==} + /escalade@3.1.2: + resolution: {integrity: sha512-ErCHMCae19vR8vQGe50xIsVomy19rg6gFu3+r3jkEO46suLMWBksvVyoGgQV+jOfl84ZSOSlmv6Gxa89PmTGmA==} engines: {node: '>=6'} /escape-goat@3.0.0: @@ -10664,13 +10530,13 @@ packages: source-map: 0.6.1 dev: false - /eslint-config-prettier@9.1.0(eslint@8.56.0): + /eslint-config-prettier@9.1.0(eslint@8.57.0): resolution: {integrity: sha512-NSWl5BFQWEPi1j4TjVNItzYV7dZXZ+wP6I6ZhrBGpChQhZRUaElihE9uRRkcbRnNb76UMKDF3r+WTmNcGPKsqw==} hasBin: true peerDependencies: eslint: '>=7.0.0' dependencies: - eslint: 8.56.0 + eslint: 8.57.0 dev: true /eslint-import-resolver-node@0.3.9: @@ -10683,8 +10549,8 @@ packages: - supports-color dev: true - /eslint-module-utils@2.8.0(@typescript-eslint/parser@6.19.0)(eslint-import-resolver-node@0.3.9)(eslint@8.56.0): - resolution: {integrity: sha512-aWajIYfsqCKRDgUfjEXNN/JlrzauMuSEy5sbd7WXbtW3EH6A6MpwEh42c7qD+MqQo9QMJ6fWLAeIJynx0g6OAw==} + /eslint-module-utils@2.8.1(@typescript-eslint/parser@7.1.1)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0): + resolution: {integrity: sha512-rXDXR3h7cs7dy9RNpUlQf80nX31XWJEyGq1tRMo+6GsO5VmTe4UTwtmonAD4ZkAsrfMVDA2wlGJ3790Ys+D49Q==} engines: {node: '>=4'} peerDependencies: '@typescript-eslint/parser': '*' @@ -10704,15 +10570,15 @@ packages: eslint-import-resolver-webpack: optional: true dependencies: - '@typescript-eslint/parser': 6.19.0(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/parser': 7.1.1(eslint@8.57.0)(typescript@5.4.2) debug: 3.2.7 - eslint: 8.56.0 + eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 transitivePeerDependencies: - supports-color dev: true - /eslint-plugin-import@2.29.1(@typescript-eslint/parser@6.19.0)(eslint@8.56.0): + /eslint-plugin-import@2.29.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0): resolution: {integrity: sha512-BbPC0cuExzhiMo4Ff1BTVwHpjjv28C5R+btTOGaCRC7UEz801up0JadwkeSk5Ued6TG34uaczuVuH6qyy5YUxw==} engines: {node: '>=4'} peerDependencies: @@ -10722,22 +10588,22 @@ packages: '@typescript-eslint/parser': optional: true dependencies: - '@typescript-eslint/parser': 6.19.0(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/parser': 7.1.1(eslint@8.57.0)(typescript@5.4.2) array-includes: 3.1.7 - array.prototype.findlastindex: 1.2.3 + array.prototype.findlastindex: 1.2.4 array.prototype.flat: 1.3.2 array.prototype.flatmap: 1.3.2 debug: 3.2.7 doctrine: 2.1.0 - eslint: 8.56.0 + eslint: 8.57.0 eslint-import-resolver-node: 0.3.9 - eslint-module-utils: 2.8.0(@typescript-eslint/parser@6.19.0)(eslint-import-resolver-node@0.3.9)(eslint@8.56.0) - hasown: 2.0.0 + eslint-module-utils: 2.8.1(@typescript-eslint/parser@7.1.1)(eslint-import-resolver-node@0.3.9)(eslint@8.57.0) + hasown: 2.0.1 is-core-module: 2.13.1 is-glob: 4.0.3 minimatch: 3.1.2 object.fromentries: 2.0.7 - object.groupby: 1.0.1 + object.groupby: 1.0.2 object.values: 1.1.7 semver: 6.3.1 tsconfig-paths: 3.15.0 @@ -10747,13 +10613,13 @@ packages: - supports-color dev: true - /eslint-plugin-jsx-a11y@6.8.0(eslint@8.56.0): + /eslint-plugin-jsx-a11y@6.8.0(eslint@8.57.0): resolution: {integrity: sha512-Hdh937BS3KdwwbBaKd5+PLCOmYY6U4f2h9Z2ktwtNKvIdIEu137rjYbcb9ApSbVJfWxANNuiKTD/9tOKjK9qOA==} engines: {node: '>=4.0'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: - '@babel/runtime': 7.23.2 + '@babel/runtime': 7.24.0 aria-query: 5.3.0 array-includes: 3.1.7 array.prototype.flatmap: 1.3.2 @@ -10762,9 +10628,9 @@ packages: axobject-query: 3.2.1 damerau-levenshtein: 1.0.8 emoji-regex: 9.2.2 - es-iterator-helpers: 1.0.15 - eslint: 8.56.0 - hasown: 2.0.0 + es-iterator-helpers: 1.0.17 + eslint: 8.57.0 + hasown: 2.0.1 jsx-ast-utils: 3.3.5 language-tags: 1.0.9 minimatch: 3.1.2 @@ -10772,18 +10638,18 @@ packages: object.fromentries: 2.0.7 dev: true - /eslint-plugin-lingui@0.2.2(eslint@8.56.0)(typescript@5.3.3): - resolution: {integrity: sha512-orWu6o/IkCckLD0owLt+8fKy6SsIqIR9kz2L36KbCuAIfWg3dLRWC+XvuqQWEgJ4raRt+eoomTMunUJiBeogDQ==} + /eslint-plugin-lingui@0.3.0(eslint@8.57.0)(typescript@5.4.2): + resolution: {integrity: sha512-78dv0kx5OBShK12ndeJHq6vM5EAZaah79NngTmav4CmPFVav7mOuxqxuGKiCI64vYJfnGmnIvstVXaMe7Bnkvw==} engines: {node: '>=16.0.0'} dependencies: - '@typescript-eslint/utils': 5.62.0(eslint@8.56.0)(typescript@5.3.3) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.4.2) transitivePeerDependencies: - eslint - supports-color - typescript dev: true - /eslint-plugin-prettier@5.1.3(eslint-config-prettier@9.1.0)(eslint@8.56.0)(prettier@3.2.4): + /eslint-plugin-prettier@5.1.3(eslint-config-prettier@9.1.0)(eslint@8.57.0)(prettier@3.2.5): resolution: {integrity: sha512-C9GCVAs4Eq7ZC/XFQHITLiHJxQngdtraXaM+LoUFoFp/lHNl2Zn8f3WQbe9HvTBBQ9YnKFB0/2Ajdqwo5D1EAw==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: @@ -10797,34 +10663,36 @@ packages: eslint-config-prettier: optional: true dependencies: - eslint: 8.56.0 - eslint-config-prettier: 9.1.0(eslint@8.56.0) - prettier: 3.2.4 + eslint: 8.57.0 + eslint-config-prettier: 9.1.0(eslint@8.57.0) + prettier: 3.2.5 prettier-linter-helpers: 1.0.0 synckit: 0.8.8 dev: true - /eslint-plugin-react-hooks@4.6.0(eslint@8.56.0): + /eslint-plugin-react-hooks@4.6.0(eslint@8.57.0): resolution: {integrity: sha512-oFc7Itz9Qxh2x4gNHStv3BqJq54ExXmfC+a1NjAta66IAN87Wu0R/QArgIS9qKzX3dXKPI9H5crl9QchNMY9+g==} engines: {node: '>=10'} peerDependencies: eslint: ^3.0.0 || ^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0-0 dependencies: - eslint: 8.56.0 + eslint: 8.57.0 dev: true - /eslint-plugin-react@7.33.2(eslint@8.56.0): - resolution: {integrity: sha512-73QQMKALArI8/7xGLNI/3LylrEYrlKZSb5C9+q3OtOewTnMQi5cT+aE9E41sLCmli3I9PGGmD1yiZydyo4FEPw==} + /eslint-plugin-react@7.34.0(eslint@8.57.0): + resolution: {integrity: sha512-MeVXdReleBTdkz/bvcQMSnCXGi+c9kvy51IpinjnJgutl3YTHWsDdke7Z1ufZpGfDG8xduBDKyjtB9JH1eBKIQ==} engines: {node: '>=4'} peerDependencies: eslint: ^3 || ^4 || ^5 || ^6 || ^7 || ^8 dependencies: array-includes: 3.1.7 + array.prototype.findlast: 1.2.4 array.prototype.flatmap: 1.3.2 - array.prototype.tosorted: 1.1.2 + array.prototype.toreversed: 1.1.2 + array.prototype.tosorted: 1.1.3 doctrine: 2.1.0 - es-iterator-helpers: 1.0.15 - eslint: 8.56.0 + es-iterator-helpers: 1.0.17 + eslint: 8.57.0 estraverse: 5.3.0 jsx-ast-utils: 3.3.5 minimatch: 3.1.2 @@ -10838,37 +10706,37 @@ packages: string.prototype.matchall: 4.0.10 dev: true - /eslint-plugin-simple-import-sort@10.0.0(eslint@8.56.0): - resolution: {integrity: sha512-AeTvO9UCMSNzIHRkg8S6c3RPy5YEwKWSQPx3DYghLedo2ZQxowPFLGDN1AZ2evfg6r6mjBSZSLxLFsWSu3acsw==} + /eslint-plugin-simple-import-sort@12.0.0(eslint@8.57.0): + resolution: {integrity: sha512-8o0dVEdAkYap0Cn5kNeklaKcT1nUsa3LITWEuFk3nJifOoD+5JQGoyDUW2W/iPWwBsNBJpyJS9y4je/BgxLcyQ==} peerDependencies: eslint: '>=5.0.0' dependencies: - eslint: 8.56.0 + eslint: 8.57.0 dev: true - /eslint-plugin-tailwindcss@3.14.0(tailwindcss@3.4.1): - resolution: {integrity: sha512-SGy4JmZoP5m1bXCbcsPfQg1/axOdriJf9L22HghNMyDTM5mybg2XEkaMwgax4aR13zZJRRB1nWmkuYUn+SV6/Q==} + /eslint-plugin-tailwindcss@3.14.3(tailwindcss@3.4.1): + resolution: {integrity: sha512-1MKT8CrVuqVJleHxb7ICHsF2QwO0G+VJ28athTtlcOkccp0qmwK7nCUa1C9paCZ+VVgQU4fonsjLz/wUxoMHJQ==} engines: {node: '>=12.13.0'} peerDependencies: tailwindcss: ^3.4.0 dependencies: fast-glob: 3.3.2 - postcss: 8.4.33 + postcss: 8.4.35 tailwindcss: 3.4.1(ts-node@10.9.2) dev: true - /eslint-plugin-unused-imports@3.0.0(@typescript-eslint/eslint-plugin@6.19.0)(eslint@8.56.0): - resolution: {integrity: sha512-sduiswLJfZHeeBJ+MQaG+xYzSWdRXoSw61DpU13mzWumCkR0ufD0HmO4kdNokjrkluMHpj/7PJeN35pgbhW3kw==} + /eslint-plugin-unused-imports@3.1.0(@typescript-eslint/eslint-plugin@7.1.1)(eslint@8.57.0): + resolution: {integrity: sha512-9l1YFCzXKkw1qtAru1RWUtG2EVDZY0a0eChKXcL+EZ5jitG7qxdctu4RnvhOJHv4xfmUf7h+JJPINlVpGhZMrw==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} peerDependencies: - '@typescript-eslint/eslint-plugin': ^6.0.0 - eslint: ^8.0.0 + '@typescript-eslint/eslint-plugin': 6 - 7 + eslint: '8' peerDependenciesMeta: '@typescript-eslint/eslint-plugin': optional: true dependencies: - '@typescript-eslint/eslint-plugin': 6.19.0(@typescript-eslint/parser@6.19.0)(eslint@8.56.0)(typescript@5.3.3) - eslint: 8.56.0 + '@typescript-eslint/eslint-plugin': 7.1.1(@typescript-eslint/parser@7.1.1)(eslint@8.57.0)(typescript@5.4.2) + eslint: 8.57.0 eslint-rule-composer: 0.3.0 dev: true @@ -10898,16 +10766,16 @@ packages: engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dev: true - /eslint@8.56.0: - resolution: {integrity: sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==} + /eslint@8.57.0: + resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} hasBin: true dependencies: - '@eslint-community/eslint-utils': 4.4.0(eslint@8.56.0) + '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@eslint-community/regexpp': 4.10.0 '@eslint/eslintrc': 2.1.4 - '@eslint/js': 8.56.0 - '@humanwhocodes/config-array': 0.11.13 + '@eslint/js': 8.57.0 + '@humanwhocodes/config-array': 0.11.14 '@humanwhocodes/module-importer': 1.0.1 '@nodelib/fs.walk': 1.2.8 '@ungap/structured-clone': 1.2.0 @@ -10926,9 +10794,9 @@ packages: file-entry-cache: 6.0.1 find-up: 5.0.0 glob-parent: 6.0.2 - globals: 13.23.0 + globals: 13.24.0 graphemer: 1.4.0 - ignore: 5.3.0 + ignore: 5.3.1 imurmurhash: 0.1.4 is-glob: 4.0.3 is-path-inside: 3.0.3 @@ -10949,8 +10817,8 @@ packages: resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.11.2 - acorn-jsx: 5.3.2(acorn@8.11.2) + acorn: 8.11.3 + acorn-jsx: 5.3.2(acorn@8.11.3) eslint-visitor-keys: 3.4.3 dev: true @@ -11081,7 +10949,7 @@ packages: human-signals: 5.0.0 is-stream: 3.0.0 merge-stream: 2.0.0 - npm-run-path: 5.1.0 + npm-run-path: 5.3.0 onetime: 6.0.0 signal-exit: 4.1.0 strip-final-newline: 3.0.0 @@ -11148,6 +11016,45 @@ packages: transitivePeerDependencies: - supports-color + /express@4.18.3: + resolution: {integrity: sha512-6VyCijWQ+9O7WuVMTRBTl+cjNNIzD5cY5mQ1WM8r/LEkI2u8EYpOotESNwzNlyCn3g+dmjKYI6BmNneSr/FSRw==} + engines: {node: '>= 0.10.0'} + dependencies: + accepts: 1.3.8 + array-flatten: 1.1.1 + body-parser: 1.20.2 + content-disposition: 0.5.4 + content-type: 1.0.5 + cookie: 0.5.0 + cookie-signature: 1.0.6 + debug: 2.6.9 + depd: 2.0.0 + encodeurl: 1.0.2 + escape-html: 1.0.3 + etag: 1.8.1 + finalhandler: 1.2.0 + fresh: 0.5.2 + http-errors: 2.0.0 + merge-descriptors: 1.0.1 + methods: 1.1.2 + on-finished: 2.4.1 + parseurl: 1.3.3 + path-to-regexp: 0.1.7 + proxy-addr: 2.0.7 + qs: 6.11.0 + range-parser: 1.2.1 + safe-buffer: 5.2.1 + send: 0.18.0 + serve-static: 1.15.0 + setprototypeof: 1.2.0 + statuses: 2.0.1 + type-is: 1.6.18 + utils-merge: 1.0.1 + vary: 1.1.2 + transitivePeerDependencies: + - supports-color + dev: true + /ext-list@2.2.2: resolution: {integrity: sha512-u+SQgsubraE6zItfVA0tBuCBhfU9ogSRnsvygI7wht9TS510oLkBRXBsqopeUG/GBOIQyKZO9wjTqIu/sf5zFA==} engines: {node: '>=0.10.0'} @@ -11174,6 +11081,7 @@ packages: chardet: 0.7.0 iconv-lite: 0.4.24 tmp: 0.0.33 + dev: true /extract-zip@2.0.1: resolution: {integrity: sha512-GDhU9ntwuKyGXdZBUgTIe+vXnWj0fppUEtMDL0+idd5Sta8TGpHssn/eusA9mrPr9qNDym6SxAYZjNvCn/9RBg==} @@ -11231,15 +11139,15 @@ packages: /fast-safe-stringify@2.1.1: resolution: {integrity: sha512-W+KJc2dmILlPplD/H4K9l9LcAHAfPtP6BY84uVLXQ6Evcz9Lcg33Y2z1IVblT6xdY54PXYVHEv+0Wpq8Io6zkA==} - /fast-xml-parser@4.3.2: - resolution: {integrity: sha512-rmrXUXwbJedoXkStenj1kkljNF7ugn5ZjR9FJcwmCfcCbtOMDghPajbc+Tck6vE6F5XsDmx+Pr2le9fw8+pXBg==} + /fast-xml-parser@4.3.5: + resolution: {integrity: sha512-sWvP1Pl8H03B8oFJpFR3HE31HUfwtX7Rlf9BNsvdpujD4n7WMhfmu8h9wOV2u+c1k0ZilTADhPqypzx2J690ZQ==} hasBin: true dependencies: strnum: 1.0.5 dev: false - /fastq@1.15.0: - resolution: {integrity: sha512-wBrocU2LCXXa+lWBt8RoIRD89Fi8OdABODa/kEnyeyjS5aZO5/GNvI5sEINADqP/h8M29UHTHUb53sUu5Ihqdw==} + /fastq@1.17.1: + resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} dependencies: reusify: 1.0.4 @@ -11262,8 +11170,8 @@ packages: pend: 1.2.0 dev: false - /fflate@0.8.1: - resolution: {integrity: sha512-/exOvEuc+/iaUm105QIiOt4LpBdMTWsXxqR0HDF35vx3fmaKzw7354gTilCh5rkzEt8WYyG//ku3h3nRmd7CHQ==} + /fflate@0.8.2: + resolution: {integrity: sha512-cPJU47OaAoCbg0pBvzsgpTPhmhqI5eJjh/JIu8tPj5q+T7iLvW/JAYUqmE7KOB4R1ZyEhzBaIQpQpardBF5z8A==} dev: true /figures@3.2.0: @@ -11271,6 +11179,7 @@ packages: engines: {node: '>=8'} dependencies: escape-string-regexp: 1.0.5 + dev: true /file-entry-cache@6.0.1: resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} @@ -11279,17 +11188,6 @@ packages: flat-cache: 3.2.0 dev: true - /file-loader@6.2.0(webpack@5.89.0): - resolution: {integrity: sha512-qo3glqyTa61Ytg4u73GultjHGjdRyig3tG6lPtyX/jOEJvHif9uB0/OCI2Kif6ctF3caQTW2G5gym21oAsI4pw==} - engines: {node: '>= 10.13.0'} - peerDependencies: - webpack: ^4.0.0 || ^5.0.0 - dependencies: - loader-utils: 2.0.4 - schema-utils: 3.3.0 - webpack: 5.89.0(@swc/core@1.3.104) - dev: true - /file-saver@2.0.5: resolution: {integrity: sha512-P9bmyZ3h/PRG+Nzga+rbdI4OEpNDzAVyy74uVO9ATgzLK6VtAsYybF/+TOCvrc0MO793d6+42lLyZTw7/ArVzA==} dev: false @@ -11361,6 +11259,7 @@ packages: engines: {node: '>=6'} dependencies: locate-path: 3.0.0 + dev: true /find-up@4.1.0: resolution: {integrity: sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==} @@ -11409,7 +11308,7 @@ packages: resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} engines: {node: ^10.12.0 || >=12.0.0} dependencies: - flatted: 3.2.9 + flatted: 3.3.1 keyv: 4.5.4 rimraf: 3.0.2 dev: true @@ -11419,12 +11318,12 @@ packages: hasBin: true dev: true - /flatted@3.2.9: - resolution: {integrity: sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==} + /flatted@3.3.1: + resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} dev: true - /follow-redirects@1.15.4: - resolution: {integrity: sha512-Cr4D/5wlrb0z9dgERpUL3LrmPKVDsETIJhaCMeDfuFYcqa5bldGV6wBsAN6X/vxlXQtFBMrXdXxdL8CbDTGniw==} + /follow-redirects@1.15.5: + resolution: {integrity: sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==} engines: {node: '>=4.0'} peerDependencies: debug: '*' @@ -11460,9 +11359,8 @@ packages: dependencies: cross-spawn: 7.0.3 signal-exit: 4.1.0 - dev: false - /fork-ts-checker-webpack-plugin@7.2.13(typescript@5.3.3)(webpack@5.89.0): + /fork-ts-checker-webpack-plugin@7.2.13(typescript@5.4.2)(webpack@5.90.3): resolution: {integrity: sha512-fR3WRkOb4bQdWB/y7ssDUlVdrclvwtyCUIHCfivAoYxq9dF7XfrDKbMdZIfwJ7hxIAqkYSGeU7lLJE6xrxIBdg==} engines: {node: '>=12.13.0', yarn: '>=1.0.0'} peerDependencies: @@ -11475,7 +11373,7 @@ packages: dependencies: '@babel/code-frame': 7.23.5 chalk: 4.1.2 - chokidar: 3.5.3 + chokidar: 3.6.0 cosmiconfig: 7.1.0 deepmerge: 4.3.1 fs-extra: 10.1.0 @@ -11483,10 +11381,10 @@ packages: minimatch: 3.1.2 node-abort-controller: 3.1.1 schema-utils: 3.3.0 - semver: 7.5.4 + semver: 7.6.0 tapable: 2.2.1 - typescript: 5.3.3 - webpack: 5.89.0(@swc/core@1.3.104) + typescript: 5.4.2 + webpack: 5.90.3(@swc/core@1.4.6) dev: true /form-data-encoder@1.7.2: @@ -11517,8 +11415,8 @@ packages: resolution: {integrity: sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==} dev: true - /framer-motion@10.18.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-oGlDh1Q1XqYPksuTD/usb0I70hq95OUzmL9+6Zd+Hs4XV0oaISBa/UUMSjYiq6m8EUF32132mOJ8xVZS+I0S6w==} + /framer-motion@11.0.8(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-1KSGNuqe1qZkS/SWQlDnqK2VCVzRVEoval379j0FiUBJAZoqgwyvqFkfvJbgW2IPFo4wX16K+M0k5jO23lCIjA==} peerDependencies: react: ^18.0.0 react-dom: ^18.0.0 @@ -11552,14 +11450,13 @@ packages: universalify: 2.0.1 dev: true - /fs-extra@11.1.1: - resolution: {integrity: sha512-MGIE4HOvQCeUCzmlHs0vXpih4ysz4wg9qiSAu6cd42lVwPbTM1TjV7RusoyQqMmk/95gdQZX72u+YW+c3eEpFQ==} + /fs-extra@11.2.0: + resolution: {integrity: sha512-PmDi3uwK5nFuXh7XDTlVnS17xJS7vW36is2+w3xcv8SVxiB4NyATf4ctkVY5bkSjX0Y4nbvZCq1/EjtEyr9ktw==} engines: {node: '>=14.14'} dependencies: graceful-fs: 4.2.11 jsonfile: 6.1.0 universalify: 2.0.1 - dev: true /fs-extra@7.0.1: resolution: {integrity: sha512-YJDaCJZEnBmcbw13fvdAM9AwNOJwOzrE4pqMqBq5nFiEqXUqHwlK4B+3pUw6JNvfSPtX05xFHtYy/1ni01eGCw==} @@ -11570,21 +11467,13 @@ packages: universalify: 0.1.2 dev: true - /fs-extra@8.1.0: - resolution: {integrity: sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==} - engines: {node: '>=6 <7 || >=8'} - dependencies: - graceful-fs: 4.2.11 - jsonfile: 4.0.0 - universalify: 0.1.2 - dev: false - /fs-monkey@1.0.5: resolution: {integrity: sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==} dev: true /fs.realpath@1.0.0: resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + dev: true /fsevents@2.3.3: resolution: {integrity: sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==} @@ -11600,9 +11489,9 @@ packages: resolution: {integrity: sha512-Z5kx79swU5P27WEayXM1tBi5Ze/lbIyiNgU3qyXUOf9b2rgXYyF9Dy9Cx+IQv/Lc8WCG6L82zwUPpSS9hGehIg==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.22.3 + es-abstract: 1.22.5 functions-have-names: 1.2.3 dev: true @@ -11618,6 +11507,7 @@ packages: /gensync@1.0.0-beta.2: resolution: {integrity: sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==} engines: {node: '>=6.9.0'} + dev: true /get-caller-file@2.0.5: resolution: {integrity: sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==} @@ -11627,13 +11517,15 @@ packages: resolution: {integrity: sha512-8vXOvuE167CtIc3OyItco7N/dpRtBbYOsPsXCz7X/PMnlGjYjSGuZJgM1Y7mmew7BKf9BqvLX2tnOVy1BBUsxQ==} dev: true - /get-intrinsic@1.2.2: - resolution: {integrity: sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==} + /get-intrinsic@1.2.4: + resolution: {integrity: sha512-5uYhsJH8VJBTv7oslg4BznJYhDoRI6waYCxMmCdnTrcCrHA/fCFKoTFz2JKKE0HdDFUF7/oQuhzumXJK7paBRQ==} + engines: {node: '>= 0.4'} dependencies: + es-errors: 1.3.0 function-bind: 1.1.2 - has-proto: 1.0.1 + has-proto: 1.0.3 has-symbols: 1.0.3 - hasown: 2.0.0 + hasown: 2.0.1 /get-nonce@1.0.1: resolution: {integrity: sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q==} @@ -11670,22 +11562,23 @@ packages: engines: {node: '>=16'} dev: true - /get-symbol-description@1.0.0: - resolution: {integrity: sha512-2EmdH1YvIQiZpltCNgkuiUnyukzxM/R6NDJX31Ke3BG1Nq5b0S2PhX59UKi9vZpPDQVdqn+1IcaAwnzTT5vCjw==} + /get-symbol-description@1.0.2: + resolution: {integrity: sha512-g0QYk1dZBxGwk+Ngc+ltRH2IBp2f7zBkBMBJZCDerh6EhlhSR6+9irMCuT/09zD6qkarHUSn529sK/yL4S27mg==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 - get-intrinsic: 1.2.2 + call-bind: 1.0.7 + es-errors: 1.3.0 + get-intrinsic: 1.2.4 dev: true - /get-uri@6.0.2: - resolution: {integrity: sha512-5KLucCJobh8vBY1K07EFV4+cPZH3mrV9YeAruUseCQKHB58SGjjT2l9/eA9LD082IiuMjSlFJEcdJ27TXvbZNw==} + /get-uri@6.0.3: + resolution: {integrity: sha512-BzUrJBS9EcUb4cFol8r4W3v1cPsSyajLSthNkz5BxbpDcHN5tIrM10E2eNvfnvBn3DaT3DUgx0OpsBKkaOpanw==} engines: {node: '>= 14'} dependencies: - basic-ftp: 5.0.3 - data-uri-to-buffer: 6.0.1 + basic-ftp: 5.0.5 + data-uri-to-buffer: 6.0.2 debug: 4.3.4 - fs-extra: 8.1.0 + fs-extra: 11.2.0 transitivePeerDependencies: - supports-color dev: false @@ -11717,29 +11610,6 @@ packages: minimatch: 9.0.3 minipass: 7.0.4 path-scurry: 1.10.1 - dev: false - - /glob@7.1.4: - resolution: {integrity: sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==} - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.1.2 - once: 1.4.0 - path-is-absolute: 1.0.1 - dev: true - - /glob@7.1.6: - resolution: {integrity: sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==} - dependencies: - fs.realpath: 1.0.0 - inflight: 1.0.6 - inherits: 2.0.4 - minimatch: 3.1.2 - once: 1.4.0 - path-is-absolute: 1.0.1 - dev: true /glob@7.2.3: resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} @@ -11750,13 +11620,15 @@ packages: minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 + dev: true /globals@11.12.0: resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} engines: {node: '>=4'} + dev: true - /globals@13.23.0: - resolution: {integrity: sha512-XAmF0RjlrjY23MA51q3HltdlGxUpXPvg0GioKiD9X6HD28iMjo2dKC8Vqwm7lne4GNr78+RHTfliktR6ZH09wA==} + /globals@13.24.0: + resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} engines: {node: '>=8'} dependencies: type-fest: 0.20.2 @@ -11776,7 +11648,7 @@ packages: array-union: 2.1.0 dir-glob: 3.0.1 fast-glob: 3.3.2 - ignore: 5.3.0 + ignore: 5.3.1 merge2: 1.4.1 slash: 3.0.0 dev: true @@ -11788,7 +11660,7 @@ packages: array-union: 3.0.1 dir-glob: 3.0.1 fast-glob: 3.3.2 - ignore: 5.3.0 + ignore: 5.3.1 merge2: 1.4.1 slash: 4.0.0 dev: true @@ -11796,7 +11668,7 @@ packages: /gopd@1.0.1: resolution: {integrity: sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==} dependencies: - get-intrinsic: 1.2.2 + get-intrinsic: 1.2.4 /got@11.8.6: resolution: {integrity: sha512-6tfZ91bOr7bOXnK7PRDCGBLa1H4U080YHNaAQ2KsMGlLEzRbk44nsZF2E1IeRc3vtJHPVbKCYgdFbaGO2ljd8g==} @@ -11834,8 +11706,8 @@ packages: dev: false optional: true - /graphql-ws@5.14.2(graphql@16.8.1): - resolution: {integrity: sha512-LycmCwhZ+Op2GlHz4BZDsUYHKRiiUz+3r9wbhBATMETNlORQJAaFlAgTFoeRh6xQoQegwYwIylVD1Qns9/DA3w==} + /graphql-ws@5.14.3(graphql@16.8.1): + resolution: {integrity: sha512-F/i2xNIVbaEF2xWggID0X/UZQa2V8kqKDPO8hwmu53bVOcTL7uNkxnexeEgSCVxYBQUTUNEI8+e4LO1FOhKPKQ==} engines: {node: '>=10'} requiresBuild: true peerDependencies: @@ -11890,27 +11762,27 @@ packages: engines: {node: '>=8'} dev: true - /has-property-descriptors@1.0.1: - resolution: {integrity: sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==} + /has-property-descriptors@1.0.2: + resolution: {integrity: sha512-55JNKuIW+vq4Ke1BjOTjM2YctQIvCT7GFzHwmfZPGo5wnrgkid0YQtnAleFSqumZm4az3n2BS+erby5ipJdgrg==} dependencies: - get-intrinsic: 1.2.2 + es-define-property: 1.0.0 - /has-proto@1.0.1: - resolution: {integrity: sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==} + /has-proto@1.0.3: + resolution: {integrity: sha512-SJ1amZAJUiZS+PhsVLf5tGydlaVB8EdFpaSO4gmiUKUOxk8qzn5AIy4ZeJUmh22znIdk/uMAUT2pl3FxzVUH+Q==} engines: {node: '>= 0.4'} /has-symbols@1.0.3: resolution: {integrity: sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==} engines: {node: '>= 0.4'} - /has-tostringtag@1.0.0: - resolution: {integrity: sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==} + /has-tostringtag@1.0.2: + resolution: {integrity: sha512-NqADB8VjPFLM2V0VvHUewwwsw0ZWBaIdgo+ieHtK3hasLz4qeCRjYcqfB6AQrBggRKppKF8L52/VqdVsO47Dlw==} engines: {node: '>= 0.4'} dependencies: has-symbols: 1.0.3 - /hasown@2.0.0: - resolution: {integrity: sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==} + /hasown@2.0.1: + resolution: {integrity: sha512-1/th4MHjnwncwXsIW6QMzlvYL9kG5e/CpVvLRZe4XPa8TOUNbCELqmvhDmnkNsAjwaG4+I8gJJL0JBvTTLO9qA==} engines: {node: '>= 0.4'} dependencies: function-bind: 1.1.2 @@ -11928,7 +11800,7 @@ packages: resolution: {integrity: sha512-+K84LB1DYwMHoHSgaOY/Jfhw3ucPmSET5v98Ke/HdNSw4a0UktWzyW1mjhjpuxxTqOOsfWT/7iVshHmVZ4IpOA==} engines: {node: ^16.14.0 || >=18.0.0} dependencies: - lru-cache: 10.0.2 + lru-cache: 10.2.0 dev: true /hpack.js@2.1.6: @@ -11954,8 +11826,8 @@ packages: whatwg-encoding: 3.1.1 dev: true - /html-entities@2.4.0: - resolution: {integrity: sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==} + /html-entities@2.5.2: + resolution: {integrity: sha512-K//PSRMQk4FZ78Kyau+mZurHn3FH0Vwr+H36eE0rPbeYkRRi9YxceYPhuN60UwWorxyKHhqoAJl2OFKa4BVtaA==} dev: true /html-escaper@2.0.2: @@ -12005,6 +11877,15 @@ packages: entities: 4.5.0 dev: false + /htmlparser2@9.1.0: + resolution: {integrity: sha512-5zfg6mHUoaer/97TxnGpxmbR7zJtPwIYFMZ/H5ucTlPZhKvtum05yiPK3Mgai3a0DyVxv7qYqoweaEd2nrYQzQ==} + dependencies: + domelementtype: 2.3.0 + domhandler: 5.0.3 + domutils: 3.1.0 + entities: 4.5.0 + dev: false + /http-cache-semantics@4.1.1: resolution: {integrity: sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==} dev: true @@ -12037,8 +11918,8 @@ packages: resolution: {integrity: sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==} dev: true - /http-proxy-agent@7.0.0: - resolution: {integrity: sha512-+ZT+iBxVUQ1asugqnD6oWoRiS25AkjNfG085dKJGtGxkdwLQrMKU5wJr2bOOFAXzKcTuqq+7fZlTMgG3SRfIYQ==} + /http-proxy-agent@7.0.2: + resolution: {integrity: sha512-T1gkAiYYDWYx3V5Bmyu7HcfcvL7mUrTWiM6yOfa3PIphViJ/gFPbvidQ+veqSOHci/PxBcDabeUNCzpOODJZig==} engines: {node: '>= 14'} dependencies: agent-base: 7.1.0 @@ -12070,7 +11951,7 @@ packages: engines: {node: '>=8.0.0'} dependencies: eventemitter3: 4.0.7 - follow-redirects: 1.15.4 + follow-redirects: 1.15.5 requires-port: 1.0.0 transitivePeerDependencies: - debug @@ -12107,18 +11988,8 @@ packages: resolve-alpn: 1.2.1 dev: true - /https-proxy-agent@5.0.1: - resolution: {integrity: sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==} - engines: {node: '>= 6'} - dependencies: - agent-base: 6.0.2 - debug: 4.3.4 - transitivePeerDependencies: - - supports-color - dev: false - - /https-proxy-agent@7.0.2: - resolution: {integrity: sha512-NmLNjm6ucYwtcUmL7JQC1ZQ57LmHP4lT15FQ8D61nak1rO6DH+fz5qNK2Ap5UN4ZapYICE3/0KodcLYSPsPbaA==} + /https-proxy-agent@7.0.4: + resolution: {integrity: sha512-wlwpilI7YdjSkWaQ/7omYBMTliDcmCN8OLihO6I9B86g06lMyAoqgoDpV0XqoaPOKj+0DIdAvnsWfyAAhmimcg==} engines: {node: '>= 14'} dependencies: agent-base: 7.1.0 @@ -12154,13 +12025,13 @@ packages: dependencies: safer-buffer: 2.1.2 - /icss-utils@5.1.0(postcss@8.4.33): + /icss-utils@5.1.0(postcss@8.4.35): resolution: {integrity: sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 dev: true /identity-obj-proxy@3.0.0: @@ -12173,8 +12044,8 @@ packages: /ieee754@1.2.1: resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - /ignore@5.3.0: - resolution: {integrity: sha512-g7dmpshy+gD7mh88OC9NwSGTKoc3kyLAZQRU1mt53Aw/vnvfXnbC+F/7F7QoYVKbV+KNvJx8wArewKy1vXMtlg==} + /ignore@5.3.1: + resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} engines: {node: '>= 4'} dev: true @@ -12190,12 +12061,12 @@ packages: resolution: {integrity: sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==} dev: false - /immer@10.0.3: - resolution: {integrity: sha512-pwupu3eWfouuaowscykeckFmVTpqbzW+rXFCX8rQLkZzM9ftBmU/++Ra+o+L27mz03zJTlyV4UUr+fdKNffo4A==} + /immer@10.0.4: + resolution: {integrity: sha512-cuBuGK40P/sk5IzWa9QPUaAdvPHjkk1c+xYsd9oZw+YQQEV+10G0P5uMpGctZZKnyQ+ibRO08bD25nWLmYi2pw==} dev: false - /immutable@4.3.4: - resolution: {integrity: sha512-fsXeu4J4i6WNWSikpI88v/PcVflZz+6kMhUfIwc5SY+poQRPnaf5V7qds6SUyUN3cVxEzuCab7QIoLOQ+DQ1wA==} + /immutable@4.3.5: + resolution: {integrity: sha512-8eabxkth9gZatlwl5TBuJnCsoTADlL6ftEr7A4qgdaTsPyreilDSnUk57SO+jfKcNtxPa22U5KK6DSeAYhpBJw==} dev: true /import-fresh@3.3.0: @@ -12229,6 +12100,7 @@ packages: dependencies: once: 1.4.0 wrappy: 1.0.2 + dev: true /inherits@2.0.3: resolution: {integrity: sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==} @@ -12258,14 +12130,15 @@ packages: string-width: 4.2.3 strip-ansi: 6.0.1 through: 2.3.8 + dev: true - /internal-slot@1.0.6: - resolution: {integrity: sha512-Xj6dv+PsbtwyPpEflsejS+oIZxmMlV44zAhG479uYu89MsjcYOhCFnNyKrkJrihbsiasQyY0afoCl/9BLR65bg==} + /internal-slot@1.0.7: + resolution: {integrity: sha512-NGnrKwXzSms2qUUih/ILZ5JBqNTSa1+ZmP6flaIp6KmSElgE9qdndzS3cqjrDovwFdmwsGsLdeFgB6suw+1e9g==} engines: {node: '>= 0.4'} dependencies: - get-intrinsic: 1.2.2 - hasown: 2.0.0 - side-channel: 1.0.4 + es-errors: 1.3.0 + hasown: 2.0.1 + side-channel: 1.0.6 dev: true /invariant@2.2.4: @@ -12291,12 +12164,12 @@ packages: - supports-color dev: false - /ip@1.1.8: - resolution: {integrity: sha512-PuExPYUiu6qMBQb4l06ecm6T6ujzhmh+MeJcW9wa89PoAz5pvd4zPgN5WJV104mb6S2T1AwNIAaB70JNrLQWhg==} - dev: false - - /ip@2.0.0: - resolution: {integrity: sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==} + /ip-address@9.0.5: + resolution: {integrity: sha512-zHtQzGojZXTwZTHQqra+ETKd4Sn3vgi7uBmlPoXVWZqYvuKmtI0l/VZTjqGmJY9x88GGOaZ9+G9ES8hC4T4X8g==} + engines: {node: '>= 12'} + dependencies: + jsbn: 1.1.0 + sprintf-js: 1.1.3 dev: false /ipaddr.js@1.9.1: @@ -12311,15 +12184,15 @@ packages: resolution: {integrity: sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 - has-tostringtag: 1.0.0 + call-bind: 1.0.7 + has-tostringtag: 1.0.2 - /is-array-buffer@3.0.2: - resolution: {integrity: sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==} + /is-array-buffer@3.0.4: + resolution: {integrity: sha512-wcjaerHw0ydZwfhiKbXJWLDY8A7yV7KhjQOpb83hGgGfId/aQa4TOvwyzn2PuswW2gPCYEL/nEAiSVpdOj1lXw==} + engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 - get-intrinsic: 1.2.2 - is-typed-array: 1.1.12 + call-bind: 1.0.7 + get-intrinsic: 1.2.4 dev: true /is-arrayish@0.2.1: @@ -12333,7 +12206,7 @@ packages: resolution: {integrity: sha512-Y1JXKrfykRJGdlDwdKlLpLyMIiWqWvuSd17TvZk68PLAOGOoF4Xyav1z0Xhoi+gCYjZVeC5SI+hYFOfvXmGRCA==} engines: {node: '>= 0.4'} dependencies: - has-tostringtag: 1.0.0 + has-tostringtag: 1.0.2 dev: true /is-bigint@1.0.4: @@ -12352,8 +12225,8 @@ packages: resolution: {integrity: sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 - has-tostringtag: 1.0.0 + call-bind: 1.0.7 + has-tostringtag: 1.0.2 dev: true /is-buffer@1.1.6: @@ -12367,13 +12240,13 @@ packages: /is-core-module@2.13.1: resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} dependencies: - hasown: 2.0.0 + hasown: 2.0.1 /is-date-object@1.0.5: resolution: {integrity: sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==} engines: {node: '>= 0.4'} dependencies: - has-tostringtag: 1.0.0 + has-tostringtag: 1.0.2 dev: true /is-docker@2.2.1: @@ -12394,13 +12267,6 @@ packages: engines: {node: '>=0.10.0'} dev: false - /is-extendable@1.0.1: - resolution: {integrity: sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==} - engines: {node: '>=0.10.0'} - dependencies: - is-plain-object: 2.0.4 - dev: false - /is-extglob@2.1.1: resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} engines: {node: '>=0.10.0'} @@ -12408,7 +12274,7 @@ packages: /is-finalizationregistry@1.0.2: resolution: {integrity: sha512-0by5vtUJs8iFQb5TYUHHPudOR+qXYIMKtiUzvLIZITZUjknFmziyBJuLhVRc+Ds0dREFlskDNJKYIdIzu/9pfw==} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 dev: true /is-fullwidth-code-point@3.0.0: @@ -12424,7 +12290,7 @@ packages: resolution: {integrity: sha512-jsEjy9l3yiXEQ+PsXdmBwEPcOxaXWLspKdplFUVI9vq1iZgIekeC0L167qeu86czQaxed3q/Uzuw0swL0irL8A==} engines: {node: '>= 0.4'} dependencies: - has-tostringtag: 1.0.0 + has-tostringtag: 1.0.2 /is-glob@4.0.3: resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} @@ -12436,12 +12302,13 @@ packages: resolution: {integrity: sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==} engines: {node: '>=8'} - /is-map@2.0.2: - resolution: {integrity: sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==} + /is-map@2.0.3: + resolution: {integrity: sha512-1Qed0/Hr2m+YqxnM09CjA2d/i6YZNfF6R2oRAOj36eUdS6qIV/huPJNSEpKbupewFs+ZsJlxsjjPbc0/afW6Lw==} + engines: {node: '>= 0.4'} dev: true - /is-negative-zero@2.0.2: - resolution: {integrity: sha512-dqJvarLawXsFbNDeJW7zAz8ItJ9cd28YufuuFzh0G8pNHjJMnY08Dv7sYX2uF5UpQOwieAeOExEYAWWfu7ZZUA==} + /is-negative-zero@2.0.3: + resolution: {integrity: sha512-5KoIu2Ngpyek75jXodFvnafB6DJgr3u8uuK0LEZJjrU19DrMD3EVERaR8sjz8CCGgpZvxPl9SuE1GMVPFHx1mw==} engines: {node: '>= 0.4'} dev: true @@ -12449,7 +12316,7 @@ packages: resolution: {integrity: sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==} engines: {node: '>= 0.4'} dependencies: - has-tostringtag: 1.0.0 + has-tostringtag: 1.0.2 dev: true /is-number@7.0.0: @@ -12491,17 +12358,19 @@ packages: resolution: {integrity: sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 - has-tostringtag: 1.0.0 + call-bind: 1.0.7 + has-tostringtag: 1.0.2 - /is-set@2.0.2: - resolution: {integrity: sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==} + /is-set@2.0.3: + resolution: {integrity: sha512-iPAjerrse27/ygGLxw+EBR9agv9Y6uLeYVJMu+QNCoouJ1/1ri0mGrcWpfCqFZuzzx3WjtwxG098X+n4OuRkPg==} + engines: {node: '>= 0.4'} dev: true - /is-shared-array-buffer@1.0.2: - resolution: {integrity: sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==} + /is-shared-array-buffer@1.0.3: + resolution: {integrity: sha512-nA2hv5XIhLR3uVzDDfCIknerhx8XUKnstuOERPNNIinXG7v9u+ohXF67vxm4TPTEPU6lm61ZkwP3c9PCB97rhg==} + engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 dev: true /is-stream@1.1.0: @@ -12522,7 +12391,7 @@ packages: resolution: {integrity: sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==} engines: {node: '>= 0.4'} dependencies: - has-tostringtag: 1.0.0 + has-tostringtag: 1.0.2 dev: true /is-symbol@1.0.4: @@ -12532,31 +12401,33 @@ packages: has-symbols: 1.0.3 dev: true - /is-typed-array@1.1.12: - resolution: {integrity: sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==} + /is-typed-array@1.1.13: + resolution: {integrity: sha512-uZ25/bUAlUY5fR4OKT4rZQEBrzQWYV9ZJYGGsUmEJ6thodVJ1HX64ePQ6Z0qPWP+m+Uq6e9UugrE38jeYsDSMw==} engines: {node: '>= 0.4'} dependencies: - which-typed-array: 1.1.13 + which-typed-array: 1.1.14 /is-unicode-supported@0.1.0: resolution: {integrity: sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==} engines: {node: '>=10'} - /is-weakmap@2.0.1: - resolution: {integrity: sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==} + /is-weakmap@2.0.2: + resolution: {integrity: sha512-K5pXYOm9wqY1RgjpL3YTkF39tni1XajUIkawTLUo9EZEVUFga5gSQJF8nNS7ZwJQ02y+1YCNYcMh+HIf1ZqE+w==} + engines: {node: '>= 0.4'} dev: true /is-weakref@1.0.2: resolution: {integrity: sha512-qctsuLZmIQ0+vSSMfoVvyFe2+GSEvnmZ2ezTup1SBse9+twCCeial6EEi3Nc2KFcf6+qz2FBPnjXsk8xhKSaPQ==} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 dev: true - /is-weakset@2.0.2: - resolution: {integrity: sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==} + /is-weakset@2.0.3: + resolution: {integrity: sha512-LvIm3/KWzS9oRFHugab7d+M/GcBXuXX5xZkzPmN+NxihdQlZUQ4dWuSV1xR/sq6upL1TJEDrfBgRepHFdBtSNQ==} + engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 - get-intrinsic: 1.2.2 + call-bind: 1.0.7 + get-intrinsic: 1.2.4 dev: true /is-what@3.14.1: @@ -12593,8 +12464,8 @@ packages: resolution: {integrity: sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==} engines: {node: '>=8'} dependencies: - '@babel/core': 7.23.7 - '@babel/parser': 7.23.5 + '@babel/core': 7.24.0 + '@babel/parser': 7.24.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 semver: 6.3.1 @@ -12602,15 +12473,15 @@ packages: - supports-color dev: true - /istanbul-lib-instrument@6.0.1: - resolution: {integrity: sha512-EAMEJBsYuyyztxMxW3g7ugGPkrZsV57v0Hmv3mm1uQsmB+QnZuepg731CRaIgeUVSdmsTngOkSnauNF8p7FIhA==} + /istanbul-lib-instrument@6.0.2: + resolution: {integrity: sha512-1WUsZ9R1lA0HtBSohTkm39WTPlNKSJ5iFk7UwqXkBLoHQT+hfqPsfsTDVuZdKGaBwn7din9bS7SsnoAr943hvw==} engines: {node: '>=10'} dependencies: - '@babel/core': 7.23.7 - '@babel/parser': 7.23.5 + '@babel/core': 7.24.0 + '@babel/parser': 7.24.0 '@istanbuljs/schema': 0.1.3 istanbul-lib-coverage: 3.2.2 - semver: 7.5.4 + semver: 7.6.0 transitivePeerDependencies: - supports-color dev: true @@ -12635,8 +12506,8 @@ packages: - supports-color dev: true - /istanbul-reports@3.1.6: - resolution: {integrity: sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==} + /istanbul-reports@3.1.7: + resolution: {integrity: sha512-BewmUXImeuRk2YY0PVbxgKAysvhRPUQE0h5QRM++nVWyubKGV0l8qQ5op8+B2DOmwSe63Jivj0BjkPQVf8fP5g==} engines: {node: '>=8'} dependencies: html-escaper: 2.0.2 @@ -12657,10 +12528,10 @@ packages: resolution: {integrity: sha512-DR33HMMr8EzwuRL8Y9D3u2BMj8+RqSE850jfGu59kS7tbmPLzGkZmVSfyCFSDxuZiEY6Rzt3T2NA/qU+NwVj1w==} dependencies: define-properties: 1.2.1 - get-intrinsic: 1.2.2 + get-intrinsic: 1.2.4 has-symbols: 1.0.3 - reflect.getprototypeof: 1.0.4 - set-function-name: 2.0.1 + reflect.getprototypeof: 1.0.5 + set-function-name: 2.0.2 dev: true /jackspeak@2.3.6: @@ -12670,7 +12541,6 @@ packages: '@isaacs/cliui': 8.0.2 optionalDependencies: '@pkgjs/parseargs': 0.11.0 - dev: false /jake@10.8.7: resolution: {integrity: sha512-ZDi3aP+fG/LchyBzUM804VjddnwfSfsdeYkwt8NcbKRvo4rFkjhs456iLFn3k2ZUWvNe4i48WACDbza8fhq2+w==} @@ -12700,7 +12570,7 @@ packages: '@jest/expect': 29.7.0 '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.11.5 + '@types/node': 20.11.25 chalk: 4.1.2 co: 4.6.0 dedent: 1.5.1(babel-plugin-macros@3.1.0) @@ -12721,7 +12591,7 @@ packages: - supports-color dev: true - /jest-cli@29.7.0(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2): + /jest-cli@29.7.0(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(ts-node@10.9.2): resolution: {integrity: sha512-OVVobw2IubN/GSYsxETi+gOe7Ka59EFMR/twOU3Jb2GnKKeMGJB5SGUUrEz3SFVmJASUdZUzy83sLNNQ2gZslg==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -12735,10 +12605,10 @@ packages: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 chalk: 4.1.2 - create-jest: 29.7.0(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2) + create-jest: 29.7.0(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(ts-node@10.9.2) exit: 0.1.2 import-local: 3.1.0 - jest-config: 29.7.0(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2) + jest-config: 29.7.0(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(ts-node@10.9.2) jest-util: 29.7.0 jest-validate: 29.7.0 yargs: 17.7.2 @@ -12749,7 +12619,7 @@ packages: - ts-node dev: true - /jest-config@29.7.0(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2): + /jest-config@29.7.0(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(ts-node@10.9.2): resolution: {integrity: sha512-uXbpfeQ7R6TZBqI3/TxCU4q4ttk3u0PJeC+E0zbfSoSjq6bJ7buBPxzQPL0ifrkY4DNu4JUdk0ImlBUYi840eQ==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} peerDependencies: @@ -12761,11 +12631,11 @@ packages: ts-node: optional: true dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 '@jest/test-sequencer': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.11.5 - babel-jest: 29.7.0(@babel/core@7.23.7) + '@types/node': 20.11.25 + babel-jest: 29.7.0(@babel/core@7.24.0) chalk: 4.1.2 ci-info: 3.9.0 deepmerge: 4.3.1 @@ -12784,7 +12654,7 @@ packages: pretty-format: 29.7.0 slash: 3.0.0 strip-json-comments: 3.1.1 - ts-node: 10.9.2(@swc/core@1.3.104)(@types/node@20.11.5)(typescript@5.3.3) + ts-node: 10.9.2(@swc/core@1.4.6)(@types/node@20.11.25)(typescript@5.4.2) transitivePeerDependencies: - babel-plugin-macros - supports-color @@ -12825,7 +12695,7 @@ packages: '@jest/environment': 29.7.0 '@jest/fake-timers': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.11.5 + '@types/node': 20.11.25 jest-mock: 29.7.0 jest-util: 29.7.0 dev: true @@ -12840,7 +12710,7 @@ packages: dependencies: '@jest/types': 29.6.3 '@types/graceful-fs': 4.1.9 - '@types/node': 20.11.5 + '@types/node': 20.11.25 anymatch: 3.1.3 fb-watchman: 2.0.2 graceful-fs: 4.2.11 @@ -12875,7 +12745,7 @@ packages: resolution: {integrity: sha512-GBEV4GRADeP+qtB2+6u61stea8mGcOT4mCtrYISZwfu9/ISHFJ/5zOMXYbpBE9RsS5+Gb63DW4FgmnKJ79Kf6w==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/code-frame': 7.22.13 + '@babel/code-frame': 7.23.5 '@jest/types': 29.6.3 '@types/stack-utils': 2.0.3 chalk: 4.1.2 @@ -12891,7 +12761,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.11.5 + '@types/node': 20.11.25 jest-util: 29.7.0 dev: true @@ -12946,7 +12816,7 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.11.5 + '@types/node': 20.11.25 chalk: 4.1.2 emittery: 0.13.1 graceful-fs: 4.2.11 @@ -12977,7 +12847,7 @@ packages: '@jest/test-result': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.11.5 + '@types/node': 20.11.25 chalk: 4.1.2 cjs-module-lexer: 1.2.3 collect-v8-coverage: 1.0.2 @@ -13000,15 +12870,15 @@ packages: resolution: {integrity: sha512-Rm0BMWtxBcioHr1/OX5YCP8Uov4riHvKPknOGs804Zg9JGZgmIBkbtlxJC/7Z4msKYVbIJtfU+tKb8xlYNfdkw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@babel/core': 7.23.7 - '@babel/generator': 7.23.5 - '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.23.7) - '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.23.7) - '@babel/types': 7.23.5 + '@babel/core': 7.24.0 + '@babel/generator': 7.23.6 + '@babel/plugin-syntax-jsx': 7.23.3(@babel/core@7.24.0) + '@babel/plugin-syntax-typescript': 7.23.3(@babel/core@7.24.0) + '@babel/types': 7.24.0 '@jest/expect-utils': 29.7.0 '@jest/transform': 29.7.0 '@jest/types': 29.6.3 - babel-preset-current-node-syntax: 1.0.1(@babel/core@7.23.7) + babel-preset-current-node-syntax: 1.0.1(@babel/core@7.24.0) chalk: 4.1.2 expect: 29.7.0 graceful-fs: 4.2.11 @@ -13019,7 +12889,7 @@ packages: jest-util: 29.7.0 natural-compare: 1.4.0 pretty-format: 29.7.0 - semver: 7.5.4 + semver: 7.6.0 transitivePeerDependencies: - supports-color dev: true @@ -13029,7 +12899,7 @@ packages: engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: '@jest/types': 29.6.3 - '@types/node': 20.11.5 + '@types/node': 20.11.25 chalk: 4.1.2 ci-info: 3.9.0 graceful-fs: 4.2.11 @@ -13053,7 +12923,7 @@ packages: dependencies: '@jest/test-result': 29.7.0 '@jest/types': 29.6.3 - '@types/node': 20.11.5 + '@types/node': 20.11.25 ansi-escapes: 4.3.2 chalk: 4.1.2 emittery: 0.13.1 @@ -13065,7 +12935,7 @@ packages: resolution: {integrity: sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==} engines: {node: '>= 10.13.0'} dependencies: - '@types/node': 20.11.5 + '@types/node': 20.11.25 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true @@ -13074,13 +12944,13 @@ packages: resolution: {integrity: sha512-eIz2msL/EzL9UFTFFx7jBTkeZfku0yUAyZZZmJ93H2TYEiroIx2PQjEXcwYtYl8zXCxb+PAmA2hLIt/6ZEkPHw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} dependencies: - '@types/node': 20.11.5 + '@types/node': 20.11.25 jest-util: 29.7.0 merge-stream: 2.0.0 supports-color: 8.1.1 dev: true - /jest@29.7.0(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2): + /jest@29.7.0(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(ts-node@10.9.2): resolution: {integrity: sha512-NIy3oAFp9shda19hy4HK0HRTWKtPJmGdnvywu01nOqNC2vZg+Z+fvJDxpMQA88eb2I9EcafcdjYgsDthnYTvGw==} engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} hasBin: true @@ -13093,7 +12963,7 @@ packages: '@jest/core': 29.7.0(babel-plugin-macros@3.1.0)(ts-node@10.9.2) '@jest/types': 29.6.3 import-local: 3.1.0 - jest-cli: 29.7.0(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2) + jest-cli: 29.7.0(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(ts-node@10.9.2) transitivePeerDependencies: - '@types/node' - babel-plugin-macros @@ -13109,17 +12979,23 @@ packages: resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} dev: true - /js-beautify@1.14.11: - resolution: {integrity: sha512-rPogWqAfoYh1Ryqqh2agUpVfbxAhbjuN1SmU86dskQUKouRiggUTCO4+2ym9UPXllc2WAp0J+T5qxn7Um3lCdw==} + /js-beautify@1.15.1: + resolution: {integrity: sha512-ESjNzSlt/sWE8sciZH8kBF8BPlwXPwhR6pWKAw8bw4Bwj+iZcnKW6ONWUutJ7eObuBZQpiIb8S7OYspWrKt7rA==} engines: {node: '>=14'} hasBin: true dependencies: config-chain: 1.1.13 editorconfig: 1.0.4 glob: 10.3.10 + js-cookie: 3.0.5 nopt: 7.2.0 dev: false + /js-cookie@3.0.5: + resolution: {integrity: sha512-cEiJEAEoIbWfCZYKWhVwFuvPX1gETRYPw6LlaTKoxD3s2AkXzkCjnp6h0V77ozyqj0jakteJ4YqDJT830+lVGw==} + engines: {node: '>=14'} + dev: false + /js-sha256@0.10.1: resolution: {integrity: sha512-5obBtsz9301ULlsgggLg542s/jqtddfOpV5KJc4hajc9JV8GeY2gZHSVpYBn4nWqAUTJ9v+xwtbJ1mIBgIH5Vw==} @@ -13131,6 +13007,10 @@ packages: /js-tokens@4.0.0: resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + /js-tokens@8.0.3: + resolution: {integrity: sha512-UfJMcSJc+SEXEl9lH/VLHSZbThQyLpw1vLO1Lb+j4RWDvG3N2f7yj3PVQA3cmkTBNldJ9eFnM+xEXxHIXrYiJw==} + dev: true + /js-yaml@3.14.1: resolution: {integrity: sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==} hasBin: true @@ -13145,8 +13025,12 @@ packages: dependencies: argparse: 2.0.1 - /jsdom@23.2.0: - resolution: {integrity: sha512-L88oL7D/8ufIES+Zjz7v0aes+oBMh2Xnh3ygWvL0OaICOomKEPKuPnIfBJekiXr+BHbbMjrWn/xqrDQuxFTeyA==} + /jsbn@1.1.0: + resolution: {integrity: sha512-4bYVV3aAMtDTTu4+xsDYa6sy9GyJ69/amsu9sYF2zqjiEoZA5xJi3BrfX3uY+/IekIu7MwdObdbDWpoZdBv3/A==} + dev: false + + /jsdom@24.0.0: + resolution: {integrity: sha512-UDS2NayCvmXSXVP6mpTj+73JnNQadZlr9N68189xib2tx5Mls7swlTNao26IoHv46BZJFvXygyRtyXd1feAk1A==} engines: {node: '>=18'} peerDependencies: canvas: ^2.11.2 @@ -13154,15 +13038,15 @@ packages: canvas: optional: true dependencies: - '@asamuzakjp/dom-selector': 2.0.2 cssstyle: 4.0.1 data-urls: 5.0.0 decimal.js: 10.4.3 form-data: 4.0.0 html-encoding-sniffer: 4.0.0 - http-proxy-agent: 7.0.0 - https-proxy-agent: 7.0.2 + http-proxy-agent: 7.0.2 + https-proxy-agent: 7.0.4 is-potential-custom-element-name: 1.0.1 + nwsapi: 2.2.7 parse5: 7.1.2 rrweb-cssom: 0.6.0 saxes: 6.0.0 @@ -13190,6 +13074,7 @@ packages: resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} engines: {node: '>=4'} hasBin: true + dev: true /json-buffer@3.0.1: resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} @@ -13224,15 +13109,16 @@ packages: resolution: {integrity: sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==} engines: {node: '>=6'} hasBin: true + dev: true /jsonc-eslint-parser@2.4.0: resolution: {integrity: sha512-WYDyuc/uFcGp6YtM2H0uKmUwieOuzeE/5YocFJLnLfclZ4inf3mRn8ZVy1s7Hxji7Jxm6Ss8gqpexD/GlKoGgg==} engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} dependencies: - acorn: 8.11.2 + acorn: 8.11.3 eslint-visitor-keys: 3.4.3 espree: 9.6.1 - semver: 7.5.4 + semver: 7.6.0 dev: true /jsonc-parser@3.0.0: @@ -13243,10 +13129,15 @@ packages: resolution: {integrity: sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==} dev: true + /jsonc-parser@3.2.1: + resolution: {integrity: sha512-AilxAyFOAcK5wA1+LeaySVBrHsGQvUFCDWXKpZjzaL0PqW+xfBOttn8GNtWKFWqneyMZj41MWF9Kl6iPWLwgOA==} + dev: true + /jsonfile@4.0.0: resolution: {integrity: sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==} optionalDependencies: graceful-fs: 4.2.11 + dev: true /jsonfile@6.1.0: resolution: {integrity: sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==} @@ -13254,7 +13145,6 @@ packages: universalify: 2.0.1 optionalDependencies: graceful-fs: 4.2.11 - dev: true /jsonwebtoken@9.0.2: resolution: {integrity: sha512-PRp66vJ865SSqOlgqS8hujT5U4AOgMfhrwYIuIhfKaoSCZcirrmASQr8CX7cUg+RMih+hgznrjp99o+W4pJLHQ==} @@ -13269,7 +13159,7 @@ packages: lodash.isstring: 4.0.1 lodash.once: 4.1.1 ms: 2.1.3 - semver: 7.5.4 + semver: 7.6.0 dev: false /jstransformer@1.0.0: @@ -13286,7 +13176,7 @@ packages: dependencies: array-includes: 3.1.7 array.prototype.flat: 1.3.2 - object.assign: 4.1.4 + object.assign: 4.1.5 object.values: 1.1.7 dev: true @@ -13299,8 +13189,8 @@ packages: setimmediate: 1.0.5 dev: false - /juice@9.1.0: - resolution: {integrity: sha512-odblShmPrUoHUwRuC8EmLji5bPP2MLO1GL+gt4XU3tT2ECmbSrrMjtMQaqg3wgMFP2zvUzdPZGfxc5Trk3Z+fQ==} + /juice@10.0.0: + resolution: {integrity: sha512-9f68xmhGrnIi6DBkiiP3rUrQN33SEuaKu1+njX6VgMP+jwZAsnT33WIzlrWICL9matkhYu3OyrqSUP55YTIdGg==} engines: {node: '>=10.0.0'} hasBin: true dependencies: @@ -13394,7 +13284,7 @@ packages: resolution: {integrity: sha512-y+SqErxb8h7nE/fiEX07jsbuhrpO9lL8eca7/Y1nuWV2moNlXhyd59iDGcRf6moVyDMbmTNzL40SUyrFU/yDpg==} dev: false - /less-loader@11.1.0(less@4.1.3)(webpack@5.89.0): + /less-loader@11.1.0(less@4.1.3)(webpack@5.90.3): resolution: {integrity: sha512-C+uDBV7kS7W5fJlUjq5mPBeBVhYpTIm5gB09APT9o3n/ILeaXVsiSFTbZpTJCJwQ/Crczfn3DmfQFwxYusWFug==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -13403,7 +13293,7 @@ packages: dependencies: klona: 2.0.6 less: 4.1.3 - webpack: 5.89.0(@swc/core@1.3.104) + webpack: 5.90.3(@swc/core@1.4.6) dev: true /less@4.1.3: @@ -13420,10 +13310,8 @@ packages: image-size: 0.5.5 make-dir: 2.1.0 mime: 1.6.0 - needle: 3.2.0 + needle: 3.3.1 source-map: 0.6.1 - transitivePeerDependencies: - - supports-color dev: true /leven@3.1.0: @@ -13442,6 +13330,10 @@ packages: resolution: {integrity: sha512-l+nePcPbIG1fNlqMzrh68MLkX/gTxk/+vdvAb388Ssi7UuUN31MI44w4Yf33mM3Cm4xDfw48mdf3rkdHszLNew==} dev: false + /libbase64@1.3.0: + resolution: {integrity: sha512-GgOXd0Eo6phYgh0DJtjQ2tO8dc0IVINtZJeARPeiIJqge+HdsWSuaDTe8ztQ7j/cONByDZ3zeB325AHiv5O0dg==} + dev: false + /libmime@5.2.0: resolution: {integrity: sha512-X2U5Wx0YmK0rXFbk67ASMeqYIkZ6E5vY7pNWRKtnNzqjvdYYG8xtPDpCnuUEnPU9vlgNev+JoSrcaKSUaNvfsw==} dependencies: @@ -13451,20 +13343,24 @@ packages: libqp: 2.0.1 dev: false - /libmime@5.2.1: - resolution: {integrity: sha512-A0z9O4+5q+ZTj7QwNe/Juy1KARNb4WaviO4mYeFC4b8dBT2EEqK2pkM+GC8MVnkOjqhl5nYQxRgnPYRRTNmuSQ==} + /libmime@5.3.4: + resolution: {integrity: sha512-TsqPdercr6DHrnoQx1F0nS2Y4yPT+fWuOjEP2rqzvV77hMYWomTe/rpm0u9JORQ/FavEXybAGcBJsQbLr9+hjA==} dependencies: encoding-japanese: 2.0.0 iconv-lite: 0.6.3 - libbase64: 1.2.1 - libqp: 2.0.1 + libbase64: 1.3.0 + libqp: 2.1.0 dev: false /libqp@2.0.1: resolution: {integrity: sha512-Ka0eC5LkF3IPNQHJmYBWljJsw0UvM6j+QdKRbWyCdTmYwvIDE6a7bCm0UkTAL/K+3KXK5qXT/ClcInU01OpdLg==} dev: false - /license-webpack-plugin@4.0.2(webpack@5.89.0): + /libqp@2.1.0: + resolution: {integrity: sha512-O6O6/fsG5jiUVbvdgT7YX3xY3uIadR6wEZ7+vy9u7PKHAlSEB6blvC1o5pHBjgsi95Uo0aiBBdkyFecj6jtb7A==} + dev: false + + /license-webpack-plugin@4.0.2(webpack@5.90.3): resolution: {integrity: sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==} peerDependencies: webpack: '*' @@ -13474,7 +13370,7 @@ packages: webpack-sources: optional: true dependencies: - webpack: 5.89.0(@swc/core@1.3.104) + webpack: 5.90.3(@swc/core@1.4.6) webpack-sources: 3.2.3 dev: true @@ -13489,6 +13385,11 @@ packages: engines: {node: '>=10'} dev: true + /lilconfig@3.1.1: + resolution: {integrity: sha512-O18pf7nyvHTckunPWCV1XUNXU1piu01y2b7ATJ0ppkUkk8ocqVWBrYjJBCwHDjD/ZWcfyrA0P4gKhzWGi5EINQ==} + engines: {node: '>=14'} + dev: true + /lines-and-columns@1.2.4: resolution: {integrity: sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==} @@ -13497,14 +13398,14 @@ packages: engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dev: true - /linkify-it@4.0.1: - resolution: {integrity: sha512-C7bfi1UZmoj8+PQx22XyeXCuBlokoyWQL5pWSP+EI6nzRylyThouddufc2c1NDIcP9k5agmN9fLpA7VNJfIiqw==} + /linkify-it@5.0.0: + resolution: {integrity: sha512-5aHCbzQRADcdP+ATqnDuhhJ/MRIqDkZX5pyjFHRRysS8vZ5AbqGEoFIb6pYHPZ+L/OC2Lc+xT8uHVVR5CAK/wQ==} dependencies: - uc.micro: 1.0.6 + uc.micro: 2.1.0 dev: false - /linkifyjs@4.1.2: - resolution: {integrity: sha512-1elJrH8MwUgr77Rgmx4JgB/nBgISYVoGossH6pAfCeHG+07TblTn6RWKx0MKozEMJU6NCFYHRih9M8ZtV3YZ+Q==} + /linkifyjs@4.1.3: + resolution: {integrity: sha512-auMesunaJ8yfkHvK4gfg1K0SaKX/6Wn9g2Aac/NwX+l5VdmFZzo/hdPGxEOETj+ryRa4/fiOPjeeKURSAJx1sg==} dev: false /loader-runner@4.3.0: @@ -13525,7 +13426,7 @@ packages: resolution: {integrity: sha512-ok6z3qlYyCDS4ZEU27HaU6x/xZa9Whf8jD4ptH5UZTQYZVYeb9bnZ3ojVhiJNLiXK1Hfc0GNbLXcmZ5plLDDBg==} engines: {node: '>=14'} dependencies: - mlly: 1.4.2 + mlly: 1.6.1 pkg-types: 1.0.3 dev: true @@ -13535,6 +13436,7 @@ packages: dependencies: p-locate: 3.0.0 path-exists: 3.0.0 + dev: true /locate-path@5.0.0: resolution: {integrity: sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==} @@ -13620,6 +13522,7 @@ packages: /lodash.sortby@4.7.0: resolution: {integrity: sha512-HDWXG8isMntAyRF5vZ7xKuEvOhT4AhlRt/3czTSjvGUxjYCBVRQY48ViDHyfYz9VIoBkW4TMGQNapx+l3RUwdA==} + dev: true /lodash.uniq@4.5.0: resolution: {integrity: sha512-xfBaXQd9ryd9dlSDvnvI0lvxfLJlYAZzXomUYzLKtUeOQvOP5piqAWuGtrhWeqaXK9hhoM/iyJc5AV+XfsX3HQ==} @@ -13662,11 +13565,9 @@ packages: engines: {node: '>=8'} dev: true - /lru-cache@10.0.2: - resolution: {integrity: sha512-Yj9mA8fPiVgOUpByoTZO5pNrcl5Yk37FcSHsUINpAsaBIEZIuqcCclDZJCVxqQShDsmYX8QG63svJiTbOATZwg==} + /lru-cache@10.2.0: + resolution: {integrity: sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==} engines: {node: 14 || >=16.14} - dependencies: - semver: 7.5.4 /lru-cache@4.1.5: resolution: {integrity: sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==} @@ -13679,6 +13580,7 @@ packages: resolution: {integrity: sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==} dependencies: yallist: 3.1.1 + dev: true /lru-cache@6.0.0: resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} @@ -13716,26 +13618,34 @@ packages: '@jridgewell/sourcemap-codec': 1.4.15 dev: true + /magic-string@0.30.8: + resolution: {integrity: sha512-ISQTe55T2ao7XtlAStud6qwYPZjE4GK1S/BeVPus4jrq6JuOnQ00YKQC581RWhR122W7msZV263KzVeLoqidyQ==} + engines: {node: '>=12'} + dependencies: + '@jridgewell/sourcemap-codec': 1.4.15 + dev: true + /magicast@0.3.3: resolution: {integrity: sha512-ZbrP1Qxnpoes8sz47AM0z08U+jW6TyRgZzcWy3Ma3vDhJttwMwAFDMMQFobwdBxByBD46JYmxRzeF7w2+wJEuw==} dependencies: - '@babel/parser': 7.23.6 - '@babel/types': 7.23.6 + '@babel/parser': 7.24.0 + '@babel/types': 7.24.0 source-map-js: 1.0.2 dev: true - /mailparser@3.6.5: - resolution: {integrity: sha512-nteTpF0Khm5JLOnt4sigmzNdUH/6mO7PZ4KEnvxf4mckyXYFFhrtAWZzbq/V5aQMH+049gA7ZjfLdh+QiX2Uqg==} + /mailparser@3.6.9: + resolution: {integrity: sha512-1fIDZlgN1NnuzmTSEUxkaViquXYkw5NbQehVc+kz55QRy98QgLdTtRSKv289Jy4NrCiDchRx6zAijB4HrPsvkA==} dependencies: encoding-japanese: 2.0.0 he: 1.2.0 html-to-text: 9.0.5 iconv-lite: 0.6.3 - libmime: 5.2.1 - linkify-it: 4.0.1 + libmime: 5.3.4 + linkify-it: 5.0.0 mailsplit: 5.4.0 - nodemailer: 6.9.3 - tlds: 1.240.0 + nodemailer: 6.9.11 + punycode: 2.3.1 + tlds: 1.250.0 dev: false /mailsplit@5.4.0: @@ -13760,11 +13670,12 @@ packages: resolution: {integrity: sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==} engines: {node: '>=10'} dependencies: - semver: 7.5.4 + semver: 7.6.0 dev: true /make-error@1.3.6: resolution: {integrity: sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==} + dev: true /makeerror@1.0.12: resolution: {integrity: sha512-JmqCvUhmt43madlpFzG4BQzG2Z3m6tvQDNKdClZnO3VbIudJYmxsT0FNJMeiB2+JTSlTQTSbU8QdesVmwJcmLg==} @@ -13772,15 +13683,16 @@ packages: tmpl: 1.0.5 dev: true - /markdown-it@13.0.2: - resolution: {integrity: sha512-FtwnEuuK+2yVU7goGn/MJ0WBZMM9ZPgU9spqlFs7/A/pDIUNSOQZhUgOqYCficIuR2QaFnrt8LHqBWsbTAoI5w==} + /markdown-it@14.0.0: + resolution: {integrity: sha512-seFjF0FIcPt4P9U39Bq1JYblX0KZCjDLFFQPHpL5AzHpqPEKtosxmdq/LTVZnjfH7tjt9BxStm+wXcDBNuYmzw==} hasBin: true dependencies: argparse: 2.0.1 - entities: 3.0.1 - linkify-it: 4.0.1 - mdurl: 1.0.1 - uc.micro: 1.0.6 + entities: 4.5.0 + linkify-it: 5.0.0 + mdurl: 2.0.0 + punycode.js: 2.3.1 + uc.micro: 2.1.0 dev: false /md5@2.3.0: @@ -13799,8 +13711,8 @@ packages: resolution: {integrity: sha512-GaqWWShW4kv/G9IEucWScBx9G1/vsFZZJUO+tD26M8J8z3Kw5RDQjaoZe03YAClgeS/SWPOcb4nkFBTEi5DUEA==} dev: true - /mdurl@1.0.1: - resolution: {integrity: sha512-/sKlQJCBYVY9Ers9hqzKou4H6V5UWc/M59TH2dvkt+84itfnq7uFOMLpOiOS4ujvHP4etln18fmIxA5R5fll0g==} + /mdurl@2.0.0: + resolution: {integrity: sha512-Lf+9+2r+Tdp5wXDXC4PcIBjTDtq4UKjCPMQhKIuzpJNW0b96kVqSwW0bT7FhRSfmAiFYgP+SCRvdrDozfh0U5w==} dev: false /media-typer@0.3.0: @@ -13848,6 +13760,7 @@ packages: dependencies: braces: 3.0.2 picomatch: 2.3.1 + dev: true /micromatch@4.0.5: resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} @@ -13896,14 +13809,14 @@ packages: engines: {node: '>=10'} dev: true - /mini-css-extract-plugin@2.4.7(webpack@5.89.0): + /mini-css-extract-plugin@2.4.7(webpack@5.90.3): resolution: {integrity: sha512-euWmddf0sk9Nv1O0gfeeUAvAkoSlWncNLF77C0TP2+WoPvy8mAHKOzMajcCz2dzvyt3CNgxb1obIEVFIRxaipg==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: schema-utils: 4.2.0 - webpack: 5.89.0(@swc/core@1.3.104) + webpack: 5.90.3(@swc/core@1.4.6) dev: true /mini-svg-data-uri@1.4.4: @@ -13915,12 +13828,6 @@ packages: resolution: {integrity: sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==} dev: true - /minimatch@3.0.5: - resolution: {integrity: sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==} - dependencies: - brace-expansion: 1.1.11 - dev: true - /minimatch@3.1.2: resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} dependencies: @@ -13957,7 +13864,7 @@ packages: block-stream2: 2.1.0 browser-or-node: 2.1.1 buffer-crc32: 0.2.13 - fast-xml-parser: 4.3.2 + fast-xml-parser: 4.3.5 ipaddr.js: 2.1.0 json-stream: 1.0.0 lodash: 4.17.21 @@ -13972,7 +13879,6 @@ packages: /minipass@7.0.4: resolution: {integrity: sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==} engines: {node: '>=16 || 14 >=14.17'} - dev: false /mitt@3.0.1: resolution: {integrity: sha512-vKivATfr97l2/QBCYAkXYDbrIWPM2IIKEl7YPhjCvKlG3kE2gm+uBo6nEXK3M5/Ffh/FLpKExzOQ3JJoJGFKBw==} @@ -13986,386 +13892,383 @@ packages: is-extendable: 0.1.1 dev: false - /mjml-accordion@4.14.1: - resolution: {integrity: sha512-dpNXyjnhYwhM75JSjD4wFUa9JgHm86M2pa0CoTzdv1zOQz67ilc4BoK5mc2S0gOjJpjBShM5eOJuCyVIuAPC6w==} + /mjml-accordion@4.15.3: + resolution: {integrity: sha512-LPNVSj1LyUVYT9G1gWwSw3GSuDzDsQCu0tPB2uDsq4VesYNnU6v3iLCQidMiR6azmIt13OEozG700ygAUuA6Ng==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-body@4.14.1: - resolution: {integrity: sha512-YpXcK3o2o1U+fhI8f60xahrhXuHmav6BZez9vIN3ZEJOxPFSr+qgr1cT2iyFz50L5+ZsLIVj2ZY+ALQjdsg8ig==} + /mjml-body@4.15.3: + resolution: {integrity: sha512-7pfUOVPtmb0wC+oUOn4xBsAw4eT5DyD6xqaxj/kssu6RrFXOXgJaVnDPAI9AzIvXJ/5as9QrqRGYAddehwWpHQ==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-button@4.14.1: - resolution: {integrity: sha512-V1Tl1vQ3lXYvvqHJHvGcc8URr7V1l/ZOsv7iLV4QRrh7kjKBXaRS7uUJtz6/PzEbNsGQCiNtXrODqcijLWlgaw==} + /mjml-button@4.15.3: + resolution: {integrity: sha512-79qwn9AgdGjJR1vLnrcm2rq2AsAZkKC5JPwffTMG+Nja6zGYpTDZFZ56ekHWr/r1b5WxkukcPj2PdevUug8c+Q==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-carousel@4.14.1: - resolution: {integrity: sha512-Ku3MUWPk/TwHxVgKEUtzspy/ePaWtN/3z6/qvNik0KIn0ZUIZ4zvR2JtaVL5nd30LHSmUaNj30XMPkCjYiKkFA==} + /mjml-carousel@4.15.3: + resolution: {integrity: sha512-3ju6I4l7uUhPRrJfN3yK9AMsfHvrYbRkcJ1GRphFHzUj37B2J6qJOQUpzA547Y4aeh69TSb7HFVf1t12ejQxVw==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-cli@4.14.1: - resolution: {integrity: sha512-Gy6MnSygFXs0U1qOXTHqBg2vZX2VL/fAacgQzD4MHq4OuybWaTNSzXRwxBXYCxT3IJB874n2Q0Mxp+Xka+tnZg==} + /mjml-cli@4.15.3: + resolution: {integrity: sha512-+V2TDw3tXUVEptFvLSerz125C2ogYl8klIBRY1m5BHd4JvGVf3yhx8N3PngByCzA6PGcv/eydGQN+wy34SHf0Q==} hasBin: true dependencies: - '@babel/runtime': 7.23.5 - chokidar: 3.5.3 - glob: 7.2.3 + '@babel/runtime': 7.24.0 + chokidar: 3.6.0 + glob: 10.3.10 html-minifier: 4.0.0 - js-beautify: 1.14.11 + js-beautify: 1.15.1 lodash: 4.17.21 - mjml-core: 4.14.1 - mjml-migrate: 4.14.1 - mjml-parser-xml: 4.14.1 - mjml-validator: 4.13.0 - yargs: 16.2.0 + minimatch: 9.0.3 + mjml-core: 4.15.3 + mjml-migrate: 4.15.3 + mjml-parser-xml: 4.15.3 + mjml-validator: 4.15.3 + yargs: 17.7.2 transitivePeerDependencies: - encoding dev: false - /mjml-column@4.14.1: - resolution: {integrity: sha512-iixVCIX1YJtpQuwG2WbDr7FqofQrlTtGQ4+YAZXGiLThs0En3xNIJFQX9xJ8sgLEGGltyooHiNICBRlzSp9fDg==} + /mjml-column@4.15.3: + resolution: {integrity: sha512-hYdEFdJGHPbZJSEysykrevEbB07yhJGSwfDZEYDSbhQQFjV2tXrEgYcFD5EneMaowjb55e3divSJxU4c5q4Qgw==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-core@4.14.1: - resolution: {integrity: sha512-di88rSfX+8r4r+cEqlQCO7CRM4mYZrfe2wSCu2je38i+ujjkLpF72cgLnjBlSG5aOUCZgYvlsZ85stqIz9LQfA==} + /mjml-core@4.15.3: + resolution: {integrity: sha512-Dmwk+2cgSD9L9GmTbEUNd8QxkTZtW9P7FN/ROZW/fGZD6Hq6/4TB0zEspg2Ow9eYjZXO2ofOJ3PaQEEShKV0kQ==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 cheerio: 1.0.0-rc.12 detect-node: 2.1.0 html-minifier: 4.0.0 - js-beautify: 1.14.11 - juice: 9.1.0 + js-beautify: 1.15.1 + juice: 10.0.0 lodash: 4.17.21 - mjml-migrate: 4.14.1 - mjml-parser-xml: 4.14.1 - mjml-validator: 4.13.0 + mjml-migrate: 4.15.3 + mjml-parser-xml: 4.15.3 + mjml-validator: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-divider@4.14.1: - resolution: {integrity: sha512-agqWY0aW2xaMiUOhYKDvcAAfOLalpbbtjKZAl1vWmNkURaoK4L7MgDilKHSJDFUlHGm2ZOArTrq8i6K0iyThBQ==} + /mjml-divider@4.15.3: + resolution: {integrity: sha512-vh27LQ9FG/01y0b9ntfqm+GT5AjJnDSDY9hilss2ixIUh0FemvfGRfsGVeV5UBVPBKK7Ffhvfqc7Rciob9Spzw==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-group@4.14.1: - resolution: {integrity: sha512-dJt5batgEJ7wxlxzqOfHOI94ABX+8DZBvAlHuddYO4CsLFHYv6XRIArLAMMnAKU76r6p3X8JxYeOjKZXdv49kg==} + /mjml-group@4.15.3: + resolution: {integrity: sha512-HSu/rKnGZVKFq3ciT46vi1EOy+9mkB0HewO4+P6dP/Y0UerWkN6S3UK11Cxsj0cAp0vFwkPDCdOeEzRdpFEkzA==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-head-attributes@4.14.1: - resolution: {integrity: sha512-XdUNOp2csK28kBDSistInOyzWNwmu5HDNr4y1Z7vSQ1PfkmiuS6jWG7jHUjdoMhs27e6Leuyyc6a8gWSpqSWrg==} + /mjml-head-attributes@4.15.3: + resolution: {integrity: sha512-2ISo0r5ZKwkrvJgDou9xVPxxtXMaETe2AsAA02L89LnbB2KC0N5myNsHV0sEysTw9+CfCmgjAb0GAI5QGpxKkQ==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-head-breakpoint@4.14.1: - resolution: {integrity: sha512-Qw9l/W/I5Z9p7I4ShgnEpAL9if4472ejcznbBnp+4Gq+sZoPa7iYoEPsa9UCGutlaCh3N3tIi2qKhl9qD8DFxA==} + /mjml-head-breakpoint@4.15.3: + resolution: {integrity: sha512-Eo56FA5C2v6ucmWQL/JBJ2z641pLOom4k0wP6CMZI2utfyiJ+e2Uuinj1KTrgDcEvW4EtU9HrfAqLK9UosLZlg==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-head-font@4.14.1: - resolution: {integrity: sha512-oBYm1gaOdEMjE5BoZouRRD4lCNZ1jcpz92NR/F7xDyMaKCGN6T/+r4S5dq1gOLm9zWqClRHaECdFJNEmrDpZqA==} + /mjml-head-font@4.15.3: + resolution: {integrity: sha512-CzV2aDPpiNIIgGPHNcBhgyedKY4SX3BJoTwOobSwZVIlEA6TAWB4Z9WwFUmQqZOgo1AkkiTHPZQvGcEhFFXH6g==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-head-html-attributes@4.14.1: - resolution: {integrity: sha512-vlJsJc1Sm4Ml2XvLmp01zsdmWmzm6+jNCO7X3eYi9ngEh8LjMCLIQOncnOgjqm9uGpQu2EgUhwvYFZP2luJOVg==} + /mjml-head-html-attributes@4.15.3: + resolution: {integrity: sha512-MDNDPMBOgXUZYdxhosyrA2kudiGO8aogT0/cODyi2Ed9o/1S7W+je11JUYskQbncqhWKGxNyaP4VWa+6+vUC/g==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-head-preview@4.14.1: - resolution: {integrity: sha512-89gQtt3fhl2dkYpHLF5HDQXz/RLpzecU6wmAIT7Dz6etjLGE1dgq2Ay6Bu/OeHjDcT1gbM131zvBwuXw8OydNw==} + /mjml-head-preview@4.15.3: + resolution: {integrity: sha512-J2PxCefUVeFwsAExhrKo4lwxDevc5aKj888HBl/wN4EuWOoOg06iOGCxz4Omd8dqyFsrqvbBuPqRzQ+VycGmaA==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-head-style@4.14.1: - resolution: {integrity: sha512-XryOuf32EDuUCBT2k99C1+H87IOM919oY6IqxKFJCDkmsbywKIum7ibhweJdcxiYGONKTC6xjuibGD3fQTTYNQ==} + /mjml-head-style@4.15.3: + resolution: {integrity: sha512-9J+JuH+mKrQU65CaJ4KZegACUgNIlYmWQYx3VOBR/tyz+8kDYX7xBhKJCjQ1I4wj2Tvga3bykd89Oc2kFZ5WOw==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-head-title@4.14.1: - resolution: {integrity: sha512-aIfpmlQdf1eJZSSrFodmlC4g5GudBti2eMyG42M7/3NeLM6anEWoe+UkF/6OG4Zy0tCQ40BDJ5iBZlMsjQICzw==} + /mjml-head-title@4.15.3: + resolution: {integrity: sha512-IM59xRtsxID4DubQ0iLmoCGXguEe+9BFG4z6y2xQDrscIa4QY3KlfqgKGT69ojW+AVbXXJPEVqrAi4/eCsLItQ==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-head@4.14.1: - resolution: {integrity: sha512-KoCbtSeTAhx05Ugn9TB2UYt5sQinSCb7RGRer5iPQ3CrXj8hT5B5Svn6qvf/GACPkWl4auExHQh+XgLB+r3OEA==} + /mjml-head@4.15.3: + resolution: {integrity: sha512-o3mRuuP/MB5fZycjD3KH/uXsnaPl7Oo8GtdbJTKtH1+O/3pz8GzGMkscTKa97l03DAG2EhGrzzLcU2A6eshwFw==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-hero@4.14.1: - resolution: {integrity: sha512-TQJ3yfjrKYGkdEWjHLHhL99u/meKFYgnfJvlo9xeBvRjSM696jIjdqaPHaunfw4CP6d2OpCIMuacgOsvqQMWOA==} + /mjml-hero@4.15.3: + resolution: {integrity: sha512-9cLAPuc69yiuzNrMZIN58j+HMK1UWPaq2i3/Fg2ZpimfcGFKRcPGCbEVh0v+Pb6/J0+kf8yIO0leH20opu3AyQ==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-image@4.14.1: - resolution: {integrity: sha512-jfKLPHXuFq83okwlNM1Um/AEWeVDgs2JXIOsWp2TtvXosnRvGGMzA5stKLYdy1x6UfKF4c1ovpMS162aYGp+xQ==} + /mjml-image@4.15.3: + resolution: {integrity: sha512-g1OhSdofIytE9qaOGdTPmRIp7JsCtgO0zbsn1Fk6wQh2gEL55Z40j/VoghslWAWTgT2OHFdBKnMvWtN6U5+d2Q==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-migrate@4.14.1: - resolution: {integrity: sha512-d+9HKQOhZi3ZFAaFSDdjzJX9eDQGjMf3BArLWNm2okC4ZgfJSpOc77kgCyFV8ugvwc8fFegPnSV60Jl4xtvK2A==} + /mjml-migrate@4.15.3: + resolution: {integrity: sha512-sr/+35RdxZroNQVegjpfRHJ5hda9XCgaS4mK2FGO+Mb1IUevKfeEPII3F/cHDpNwFeYH3kAgyqQ22ClhGLWNBA==} hasBin: true dependencies: - '@babel/runtime': 7.23.5 - js-beautify: 1.14.11 + '@babel/runtime': 7.24.0 + js-beautify: 1.15.1 lodash: 4.17.21 - mjml-core: 4.14.1 - mjml-parser-xml: 4.14.1 - yargs: 16.2.0 + mjml-core: 4.15.3 + mjml-parser-xml: 4.15.3 + yargs: 17.7.2 transitivePeerDependencies: - encoding dev: false - /mjml-navbar@4.14.1: - resolution: {integrity: sha512-rNy1Kw8CR3WQ+M55PFBAUDz2VEOjz+sk06OFnsnmNjoMVCjo1EV7OFLDAkmxAwqkC8h4zQWEOFY0MBqqoAg7+A==} + /mjml-navbar@4.15.3: + resolution: {integrity: sha512-VsKH/Jdlf8Yu3y7GpzQV5n7JMdpqvZvTSpF6UQXL0PWOm7k6+LX+sCZimOfpHJ+wCaaybpxokjWZ71mxOoCWoA==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-parser-xml@4.14.1: - resolution: {integrity: sha512-9WQVeukbXfq9DUcZ8wOsHC6BTdhaVwTAJDYMIQglXLwKwN7I4pTCguDDHy5d0kbbzK5OCVxCdZe+bfVI6XANOQ==} + /mjml-parser-xml@4.15.3: + resolution: {integrity: sha512-Tz0UX8/JVYICLjT+U8J1f/TFxIYVYjzZHeh4/Oyta0pLpRLeZlxEd71f3u3kdnulCKMP4i37pFRDmyLXAlEuLw==} dependencies: - '@babel/runtime': 7.23.5 - detect-node: 2.0.4 - htmlparser2: 8.0.2 + '@babel/runtime': 7.24.0 + detect-node: 2.1.0 + htmlparser2: 9.1.0 lodash: 4.17.21 dev: false - /mjml-preset-core@4.14.1: - resolution: {integrity: sha512-uUCqK9Z9d39rwB/+JDV2KWSZGB46W7rPQpc9Xnw1DRP7wD7qAfJwK6AZFCwfTgWdSxw0PwquVNcrUS9yBa9uhw==} + /mjml-preset-core@4.15.3: + resolution: {integrity: sha512-1zZS8P4O0KweWUqNS655+oNnVMPQ1Rq1GaZq5S9JfwT1Vh/m516lSmiTW9oko6gGHytt5s6Yj6oOeu5Zm8FoLw==} dependencies: - '@babel/runtime': 7.23.5 - mjml-accordion: 4.14.1 - mjml-body: 4.14.1 - mjml-button: 4.14.1 - mjml-carousel: 4.14.1 - mjml-column: 4.14.1 - mjml-divider: 4.14.1 - mjml-group: 4.14.1 - mjml-head: 4.14.1 - mjml-head-attributes: 4.14.1 - mjml-head-breakpoint: 4.14.1 - mjml-head-font: 4.14.1 - mjml-head-html-attributes: 4.14.1 - mjml-head-preview: 4.14.1 - mjml-head-style: 4.14.1 - mjml-head-title: 4.14.1 - mjml-hero: 4.14.1 - mjml-image: 4.14.1 - mjml-navbar: 4.14.1 - mjml-raw: 4.14.1 - mjml-section: 4.14.1 - mjml-social: 4.14.1 - mjml-spacer: 4.14.1 - mjml-table: 4.14.1 - mjml-text: 4.14.1 - mjml-wrapper: 4.14.1 + '@babel/runtime': 7.24.0 + mjml-accordion: 4.15.3 + mjml-body: 4.15.3 + mjml-button: 4.15.3 + mjml-carousel: 4.15.3 + mjml-column: 4.15.3 + mjml-divider: 4.15.3 + mjml-group: 4.15.3 + mjml-head: 4.15.3 + mjml-head-attributes: 4.15.3 + mjml-head-breakpoint: 4.15.3 + mjml-head-font: 4.15.3 + mjml-head-html-attributes: 4.15.3 + mjml-head-preview: 4.15.3 + mjml-head-style: 4.15.3 + mjml-head-title: 4.15.3 + mjml-hero: 4.15.3 + mjml-image: 4.15.3 + mjml-navbar: 4.15.3 + mjml-raw: 4.15.3 + mjml-section: 4.15.3 + mjml-social: 4.15.3 + mjml-spacer: 4.15.3 + mjml-table: 4.15.3 + mjml-text: 4.15.3 + mjml-wrapper: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-raw@4.14.1: - resolution: {integrity: sha512-9+4wzoXnCtfV6QPmjfJkZ50hxFB4Z8QZnl2Ac0D1Cn3dUF46UkmO5NLMu7UDIlm5DdFyycZrMOwvZS4wv9ksPw==} + /mjml-raw@4.15.3: + resolution: {integrity: sha512-IGyHheOYyRchBLiAEgw3UM11kFNmBSMupu2BDdejC6ZiDhEAdG+tyERlsCwDPYtXanvFpGWULIu3XlsUPc+RZw==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-section@4.14.1: - resolution: {integrity: sha512-Ik5pTUhpT3DOfB3hEmAWp8rZ0ilWtIivnL8XdUJRfgYE9D+MCRn+reIO+DAoJHxiQoI6gyeKkIP4B9OrQ7cHQw==} + /mjml-section@4.15.3: + resolution: {integrity: sha512-JfVPRXH++Hd933gmQfG8JXXCBCR6fIzC3DwiYycvanL/aW1cEQ2EnebUfQkt5QzlYjOkJEH+JpccAsq3ln6FZQ==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-social@4.14.1: - resolution: {integrity: sha512-G44aOZXgZHukirjkeQWTTV36UywtE2YvSwWGNfo/8d+k5JdJJhCIrlwaahyKEAyH63G1B0Zt8b2lEWx0jigYUw==} + /mjml-social@4.15.3: + resolution: {integrity: sha512-7sD5FXrESOxpT9Z4Oh36bS6u/geuUrMP1aCg2sjyAwbPcF1aWa2k9OcatQfpRf6pJEhUZ18y6/WBBXmMVmSzXg==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-spacer@4.14.1: - resolution: {integrity: sha512-5SfQCXTd3JBgRH1pUy6NVZ0lXBiRqFJPVHBdtC3OFvUS3q1w16eaAXlIUWMKTfy8CKhQrCiE6m65kc662ZpYxA==} + /mjml-spacer@4.15.3: + resolution: {integrity: sha512-3B7Qj+17EgDdAtZ3NAdMyOwLTX1jfmJuY7gjyhS2HtcZAmppW+cxqHUBwCKfvSRgTQiccmEvtNxaQK+tfyrZqA==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-table@4.14.1: - resolution: {integrity: sha512-aVBdX3WpyKVGh/PZNn2KgRem+PQhWlvnD00DKxDejRBsBSKYSwZ0t3EfFvZOoJ9DzfHsN0dHuwd6Z18Ps44NFQ==} + /mjml-table@4.15.3: + resolution: {integrity: sha512-FLx7DcRKTdKdcOCbMyBaeudeHaHpwPveRrBm6WyQe3LXx6FfdmOh59i71/16LFQMgBOD3N4/UJkzxLzlTJzMqQ==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-text@4.14.1: - resolution: {integrity: sha512-yZuvf5z6qUxEo5CqOhCUltJlR6oySKVcQNHwoV5sneMaKdmBiaU4VDnlYFera9gMD9o3KBHIX6kUg7EHnCwBRQ==} + /mjml-text@4.15.3: + resolution: {integrity: sha512-+C0hxCmw9kg0XzT6vhE5mFkK6y225nC8UEQcN94K0fBCjPKkM+HqZMwGX205fzdGRi+Bxa55b/VhrIVwdv+8vw==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 + mjml-core: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml-validator@4.13.0: - resolution: {integrity: sha512-uURYfyQYtHJ6Qz/1A7/+E9ezfcoISoLZhYK3olsxKRViwaA2Mm8gy/J3yggZXnsUXWUns7Qymycm5LglLEIiQg==} + /mjml-validator@4.15.3: + resolution: {integrity: sha512-Xb72KdqRwjv/qM2rJpV22syyP2N3cRQ9VVDrN6u2FSzLq02buFNxmSPJ7CKhat3PrUNdVHU75KZwOf/tz4UEhA==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 dev: false - /mjml-wrapper@4.14.1: - resolution: {integrity: sha512-aA5Xlq6d0hZ5LY+RvSaBqmVcLkvPvdhyAv3vQf3G41Gfhel4oIPmkLnVpHselWhV14A0KwIOIAKVxHtSAxyOTQ==} + /mjml-wrapper@4.15.3: + resolution: {integrity: sha512-ditsCijeHJrmBmObtJmQ18ddLxv5oPyMTdPU8Di8APOnD2zPk7Z4UAuJSl7HXB45oFiivr3MJf4koFzMUSZ6Gg==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 lodash: 4.17.21 - mjml-core: 4.14.1 - mjml-section: 4.14.1 + mjml-core: 4.15.3 + mjml-section: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mjml@4.14.1: - resolution: {integrity: sha512-f/wnWWIVbeb/ge3ff7c/KYYizI13QbGIp03odwwkCThsJsacw4gpZZAU7V4gXY3HxSXP2/q3jxOfaHVbkfNpOQ==} + /mjml@4.15.3: + resolution: {integrity: sha512-bW2WpJxm6HS+S3Yu6tq1DUPFoTxU9sPviUSmnL7Ua+oVO3WA5ILFWqvujUlz+oeuM+HCwEyMiP5xvKNPENVjYA==} hasBin: true dependencies: - '@babel/runtime': 7.23.5 - mjml-cli: 4.14.1 - mjml-core: 4.14.1 - mjml-migrate: 4.14.1 - mjml-preset-core: 4.14.1 - mjml-validator: 4.13.0 + '@babel/runtime': 7.24.0 + mjml-cli: 4.15.3 + mjml-core: 4.15.3 + mjml-migrate: 4.15.3 + mjml-preset-core: 4.15.3 + mjml-validator: 4.15.3 transitivePeerDependencies: - encoding dev: false - /mkdirp-classic@0.5.3: - resolution: {integrity: sha512-gKLcREMhtuZRwRAfqP3RFW+TK4JqApVBtOIftVgjuABpAtpxhPGaDcfvbhNvD0B8iD1oUr/txX35NjcaY6Ns/A==} - dev: false - /mkdirp@0.5.6: resolution: {integrity: sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==} hasBin: true dependencies: minimist: 1.2.8 - /mlly@1.4.2: - resolution: {integrity: sha512-i/Ykufi2t1EZ6NaPLdfnZk2AX8cs0d+mTzVKuPfqPKPatxLApaBoxJQ9x1/uckXtrS/U5oisPMDkNs0yQTaBRg==} + /mlly@1.6.1: + resolution: {integrity: sha512-vLgaHvaeunuOXHSmEbZ9izxPx3USsk8KCQ8iC+aTlp5sKRSoZvwhHh5L9VbKSaVC6sJDqbyohIS76E2VmHIPAA==} dependencies: - acorn: 8.11.2 - pathe: 1.1.1 + acorn: 8.11.3 + pathe: 1.1.2 pkg-types: 1.0.3 - ufo: 1.3.2 + ufo: 1.4.0 dev: true /moo@0.5.2: @@ -14411,6 +14314,7 @@ packages: /mute-stream@0.0.8: resolution: {integrity: sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==} + dev: true /mz@2.7.0: resolution: {integrity: sha512-z81GNO7nnYMEhrGh9LeymoE4+Yr0Wn5McHIZMK5cfQCl+NDX08sCZgUc9/6MHni9IWuFLm1Z3HTCXu2z9fN62Q==} @@ -14430,17 +14334,14 @@ packages: resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} dev: true - /needle@3.2.0: - resolution: {integrity: sha512-oUvzXnyLiVyVGoianLijF9O/RecZUf7TkBfimjGrLM4eQhXyeJwM6GeAWccwfQ9aa4gMCZKqhAOuLaMIcQxajQ==} + /needle@3.3.1: + resolution: {integrity: sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==} engines: {node: '>= 4.4.x'} hasBin: true requiresBuild: true dependencies: - debug: 3.2.7 iconv-lite: 0.6.3 sax: 1.3.0 - transitivePeerDependencies: - - supports-color dev: true optional: true @@ -14451,18 +14352,18 @@ packages: /neo-async@2.6.2: resolution: {integrity: sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==} - /nest-raven@10.0.1(@nestjs/common@10.3.0)(@nestjs/core@10.3.0)(@sentry/node@7.93.0)(graphql@16.8.1)(reflect-metadata@0.2.1)(rxjs@7.8.1): + /nest-raven@10.0.1(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(@sentry/node@7.106.0)(graphql@16.8.1)(reflect-metadata@0.2.1)(rxjs@7.8.1): resolution: {integrity: sha512-RyIht7BxwtFc5BN1XU8pleGPNCw+VPBw7Za5124N0y/nYsOJhFsweHx1hB82LnmXl1kjMqEy4xKe9hC+9tYOVg==} peerDependencies: '@nestjs/common': ^10.0.0 '@sentry/node': '*' rxjs: '*' dependencies: - '@nestjs/common': 10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1) - '@sentry/node': 7.93.0 + '@nestjs/common': 10.3.3(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@sentry/node': 7.106.0 rxjs: 7.8.1 optionalDependencies: - '@nestjs/graphql': 12.0.11(@nestjs/common@10.3.0)(@nestjs/core@10.3.0)(graphql@16.8.1)(reflect-metadata@0.2.1) + '@nestjs/graphql': 12.1.1(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(graphql@16.8.1)(reflect-metadata@0.2.1) transitivePeerDependencies: - '@apollo/subgraph' - '@nestjs/core' @@ -14475,21 +14376,21 @@ packages: - utf-8-validate dev: false - /nestjs-minio-client@2.2.0(@nestjs/common@10.3.0)(@nestjs/core@10.3.0): + /nestjs-minio-client@2.2.0(@nestjs/common@10.3.3)(@nestjs/core@10.3.3): resolution: {integrity: sha512-mz1vfJq/7YfSyVCIeZwOCfIfBz+msI9QynHS2QGO9GB+tVNnQOYta8PxFsH9tMxN7gNrjrf5jXsEIpgBB1oTeA==} peerDependencies: '@nestjs/common': '>=9.0.0' '@nestjs/core': '>=9.0.0' dependencies: - '@nestjs/common': 10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1) - '@nestjs/core': 10.3.0(@nestjs/common@10.3.0)(@nestjs/platform-express@10.3.0)(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/common': 10.3.3(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/core': 10.3.3(@nestjs/common@10.3.3)(@nestjs/platform-express@10.3.3)(reflect-metadata@0.2.1)(rxjs@7.8.1) minio: 7.1.3 - reflect-metadata: 0.1.13 + reflect-metadata: 0.1.14 rxjs: 7.8.1 dev: false - /nestjs-prisma@0.22.0(@nestjs/common@10.3.0)(@prisma/client@5.8.1)(prisma@5.8.1): - resolution: {integrity: sha512-vseCukdWYijWxQBIdtC1XVSwMNZLZMjJen0ostsaRWaQ7yF8ny2Xruu0mA1d/t16uPOMUVUkSZro6JikOEkcuw==} + /nestjs-prisma@0.23.0(@nestjs/common@10.3.3)(@prisma/client@5.10.2)(prisma@5.10.2): + resolution: {integrity: sha512-0pIMDasayP+vMFSztcs85zu4WSPTKM85F8vIrqn7GsUBboEcKhI8eCeVghhNyKDGzEBaNAYNJlo2MAWdNuN7Tw==} peerDependencies: '@nestjs/common': ^7.0.0 || ^8.0.0 || ^9.0.0 || ^10.0.0 '@prisma/client': ^2.0.0 || ^3.0.0 || ^4.0.0 || ^5.0.0 @@ -14497,15 +14398,15 @@ packages: dependencies: '@angular-devkit/core': 13.3.11 '@angular-devkit/schematics': 13.3.11 - '@nestjs/common': 10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1) - '@prisma/client': 5.8.1(prisma@5.8.1) + '@nestjs/common': 10.3.3(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@prisma/client': 5.10.2(prisma@5.10.2) '@schematics/angular': 13.3.11 - prisma: 5.8.1 + prisma: 5.10.2 transitivePeerDependencies: - chokidar dev: false - /nestjs-zod@3.0.0(@nestjs/common@10.3.0)(@nestjs/core@10.3.0)(@nestjs/swagger@7.2.0)(zod@3.22.4): + /nestjs-zod@3.0.0(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(@nestjs/swagger@7.3.0)(zod@3.22.4): resolution: {integrity: sha512-vL9CHShCVj6TmjCVPOd4my46D8d7FdoB4nQvvh+lmVTuzvnwuD+slSxjT4EDdPDWDFtjhfpvQnnkr55/80KHEQ==} peerDependencies: '@nestjs/common': '>= 8.0.0' @@ -14520,9 +14421,9 @@ packages: '@nestjs/swagger': optional: true dependencies: - '@nestjs/common': 10.3.0(reflect-metadata@0.2.1)(rxjs@7.8.1) - '@nestjs/core': 10.3.0(@nestjs/common@10.3.0)(@nestjs/platform-express@10.3.0)(reflect-metadata@0.2.1)(rxjs@7.8.1) - '@nestjs/swagger': 7.2.0(@nestjs/common@10.3.0)(@nestjs/core@10.3.0)(reflect-metadata@0.2.1) + '@nestjs/common': 10.3.3(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/core': 10.3.3(@nestjs/common@10.3.3)(@nestjs/platform-express@10.3.3)(reflect-metadata@0.2.1)(rxjs@7.8.1) + '@nestjs/swagger': 7.3.0(@nestjs/common@10.3.3)(@nestjs/core@10.3.3)(reflect-metadata@0.2.1) merge-deep: 3.0.3 zod: 3.22.4 dev: false @@ -14532,6 +14433,16 @@ packages: engines: {node: '>= 0.4.0'} dev: false + /nice-napi@1.0.2: + resolution: {integrity: sha512-px/KnJAJZf5RuBGcfD+Sp2pAKq0ytz8j+1NehvgIGFkvtvFrDM3T8E4x/JJODXK9WZow8RRGrbA9QQ3hs+pDhA==} + os: ['!win32'] + requiresBuild: true + dependencies: + node-addon-api: 3.2.1 + node-gyp-build: 4.8.0 + dev: true + optional: true + /nice-try@1.0.5: resolution: {integrity: sha512-1nh45deeb5olNY7eX82BkPO7SSxR5SSYJiPTrTdFUVYwAl8CKMA5N9PjTYkHiRjisVcxcQ1HXdLhx2qxxJzLNQ==} dev: false @@ -14553,6 +14464,12 @@ packages: resolution: {integrity: sha512-AGK2yQKIjRuqnc6VkX2Xj5d+QW8xZ87pa1UK6yA6ouUyuxfHuMP6umE5QK7UmTeOAymo+Zx1Fxiuw9rVx8taHQ==} dev: true + /node-addon-api@3.2.1: + resolution: {integrity: sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==} + requiresBuild: true + dev: true + optional: true + /node-domexception@1.0.0: resolution: {integrity: sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==} engines: {node: '>=10.5.0'} @@ -14574,6 +14491,13 @@ packages: engines: {node: '>= 6.13.0'} dev: true + /node-gyp-build@4.8.0: + resolution: {integrity: sha512-u6fs2AEUljNho3EYTJNBfImO5QTo/J/1Etd+NVdCj7qWKUSN/bSLkZwhDv7I+w/MSC6qJ4cknepkAYykDdK8og==} + hasBin: true + requiresBuild: true + dev: true + optional: true + /node-int64@0.4.0: resolution: {integrity: sha512-O5lz91xSOeoXP6DulyHfllpq+Eg00MWitZIbtPfoSEvqIHdl5gfcY6hYzDWnj0qD5tz52PI08u9qUvSVeUBeHw==} dev: true @@ -14582,20 +14506,17 @@ packages: resolution: {integrity: sha512-QNABxbrPa3qEIfrE6GOJ7BYIuignnJw7iQ2YPbc3Nla1HzRJjXzZOiikfF8m7eAMfichLt3M4VgLOetqgDmgGQ==} dev: true - /node-releases@2.0.13: - resolution: {integrity: sha512-uYr7J37ae/ORWdZeQ1xxMJe3NtdmqMC/JZK+geofDrkLUApKRHPd18/TxtBOJ4A0/+uUIliorNrfYV6s1b02eQ==} - dev: true - /node-releases@2.0.14: resolution: {integrity: sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==} + dev: true - /nodemailer@6.9.3: - resolution: {integrity: sha512-fy9v3NgTzBngrMFkDsKEj0r02U7jm6XfC3b52eoNV+GCrGj+s8pt5OqhiJdWKuw51zCTdiNR/IUD1z33LIIGpg==} + /nodemailer@6.9.11: + resolution: {integrity: sha512-UiAkgiERuG94kl/3bKfE8o10epvDnl0vokNEtZDPTq9BWzIl6EFT9336SbIT4oaTBD8NmmUTLsQyXHV82eXSWg==} engines: {node: '>=6.0.0'} dev: false - /nodemailer@6.9.8: - resolution: {integrity: sha512-cfrYUk16e67Ks051i4CntM9kshRYei1/o/Gi8K1d+R34OIs21xdFnW7Pt7EucmVKA0LKtqUGNcjMZ7ehjl49mQ==} + /nodemailer@6.9.12: + resolution: {integrity: sha512-pnLo7g37Br3jXbF0bl5DekBJihm2q+3bB3l2o/B060sWmb5l+VqeScAQCBqaQ+5ezRZFzW5SciZNGdRDEbq89w==} engines: {node: '>=6.0.0'} dev: false @@ -14627,7 +14548,7 @@ packages: dependencies: hosted-git-info: 7.0.1 proc-log: 3.0.0 - semver: 7.5.4 + semver: 7.6.0 validate-npm-package-name: 5.0.0 dev: true @@ -14644,8 +14565,8 @@ packages: path-key: 3.1.1 dev: true - /npm-run-path@5.1.0: - resolution: {integrity: sha512-sJOdmRGrY2sjNTRMbSvluQqg+8X7ZK61yvzBEIDhz4f8z1TZFYABsqjjCBd/0PUNE9M6QDgHJXQkGUEm7Q+l9Q==} + /npm-run-path@5.3.0: + resolution: {integrity: sha512-ppwTtiJZq0O/ai0z7yfudtBpWIoxM8yE6nHi1X47eFR2EWORqfbu6CnPlNsjeN683eT0qG6H/Pyf9fCcvjnnnQ==} engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} dependencies: path-key: 4.0.0 @@ -14656,12 +14577,16 @@ packages: dependencies: boolbase: 1.0.0 - /nx@17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104): - resolution: {integrity: sha512-rM5zXbuXLEuqQqcjVjClyvHwRJwt+NVImR2A6KFNG40Z60HP6X12wAxxeLHF5kXXTDRU0PFhf/yACibrpbPrAw==} + /nwsapi@2.2.7: + resolution: {integrity: sha512-ub5E4+FBPKwAZx0UwIQOjYWGHTEq5sPqHQNRN8Z9e4A7u3Tj1weLJsL59yH9vmvqEtBHaOmT6cYQKIZOxp35FQ==} + dev: true + + /nx@18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6): + resolution: {integrity: sha512-IhzRLCZaiR9zKGJ3Jm79bhi8nOdyRORQkFc/YDO6xubLSQ5mLPAeg789Q/SlGRzU5oMwLhm5D/gvvMJCAvUmXQ==} hasBin: true requiresBuild: true peerDependencies: - '@swc-node/register': ^1.6.7 + '@swc-node/register': ^1.8.0 '@swc/core': ^1.3.85 peerDependenciesMeta: '@swc-node/register': @@ -14669,59 +14594,59 @@ packages: '@swc/core': optional: true dependencies: - '@nrwl/tao': 17.2.8(@swc-node/register@1.6.8)(@swc/core@1.3.104) - '@swc-node/register': 1.6.8(@swc/core@1.3.104)(typescript@5.3.3) - '@swc/core': 1.3.104(@swc/helpers@0.5.3) + '@nrwl/tao': 18.0.8(@swc-node/register@1.9.0)(@swc/core@1.4.6) + '@swc-node/register': 1.9.0(@swc/core@1.4.6)(@swc/types@0.1.5)(typescript@5.4.2) + '@swc/core': 1.4.6(@swc/helpers@0.5.6) '@yarnpkg/lockfile': 1.1.0 '@yarnpkg/parsers': 3.0.0-rc.46 '@zkochan/js-yaml': 0.0.6 - axios: 1.6.5 + axios: 1.6.7 chalk: 4.1.2 cli-cursor: 3.1.0 cli-spinners: 2.6.1 cliui: 8.0.1 - dotenv: 16.3.1 + dotenv: 16.3.2 dotenv-expand: 10.0.0 enquirer: 2.3.6 figures: 3.2.0 flat: 5.0.2 - fs-extra: 11.1.1 - glob: 7.1.4 - ignore: 5.3.0 + fs-extra: 11.2.0 + ignore: 5.3.1 jest-diff: 29.7.0 js-yaml: 4.1.0 jsonc-parser: 3.2.0 lines-and-columns: 2.0.4 - minimatch: 3.0.5 + minimatch: 9.0.3 node-machine-id: 1.1.12 npm-run-path: 4.0.1 open: 8.4.2 - semver: 7.5.3 + ora: 5.3.0 + semver: 7.6.0 string-width: 4.2.3 strong-log-transformer: 2.1.0 tar-stream: 2.2.0 - tmp: 0.2.1 + tmp: 0.2.3 tsconfig-paths: 4.2.0 tslib: 2.6.2 yargs: 17.7.2 yargs-parser: 21.1.1 optionalDependencies: - '@nx/nx-darwin-arm64': 17.2.8 - '@nx/nx-darwin-x64': 17.2.8 - '@nx/nx-freebsd-x64': 17.2.8 - '@nx/nx-linux-arm-gnueabihf': 17.2.8 - '@nx/nx-linux-arm64-gnu': 17.2.8 - '@nx/nx-linux-arm64-musl': 17.2.8 - '@nx/nx-linux-x64-gnu': 17.2.8 - '@nx/nx-linux-x64-musl': 17.2.8 - '@nx/nx-win32-arm64-msvc': 17.2.8 - '@nx/nx-win32-x64-msvc': 17.2.8 + '@nx/nx-darwin-arm64': 18.0.8 + '@nx/nx-darwin-x64': 18.0.8 + '@nx/nx-freebsd-x64': 18.0.8 + '@nx/nx-linux-arm-gnueabihf': 18.0.8 + '@nx/nx-linux-arm64-gnu': 18.0.8 + '@nx/nx-linux-arm64-musl': 18.0.8 + '@nx/nx-linux-x64-gnu': 18.0.8 + '@nx/nx-linux-x64-musl': 18.0.8 + '@nx/nx-win32-arm64-msvc': 18.0.8 + '@nx/nx-win32-x64-msvc': 18.0.8 transitivePeerDependencies: - debug dev: true - /oauth@0.9.15: - resolution: {integrity: sha512-a5ERWK1kh38ExDEfoO6qUHJb32rd7aYmPHuyCu3Fta/cnICvYmgd2uhuKXvPD+PXB+gCEYYEaQdIRAjCOwAKNA==} + /oauth@0.10.0: + resolution: {integrity: sha512-1orQ9MT1vHFGQxhuy7E/0gECD3fd2fCC+PIX+/jgmU/gI3EpRocXtmtvxCO5x3WZ443FLTLFWNDjl5MPJf9u+Q==} dev: false /object-assign@4.1.1: @@ -14736,11 +14661,11 @@ packages: /object-inspect@1.13.1: resolution: {integrity: sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==} - /object-is@1.1.5: - resolution: {integrity: sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==} + /object-is@1.1.6: + resolution: {integrity: sha512-F8cZ+KfGlSGi09lJT7/Nd6KJZ9ygtvYC0/UYYLI9nmQKLMnydpB9yvbv9K1uSkEu7FU9vYPmVwLg328tX+ot3Q==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 define-properties: 1.2.1 dev: true @@ -14749,11 +14674,11 @@ packages: engines: {node: '>= 0.4'} dev: true - /object.assign@4.1.4: - resolution: {integrity: sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==} + /object.assign@4.1.5: + resolution: {integrity: sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 define-properties: 1.2.1 has-symbols: 1.0.3 object-keys: 1.1.1 @@ -14763,57 +14688,44 @@ packages: resolution: {integrity: sha512-jCBs/0plmPsOnrKAfFQXRG2NFjlhZgjjcBLSmTnEhU8U6vVTsVe8ANeQJCHTl3gSsI4J+0emOoCgoKlmQPMgmA==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.22.3 + es-abstract: 1.22.5 dev: true /object.fromentries@2.0.7: resolution: {integrity: sha512-UPbPHML6sL8PI/mOqPwsH4G6iyXcCGzLin8KvEPenOZN5lpCNBZZQ+V62vdjB1mQHrmqGQt5/OJzemUA+KJmEA==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.22.3 + es-abstract: 1.22.5 dev: true - /object.groupby@1.0.1: - resolution: {integrity: sha512-HqaQtqLnp/8Bn4GL16cj+CUYbnpe1bh0TtEaWvybszDG4tgxCJuRpV8VGuvNaI1fAnI4lUJzDG55MXcOH4JZcQ==} + /object.groupby@1.0.2: + resolution: {integrity: sha512-bzBq58S+x+uo0VjurFT0UktpKHOZmv4/xePiOA1nbB9pMqpGK7rUPNgf+1YC+7mE+0HzhTMqNUuCqvKhj6FnBw==} dependencies: - call-bind: 1.0.5 + array.prototype.filter: 1.0.3 + call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.22.3 - get-intrinsic: 1.2.2 + es-abstract: 1.22.5 + es-errors: 1.3.0 dev: true /object.hasown@1.1.3: resolution: {integrity: sha512-fFI4VcYpRHvSLXxP7yiZOMAd331cPfd2p7PFDVbgUsYOfCT3tICVqXWngbjr4m49OvsBwUBQ6O2uQoJvy3RexA==} dependencies: define-properties: 1.2.1 - es-abstract: 1.22.3 + es-abstract: 1.22.5 dev: true - /object.omit@3.0.0: - resolution: {integrity: sha512-EO+BCv6LJfu+gBIF3ggLicFebFLN5zqzz/WWJlMFfkMyGth+oBkhxzDl0wx2W4GkLzuQs/FsSkXZb2IMWQqmBQ==} - engines: {node: '>=0.10.0'} - dependencies: - is-extendable: 1.0.1 - dev: false - - /object.pick@1.3.0: - resolution: {integrity: sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==} - engines: {node: '>=0.10.0'} - dependencies: - isobject: 3.0.1 - dev: false - /object.values@1.1.7: resolution: {integrity: sha512-aU6xnDFYT3x17e/f0IiiwlGPTy2jzMySGfUB4fq6z7CV8l85CWHDk5ErhyhpfDHhrOMwGFhSQkhMGHaIotA6Ng==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.22.3 + es-abstract: 1.22.5 dev: true /obuf@1.1.2: @@ -14866,19 +14778,19 @@ packages: is-wsl: 2.2.0 dev: true - /openai@4.24.7: - resolution: {integrity: sha512-JUesECWPtsDHO0TlZGb6q73hnAmXUdzj9NrwgZeL4lqlRt/kR1sWrXoy8LocxN/6uOtitywvcJqe0O1PLkG45g==} + /openai@4.28.4: + resolution: {integrity: sha512-RNIwx4MT/F0zyizGcwS+bXKLzJ8QE9IOyigDG/ttnwB220d58bYjYFp0qjvGwEFBO6+pvFVIDABZPGDl46RFsg==} hasBin: true dependencies: - '@types/node': 18.18.9 - '@types/node-fetch': 2.6.9 + '@types/node': 18.19.22 + '@types/node-fetch': 2.6.11 abort-controller: 3.0.0 agentkeepalive: 4.5.0 digest-fetch: 1.3.0 form-data-encoder: 1.7.2 formdata-node: 4.4.1 node-fetch: 2.7.0 - web-streams-polyfill: 3.2.1 + web-streams-polyfill: 3.3.3 transitivePeerDependencies: - encoding dev: false @@ -14907,7 +14819,7 @@ packages: bl: 4.1.0 chalk: 4.1.2 cli-cursor: 3.1.0 - cli-spinners: 2.9.1 + cli-spinners: 2.9.2 is-interactive: 1.0.0 log-symbols: 4.1.0 strip-ansi: 6.0.1 @@ -14921,7 +14833,7 @@ packages: bl: 4.1.0 chalk: 4.1.2 cli-cursor: 3.1.0 - cli-spinners: 2.9.1 + cli-spinners: 2.9.2 is-interactive: 1.0.0 is-unicode-supported: 0.1.0 log-symbols: 4.1.0 @@ -14942,6 +14854,7 @@ packages: /os-tmpdir@1.0.2: resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} engines: {node: '>=0.10.0'} + dev: true /otplib@12.0.1: resolution: {integrity: sha512-xDGvUOQjop7RDgxTQ+o4pOol0/3xSZzawTiPKRrHnQWAy0WjhNs/5HdIDJCrqC4MBynmjXgULc6YfioaxZeFgg==} @@ -14972,6 +14885,7 @@ packages: engines: {node: '>=6'} dependencies: p-try: 2.2.0 + dev: true /p-limit@3.1.0: resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} @@ -14999,6 +14913,7 @@ packages: engines: {node: '>=6'} dependencies: p-limit: 2.3.0 + dev: true /p-locate@4.1.0: resolution: {integrity: sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==} @@ -15039,6 +14954,7 @@ packages: /p-try@2.2.0: resolution: {integrity: sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==} engines: {node: '>=6'} + dev: true /p-wait-for@3.2.0: resolution: {integrity: sha512-wpgERjNkLrBiFmkMEjuZJEWKKDrNfHCKA1OhyN1wg1FrLkULbviEy6py1AyJUgZ72YWFbZ38FIpnqvVqAlDUwA==} @@ -15054,21 +14970,20 @@ packages: '@tootallnate/quickjs-emscripten': 0.23.0 agent-base: 7.1.0 debug: 4.3.4 - get-uri: 6.0.2 - http-proxy-agent: 7.0.0 - https-proxy-agent: 7.0.2 - pac-resolver: 7.0.0 + get-uri: 6.0.3 + http-proxy-agent: 7.0.2 + https-proxy-agent: 7.0.4 + pac-resolver: 7.0.1 socks-proxy-agent: 8.0.2 transitivePeerDependencies: - supports-color dev: false - /pac-resolver@7.0.0: - resolution: {integrity: sha512-Fd9lT9vJbHYRACT8OhCbZBbxr6KRSawSovFpy8nDGshaK99S/EBhVIHp9+crhxrsZOuvLpgL1n23iyPg6Rl2hg==} + /pac-resolver@7.0.1: + resolution: {integrity: sha512-5NPgf87AT2STgwa2ntRMr45jTKrYBGkVU36yT0ig/n/GMAa3oPqhZfIQ2kMEimReg0+t9kZViDVZ83qfVUlckg==} engines: {node: '>= 14'} dependencies: degenerator: 5.0.1 - ip: 1.1.8 netmask: 2.0.2 dev: false @@ -15137,14 +15052,14 @@ packages: resolution: {integrity: sha512-3nPUCc7ttF/3HSP/k9sAXjz3SkGv5Nki84I05kSQPo01Jqq1NzJACgMblCK0fGcv9pKCG/KXU3AJRDGLqHLoIw==} engines: {node: '>= 0.8.0'} dependencies: - passport-oauth2: 1.7.0 + passport-oauth2: 1.8.0 dev: false /passport-google-oauth20@2.0.0: resolution: {integrity: sha512-KSk6IJ15RoxuGq7D1UKK/8qKhNfzbLeLrG3gkLZ7p4A6DBCcv7xpyQwuXtWdpyR0+E0mwkpjY1VfPOhxQrKzdQ==} engines: {node: '>= 0.4.0'} dependencies: - passport-oauth2: 1.7.0 + passport-oauth2: 1.8.0 dev: false /passport-jwt@4.0.1: @@ -15161,12 +15076,12 @@ packages: passport-strategy: 1.0.0 dev: false - /passport-oauth2@1.7.0: - resolution: {integrity: sha512-j2gf34szdTF2Onw3+76alNnaAExlUmHvkc7cL+cmaS5NzHzDP/BvFHJruueQ9XAeNOdpI+CH+PWid8RA7KCwAQ==} + /passport-oauth2@1.8.0: + resolution: {integrity: sha512-cjsQbOrXIDE4P8nNb3FQRCCmJJ/utnFKEz2NX209f7KOHPoX18gF7gBzBbLLsj2/je4KrgiwLLGjf0lm9rtTBA==} engines: {node: '>= 0.4.0'} dependencies: base64url: 3.0.1 - oauth: 0.9.15 + oauth: 0.10.0 passport-strategy: 1.0.0 uid2: 0.0.4 utils-merge: 1.0.1 @@ -15193,6 +15108,7 @@ packages: /path-exists@3.0.0: resolution: {integrity: sha512-bpC7GYwiDYQ4wYLe+FA8lhRjhQCMcQGuSgGGqDkg/QerRWw9CmGRT0iSOVRSZJ29NMLZgIzqaljJ63oaL4NIJQ==} engines: {node: '>=4'} + dev: true /path-exists@4.0.0: resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} @@ -15207,6 +15123,7 @@ packages: /path-is-absolute@1.0.1: resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} engines: {node: '>=0.10.0'} + dev: true /path-key@2.0.1: resolution: {integrity: sha512-fEHGKCSmUSDPv4uoj8AlD+joPlq3peND+HRYyxFz4KPw4z926S/b8rIuFs2FYJg3BwsxJf6A9/3eIdLaYC+9Dw==} @@ -15228,9 +15145,8 @@ packages: resolution: {integrity: sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==} engines: {node: '>=16 || 14 >=14.17'} dependencies: - lru-cache: 10.0.2 + lru-cache: 10.2.0 minipass: 7.0.4 - dev: false /path-to-regexp@0.1.7: resolution: {integrity: sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==} @@ -15246,8 +15162,9 @@ packages: resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} engines: {node: '>=8'} - /pathe@1.1.1: - resolution: {integrity: sha512-d+RQGp0MAYTIaDBIMmOfMwz3E+LOZnxx1HZd5R18mmCZY0QBlK0LDZfPc8FW8Ed2DlvsuE6PRjroDY+wg4+j/Q==} + /pathe@1.1.2: + resolution: {integrity: sha512-whLdWMYL2TwI08hn8/ZqAbrVemu0LNaNNJZX73O6qaIdCTfXutsLhMkjdENX0qhsQ9uIimo4/aQOmXkoon2nDQ==} + dev: true /pathval@1.1.1: resolution: {integrity: sha512-Dp6zGqpTdETdR63lehJYPeIOqpiNBNtc7BpWSLrOje7UaIsE5aY92r/AunQA7rsXvet3lrJ3JnZX29UPTKXyKQ==} @@ -15281,6 +15198,7 @@ packages: /picocolors@1.0.0: resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} + dev: true /picomatch@2.3.1: resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} @@ -15308,6 +15226,12 @@ packages: engines: {node: '>= 6'} dev: true + /piscina@4.4.0: + resolution: {integrity: sha512-+AQduEJefrOApE4bV7KRmp3N2JnnyErlVqq4P/jmko4FPz9Z877BCccl/iB3FdrWSUkvbGV9Kan/KllJgat3Vg==} + optionalDependencies: + nice-napi: 1.0.2 + dev: true + /pkg-dir@4.2.0: resolution: {integrity: sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==} engines: {node: '>=8'} @@ -15325,9 +15249,9 @@ packages: /pkg-types@1.0.3: resolution: {integrity: sha512-nN7pYi0AQqJnoLPC9eHFQ8AcyaixBUOwvqc5TDnIKCMEE6I0y8P7OKA7fPexsXGCGxQDl/cmrLAp26LhcwxZ4A==} dependencies: - jsonc-parser: 3.2.0 - mlly: 1.4.2 - pathe: 1.1.1 + jsonc-parser: 3.2.1 + mlly: 1.6.1 + pathe: 1.1.2 dev: true /pkg-up@3.1.0: @@ -15335,6 +15259,7 @@ packages: engines: {node: '>=8'} dependencies: find-up: 3.0.0 + dev: true /pluralize@8.0.0: resolution: {integrity: sha512-Nc3IT5yHzflTfbjgqWcCPpo7DaKy4FnpB0l/zCAW0Tc7jxAiuqSxHasntB3D7887LSrA93kDJ9IXovxJYxyLCA==} @@ -15343,6 +15268,7 @@ packages: /pofile@1.1.4: resolution: {integrity: sha512-r6Q21sKsY1AjTVVjOuU02VYKVNQGJNQHjTIvs4dEbeuuYfxgYk/DGD2mqqq4RDaVkwdSq0VEtmQUOPe/wH8X3g==} + dev: true /portfinder@1.0.32: resolution: {integrity: sha512-on2ZJVVDXRADWE6jnQaX0ioEylzgBpQk8r55NE4wjXW1ZxO+BgDlY6DXwj20i0V8eB4SenDQ00WEaxfiIQPcxg==} @@ -15355,125 +15281,129 @@ packages: - supports-color dev: true - /postcss-calc@9.0.1(postcss@8.4.33): + /possible-typed-array-names@1.0.0: + resolution: {integrity: sha512-d7Uw+eZoloe0EHDIYoe+bQ5WXnGMOpmiZFTuMWCwpjzzkL2nTjcKiAk4hh8TjnGye2TwWOk3UXucZ+3rbmBa8Q==} + engines: {node: '>= 0.4'} + + /postcss-calc@9.0.1(postcss@8.4.35): resolution: {integrity: sha512-TipgjGyzP5QzEhsOZUaIkeO5mKeMFpebWzRogWG/ysonUlnHcq5aJe0jOjpfzUU8PeSaBQnrE8ehR0QA5vs8PQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: postcss: ^8.2.2 dependencies: - postcss: 8.4.33 - postcss-selector-parser: 6.0.13 + postcss: 8.4.35 + postcss-selector-parser: 6.0.15 postcss-value-parser: 4.2.0 dev: true - /postcss-colormin@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-EuO+bAUmutWoZYgHn2T1dG1pPqHU6L4TjzPlu4t1wZGXQ/fxV16xg2EJmYi0z+6r+MGV1yvpx1BHkUaRrPa2bw==} + /postcss-colormin@6.1.0(postcss@8.4.35): + resolution: {integrity: sha512-x9yX7DOxeMAR+BgGVnNSAxmAj98NX/YxEMNFP+SDCEeNLb2r3i6Hh1ksMsnW8Ub5SLCpbescQqn9YEbE9554Sw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - browserslist: 4.22.1 + browserslist: 4.23.0 caniuse-api: 3.0.0 colord: 2.9.3 - postcss: 8.4.33 + postcss: 8.4.35 postcss-value-parser: 4.2.0 dev: true - /postcss-convert-values@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-U5D8QhVwqT++ecmy8rnTb+RL9n/B806UVaS3m60lqle4YDFcpbS3ae5bTQIh3wOGUSDHSEtMYLs/38dNG7EYFw==} + /postcss-convert-values@6.1.0(postcss@8.4.35): + resolution: {integrity: sha512-zx8IwP/ts9WvUM6NkVSkiU902QZL1bwPhaVaLynPtCsOTqp+ZKbNi+s6XJg3rfqpKGA/oc7Oxk5t8pOQJcwl/w==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - browserslist: 4.22.1 - postcss: 8.4.33 + browserslist: 4.23.0 + postcss: 8.4.35 postcss-value-parser: 4.2.0 dev: true - /postcss-discard-comments@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-p2skSGqzPMZkEQvJsgnkBhCn8gI7NzRH2683EEjrIkoMiwRELx68yoUJ3q3DGSGuQ8Ug9Gsn+OuDr46yfO+eFw==} + /postcss-discard-comments@6.0.2(postcss@8.4.35): + resolution: {integrity: sha512-65w/uIqhSBBfQmYnG92FO1mWZjJ4GL5b8atm5Yw2UgrwD7HiNiSSNwJor1eCFGzUgYnN/iIknhNRVqjrrpuglw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 dev: true - /postcss-discard-duplicates@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-bU1SXIizMLtDW4oSsi5C/xHKbhLlhek/0/yCnoMQany9k3nPBq+Ctsv/9oMmyqbR96HYHxZcHyK2HR5P/mqoGA==} + /postcss-discard-duplicates@6.0.3(postcss@8.4.35): + resolution: {integrity: sha512-+JA0DCvc5XvFAxwx6f/e68gQu/7Z9ud584VLmcgto28eB8FqSFZwtrLwB5Kcp70eIoWP/HXqz4wpo8rD8gpsTw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 dev: true - /postcss-discard-empty@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-b+h1S1VT6dNhpcg+LpyiUrdnEZfICF0my7HAKgJixJLW7BnNmpRH34+uw/etf5AhOlIhIAuXApSzzDzMI9K/gQ==} + /postcss-discard-empty@6.0.3(postcss@8.4.35): + resolution: {integrity: sha512-znyno9cHKQsK6PtxL5D19Fj9uwSzC2mB74cpT66fhgOadEUPyXFkbgwm5tvc3bt3NAy8ltE5MrghxovZRVnOjQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 dev: true - /postcss-discard-overridden@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-4VELwssYXDFigPYAZ8vL4yX4mUepF/oCBeeIT4OXsJPYOtvJumyz9WflmJWTfDwCUcpDR+z0zvCWBXgTx35SVw==} + /postcss-discard-overridden@6.0.2(postcss@8.4.35): + resolution: {integrity: sha512-j87xzI4LUggC5zND7KdjsI25APtyMuynXZSujByMaav2roV6OZX+8AaCUcZSWqckZpjAjRyFDdpqybgjFO0HJQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 dev: true - /postcss-import@14.1.0(postcss@8.4.33): + /postcss-import@14.1.0(postcss@8.4.35): resolution: {integrity: sha512-flwI+Vgm4SElObFVPpTIT7SU7R3qk2L7PyduMcokiaVKuWv9d/U+Gm/QAd8NDLuykTWTkcrjOeD2Pp1rMeBTGw==} engines: {node: '>=10.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.8 dev: true - /postcss-import@15.1.0(postcss@8.4.33): + /postcss-import@15.1.0(postcss@8.4.35): resolution: {integrity: sha512-hpr+J05B2FVYUAXHeK1YyI267J/dDDhMU6B6civm8hSY1jYJnBXxzKDKDswzJmtLHryrjhnDjqqp/49t8FALew==} engines: {node: '>=14.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.8 dev: true - /postcss-import@16.0.0(postcss@8.4.33): - resolution: {integrity: sha512-e77lhVvrD1I2y7dYmBv0k9ULTdArgEYZt97T4w6sFIU5uxIHvDFQlKgUUyY7v7Barj0Yf/zm5A4OquZN7jKm5Q==} + /postcss-import@16.0.1(postcss@8.4.35): + resolution: {integrity: sha512-i2Pci0310NaLHr/5JUFSw1j/8hf1CzwMY13g6ZDxgOavmRHQi2ba3PmUHoihO+sjaum+KmCNzskNsw7JDrg03g==} engines: {node: '>=18.0.0'} peerDependencies: postcss: ^8.0.0 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 postcss-value-parser: 4.2.0 read-cache: 1.0.0 resolve: 1.22.8 dev: true - /postcss-js@4.0.1(postcss@8.4.33): + /postcss-js@4.0.1(postcss@8.4.35): resolution: {integrity: sha512-dDLF8pEO191hJMtlHFPRa8xsizHaM82MLfNkUHdUtVEV3tgTp5oj+8qbEqYM57SLfc74KSbw//4SeJma2LRVIw==} engines: {node: ^12 || ^14 || >= 16} peerDependencies: postcss: ^8.4.21 dependencies: camelcase-css: 2.0.1 - postcss: 8.4.33 + postcss: 8.4.35 dev: true - /postcss-load-config@4.0.1(postcss@8.4.33)(ts-node@10.9.2): - resolution: {integrity: sha512-vEJIc8RdiBRu3oRAI0ymerOn+7rPuMvRXslTvZUKZonDHFIczxztIyJ1urxM1x9JXEikvpWWTUUqal5j/8QgvA==} + /postcss-load-config@4.0.2(postcss@8.4.35)(ts-node@10.9.2): + resolution: {integrity: sha512-bSVhyJGL00wMVoPUzAVAnbEoWyqRxkjv64tUl427SKnPrENtq6hJwUojroMz2VB+Q1edmi4IfrAPpami5VVgMQ==} engines: {node: '>= 14'} peerDependencies: postcss: '>=8.0.9' @@ -15484,13 +15414,13 @@ packages: ts-node: optional: true dependencies: - lilconfig: 2.1.0 - postcss: 8.4.33 - ts-node: 10.9.2(@swc/core@1.3.104)(@types/node@20.11.5)(typescript@5.3.3) - yaml: 2.3.4 + lilconfig: 3.1.1 + postcss: 8.4.35 + ts-node: 10.9.2(@swc/core@1.4.6)(@types/node@20.11.25)(typescript@5.4.2) + yaml: 2.4.1 dev: true - /postcss-loader@6.2.1(postcss@8.4.33)(webpack@5.89.0): + /postcss-loader@6.2.1(postcss@8.4.35)(webpack@5.90.3): resolution: {integrity: sha512-WbbYpmAaKcux/P66bZ40bpWsBucjx/TTgVVzRZ9yUO8yQfVBlameJ0ZGVaPfH64hNSBh63a+ICP5nqOpBA0w+Q==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -15499,249 +15429,249 @@ packages: dependencies: cosmiconfig: 7.1.0 klona: 2.0.6 - postcss: 8.4.33 - semver: 7.5.4 - webpack: 5.89.0(@swc/core@1.3.104) + postcss: 8.4.35 + semver: 7.6.0 + webpack: 5.90.3(@swc/core@1.4.6) dev: true - /postcss-merge-longhand@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-4VSfd1lvGkLTLYcxFuISDtWUfFS4zXe0FpF149AyziftPFQIWxjvFSKhA4MIxMe4XM3yTDgQMbSNgzIVxChbIg==} + /postcss-merge-longhand@6.0.4(postcss@8.4.35): + resolution: {integrity: sha512-vAfWGcxUUGlFiPM3nDMZA+/Yo9sbpc3JNkcYZez8FfJDv41Dh7tAgA3QGVTocaHCZZL6aXPXPOaBMJsjujodsA==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 postcss-value-parser: 4.2.0 - stylehacks: 6.0.0(postcss@8.4.33) + stylehacks: 6.1.0(postcss@8.4.35) dev: true - /postcss-merge-rules@6.0.1(postcss@8.4.33): - resolution: {integrity: sha512-a4tlmJIQo9SCjcfiCcCMg/ZCEe0XTkl/xK0XHBs955GWg9xDX3NwP9pwZ78QUOWB8/0XCjZeJn98Dae0zg6AAw==} + /postcss-merge-rules@6.1.0(postcss@8.4.35): + resolution: {integrity: sha512-lER+W3Gr6XOvxOYk1Vi/6UsAgKMg6MDBthmvbNqi2XxAk/r9XfhdYZSigfWjuWWn3zYw2wLelvtM8XuAEFqRkA==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - browserslist: 4.22.1 + browserslist: 4.23.0 caniuse-api: 3.0.0 - cssnano-utils: 4.0.0(postcss@8.4.33) - postcss: 8.4.33 - postcss-selector-parser: 6.0.13 + cssnano-utils: 4.0.2(postcss@8.4.35) + postcss: 8.4.35 + postcss-selector-parser: 6.0.15 dev: true - /postcss-minify-font-values@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-zNRAVtyh5E8ndZEYXA4WS8ZYsAp798HiIQ1V2UF/C/munLp2r1UGHwf1+6JFu7hdEhJFN+W1WJQKBrtjhFgEnA==} + /postcss-minify-font-values@6.0.3(postcss@8.4.35): + resolution: {integrity: sha512-SmAeTA1We5rMnN3F8X9YBNo9bj9xB4KyDHnaNJnBfQIPi+60fNiR9OTRnIaMqkYzAQX0vObIw4Pn0vuKEOettg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-gradients@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-wO0F6YfVAR+K1xVxF53ueZJza3L+R3E6cp0VwuXJQejnNUH0DjcAFe3JEBeTY1dLwGa0NlDWueCA1VlEfiKgAA==} + /postcss-minify-gradients@6.0.3(postcss@8.4.35): + resolution: {integrity: sha512-4KXAHrYlzF0Rr7uc4VrfwDJ2ajrtNEpNEuLxFgwkhFZ56/7gaE4Nr49nLsQDZyUe+ds+kEhf+YAUolJiYXF8+Q==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: colord: 2.9.3 - cssnano-utils: 4.0.0(postcss@8.4.33) - postcss: 8.4.33 + cssnano-utils: 4.0.2(postcss@8.4.35) + postcss: 8.4.35 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-params@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-Fz/wMQDveiS0n5JPcvsMeyNXOIMrwF88n7196puSuQSWSa+/Ofc1gDOSY2xi8+A4PqB5dlYCKk/WfqKqsI+ReQ==} + /postcss-minify-params@6.1.0(postcss@8.4.35): + resolution: {integrity: sha512-bmSKnDtyyE8ujHQK0RQJDIKhQ20Jq1LYiez54WiaOoBtcSuflfK3Nm596LvbtlFcpipMjgClQGyGr7GAs+H1uA==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - browserslist: 4.22.1 - cssnano-utils: 4.0.0(postcss@8.4.33) - postcss: 8.4.33 + browserslist: 4.23.0 + cssnano-utils: 4.0.2(postcss@8.4.35) + postcss: 8.4.35 postcss-value-parser: 4.2.0 dev: true - /postcss-minify-selectors@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-ec/q9JNCOC2CRDNnypipGfOhbYPuUkewGwLnbv6omue/PSASbHSU7s6uSQ0tcFRVv731oMIx8k0SP4ZX6be/0g==} + /postcss-minify-selectors@6.0.3(postcss@8.4.35): + resolution: {integrity: sha512-IcV7ZQJcaXyhx4UBpWZMsinGs2NmiUC60rJSkyvjPCPqhNjVGsrJUM+QhAtCaikZ0w0/AbZuH4wVvF/YMuMhvA==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.33 - postcss-selector-parser: 6.0.13 + postcss: 8.4.35 + postcss-selector-parser: 6.0.15 dev: true - /postcss-modules-extract-imports@3.0.0(postcss@8.4.33): + /postcss-modules-extract-imports@3.0.0(postcss@8.4.35): resolution: {integrity: sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 dev: true - /postcss-modules-local-by-default@4.0.3(postcss@8.4.33): - resolution: {integrity: sha512-2/u2zraspoACtrbFRnTijMiQtb4GW4BvatjaG/bCjYQo8kLTdevCUlwuBHx2sCnSyrI3x3qj4ZK1j5LQBgzmwA==} + /postcss-modules-local-by-default@4.0.4(postcss@8.4.35): + resolution: {integrity: sha512-L4QzMnOdVwRm1Qb8m4x8jsZzKAaPAgrUF1r/hjDR2Xj7R+8Zsf97jAlSQzWtKx5YNiNGN8QxmPFIc/sh+RQl+Q==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0(postcss@8.4.33) - postcss: 8.4.33 - postcss-selector-parser: 6.0.13 + icss-utils: 5.1.0(postcss@8.4.35) + postcss: 8.4.35 + postcss-selector-parser: 6.0.15 postcss-value-parser: 4.2.0 dev: true - /postcss-modules-scope@3.0.0(postcss@8.4.33): - resolution: {integrity: sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==} + /postcss-modules-scope@3.1.1(postcss@8.4.35): + resolution: {integrity: sha512-uZgqzdTleelWjzJY+Fhti6F3C9iF1JR/dODLs/JDefozYcKTBCdD8BIl6nNPbTbcLnGrk56hzwZC2DaGNvYjzA==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - postcss: 8.4.33 - postcss-selector-parser: 6.0.13 + postcss: 8.4.35 + postcss-selector-parser: 6.0.15 dev: true - /postcss-modules-values@4.0.0(postcss@8.4.33): + /postcss-modules-values@4.0.0(postcss@8.4.35): resolution: {integrity: sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==} engines: {node: ^10 || ^12 || >= 14} peerDependencies: postcss: ^8.1.0 dependencies: - icss-utils: 5.1.0(postcss@8.4.33) - postcss: 8.4.33 + icss-utils: 5.1.0(postcss@8.4.35) + postcss: 8.4.35 dev: true - /postcss-nested@6.0.1(postcss@8.4.33): + /postcss-nested@6.0.1(postcss@8.4.35): resolution: {integrity: sha512-mEp4xPMi5bSWiMbsgoPfcP74lsWLHkQbZc3sY+jWYd65CUwXrUaTp0fmNpa01ZcETKlIgUdFN/MpS2xZtqL9dQ==} engines: {node: '>=12.0'} peerDependencies: postcss: ^8.2.14 dependencies: - postcss: 8.4.33 - postcss-selector-parser: 6.0.13 + postcss: 8.4.35 + postcss-selector-parser: 6.0.15 dev: true - /postcss-normalize-charset@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-cqundwChbu8yO/gSWkuFDmKrCZ2vJzDAocheT2JTd0sFNA4HMGoKMfbk2B+J0OmO0t5GUkiAkSM5yF2rSLUjgQ==} + /postcss-normalize-charset@6.0.2(postcss@8.4.35): + resolution: {integrity: sha512-a8N9czmdnrjPHa3DeFlwqst5eaL5W8jYu3EBbTTkI5FHkfMhFZh1EGbku6jhHhIzTA6tquI2P42NtZ59M/H/kQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 dev: true - /postcss-normalize-display-values@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-Qyt5kMrvy7dJRO3OjF7zkotGfuYALETZE+4lk66sziWSPzlBEt7FrUshV6VLECkI4EN8Z863O6Nci4NXQGNzYw==} + /postcss-normalize-display-values@6.0.2(postcss@8.4.35): + resolution: {integrity: sha512-8H04Mxsb82ON/aAkPeq8kcBbAtI5Q2a64X/mnRRfPXBq7XeogoQvReqxEfc0B4WPq1KimjezNC8flUtC3Qz6jg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-positions@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-mPCzhSV8+30FZyWhxi6UoVRYd3ZBJgTRly4hOkaSifo0H+pjDYcii/aVT4YE6QpOil15a5uiv6ftnY3rm0igPg==} + /postcss-normalize-positions@6.0.2(postcss@8.4.35): + resolution: {integrity: sha512-/JFzI441OAB9O7VnLA+RtSNZvQ0NCFZDOtp6QPFo1iIyawyXg0YI3CYM9HBy1WvwCRHnPep/BvI1+dGPKoXx/Q==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-repeat-style@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-50W5JWEBiOOAez2AKBh4kRFm2uhrT3O1Uwdxz7k24aKtbD83vqmcVG7zoIwo6xI2FZ/HDlbrCopXhLeTpQib1A==} + /postcss-normalize-repeat-style@6.0.2(postcss@8.4.35): + resolution: {integrity: sha512-YdCgsfHkJ2jEXwR4RR3Tm/iOxSfdRt7jplS6XRh9Js9PyCR/aka/FCb6TuHT2U8gQubbm/mPmF6L7FY9d79VwQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-string@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-KWkIB7TrPOiqb8ZZz6homet2KWKJwIlysF5ICPZrXAylGe2hzX/HSf4NTX2rRPJMAtlRsj/yfkrWGavFuB+c0w==} + /postcss-normalize-string@6.0.2(postcss@8.4.35): + resolution: {integrity: sha512-vQZIivlxlfqqMp4L9PZsFE4YUkWniziKjQWUtsxUiVsSSPelQydwS8Wwcuw0+83ZjPWNTl02oxlIvXsmmG+CiQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-timing-functions@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-tpIXWciXBp5CiFs8sem90IWlw76FV4oi6QEWfQwyeREVwUy39VSeSqjAT7X0Qw650yAimYW5gkl2Gd871N5SQg==} + /postcss-normalize-timing-functions@6.0.2(postcss@8.4.35): + resolution: {integrity: sha512-a+YrtMox4TBtId/AEwbA03VcJgtyW4dGBizPl7e88cTFULYsprgHWTbfyjSLyHeBcK/Q9JhXkt2ZXiwaVHoMzA==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-unicode@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-ui5crYkb5ubEUDugDc786L/Me+DXp2dLg3fVJbqyAl0VPkAeALyAijF2zOsnZyaS1HyfPuMH0DwyY18VMFVNkg==} + /postcss-normalize-unicode@6.1.0(postcss@8.4.35): + resolution: {integrity: sha512-QVC5TQHsVj33otj8/JD869Ndr5Xcc/+fwRh4HAsFsAeygQQXm+0PySrKbr/8tkDKzW+EVT3QkqZMfFrGiossDg==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - browserslist: 4.22.1 - postcss: 8.4.33 + browserslist: 4.23.0 + postcss: 8.4.35 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-url@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-98mvh2QzIPbb02YDIrYvAg4OUzGH7s1ZgHlD3fIdTHLgPLRpv1ZTKJDnSAKr4Rt21ZQFzwhGMXxpXlfrUBKFHw==} + /postcss-normalize-url@6.0.2(postcss@8.4.35): + resolution: {integrity: sha512-kVNcWhCeKAzZ8B4pv/DnrU1wNh458zBNp8dh4y5hhxih5RZQ12QWMuQrDgPRw3LRl8mN9vOVfHl7uhvHYMoXsQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 postcss-value-parser: 4.2.0 dev: true - /postcss-normalize-whitespace@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-7cfE1AyLiK0+ZBG6FmLziJzqQCpTQY+8XjMhMAz8WSBSCsCNNUKujgIgjCAmDT3cJ+3zjTXFkoD15ZPsckArVw==} + /postcss-normalize-whitespace@6.0.2(postcss@8.4.35): + resolution: {integrity: sha512-sXZ2Nj1icbJOKmdjXVT9pnyHQKiSAyuNQHSgRCUgThn2388Y9cGVDR+E9J9iAYbSbLHI+UUwLVl1Wzco/zgv0Q==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 postcss-value-parser: 4.2.0 dev: true - /postcss-ordered-values@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-K36XzUDpvfG/nWkjs6d1hRBydeIxGpKS2+n+ywlKPzx1nMYDYpoGbcjhj5AwVYJK1qV2/SDoDEnHzlPD6s3nMg==} + /postcss-ordered-values@6.0.2(postcss@8.4.35): + resolution: {integrity: sha512-VRZSOB+JU32RsEAQrO94QPkClGPKJEL/Z9PCBImXMhIeK5KAYo6slP/hBYlLgrCjFxyqvn5VC81tycFEDBLG1Q==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - cssnano-utils: 4.0.0(postcss@8.4.33) - postcss: 8.4.33 + cssnano-utils: 4.0.2(postcss@8.4.35) + postcss: 8.4.35 postcss-value-parser: 4.2.0 dev: true - /postcss-reduce-initial@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-s2UOnidpVuXu6JiiI5U+fV2jamAw5YNA9Fdi/GRK0zLDLCfXmSGqQtzpUPtfN66RtCbb9fFHoyZdQaxOB3WxVA==} + /postcss-reduce-initial@6.1.0(postcss@8.4.35): + resolution: {integrity: sha512-RarLgBK/CrL1qZags04oKbVbrrVK2wcxhvta3GCxrZO4zveibqbRPmm2VI8sSgCXwoUHEliRSbOfpR0b/VIoiw==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - browserslist: 4.22.1 + browserslist: 4.23.0 caniuse-api: 3.0.0 - postcss: 8.4.33 + postcss: 8.4.35 dev: true - /postcss-reduce-transforms@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-FQ9f6xM1homnuy1wLe9lP1wujzxnwt1EwiigtWwuyf8FsqqXUDUp2Ulxf9A5yjlUOTdCJO6lonYjg1mgqIIi2w==} + /postcss-reduce-transforms@6.0.2(postcss@8.4.35): + resolution: {integrity: sha512-sB+Ya++3Xj1WaT9+5LOOdirAxP7dJZms3GRcYheSPi1PiTMigsxHAdkrbItHxwYHr4kt1zL7mmcHstgMYT+aiA==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 postcss-value-parser: 4.2.0 dev: true @@ -15753,41 +15683,41 @@ packages: util-deprecate: 1.0.2 dev: true - /postcss-selector-parser@6.0.13: - resolution: {integrity: sha512-EaV1Gl4mUEV4ddhDnv/xtj7sxwrwxdetHdWUGnT4VJQf+4d05v6lHYZr8N573k5Z0BViss7BDhfWtKS3+sfAqQ==} + /postcss-selector-parser@6.0.15: + resolution: {integrity: sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==} engines: {node: '>=4'} dependencies: cssesc: 3.0.0 util-deprecate: 1.0.2 dev: true - /postcss-svgo@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-r9zvj/wGAoAIodn84dR/kFqwhINp5YsJkLoujybWG59grR/IHx+uQ2Zo+IcOwM0jskfYX3R0mo+1Kip1VSNcvw==} + /postcss-svgo@6.0.3(postcss@8.4.35): + resolution: {integrity: sha512-dlrahRmxP22bX6iKEjOM+c8/1p+81asjKT+V5lrgOH944ryx/OHpclnIbGsKVd3uWOXFLYJwCVf0eEkJGvO96g==} engines: {node: ^14 || ^16 || >= 18} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.33 + postcss: 8.4.35 postcss-value-parser: 4.2.0 - svgo: 3.0.3 + svgo: 3.2.0 dev: true - /postcss-unique-selectors@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-EPQzpZNxOxP7777t73RQpZE5e9TrnCrkvp7AH7a0l89JmZiPnS82y216JowHXwpBCQitfyxrof9TK3rYbi7/Yw==} + /postcss-unique-selectors@6.0.3(postcss@8.4.35): + resolution: {integrity: sha512-NFXbYr8qdmCr/AFceaEfdcsKGCvWTeGO6QVC9h2GvtWgj0/0dklKQcaMMVzs6tr8bY+ase8hOtHW8OBTTRvS8A==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - postcss: 8.4.33 - postcss-selector-parser: 6.0.13 + postcss: 8.4.35 + postcss-selector-parser: 6.0.15 dev: true /postcss-value-parser@4.2.0: resolution: {integrity: sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==} dev: true - /postcss@8.4.33: - resolution: {integrity: sha512-Kkpbhhdjw2qQs2O2DGX+8m5OVqEcbB9HRBvuYM9pgrjEFUg30A9LmXNlTAUj4S9kgtGyrMbTzVjH7E+s5Re2yg==} + /postcss@8.4.35: + resolution: {integrity: sha512-u5U8qYpBCpN13BsiEB0CbR1Hhh4Gc0zLFuedrHJKMctHCHAGrMdG0PRM/KErzAL3CU6/eckEtmHNB3x6e3c0vA==} engines: {node: ^10 || ^12 || >=14} dependencies: nanoid: 3.3.7 @@ -15807,8 +15737,8 @@ packages: fast-diff: 1.3.0 dev: true - /prettier@3.2.4: - resolution: {integrity: sha512-FWu1oLHKCrtpO1ypU6J0SbK2d9Ckwysq6bHj/uaCP26DxrPpppCLQRGVuqAxSTvhF00AcvDRyYrLNW7ocBhFFQ==} + /prettier@3.2.5: + resolution: {integrity: sha512-3/GWa9aOC0YeD7LUfvOG2NiDyhOWRvt1k+rcKhOuYnMY24iiCphgneUfJDyFXd6rZCAnuLBv6UeAULtrhT/F4A==} engines: {node: '>=14'} hasBin: true dev: true @@ -15838,8 +15768,8 @@ packages: display-notification: 2.0.0 fixpack: 4.0.0 get-port: 5.1.1 - mailparser: 3.6.5 - nodemailer: 6.9.8 + mailparser: 3.6.9 + nodemailer: 6.9.12 open: 7.4.2 p-event: 4.2.0 p-wait-for: 3.2.0 @@ -15847,13 +15777,13 @@ packages: uuid: 9.0.1 dev: false - /prisma@5.8.1: - resolution: {integrity: sha512-N6CpjzECnUHZ5beeYpDzkt2rYpEdAeqXX2dweu6BoQaeYkNZrC/WJHM+5MO/uidFHTak8QhkPKBWck1o/4MD4A==} + /prisma@5.10.2: + resolution: {integrity: sha512-hqb/JMz9/kymRE25pMWCxkdyhbnIWrq+h7S6WysJpdnCvhstbJSNP/S6mScEcqiB8Qv2F+0R3yG+osRaWqZacQ==} engines: {node: '>=16.13'} hasBin: true requiresBuild: true dependencies: - '@prisma/engines': 5.8.1 + '@prisma/engines': 5.10.2 dev: false /proc-log@3.0.0: @@ -15907,7 +15837,7 @@ packages: /prosemirror-commands@1.5.2: resolution: {integrity: sha512-hgLcPaakxH8tu6YvVAaILV2tXYsW3rAdDR8WNkeKGcgeMVQg3/TMhPdVoh7iAmfgVjZGtcOSjKiQaoeKjzd2mQ==} dependencies: - prosemirror-model: 1.19.3 + prosemirror-model: 1.19.4 prosemirror-state: 1.4.3 prosemirror-transform: 1.8.0 dev: false @@ -15917,16 +15847,16 @@ packages: dependencies: prosemirror-state: 1.4.3 prosemirror-transform: 1.8.0 - prosemirror-view: 1.32.4 + prosemirror-view: 1.33.1 dev: false /prosemirror-gapcursor@1.3.2: resolution: {integrity: sha512-wtjswVBd2vaQRrnYZaBCbyDqr232Ed4p2QPtRIUK5FuqHYKGWkEwl08oQM4Tw7DOR0FsasARV5uJFvMZWxdNxQ==} dependencies: prosemirror-keymap: 1.2.2 - prosemirror-model: 1.19.3 + prosemirror-model: 1.19.4 prosemirror-state: 1.4.3 - prosemirror-view: 1.32.4 + prosemirror-view: 1.33.1 dev: false /prosemirror-history@1.3.2: @@ -15934,12 +15864,12 @@ packages: dependencies: prosemirror-state: 1.4.3 prosemirror-transform: 1.8.0 - prosemirror-view: 1.32.4 + prosemirror-view: 1.33.1 rope-sequence: 1.3.4 dev: false - /prosemirror-inputrules@1.3.0: - resolution: {integrity: sha512-z1GRP2vhh5CihYMQYsJSa1cOwXb3SYxALXOIfAkX8nZserARtl9LiL+CEl+T+OFIsXc3mJIHKhbsmRzC0HDAXA==} + /prosemirror-inputrules@1.4.0: + resolution: {integrity: sha512-6ygpPRuTJ2lcOXs9JkefieMst63wVJBgHZGl5QOytN7oSZs3Co/BYbc3Yx9zm9H37Bxw8kVzCnDsihsVsL4yEg==} dependencies: prosemirror-state: 1.4.3 prosemirror-transform: 1.8.0 @@ -15952,11 +15882,11 @@ packages: w3c-keyname: 2.2.8 dev: false - /prosemirror-markdown@1.11.2: - resolution: {integrity: sha512-Eu5g4WPiCdqDTGhdSsG9N6ZjACQRYrsAkrF9KYfdMaCmjIApH75aVncsWYOJvEk2i1B3i8jZppv3J/tnuHGiUQ==} + /prosemirror-markdown@1.12.0: + resolution: {integrity: sha512-6F5HS8Z0HDYiS2VQDZzfZP6A0s/I0gbkJy8NCzzDMtcsz3qrfqyroMMeoSjAmOhDITyon11NbXSzztfKi+frSQ==} dependencies: - markdown-it: 13.0.2 - prosemirror-model: 1.19.3 + markdown-it: 14.0.0 + prosemirror-model: 1.19.4 dev: false /prosemirror-menu@1.2.4: @@ -15968,8 +15898,8 @@ packages: prosemirror-state: 1.4.3 dev: false - /prosemirror-model@1.19.3: - resolution: {integrity: sha512-tgSnwN7BS7/UM0sSARcW+IQryx2vODKX4MI7xpqY2X+iaepJdKBPc7I4aACIsDV/LTaTjt12Z56MhDr9LsyuZQ==} + /prosemirror-model@1.19.4: + resolution: {integrity: sha512-RPmVXxUfOhyFdayHawjuZCxiROsm9L4FCUA6pWI+l7n2yCBsWy9VpdE1hpDHUS8Vad661YLY9AzqfjLhAKQ4iQ==} dependencies: orderedmap: 2.1.1 dev: false @@ -15977,13 +15907,13 @@ packages: /prosemirror-schema-basic@1.2.2: resolution: {integrity: sha512-/dT4JFEGyO7QnNTe9UaKUhjDXbTNkiWTq/N4VpKaF79bBjSExVV2NXmJpcM7z/gD7mbqNjxbmWW5nf1iNSSGnw==} dependencies: - prosemirror-model: 1.19.3 + prosemirror-model: 1.19.4 dev: false /prosemirror-schema-list@1.3.0: resolution: {integrity: sha512-Hz/7gM4skaaYfRPNgr421CU4GSwotmEwBVvJh5ltGiffUJwm7C8GfN/Bc6DR1EKEp5pDKhODmdXXyi9uIsZl5A==} dependencies: - prosemirror-model: 1.19.3 + prosemirror-model: 1.19.4 prosemirror-state: 1.4.3 prosemirror-transform: 1.8.0 dev: false @@ -15991,46 +15921,45 @@ packages: /prosemirror-state@1.4.3: resolution: {integrity: sha512-goFKORVbvPuAQaXhpbemJFRKJ2aixr+AZMGiquiqKxaucC6hlpHNZHWgz5R7dS4roHiwq9vDctE//CZ++o0W1Q==} dependencies: - prosemirror-model: 1.19.3 + prosemirror-model: 1.19.4 prosemirror-transform: 1.8.0 - prosemirror-view: 1.32.4 + prosemirror-view: 1.33.1 dev: false - /prosemirror-tables@1.3.4: - resolution: {integrity: sha512-z6uLSQ1BLC3rgbGwZmpfb+xkdvD7W/UOsURDfognZFYaTtc0gsk7u/t71Yijp2eLflVpffMk6X0u0+u+MMDvIw==} + /prosemirror-tables@1.3.7: + resolution: {integrity: sha512-oEwX1wrziuxMtwFvdDWSFHVUWrFJWt929kVVfHvtTi8yvw+5ppxjXZkMG/fuTdFo+3DXyIPSKfid+Be1npKXDA==} dependencies: prosemirror-keymap: 1.2.2 - prosemirror-model: 1.19.3 + prosemirror-model: 1.19.4 prosemirror-state: 1.4.3 prosemirror-transform: 1.8.0 - prosemirror-view: 1.32.4 + prosemirror-view: 1.33.1 dev: false - /prosemirror-trailing-node@2.0.7(prosemirror-model@1.19.3)(prosemirror-state@1.4.3)(prosemirror-view@1.32.4): - resolution: {integrity: sha512-8zcZORYj/8WEwsGo6yVCRXFMOfBo0Ub3hCUvmoWIZYfMP26WqENU0mpEP27w7mt8buZWuGrydBewr0tOArPb1Q==} + /prosemirror-trailing-node@2.0.8(prosemirror-model@1.19.4)(prosemirror-state@1.4.3)(prosemirror-view@1.33.1): + resolution: {integrity: sha512-ujRYhSuhQb1Jsarh1IHqb2KoSnRiD7wAMDGucP35DN7j5af6X7B18PfdPIrbwsPTqIAj0fyOvxbuPsWhNvylmA==} peerDependencies: prosemirror-model: ^1.19.0 prosemirror-state: ^1.4.2 prosemirror-view: ^1.31.2 dependencies: '@remirror/core-constants': 2.0.2 - '@remirror/core-helpers': 3.0.0 escape-string-regexp: 4.0.0 - prosemirror-model: 1.19.3 + prosemirror-model: 1.19.4 prosemirror-state: 1.4.3 - prosemirror-view: 1.32.4 + prosemirror-view: 1.33.1 dev: false /prosemirror-transform@1.8.0: resolution: {integrity: sha512-BaSBsIMv52F1BVVMvOmp1yzD3u65uC3HTzCBQV1WDPqJRQ2LuHKcyfn0jwqodo8sR9vVzMzZyI+Dal5W9E6a9A==} dependencies: - prosemirror-model: 1.19.3 + prosemirror-model: 1.19.4 dev: false - /prosemirror-view@1.32.4: - resolution: {integrity: sha512-WoT+ZYePp0WQvp5coABAysheZg9WttW3TSEUNgsfDQXmVOJlnjkbFbXicKPvWFLiC0ZjKt1ykbyoVKqhVnCiSQ==} + /prosemirror-view@1.33.1: + resolution: {integrity: sha512-62qkYgSJIkwIMMCpuGuPzc52DiK1Iod6TWoIMxP4ja6BTD4yO8kCUL64PZ/WhH/dJ9fW0CDO39FhH1EMyhUFEg==} dependencies: - prosemirror-model: 1.19.3 + prosemirror-model: 1.19.4 prosemirror-state: 1.4.3 prosemirror-transform: 1.8.0 dev: false @@ -16046,14 +15975,14 @@ packages: forwarded: 0.2.0 ipaddr.js: 1.9.1 - /proxy-agent@6.3.1: - resolution: {integrity: sha512-Rb5RVBy1iyqOtNl15Cw/llpeLH8bsb37gM1FUfKQ+Wck6xHlbAhWGUFiTRHtkjqGTA5pSHz6+0hrPW/oECihPQ==} + /proxy-agent@6.4.0: + resolution: {integrity: sha512-u0piLU+nCOHMgGjRbimiXmA9kM/L9EHh3zL81xCdp7m+Y2pHIsnmbdDoEDoAz5geaonNR6q6+yOPQs6n4T6sBQ==} engines: {node: '>= 14'} dependencies: agent-base: 7.1.0 debug: 4.3.4 - http-proxy-agent: 7.0.0 - https-proxy-agent: 7.0.2 + http-proxy-agent: 7.0.2 + https-proxy-agent: 7.0.4 lru-cache: 7.18.3 pac-proxy-agent: 7.0.1 proxy-from-env: 1.1.0 @@ -16077,6 +16006,7 @@ packages: hasBin: true dependencies: commander: 10.0.1 + dev: true /pseudomap@1.0.2: resolution: {integrity: sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==} @@ -16194,19 +16124,24 @@ packages: end-of-stream: 1.4.4 once: 1.4.0 + /punycode.js@2.3.1: + resolution: {integrity: sha512-uxFIHU0YlHYhDQtV4R9J6a52SLx28BCjT+4ieh7IGbgwVJWO+km431c4yRlREUAsAmt/uMjQUyQHNEPf0M39CA==} + engines: {node: '>=6'} + dev: false + /punycode@2.3.1: resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} engines: {node: '>=6'} - /puppeteer-core@21.7.0: - resolution: {integrity: sha512-elPYPozrgiM3phSy7VDUJCVWQ07SPnOm78fpSaaSNFoQx5sur/MqhTSro9Wz8lOEjqCykGC6WRkwxDgmqcy1dQ==} - engines: {node: '>=16.13.2'} + /puppeteer-core@22.4.1: + resolution: {integrity: sha512-l9nf8NcirYOHdID12CIMWyy7dqcJCVtgVS+YAiJuUJHg8+9yjgPiG2PcNhojIEEpCkvw3FxvnyITVfKVmkWpjA==} + engines: {node: '>=18'} dependencies: - '@puppeteer/browsers': 1.9.1 - chromium-bidi: 0.5.2(devtools-protocol@0.0.1203626) + '@puppeteer/browsers': 2.1.0 + chromium-bidi: 0.5.12(devtools-protocol@0.0.1249869) cross-fetch: 4.0.0 debug: 4.3.4 - devtools-protocol: 0.0.1203626 + devtools-protocol: 0.0.1249869 ws: 8.16.0 transitivePeerDependencies: - bufferutil @@ -16215,15 +16150,15 @@ packages: - utf-8-validate dev: false - /puppeteer@21.7.0(typescript@5.3.3): - resolution: {integrity: sha512-Yy+UUy0b9siJezbhHO/heYUoZQUwyqDK1yOQgblTt0l97tspvDVFkcW9toBlnSvSfkDmMI3Dx9cZL6R8bDArHA==} - engines: {node: '>=16.13.2'} + /puppeteer@22.4.1(typescript@5.4.2): + resolution: {integrity: sha512-Mag1wRLanzwS4yEUyrDRBUgsKlH3dpL6oAfVwNHG09oxd0+ySsatMvYj7HwjynWy/S+Hg+XHLgjyC/F6CsL/lg==} + engines: {node: '>=18'} hasBin: true requiresBuild: true dependencies: - '@puppeteer/browsers': 1.9.1 - cosmiconfig: 8.3.6(typescript@5.3.3) - puppeteer-core: 21.7.0 + '@puppeteer/browsers': 2.1.0 + cosmiconfig: 9.0.0(typescript@5.4.2) + puppeteer-core: 22.4.1 transitivePeerDependencies: - bufferutil - encoding @@ -16248,13 +16183,13 @@ packages: resolution: {integrity: sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==} engines: {node: '>=0.6'} dependencies: - side-channel: 1.0.4 + side-channel: 1.0.6 - /qs@6.11.2: - resolution: {integrity: sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==} + /qs@6.12.0: + resolution: {integrity: sha512-trVZiI6RMOkO476zLGaBIzszOdFPnCCXHPG9kn0yuS1uz6xdVxPfZdB3vUig9pxPFDM9BRAgz/YUIVQ1/vuiUg==} engines: {node: '>=0.6'} dependencies: - side-channel: 1.0.4 + side-channel: 1.0.6 dev: true /query-string@7.1.3: @@ -16276,6 +16211,7 @@ packages: /queue-tick@1.0.1: resolution: {integrity: sha512-kJt5qhMxoszgU/62PLP1CJytzd2NKetjSRnyuj31fDd3Rlcz3fzlFdFLD1SItunPwyqEOkca6GbV612BWfaBag==} + requiresBuild: true dev: false /quick-lru@5.1.1: @@ -16285,6 +16221,7 @@ packages: /ramda@0.27.2: resolution: {integrity: sha512-SbiLPU40JuJniHexQSAgad32hfwd+DRUdwF2PlVuI5RZD0/vahUco7R8vD86J/tcEKKF9vZrUVwgtmGCqlCKyA==} + dev: true /randombytes@2.1.0: resolution: {integrity: sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==} @@ -16360,9 +16297,9 @@ packages: shallowequal: 1.1.0 dev: false - /react-hook-form@7.49.3(react@18.2.0): - resolution: {integrity: sha512-foD6r3juidAT1cOZzpmD/gOKt7fRsDhXXZ0y28+Al1CHgX+AY1qIN9VSIIItXRq1dN68QrRwl1ORFlwjBaAqeQ==} - engines: {node: '>=18', pnpm: '8'} + /react-hook-form@7.51.0(react@18.2.0): + resolution: {integrity: sha512-BggOy5j58RdhdMzzRUHGOYhSz1oeylFAv6jUSG86OvCIvlAvS7KvnRY7yoAf2pfEiPN7BesnR0xx73nEk3qIiw==} + engines: {node: '>=12.22.0'} peerDependencies: react: ^16.8.0 || ^17 || ^18 dependencies: @@ -16380,8 +16317,8 @@ packages: /react-is@18.2.0: resolution: {integrity: sha512-xWGDIW6x921xtzPkhiULtthJHoJvBbF3q26fzloPCK0hsvxtPVelvftw3zjbHWSkR2km9Z+4uxbDDK/6Zw9B8w==} - /react-parallax-tilt@1.7.191(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-JUhlnt19+3JTkEBhZKyj5xdaVGIR+gXeH4bhb1KYuXy1TQNgHtWt0GwXUwbBHjrD/FjjdSN0cadA2A5NfwF6bw==} + /react-parallax-tilt@1.7.214(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-eueRnnIq0YS4eXAzP1/5UV8O1+tEnwP+onhNa3P1ksosCB7yjR7b5op3Yctcslm7t21Rgb7ftePyRICJ28DTyQ==} peerDependencies: react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 react-dom: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0 @@ -16395,8 +16332,8 @@ packages: engines: {node: '>=0.10.0'} dev: true - /react-remove-scroll-bar@2.3.4(@types/react@18.2.48)(react@18.2.0): - resolution: {integrity: sha512-63C4YQBUt0m6ALadE9XV56hV8BgJWDmmTPY758iIJjfQKt2nYwoUrPk0LXRXcB/yIj82T1/Ixfdpdk68LwIB0A==} + /react-remove-scroll-bar@2.3.5(@types/react@18.2.64)(react@18.2.0): + resolution: {integrity: sha512-3cqjOqg6s0XbOjWvmasmqHch+RLxIEk2r/70rzGXuz3iIGQsQheEQyqYCBb5EECoD01Vo2SIbDqW4paLeLTASw==} engines: {node: '>=10'} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -16405,32 +16342,13 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.2.48 + '@types/react': 18.2.64 react: 18.2.0 - react-style-singleton: 2.2.1(@types/react@18.2.48)(react@18.2.0) + react-style-singleton: 2.2.1(@types/react@18.2.64)(react@18.2.0) tslib: 2.6.2 dev: false - /react-remove-scroll@2.5.4(@types/react@18.2.48)(react@18.2.0): - resolution: {integrity: sha512-xGVKJJr0SJGQVirVFAUZ2k1QLyO6m+2fy0l8Qawbp5Jgrv3DeLalrfMNBFSlmz5kriGGzsVBtGVnf4pTKIhhWA==} - engines: {node: '>=10'} - peerDependencies: - '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - peerDependenciesMeta: - '@types/react': - optional: true - dependencies: - '@types/react': 18.2.48 - react: 18.2.0 - react-remove-scroll-bar: 2.3.4(@types/react@18.2.48)(react@18.2.0) - react-style-singleton: 2.2.1(@types/react@18.2.48)(react@18.2.0) - tslib: 2.6.2 - use-callback-ref: 1.3.0(@types/react@18.2.48)(react@18.2.0) - use-sidecar: 1.1.2(@types/react@18.2.48)(react@18.2.0) - dev: false - - /react-remove-scroll@2.5.5(@types/react@18.2.48)(react@18.2.0): + /react-remove-scroll@2.5.5(@types/react@18.2.64)(react@18.2.0): resolution: {integrity: sha512-ImKhrzJJsyXJfBZ4bzu8Bwpka14c/fQt0k+cyFp/PBhTfyDnU5hjOtM4AG/0AMyy8oKzOTR0lDgJIM7pYXI0kw==} engines: {node: '>=10'} peerDependencies: @@ -16440,17 +16358,17 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.2.48 + '@types/react': 18.2.64 react: 18.2.0 - react-remove-scroll-bar: 2.3.4(@types/react@18.2.48)(react@18.2.0) - react-style-singleton: 2.2.1(@types/react@18.2.48)(react@18.2.0) + react-remove-scroll-bar: 2.3.5(@types/react@18.2.64)(react@18.2.0) + react-style-singleton: 2.2.1(@types/react@18.2.64)(react@18.2.0) tslib: 2.6.2 - use-callback-ref: 1.3.0(@types/react@18.2.48)(react@18.2.0) - use-sidecar: 1.1.2(@types/react@18.2.48)(react@18.2.0) + use-callback-ref: 1.3.1(@types/react@18.2.64)(react@18.2.0) + use-sidecar: 1.1.2(@types/react@18.2.64)(react@18.2.0) dev: false - /react-resizable-panels@1.0.9(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-QPfW3L7yetEC6z04G9AYYFz5kBklh8rTWcOsVFImYMNUVhr1Y1r9Qc/20Yks2tA+lXMBWCUz4fkGEvbS7tpBSg==} + /react-resizable-panels@2.0.12(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-m0cfwlVQ+460iQbOSVfs3MljVniHI/LGpHGQBa7aNCYUYwaERHcf5W/lCTsoRhbGQfMW9An0M8gxUHILA53Jeg==} peerDependencies: react: ^16.14.0 || ^17.0.0 || ^18.0.0 react-dom: ^16.14.0 || ^17.0.0 || ^18.0.0 @@ -16459,30 +16377,30 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /react-router-dom@6.21.3(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-kNzubk7n4YHSrErzjLK72j0B5i969GsuCGazRl3G6j1zqZBLjuSlYBdVdkDOgzGdPIffUOc9nmgiadTEVoq91g==} + /react-router-dom@6.22.3(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-7ZILI7HjcE+p31oQvwbokjk6OA/bnFxrhJ19n82Ex9Ph8fNAq+Hm/7KchpMGlTgWhUxRHMMCut+vEtNpWpowKw==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8' react-dom: '>=16.8' dependencies: - '@remix-run/router': 1.14.2 + '@remix-run/router': 1.15.3 react: 18.2.0 react-dom: 18.2.0(react@18.2.0) - react-router: 6.21.3(react@18.2.0) + react-router: 6.22.3(react@18.2.0) dev: false - /react-router@6.21.3(react@18.2.0): - resolution: {integrity: sha512-a0H638ZXULv1OdkmiK6s6itNhoy33ywxmUFT/xtSoVyf9VnC7n7+VT4LjVzdIHSaF5TIh9ylUgxMXksHTgGrKg==} + /react-router@6.22.3(react@18.2.0): + resolution: {integrity: sha512-dr2eb3Mj5zK2YISHK++foM9w4eBnO23eKnZEDs7c880P6oKbrjz/Svg9+nxqtHQK+oMW4OtjZca0RqPglXxguQ==} engines: {node: '>=14.0.0'} peerDependencies: react: '>=16.8' dependencies: - '@remix-run/router': 1.14.2 + '@remix-run/router': 1.15.3 react: 18.2.0 dev: false - /react-style-singleton@2.2.1(@types/react@18.2.48)(react@18.2.0): + /react-style-singleton@2.2.1(@types/react@18.2.64)(react@18.2.0): resolution: {integrity: sha512-ZWj0fHEMyWkHzKYUr2Bs/4zU6XLmq9HsgBURm7g5pAVfyn49DgUiNgY2d4lXRlYSiCif9YBGpQleewkcqddc7g==} engines: {node: '>=10'} peerDependencies: @@ -16492,15 +16410,15 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.2.48 + '@types/react': 18.2.64 get-nonce: 1.0.1 invariant: 2.2.4 react: 18.2.0 tslib: 2.6.2 dev: false - /react-zoom-pan-pinch@3.3.0(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-vy1h8aenDzXye+HRqANZaSA8IPHoqOiuDPFBkswoyPUH8uMfsmbeH6gFI4r4BhEJa0xIlcA+FbvhidRWKGUrOg==} + /react-zoom-pan-pinch@3.4.3(react-dom@18.2.0)(react@18.2.0): + resolution: {integrity: sha512-x5MFlfAx2D6NTpZu8OISqc2nYn4p+YEaM1p21w7S/VE1wbVzK8vRzTo9Bj1ydufa649MuP7JBRM3vvj1RftFZw==} engines: {node: '>=8', npm: '>=5'} peerDependencies: react: '*' @@ -16553,6 +16471,7 @@ packages: engines: {node: '>=8.10.0'} dependencies: picomatch: 2.3.1 + dev: true /readdirp@3.6.0: resolution: {integrity: sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==} @@ -16572,21 +16491,22 @@ packages: redis-errors: 1.2.0 dev: false - /reflect-metadata@0.1.13: - resolution: {integrity: sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==} + /reflect-metadata@0.1.14: + resolution: {integrity: sha512-ZhYeb6nRaXCfhnndflDK8qI6ZQ/YcWZCISRAWICW9XYqMUwjZM9Z0DveWX/ABN01oxSHwVxKQmxeYZSsm0jh5A==} dev: false /reflect-metadata@0.2.1: resolution: {integrity: sha512-i5lLI6iw9AU3Uu4szRNPPEkomnkjRTaVt9hy/bn5g/oSzekBSMeLZblcjP74AW0vBabqERLLIrz+gR8QYR54Tw==} - /reflect.getprototypeof@1.0.4: - resolution: {integrity: sha512-ECkTw8TmJwW60lOTR+ZkODISW6RQ8+2CL3COqtiJKLd6MmB45hN51HprHFziKLGkAuTGQhBb91V8cy+KHlaCjw==} + /reflect.getprototypeof@1.0.5: + resolution: {integrity: sha512-62wgfC8dJWrmxv44CA36pLDnP6KKl3Vhxb7PL+8+qrrFMMoJij4vgiMP8zV4O8+CBMXY1mHxI5fITGHXFHVmQQ==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.22.3 - get-intrinsic: 1.2.2 + es-abstract: 1.22.5 + es-errors: 1.3.0 + get-intrinsic: 1.2.4 globalthis: 1.0.3 which-builtin-type: 1.1.3 dev: true @@ -16602,22 +16522,23 @@ packages: resolution: {integrity: sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==} dev: true - /regenerator-runtime@0.14.0: - resolution: {integrity: sha512-srw17NI0TUWHuGa5CFGGmhfNIeja30WMBfbslPNhf6JrqQlLN5gcrvig1oqPxiVaXb0oW0XRKtH6Nngs5lKCIA==} + /regenerator-runtime@0.14.1: + resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} /regenerator-transform@0.15.2: resolution: {integrity: sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 dev: true - /regexp.prototype.flags@1.5.1: - resolution: {integrity: sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==} + /regexp.prototype.flags@1.5.2: + resolution: {integrity: sha512-NcDiDkTLuPR+++OCKB0nWafEmhg/Da8aUPLPMQbK+bxKKCm1/S5he+AqYa4PlMCVBalb4/yxIRub6qkEx5yJbw==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 define-properties: 1.2.1 - set-function-name: 2.0.1 + es-errors: 1.3.0 + set-function-name: 2.0.2 dev: true /regexpu-core@5.3.2: @@ -16743,23 +16664,26 @@ packages: glob: 7.2.3 dev: true - /rollup@4.4.1: - resolution: {integrity: sha512-idZzrUpWSblPJX66i+GzrpjKE3vbYrlWirUHteoAbjKReZwa0cohAErOYA5efoMmNCdvG9yrJS+w9Kl6csaH4w==} + /rollup@4.12.1: + resolution: {integrity: sha512-ggqQKvx/PsB0FaWXhIvVkSWh7a/PCLQAsMjBc+nA2M8Rv2/HG0X6zvixAB7KyZBRtifBUhy5k8voQX/mRnABPg==} engines: {node: '>=18.0.0', npm: '>=8.0.0'} hasBin: true + dependencies: + '@types/estree': 1.0.5 optionalDependencies: - '@rollup/rollup-android-arm-eabi': 4.4.1 - '@rollup/rollup-android-arm64': 4.4.1 - '@rollup/rollup-darwin-arm64': 4.4.1 - '@rollup/rollup-darwin-x64': 4.4.1 - '@rollup/rollup-linux-arm-gnueabihf': 4.4.1 - '@rollup/rollup-linux-arm64-gnu': 4.4.1 - '@rollup/rollup-linux-arm64-musl': 4.4.1 - '@rollup/rollup-linux-x64-gnu': 4.4.1 - '@rollup/rollup-linux-x64-musl': 4.4.1 - '@rollup/rollup-win32-arm64-msvc': 4.4.1 - '@rollup/rollup-win32-ia32-msvc': 4.4.1 - '@rollup/rollup-win32-x64-msvc': 4.4.1 + '@rollup/rollup-android-arm-eabi': 4.12.1 + '@rollup/rollup-android-arm64': 4.12.1 + '@rollup/rollup-darwin-arm64': 4.12.1 + '@rollup/rollup-darwin-x64': 4.12.1 + '@rollup/rollup-linux-arm-gnueabihf': 4.12.1 + '@rollup/rollup-linux-arm64-gnu': 4.12.1 + '@rollup/rollup-linux-arm64-musl': 4.12.1 + '@rollup/rollup-linux-riscv64-gnu': 4.12.1 + '@rollup/rollup-linux-x64-gnu': 4.12.1 + '@rollup/rollup-linux-x64-musl': 4.12.1 + '@rollup/rollup-win32-arm64-msvc': 4.12.1 + '@rollup/rollup-win32-ia32-msvc': 4.12.1 + '@rollup/rollup-win32-x64-msvc': 4.12.1 fsevents: 2.3.3 dev: true @@ -16781,6 +16705,7 @@ packages: /run-async@2.4.1: resolution: {integrity: sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==} engines: {node: '>=0.12.0'} + dev: true /run-parallel@1.2.0: resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} @@ -16798,12 +16723,12 @@ packages: dependencies: tslib: 2.6.2 - /safe-array-concat@1.0.1: - resolution: {integrity: sha512-6XbUAseYE2KtOuGueyeobCySj9L4+66Tn6KQMOPQJrAJEowYKW/YR/MGJZl7FdydUdaFu4LYyDZjxf4/Nmo23Q==} + /safe-array-concat@1.1.2: + resolution: {integrity: sha512-vj6RsCsWBCf19jIeHEfkRMw8DPiBb+DMXklQ/1SGDHOMlHdPUkZXFQ2YdplS23zESTijAcurb1aSgJA3AgMu1Q==} engines: {node: '>=0.4'} dependencies: - call-bind: 1.0.5 - get-intrinsic: 1.2.2 + call-bind: 1.0.7 + get-intrinsic: 1.2.4 has-symbols: 1.0.3 isarray: 2.0.5 dev: true @@ -16814,18 +16739,19 @@ packages: /safe-buffer@5.2.1: resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} - /safe-regex-test@1.0.0: - resolution: {integrity: sha512-JBUUzyOgEwXQY1NuPtvcj/qcBDbDmEvWufhlnXZIm75DEHp+afM1r1ujJpJsV/gSM4t59tpDyPi1sd6ZaPFfsA==} + /safe-regex-test@1.0.3: + resolution: {integrity: sha512-CdASjNJPvRa7roO6Ra/gLYBTzYzzPyyBXxIMdGW3USQLyjWEls2RgW5UBTXaQVp+OrpeCK3bLem8smtmheoRuw==} + engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 - get-intrinsic: 1.2.2 + call-bind: 1.0.7 + es-errors: 1.3.0 is-regex: 1.1.4 dev: true /safer-buffer@2.1.2: resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - /sass-loader@12.6.0(sass@1.69.5)(webpack@5.89.0): + /sass-loader@12.6.0(sass@1.71.1)(webpack@5.90.3): resolution: {integrity: sha512-oLTaH0YCtX4cfnJZxKSLAyglED0naiYfNG1iXfU5w1LNZ+ukoA5DtyDIN5zmKVZwYNJP4KRc5Y3hkWga+7tYfA==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -16846,17 +16772,17 @@ packages: dependencies: klona: 2.0.6 neo-async: 2.6.2 - sass: 1.69.5 - webpack: 5.89.0(@swc/core@1.3.104) + sass: 1.71.1 + webpack: 5.90.3(@swc/core@1.4.6) dev: true - /sass@1.69.5: - resolution: {integrity: sha512-qg2+UCJibLr2LCVOt3OlPhr/dqVHWOa9XtZf2OjbLs/T4VPSJ00udtgJxH3neXZm+QqX8B+3cU7RaLqp1iVfcQ==} + /sass@1.71.1: + resolution: {integrity: sha512-wovtnV2PxzteLlfNzbgm1tFXPLoZILYAMJtvoXXkD7/+1uP41eKkIt1ypWq5/q2uT94qHjXehEYfmjKOvjL9sg==} engines: {node: '>=14.0.0'} hasBin: true dependencies: - chokidar: 3.5.3 - immutable: 4.3.4 + chokidar: 3.6.0 + immutable: 4.3.5 source-map-js: 1.0.2 dev: true @@ -16916,7 +16842,7 @@ packages: resolution: {integrity: sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==} engines: {node: '>=10'} dependencies: - '@types/node-forge': 1.3.9 + '@types/node-forge': 1.3.11 node-forge: 1.3.1 dev: true @@ -16929,7 +16855,7 @@ packages: resolution: {integrity: sha512-LJWA9kSvMolR51oDE6PN3kALBNaUdkxzAGcexw8gjMA8xr5zUqK0JiR3CgARSqanYF3Z1YHvsErb1KDgh+v7Rg==} engines: {node: '>=12'} dependencies: - semver: 7.5.4 + semver: 7.6.0 dev: true /semver@5.7.2: @@ -16939,17 +16865,18 @@ packages: /semver@6.3.1: resolution: {integrity: sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==} hasBin: true + dev: true - /semver@7.5.3: - resolution: {integrity: sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==} + /semver@7.5.4: + resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} engines: {node: '>=10'} hasBin: true dependencies: lru-cache: 6.0.0 dev: true - /semver@7.5.4: - resolution: {integrity: sha512-1bCSESV6Pv+i21Hvpxp3Dx+pSD8lIPt8uVjRrxAUt/nbswYc+tK6Y2btiULjd4+fnq15PX+nqQDC7Oft7WkwcA==} + /semver@7.6.0: + resolution: {integrity: sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==} engines: {node: '>=10'} hasBin: true dependencies: @@ -16975,8 +16902,8 @@ packages: transitivePeerDependencies: - supports-color - /serialize-javascript@6.0.1: - resolution: {integrity: sha512-owoXEFjWRllis8/M1Q+Cw5k8ZH40e3zhp/ovX+Xr/vi1qj6QesbyXXViFbpNvWvPNAD62SutwEXavefrLJWj7w==} + /serialize-javascript@6.0.2: + resolution: {integrity: sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==} dependencies: randombytes: 2.1.0 dev: true @@ -17007,22 +16934,25 @@ packages: transitivePeerDependencies: - supports-color - /set-function-length@1.1.1: - resolution: {integrity: sha512-VoaqjbBJKiWtg4yRcKBQ7g7wnGnLV3M8oLvVWwOk2PdYY6PEFegR1vezXR0tw6fZGF9csVakIRjrJiy2veSBFQ==} + /set-function-length@1.2.2: + resolution: {integrity: sha512-pgRc4hJ4/sNjWCSS9AmnS40x3bNMDTknHgL5UaMBTMyJnU90EgWh1Rz+MC9eFu4BuN/UwZjKQuY/1v3rM7HMfg==} engines: {node: '>= 0.4'} dependencies: - define-data-property: 1.1.1 - get-intrinsic: 1.2.2 + define-data-property: 1.1.4 + es-errors: 1.3.0 + function-bind: 1.1.2 + get-intrinsic: 1.2.4 gopd: 1.0.1 - has-property-descriptors: 1.0.1 + has-property-descriptors: 1.0.2 - /set-function-name@2.0.1: - resolution: {integrity: sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==} + /set-function-name@2.0.2: + resolution: {integrity: sha512-7PGFlmtwsEADb0WYyvCMa1t+yke6daIG4Wirafur5kcf+MhUnPms1UeR0CKQdTZD81yESwMHbtn+TR+dMviakQ==} engines: {node: '>= 0.4'} dependencies: - define-data-property: 1.1.1 + define-data-property: 1.1.4 + es-errors: 1.3.0 functions-have-names: 1.2.3 - has-property-descriptors: 1.0.1 + has-property-descriptors: 1.0.2 dev: true /setimmediate@1.0.5: @@ -17057,7 +16987,7 @@ packages: dependencies: color: 4.2.3 detect-libc: 2.0.2 - semver: 7.5.4 + semver: 7.6.0 optionalDependencies: '@img/sharp-darwin-arm64': 0.33.2 '@img/sharp-darwin-x64': 0.33.2 @@ -17104,11 +17034,13 @@ packages: resolution: {integrity: sha512-6j1W9l1iAs/4xYBI1SYOVZyFcCis9b4KCLQ8fgAGG07QvzaRLVVRQvAy85yNmmZSjYjg4MWh4gNvlPujU/5LpA==} dev: true - /side-channel@1.0.4: - resolution: {integrity: sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==} + /side-channel@1.0.6: + resolution: {integrity: sha512-fDW/EZ6Q9RiO8eFG8Hj+7u/oW+XrPTIChwCOM2+th2A6OblDtYYIpve9m+KvI9Z4C9qSEXlaGR6bTEYHReuglA==} + engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 - get-intrinsic: 1.2.2 + call-bind: 1.0.7 + es-errors: 1.3.0 + get-intrinsic: 1.2.4 object-inspect: 1.13.1 /siginfo@2.0.0: @@ -17132,7 +17064,7 @@ packages: resolution: {integrity: sha512-94Bdh3cC2PKrbgSOUqTiGPWVZeSiXfKOVZNJniWoqrWrRkB1CJzBU3NEbiTsPcYy1lDsANA/THzS+9WBiy5nfQ==} engines: {node: '>= 10'} dependencies: - '@polka/url': 1.0.0-next.24 + '@polka/url': 1.0.0-next.25 mrmime: 2.0.0 totalist: 3.0.1 dev: true @@ -17181,16 +17113,16 @@ packages: dependencies: agent-base: 7.1.0 debug: 4.3.4 - socks: 2.7.1 + socks: 2.8.1 transitivePeerDependencies: - supports-color dev: false - /socks@2.7.1: - resolution: {integrity: sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==} - engines: {node: '>= 10.13.0', npm: '>= 3.0.0'} + /socks@2.8.1: + resolution: {integrity: sha512-B6w7tkwNid7ToxjZ08rQMT8M9BJAf8DKx8Ft4NivzH0zBUfd6jldGcisJn/RLgxcX3FPNDdNQCUEMMT79b+oCQ==} + engines: {node: '>= 10.0.0', npm: '>= 3.0.0'} dependencies: - ip: 2.0.0 + ip-address: 9.0.5 smart-buffer: 4.2.0 dev: false @@ -17213,7 +17145,7 @@ packages: engines: {node: '>=0.10.0'} dev: true - /source-map-loader@3.0.2(webpack@5.89.0): + /source-map-loader@3.0.2(webpack@5.90.3): resolution: {integrity: sha512-BokxPoLjyl3iOrgkWaakaxqnelAJSS+0V+De0kKIq6lyWrXuiPgYTGp6z3iHmqljKAaLXwZa+ctD8GccRJeVvg==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -17222,7 +17154,7 @@ packages: abab: 2.0.6 iconv-lite: 0.6.3 source-map-js: 1.0.2 - webpack: 5.89.0(@swc/core@1.3.104) + webpack: 5.90.3(@swc/core@1.4.6) dev: true /source-map-support@0.5.13: @@ -17265,6 +17197,7 @@ packages: engines: {node: '>= 8'} dependencies: whatwg-url: 7.1.0 + dev: true /sourcemap-codec@1.4.8: resolution: {integrity: sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==} @@ -17306,6 +17239,10 @@ packages: resolution: {integrity: sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==} dev: true + /sprintf-js@1.1.3: + resolution: {integrity: sha512-Oo+0REFV59/rz3gfJNKQiBlwfHaSESl1pcGyABQsnnIfWOFt6JNj5gCog2U6MLZ//IGYD+nA8nI+mTShREReaA==} + dev: false + /stack-utils@2.0.6: resolution: {integrity: sha512-XlkWvfIm6RmsWtNJx+uqtKLS8eqFbxUg0ZzLXqY0caEy9l7hruX8IpiDnjsLavoBgqCCR71TqWO8MaXYheJ3RQ==} engines: {node: '>=10'} @@ -17330,26 +17267,28 @@ packages: resolution: {integrity: sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==} engines: {node: '>= 0.8'} - /std-env@3.5.0: - resolution: {integrity: sha512-JGUEaALvL0Mf6JCfYnJOTcobY+Nc7sG/TemDRBqCA0wEr4DER7zDchaaixTlmOxAjG1uRJmX82EQcxwTQTkqVA==} + /std-env@3.7.0: + resolution: {integrity: sha512-JPbdCEQLj1w5GilpiHAx3qJvFndqybBysA3qUOnznweH4QbNYUsW/ea8QzSrnh0vNsezMMw5bcVool8lM0gwzg==} dev: true /stop-iteration-iterator@1.0.0: resolution: {integrity: sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==} engines: {node: '>= 0.4'} dependencies: - internal-slot: 1.0.6 + internal-slot: 1.0.7 dev: true /streamsearch@1.1.0: resolution: {integrity: sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==} engines: {node: '>=10.0.0'} - /streamx@2.15.5: - resolution: {integrity: sha512-9thPGMkKC2GctCzyCUjME3yR03x2xNo0GPKGkRw2UMYN+gqWa9uqpyNWhmsNCutU5zHmkUum0LsCRQTXUgUCAg==} + /streamx@2.16.1: + resolution: {integrity: sha512-m9QYj6WygWyWa3H1YY69amr4nVgy61xfjys7xO7kviL5rfIEc2naf+ewFiOA+aEJD7y0JO3h2GoiUv4TDwEGzQ==} dependencies: fast-fifo: 1.3.2 queue-tick: 1.0.1 + optionalDependencies: + bare-events: 2.2.1 dev: false /strict-uri-encode@2.0.0: @@ -17385,45 +17324,44 @@ packages: eastasianwidth: 0.2.0 emoji-regex: 9.2.2 strip-ansi: 7.1.0 - dev: false /string.prototype.matchall@4.0.10: resolution: {integrity: sha512-rGXbGmOEosIQi6Qva94HUjgPs9vKW+dkG7Y8Q5O2OYkWL6wFaTRZO8zM4mhP94uX55wgyrXzfS2aGtGzUL7EJQ==} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.22.3 - get-intrinsic: 1.2.2 + es-abstract: 1.22.5 + get-intrinsic: 1.2.4 has-symbols: 1.0.3 - internal-slot: 1.0.6 - regexp.prototype.flags: 1.5.1 - set-function-name: 2.0.1 - side-channel: 1.0.4 + internal-slot: 1.0.7 + regexp.prototype.flags: 1.5.2 + set-function-name: 2.0.2 + side-channel: 1.0.6 dev: true /string.prototype.trim@1.2.8: resolution: {integrity: sha512-lfjY4HcixfQXOfaqCvcBuOIapyaroTXhbkfJN3gcB1OtyupngWK4sEET9Knd0cXd28kTUqu/kHoV4HKSJdnjiQ==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.22.3 + es-abstract: 1.22.5 dev: true /string.prototype.trimend@1.0.7: resolution: {integrity: sha512-Ni79DqeB72ZFq1uH/L6zJ+DKZTkOtPIHovb3YZHQViE+HDouuU4mBrLOLDn5Dde3RF8qw5qVETEjhu9locMLvA==} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.22.3 + es-abstract: 1.22.5 dev: true /string.prototype.trimstart@1.0.7: resolution: {integrity: sha512-NGhtDFu3jCEm7B4Fy0DpLewdJQOZcQ0rGbwQ/+stjnrp2i+rlKeCvos9hOIeCmqwratM47OBxY7uFZzjxHXmrg==} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 define-properties: 1.2.1 - es-abstract: 1.22.3 + es-abstract: 1.22.5 dev: true /string_decoder@1.1.1: @@ -17447,7 +17385,6 @@ packages: engines: {node: '>=12'} dependencies: ansi-regex: 6.0.1 - dev: false /strip-bom@3.0.0: resolution: {integrity: sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==} @@ -17483,10 +17420,10 @@ packages: engines: {node: '>=8'} dev: true - /strip-literal@1.3.0: - resolution: {integrity: sha512-PugKzOsyXpArk0yWmUwqOZecSO0GH0bPoctLcqNDH9J04pVW3lflYE0ujElBGTloevcxF5MofAOZ7C5l2b+wLg==} + /strip-literal@2.0.0: + resolution: {integrity: sha512-f9vHgsCWBq2ugHAkGMiiYY+AYG0D/cbloKKg0nhaaaSNsujdGIpVXCNsrJpCKr5M0f4aI31mr13UjY6GAuXCKA==} dependencies: - acorn: 8.11.2 + js-tokens: 8.0.3 dev: true /strip-outer@2.0.0: @@ -17516,27 +17453,27 @@ packages: peek-readable: 5.0.0 dev: true - /style-loader@3.3.3(webpack@5.89.0): - resolution: {integrity: sha512-53BiGLXAcll9maCYtZi2RCQZKa8NQQai5C4horqKyRmHj9H7QmcUyucrH+4KW/gBQbXM2AsB0axoEcFZPlfPcw==} + /style-loader@3.3.4(webpack@5.90.3): + resolution: {integrity: sha512-0WqXzrsMTyb8yjZJHDqwmnwRJvhALK9LfRtRc6B4UTWe8AijYLZYZ9thuJTZc2VfQWINADW/j+LiJnfy2RoC1w==} engines: {node: '>= 12.13.0'} peerDependencies: webpack: ^5.0.0 dependencies: - webpack: 5.89.0(@swc/core@1.3.104) + webpack: 5.90.3(@swc/core@1.4.6) dev: true - /stylehacks@6.0.0(postcss@8.4.33): - resolution: {integrity: sha512-+UT589qhHPwz6mTlCLSt/vMNTJx8dopeJlZAlBMJPWA3ORqu6wmQY7FBXf+qD+FsqoBJODyqNxOUP3jdntFRdw==} + /stylehacks@6.1.0(postcss@8.4.35): + resolution: {integrity: sha512-ETErsPFgwlfYZ/CSjMO2Ddf+TsnkCVPBPaoB99Ro8WMAxf7cglzmFsRBhRmKObFjibtcvlNxFFPHuyr3sNlNUQ==} engines: {node: ^14 || ^16 || >=18.0} peerDependencies: - postcss: ^8.2.15 + postcss: ^8.4.31 dependencies: - browserslist: 4.22.1 - postcss: 8.4.33 - postcss-selector-parser: 6.0.13 + browserslist: 4.23.0 + postcss: 8.4.35 + postcss-selector-parser: 6.0.15 dev: true - /stylus-loader@7.1.3(stylus@0.59.0)(webpack@5.89.0): + /stylus-loader@7.1.3(stylus@0.59.0)(webpack@5.90.3): resolution: {integrity: sha512-TY0SKwiY7D2kMd3UxaWKSf3xHF0FFN/FAfsSqfrhxRT/koXTwffq2cgEWDkLQz7VojMu7qEEHt5TlMjkPx9UDw==} engines: {node: '>= 14.15.0'} peerDependencies: @@ -17546,14 +17483,14 @@ packages: fast-glob: 3.3.2 normalize-path: 3.0.0 stylus: 0.59.0 - webpack: 5.89.0(@swc/core@1.3.104) + webpack: 5.90.3(@swc/core@1.4.6) dev: true /stylus@0.59.0: resolution: {integrity: sha512-lQ9w/XIOH5ZHVNuNbWW8D822r+/wBSO/d6XvtyHLF7LW4KaCIDeVbvn5DF8fGCJAUCwVhVi/h6J0NUcnylUEjg==} hasBin: true dependencies: - '@adobe/css-tools': 4.3.2 + '@adobe/css-tools': 4.3.3 debug: 4.3.4 glob: 7.2.3 sax: 1.2.4 @@ -17581,14 +17518,14 @@ packages: dev: false optional: true - /sucrase@3.34.0: - resolution: {integrity: sha512-70/LQEZ07TEcxiU2dz51FKaE6hCTWC6vr7FOk3Gr0U60C3shtAN+H+BFr9XlYe5xqf3RA8nrc+VIwzCfnxuXJw==} - engines: {node: '>=8'} + /sucrase@3.35.0: + resolution: {integrity: sha512-8EbVDiu9iN/nESwxeSxDKe0dunta1GOlHufmSSXxMD2z2/tMZpDMpvXQGsc+ajGo8y2uYUmixaSRUc/QPoQ0GA==} + engines: {node: '>=16 || 14 >=14.17'} hasBin: true dependencies: - '@jridgewell/gen-mapping': 0.3.3 + '@jridgewell/gen-mapping': 0.3.5 commander: 4.1.1 - glob: 7.1.6 + glob: 10.3.10 lines-and-columns: 1.2.4 mz: 2.7.0 pirates: 4.0.6 @@ -17622,8 +17559,8 @@ packages: resolution: {integrity: sha512-e4hG1hRwoOdRb37cIMSgzNsxyzKfayW6VOflrwvR+/bzrkyxY/31WkbgnQpgtrNp1SdpJvpUAGTa/ZoiPNDuRQ==} dev: true - /svgo@3.0.3: - resolution: {integrity: sha512-X4UZvLhOglD5Xrp834HzGHf8RKUW0Ahigg/08yRO1no9t2NxffOkMiQ0WmaMIbaGlVTlSst2zWANsdhz5ybXgA==} + /svgo@3.2.0: + resolution: {integrity: sha512-4PP6CMW/V7l/GmKRKzsLR8xxjdHTV4IMvhTnpuHwwBazSIlw5W/5SmPjN8Dwyt7lKbSJrRDgp4t9ph0HgChFBQ==} engines: {node: '>=14.0.0'} hasBin: true dependencies: @@ -17631,12 +17568,13 @@ packages: commander: 7.2.0 css-select: 5.1.0 css-tree: 2.3.1 + css-what: 6.1.0 csso: 5.0.5 picocolors: 1.0.0 dev: true - /swagger-ui-dist@5.11.0: - resolution: {integrity: sha512-j0PIATqQSEFGOLmiJOJZj1X1Jt6bFIur3JpY7+ghliUnfZs0fpWDdHEkn9q7QUlBtKbkn6TepvSxTqnE8l3s0A==} + /swagger-ui-dist@5.11.2: + resolution: {integrity: sha512-jQG0cRgJNMZ7aCoiFofnoojeSaa/+KgWaDlfgs8QN+BXoGMpxeMVY5OEnjq4OlNvF3yjftO8c9GRAgcHlO+u7A==} dev: false /symbol-observable@1.2.0: @@ -17658,10 +17596,10 @@ packages: tslib: 2.6.2 dev: true - /tailwind-merge@2.2.0: - resolution: {integrity: sha512-SqqhhaL0T06SW59+JVNfAqKdqLs0497esifRrZ7jOaefP3o64fdFNDMrAQWZFMxTLJPiHVjRLUywT8uFz1xNWQ==} + /tailwind-merge@2.2.1: + resolution: {integrity: sha512-o+2GTLkthfa5YUt4JxPfzMIpQzZ3adD1vLVkvKE1Twl9UAhGsEbIZhHHZVRttyW177S8PDJI3bTQNaebyofK3Q==} dependencies: - '@babel/runtime': 7.23.5 + '@babel/runtime': 7.24.0 dev: false /tailwindcss-animate@1.0.7(tailwindcss@3.4.1): @@ -17679,7 +17617,7 @@ packages: dependencies: '@alloc/quick-lru': 5.2.0 arg: 5.0.2 - chokidar: 3.5.3 + chokidar: 3.6.0 didyoumean: 1.2.2 dlv: 1.1.3 fast-glob: 3.3.2 @@ -17691,14 +17629,14 @@ packages: normalize-path: 3.0.0 object-hash: 3.0.0 picocolors: 1.0.0 - postcss: 8.4.33 - postcss-import: 15.1.0(postcss@8.4.33) - postcss-js: 4.0.1(postcss@8.4.33) - postcss-load-config: 4.0.1(postcss@8.4.33)(ts-node@10.9.2) - postcss-nested: 6.0.1(postcss@8.4.33) - postcss-selector-parser: 6.0.13 + postcss: 8.4.35 + postcss-import: 15.1.0(postcss@8.4.35) + postcss-js: 4.0.1(postcss@8.4.35) + postcss-load-config: 4.0.2(postcss@8.4.35)(ts-node@10.9.2) + postcss-nested: 6.0.1(postcss@8.4.35) + postcss-selector-parser: 6.0.15 resolve: 1.22.8 - sucrase: 3.34.0 + sucrase: 3.35.0 transitivePeerDependencies: - ts-node dev: true @@ -17708,12 +17646,14 @@ packages: engines: {node: '>=6'} dev: true - /tar-fs@3.0.4: - resolution: {integrity: sha512-5AFQU8b9qLfZCX9zp2duONhPmZv0hGYiBPJsyUdqMjzq/mqVpy/rEUSeHk1+YitmxugaptgBh5oDGU3VsAJq4w==} + /tar-fs@3.0.5: + resolution: {integrity: sha512-JOgGAmZyMgbqpLwct7ZV8VzkEB6pxXFBVErLtb+XCOqzc6w1xiWKI9GVd6bwk68EX7eJ4DWmfXVmq8K2ziZTGg==} dependencies: - mkdirp-classic: 0.5.3 pump: 3.0.0 - tar-stream: 3.1.6 + tar-stream: 3.1.7 + optionalDependencies: + bare-fs: 2.2.1 + bare-path: 2.1.0 dev: false /tar-stream@2.2.0: @@ -17727,16 +17667,16 @@ packages: readable-stream: 3.6.2 dev: true - /tar-stream@3.1.6: - resolution: {integrity: sha512-B/UyjYwPpMBv+PaFSWAmtYjwdrlEaZQEhMIBFNC5oEG8lpiW8XjcSdmEaClj28ArfKScKHs2nshz3k2le6crsg==} + /tar-stream@3.1.7: + resolution: {integrity: sha512-qJj60CXt7IU1Ffyc3NJMjh6EkuCFej46zUqJ4J7pqYlThyd9bO0XBTmcOIhSzZJVWfsLks0+nle/j538YAW9RQ==} dependencies: - b4a: 1.6.4 + b4a: 1.6.6 fast-fifo: 1.3.2 - streamx: 2.15.5 + streamx: 2.16.1 dev: false - /terser-webpack-plugin@5.3.9(@swc/core@1.3.104)(webpack@5.89.0): - resolution: {integrity: sha512-ZuXsqE07EcggTWQjXUj+Aot/OMcD0bMKGgF63f7UxYcu5/AJF53aIpK1YoP5xR9l6s/Hy2b+t1AM0bLNPRuhwA==} + /terser-webpack-plugin@5.3.10(@swc/core@1.4.6)(webpack@5.90.3): + resolution: {integrity: sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==} engines: {node: '>= 10.13.0'} peerDependencies: '@swc/core': '*' @@ -17751,22 +17691,22 @@ packages: uglify-js: optional: true dependencies: - '@jridgewell/trace-mapping': 0.3.20 - '@swc/core': 1.3.104(@swc/helpers@0.5.3) + '@jridgewell/trace-mapping': 0.3.25 + '@swc/core': 1.4.6(@swc/helpers@0.5.6) jest-worker: 27.5.1 schema-utils: 3.3.0 - serialize-javascript: 6.0.1 - terser: 5.24.0 - webpack: 5.89.0(@swc/core@1.3.104) + serialize-javascript: 6.0.2 + terser: 5.29.1 + webpack: 5.90.3(@swc/core@1.4.6) dev: true - /terser@5.24.0: - resolution: {integrity: sha512-ZpGR4Hy3+wBEzVEnHvstMvqpD/nABNelQn/z2r0fjVWGQsN3bpOLzQlqDxmb4CDZnXq5lpjnQ+mHQLAOpfM5iw==} + /terser@5.29.1: + resolution: {integrity: sha512-lZQ/fyaIGxsbGxApKmoPTODIzELy3++mXhS5hOqaAWZjQtpq/hFHAc+rm29NND1rYRxRWKcjuARNwULNXa5RtQ==} engines: {node: '>=10'} hasBin: true dependencies: '@jridgewell/source-map': 0.3.5 - acorn: 8.11.2 + acorn: 8.11.3 commander: 2.20.3 source-map-support: 0.5.21 dev: true @@ -17802,11 +17742,6 @@ packages: engines: {node: '>=0.2.6'} dev: false - /throttle-debounce@3.0.1: - resolution: {integrity: sha512-dTEWWNu6JmeVXY0ZYoPuH5cRIwc0MeGbJwah9KUNYSJwommQpCzTySTpEe8Gs1J23aeWEuAobe4Ag7EHVt/LOg==} - engines: {node: '>=10'} - dev: false - /through2@4.0.2: resolution: {integrity: sha512-iOqSav00cVxEEICeD7TjLB1sueEL+81Wpzp2bY17uZjZN0pWZPuo4suZ/61VujxmqSGFfgOcNuTZ85QJwNZQpw==} dependencies: @@ -17820,17 +17755,17 @@ packages: resolution: {integrity: sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==} dev: true - /tinybench@2.5.1: - resolution: {integrity: sha512-65NKvSuAVDP/n4CqH+a9w2kTlLReS9vhsAP06MWx+/89nMinJyB2icyl58RIcqCmIggpojIGeuJGhjU1aGMBSg==} + /tinybench@2.6.0: + resolution: {integrity: sha512-N8hW3PG/3aOoZAN5V/NSAEDz0ZixDSSt5b/a05iqtpgfLWMSVuCo7w0k2vVvEjdrIoeGqZzweX2WlyioNIHchA==} dev: true - /tinypool@0.8.1: - resolution: {integrity: sha512-zBTCK0cCgRROxvs9c0CGK838sPkeokNGdQVUUwHAbynHFlmyJYj825f/oRs528HaIJ97lo0pLIlDUzwN+IorWg==} + /tinypool@0.8.2: + resolution: {integrity: sha512-SUszKYe5wgsxnNOVlBYO6IC+8VGWdVGZWAqUxp3UErNBtptZvWbwyUOyzNL59zigz2rCA92QiL3wvG+JDSdJdQ==} engines: {node: '>=14.0.0'} dev: true - /tinyspy@2.2.0: - resolution: {integrity: sha512-d2eda04AN/cPOR89F7Xv5bK/jrQEhmcLFe6HFldoeO9AJtps+fqEnh486vnT/8y4bw38pSyxDcTCAq+Ks2aJTg==} + /tinyspy@2.2.1: + resolution: {integrity: sha512-KYad6Vy5VDWV4GH3fjpseMQ/XU2BhIYP7Vzd0LG44qRWm/Yt2WCOTicFdvmgo6gWaqooMQCawTtILVQJupKu7A==} engines: {node: '>=14.0.0'} dev: true @@ -17840,8 +17775,8 @@ packages: '@popperjs/core': 2.11.8 dev: false - /tlds@1.240.0: - resolution: {integrity: sha512-1OYJQenswGZSOdRw7Bql5Qu7uf75b+F3HFBXbqnG/ifHa0fev1XcG+3pJf3pA/KC6RtHQzfKgIf1vkMlMG7mtQ==} + /tlds@1.250.0: + resolution: {integrity: sha512-rWsBfFCWKrjM/o2Q1TTUeYQv6tHSd/umUutDjVs6taTuEgRDIreVYIBgWRWW4ot7jp6n0UVUuxhTLWBtUmPu/w==} hasBin: true dev: false @@ -17850,12 +17785,11 @@ packages: engines: {node: '>=0.6.0'} dependencies: os-tmpdir: 1.0.2 + dev: true - /tmp@0.2.1: - resolution: {integrity: sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==} - engines: {node: '>=8.17.0'} - dependencies: - rimraf: 3.0.2 + /tmp@0.2.3: + resolution: {integrity: sha512-nZD7m9iCPC5g0pYmcaxogYKggSfLsdxl8of3Q/oIbqCqLLIO9IAF0GWjX1z9NZRHPiXv8Wex4yDCaZsgEw0Y8w==} + engines: {node: '>=14.14'} dev: true /tmpl@1.0.5: @@ -17911,6 +17845,7 @@ packages: resolution: {integrity: sha512-dTpowEjclQ7Kgx5SdBkqRzVhERQXov8/l9Ft9dVM9fmg0W0KQSVaXX9T4i6twCPNtYiZM53lpSSUAwJbFPOHxA==} dependencies: punycode: 2.3.1 + dev: true /tr46@5.0.0: resolution: {integrity: sha512-tk2G5R2KRwBd+ZN0zaEXpmzdKyOYksXwywulIX95MBODjSzMIuQnQ3m8JxgbhnL1LeVo7lqQKsYa1O3Htl7K5g==} @@ -17926,22 +17861,22 @@ packages: escape-string-regexp: 5.0.0 dev: true - /ts-api-utils@1.0.3(typescript@5.3.3): - resolution: {integrity: sha512-wNMeqtMz5NtwpT/UZGY5alT+VoKdSsOOP/kqHFcUW1P/VRhH2wJ48+DN2WwUliNbQ976ETwDL0Ifd2VVvgonvg==} - engines: {node: '>=16.13.0'} + /ts-api-utils@1.3.0(typescript@5.4.2): + resolution: {integrity: sha512-UQMIo7pb8WRomKR1/+MFVLTroIvDVtMX3K6OUir8ynLyzB8Jeriont2bTAtmNPa1ekAgN7YPDyf6V+ygrdU+eQ==} + engines: {node: '>=16'} peerDependencies: typescript: '>=4.2.0' dependencies: - typescript: 5.3.3 + typescript: 5.4.2 dev: true /ts-interface-checker@0.1.13: resolution: {integrity: sha512-Y/arvbn+rrz3JCKl9C4kVNfTfSm2/mEp5FSz5EsZSANGPSlQrpRI5M4PKF+mJnE52jOO90PnPSc3Ur3bTQw0gA==} dev: true - /ts-jest@29.1.1(@babel/core@7.23.7)(jest@29.7.0)(typescript@5.3.3): - resolution: {integrity: sha512-D6xjnnbP17cC85nliwGiL+tpoKN0StpgE0TeOjXQTU6MVCfsB4v7aW05CgQ/1OywGb0x/oy9hHFnN+sczTiRaA==} - engines: {node: ^14.15.0 || ^16.10.0 || >=18.0.0} + /ts-jest@29.1.2(@babel/core@7.24.0)(jest@29.7.0)(typescript@5.4.2): + resolution: {integrity: sha512-br6GJoH/WUX4pu7FbZXuWGKGNDuU7b8Uj77g/Sp7puZV6EXzuByl6JrECvm0MzVzSTkSHWTihsXt+5XYER5b+g==} + engines: {node: ^16.10.0 || ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@babel/core': '>=7.0.0-beta.0 <8' @@ -17960,20 +17895,20 @@ packages: esbuild: optional: true dependencies: - '@babel/core': 7.23.7 + '@babel/core': 7.24.0 bs-logger: 0.2.6 fast-json-stable-stringify: 2.1.0 - jest: 29.7.0(@types/node@20.11.5)(babel-plugin-macros@3.1.0)(ts-node@10.9.2) + jest: 29.7.0(@types/node@20.11.25)(babel-plugin-macros@3.1.0)(ts-node@10.9.2) jest-util: 29.7.0 json5: 2.2.3 lodash.memoize: 4.1.2 make-error: 1.3.6 - semver: 7.5.4 - typescript: 5.3.3 + semver: 7.6.0 + typescript: 5.4.2 yargs-parser: 21.1.1 dev: true - /ts-loader@9.5.1(typescript@5.3.3)(webpack@5.89.0): + /ts-loader@9.5.1(typescript@5.4.2)(webpack@5.90.3): resolution: {integrity: sha512-rNH3sK9kGZcH9dYzC7CewQm4NtxJTjSEVRJ2DyBZR7f8/wcta+iV44UPCXc5+nzDzivKtlzV6c9P4e+oFhDLYg==} engines: {node: '>=12.0.0'} peerDependencies: @@ -17981,15 +17916,15 @@ packages: webpack: ^5.0.0 dependencies: chalk: 4.1.2 - enhanced-resolve: 5.15.0 + enhanced-resolve: 5.15.1 micromatch: 4.0.5 - semver: 7.5.4 + semver: 7.6.0 source-map: 0.7.4 - typescript: 5.3.3 - webpack: 5.89.0(@swc/core@1.3.104) + typescript: 5.4.2 + webpack: 5.90.3(@swc/core@1.4.6) dev: true - /ts-node@10.9.1(@swc/core@1.3.104)(@types/node@20.11.5)(typescript@5.2.2): + /ts-node@10.9.1(@swc/core@1.4.6)(@types/node@20.11.25)(typescript@5.3.3): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -18004,24 +17939,24 @@ packages: optional: true dependencies: '@cspotcode/source-map-support': 0.8.1 - '@swc/core': 1.3.104(@swc/helpers@0.5.3) + '@swc/core': 1.4.6(@swc/helpers@0.5.6) '@tsconfig/node10': 1.0.9 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.11.5 - acorn: 8.11.2 - acorn-walk: 8.3.0 + '@types/node': 20.11.25 + acorn: 8.11.3 + acorn-walk: 8.3.2 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.2.2 + typescript: 5.3.3 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: true - /ts-node@10.9.1(@swc/core@1.3.104)(@types/node@20.11.5)(typescript@5.3.3): + /ts-node@10.9.1(@swc/core@1.4.6)(@types/node@20.11.25)(typescript@5.4.2): resolution: {integrity: sha512-NtVysVPkxxrwFGUUxGYhfux8k78pQB3JqYBXlLRZgdGUqTO5wU/UyHop5p70iEbGhB7q5KmiZiU0Y3KlJrScEw==} hasBin: true peerDependencies: @@ -18036,24 +17971,24 @@ packages: optional: true dependencies: '@cspotcode/source-map-support': 0.8.1 - '@swc/core': 1.3.104(@swc/helpers@0.5.3) + '@swc/core': 1.4.6(@swc/helpers@0.5.6) '@tsconfig/node10': 1.0.9 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.11.5 - acorn: 8.11.2 - acorn-walk: 8.3.0 + '@types/node': 20.11.25 + acorn: 8.11.3 + acorn-walk: 8.3.2 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.3.3 + typescript: 5.4.2 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: true - /ts-node@10.9.2(@swc/core@1.3.104)(@types/node@20.11.5)(typescript@5.3.3): + /ts-node@10.9.2(@swc/core@1.4.6)(@types/node@20.11.25)(typescript@5.4.2): resolution: {integrity: sha512-f0FFpIdcHgn8zcPSbf1dRevwt047YMnaiJM3u2w2RewrB+fob/zePZcrOyQoLMMO7aBIddLcQIEK5dYjkLnGrQ==} hasBin: true peerDependencies: @@ -18068,19 +18003,19 @@ packages: optional: true dependencies: '@cspotcode/source-map-support': 0.8.1 - '@swc/core': 1.3.104(@swc/helpers@0.5.3) + '@swc/core': 1.4.6(@swc/helpers@0.5.6) '@tsconfig/node10': 1.0.9 '@tsconfig/node12': 1.0.11 '@tsconfig/node14': 1.0.3 '@tsconfig/node16': 1.0.4 - '@types/node': 20.11.5 - acorn: 8.11.2 - acorn-walk: 8.3.0 + '@types/node': 20.11.25 + acorn: 8.11.3 + acorn-walk: 8.3.2 arg: 4.1.3 create-require: 1.1.1 diff: 4.0.2 make-error: 1.3.6 - typescript: 5.3.3 + typescript: 5.4.2 v8-compile-cache-lib: 3.0.1 yn: 3.1.1 dev: true @@ -18090,7 +18025,7 @@ packages: engines: {node: '>=10.13.0'} dependencies: chalk: 4.1.2 - enhanced-resolve: 5.15.0 + enhanced-resolve: 5.15.1 tsconfig-paths: 4.2.0 dev: true @@ -18122,14 +18057,14 @@ packages: /tslib@2.6.2: resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - /tsutils@3.21.0(typescript@5.3.3): + /tsutils@3.21.0(typescript@5.4.2): resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} engines: {node: '>= 6'} peerDependencies: typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' dependencies: tslib: 1.14.1 - typescript: 5.3.3 + typescript: 5.4.2 dev: true /type-check@0.4.0: @@ -18151,11 +18086,7 @@ packages: /type-fest@0.21.3: resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} engines: {node: '>=10'} - - /type-fest@2.19.0: - resolution: {integrity: sha512-RAH822pAdBgcNMAfWnCBU3CFZcfZ/i1eZjwFU/dsLKumyuuP3niueg2UAukXYF0E2AAoc82ZSSf9J0WQBinzHA==} - engines: {node: '>=12.20'} - dev: false + dev: true /type-is@1.6.18: resolution: {integrity: sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==} @@ -18164,42 +18095,48 @@ packages: media-typer: 0.3.0 mime-types: 2.1.35 - /typed-array-buffer@1.0.0: - resolution: {integrity: sha512-Y8KTSIglk9OZEr8zywiIHG/kmQ7KWyjseXs1CbSo8vC42w7hg2HgYTxSWwP0+is7bWDc1H+Fo026CpHFwm8tkw==} + /typed-array-buffer@1.0.2: + resolution: {integrity: sha512-gEymJYKZtKXzzBzM4jqa9w6Q1Jjm7x2d+sh19AdsD4wqnMPDYyvwpsIc2Q/835kHuo3BEQ7CjelGhfTsoBb2MQ==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 - get-intrinsic: 1.2.2 - is-typed-array: 1.1.12 + call-bind: 1.0.7 + es-errors: 1.3.0 + is-typed-array: 1.1.13 dev: true - /typed-array-byte-length@1.0.0: - resolution: {integrity: sha512-Or/+kvLxNpeQ9DtSydonMxCx+9ZXOswtwJn17SNLvhptaXYDJvkFFP5zbfU/uLmvnBJlI4yrnXRxpdWH/M5tNA==} + /typed-array-byte-length@1.0.1: + resolution: {integrity: sha512-3iMJ9q0ao7WE9tWcaYKIptkNBuOIcZCCT0d4MRvuuH88fEoEH62IuQe0OtraD3ebQEoTRk8XCBoknUNc1Y67pw==} engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 for-each: 0.3.3 - has-proto: 1.0.1 - is-typed-array: 1.1.12 + gopd: 1.0.1 + has-proto: 1.0.3 + is-typed-array: 1.1.13 dev: true - /typed-array-byte-offset@1.0.0: - resolution: {integrity: sha512-RD97prjEt9EL8YgAgpOkf3O4IF9lhJFr9g0htQkm0rchFp/Vx7LW5Q8fSXXub7BXAODyUQohRMyOc3faCPd0hg==} + /typed-array-byte-offset@1.0.2: + resolution: {integrity: sha512-Ous0vodHa56FviZucS2E63zkgtgrACj7omjwd/8lTEMEPFFyjfixMZ1ZXenpgCFBBt4EC1J2XsyVS2gkG0eTFA==} engines: {node: '>= 0.4'} dependencies: - available-typed-arrays: 1.0.5 - call-bind: 1.0.5 + available-typed-arrays: 1.0.7 + call-bind: 1.0.7 for-each: 0.3.3 - has-proto: 1.0.1 - is-typed-array: 1.1.12 + gopd: 1.0.1 + has-proto: 1.0.3 + is-typed-array: 1.1.13 dev: true - /typed-array-length@1.0.4: - resolution: {integrity: sha512-KjZypGq+I/H7HI5HlOoGHkWUUGq+Q0TPhQurLbyrVrvnKTBgzLhIJ7j6J/XTQOi0d1RjyZ0wdas8bKs2p0x3Ng==} + /typed-array-length@1.0.5: + resolution: {integrity: sha512-yMi0PlwuznKHxKmcpoOdeLwxBoVPkqZxd7q2FgMkmD3bNwvF5VW0+UlUQ1k1vmktTu4Yu13Q0RIxEP8+B+wloA==} + engines: {node: '>= 0.4'} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 for-each: 0.3.3 - is-typed-array: 1.1.12 + gopd: 1.0.1 + has-proto: 1.0.3 + is-typed-array: 1.1.13 + possible-typed-array-names: 1.0.0 dev: true /typed-assert@1.0.9: @@ -18209,23 +18146,23 @@ packages: /typedarray@0.0.6: resolution: {integrity: sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==} - /typescript@5.2.2: - resolution: {integrity: sha512-mI4WrpHsbCIcwT9cF4FZvr80QUeKvsUsUvKDoR+X/7XHQH98xYD8YHZg7ANtz2GtZt/CBq2QJ0thkGJMHfqc1w==} - engines: {node: '>=14.17'} - hasBin: true - dev: true - /typescript@5.3.3: resolution: {integrity: sha512-pXWcraxM0uxAS+tN0AG/BF2TyqmHO014Z070UsJ+pFvYuRSq8KH8DmWpnbXe0pEPDHXZV3FcAbJkijJ5oNEnWw==} engines: {node: '>=14.17'} hasBin: true + dev: true - /uc.micro@1.0.6: - resolution: {integrity: sha512-8Y75pvTYkLJW2hWQHXxoqRgV7qb9B+9vFEtidML+7koHUFapnVJAZ6cKs+Qjz5Aw3aZWHMC6u0wJE3At+nSGwA==} + /typescript@5.4.2: + resolution: {integrity: sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==} + engines: {node: '>=14.17'} + hasBin: true + + /uc.micro@2.1.0: + resolution: {integrity: sha512-ARDJmphmdvUk6Glw7y9DQ2bFkKBHwQHLi2lsaH6PPmz/Ka9sFOBsBluozhDltWmnv9u/cF6Rt87znRTPV+yp/A==} dev: false - /ufo@1.3.2: - resolution: {integrity: sha512-o+ORpgGwaYQXgqGDwd+hkS4PuZ3QnmqMMxRuajK/a38L6fTpcE5GPIfrf+L/KemFzfUpeUQc1rRS1iDBozvnFA==} + /ufo@1.4.0: + resolution: {integrity: sha512-Hhy+BhRBleFjpJ2vchUNN40qgkh0366FWJGqVLYBHev0vpHTrXSA0ryT+74UiW6KWsldNurQMKGqCm1M2zBciQ==} dev: true /uglify-js@3.17.4: @@ -18247,7 +18184,7 @@ packages: /unbox-primitive@1.0.2: resolution: {integrity: sha512-61pPlCD9h51VoreyJ0BReideM3MDKMKnh6+V9L08331ipq6Q8OFXZYiqP6n/tbHx4s5I9uRhcye6BrbkizkBDw==} dependencies: - call-bind: 1.0.5 + call-bind: 1.0.7 has-bigints: 1.0.2 has-symbols: 1.0.3 which-boxed-primitive: 1.0.2 @@ -18290,7 +18227,7 @@ packages: resolution: {integrity: sha512-N6uOhuW6zO95P3Mel2I2zMsbsanvvtgn6jVqJv4vbVcz/JN0OkL9suomjQGmWtxJQXOCqUJvquc1sMeNz/IwlA==} engines: {node: '>= 0.8.0'} dependencies: - qs: 6.11.2 + qs: 6.12.0 dev: true /unique-names-generator@4.7.1: @@ -18301,6 +18238,7 @@ packages: /universalify@0.1.2: resolution: {integrity: sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==} engines: {node: '>= 4.0.0'} + dev: true /universalify@0.2.0: resolution: {integrity: sha512-CJ1QgKmNg3CwvAv/kOFmtnEN05f0D/cn9QntgNOQlQF9dgvVTHj3t+8JPdjqawCHk7V/KA+fbUqzZ9XWhcqPUg==} @@ -18310,7 +18248,6 @@ packages: /universalify@2.0.1: resolution: {integrity: sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==} engines: {node: '>= 10.0.0'} - dev: true /unpipe@1.0.0: resolution: {integrity: sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==} @@ -18319,27 +18256,17 @@ packages: /unraw@3.0.0: resolution: {integrity: sha512-08/DA66UF65OlpUDIQtbJyrqTR0jTAlJ+jsnkQ4jxR7+K5g5YG1APZKQSMCE1vqqmD+2pv6+IdEjmopFatacvg==} - /update-browserslist-db@1.0.13(browserslist@4.22.1): + /update-browserslist-db@1.0.13(browserslist@4.23.0): resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} hasBin: true peerDependencies: browserslist: '>= 4.21.0' dependencies: - browserslist: 4.22.1 - escalade: 3.1.1 + browserslist: 4.23.0 + escalade: 3.1.2 picocolors: 1.0.0 dev: true - /update-browserslist-db@1.0.13(browserslist@4.22.2): - resolution: {integrity: sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==} - hasBin: true - peerDependencies: - browserslist: '>= 4.21.0' - dependencies: - browserslist: 4.22.2 - escalade: 3.1.1 - picocolors: 1.0.0 - /upper-case@1.1.3: resolution: {integrity: sha512-WRbjgmYzgXkCV7zNVpy5YgrHgbBv126rMALQQMrmzOVC4GM2waQ9x7xtm8VU+1yF2kWyPzI9zbZ48n4vSxwfSA==} dev: false @@ -18360,8 +18287,8 @@ packages: requires-port: 1.0.0 dev: true - /urlpattern-polyfill@9.0.0: - resolution: {integrity: sha512-WHN8KDQblxd32odxeIgo83rdVDE2bvdkb86it7bMhYZwWKJz0+O0RK/eZiHYnM+zgt/U7hAHOlCQGfjjvSkw2g==} + /urlpattern-polyfill@10.0.0: + resolution: {integrity: sha512-H/A06tKD7sS1O1X2SshBVeA5FLycRpjqiBeqGKmBwBDBy28EnRjORxTNe269KSSr5un5qyWi1iL61wLxpd+ZOg==} dev: false /use-breakpoint@4.0.1(react-dom@18.2.0)(react@18.2.0): @@ -18374,8 +18301,8 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /use-callback-ref@1.3.0(@types/react@18.2.48)(react@18.2.0): - resolution: {integrity: sha512-3FT9PRuRdbB9HfXhEq35u4oZkvpJ5kuYbpqhCfmiZyReuRgpnhDlbr2ZEnnuS0RrJAPn6l23xjFg9kpDM+Ms7w==} + /use-callback-ref@1.3.1(@types/react@18.2.64)(react@18.2.0): + resolution: {integrity: sha512-Lg4Vx1XZQauB42Hw3kK7JM6yjVjgFmFC5/Ab797s79aARomD2nEErc4mCgM8EZrARLmmbWpi5DGCadmK50DcAQ==} engines: {node: '>=10'} peerDependencies: '@types/react': ^16.8.0 || ^17.0.0 || ^18.0.0 @@ -18384,7 +18311,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.2.48 + '@types/react': 18.2.64 react: 18.2.0 tslib: 2.6.2 dev: false @@ -18399,7 +18326,7 @@ packages: react-dom: 18.2.0(react@18.2.0) dev: false - /use-sidecar@1.1.2(@types/react@18.2.48)(react@18.2.0): + /use-sidecar@1.1.2(@types/react@18.2.64)(react@18.2.0): resolution: {integrity: sha512-epTbsLuzZ7lPClpz2TyryBfztm7m+28DlEv2ZCQ3MDr5ssiwyOwGH/e5F9CkfWjJ1t4clvI58yF822/GUkjjhw==} engines: {node: '>=10'} peerDependencies: @@ -18409,7 +18336,7 @@ packages: '@types/react': optional: true dependencies: - '@types/react': 18.2.48 + '@types/react': 18.2.64 detect-node-es: 1.1.0 react: 18.2.0 tslib: 2.6.2 @@ -18423,15 +18350,14 @@ packages: react: 18.2.0 dev: false - /usehooks-ts@2.9.5(react-dom@18.2.0)(react@18.2.0): - resolution: {integrity: sha512-M5LrjX9Wo4XRsof0zCCsq81x5+so/b89aUO53XPTjUehKAbOFhRq/DDRyv7qsRK4AEaJe1rhReFZqesPGnREhQ==} + /usehooks-ts@3.0.1(react@18.2.0): + resolution: {integrity: sha512-bgJ8S9w/SnQyACd3RvWp3CGncROxEENGqQLCsdaoyTb0zTENIna7MIV3OW6ywCfPaYYD2OPokw7oLPmSLLWP4w==} engines: {node: '>=16.15.0'} peerDependencies: - react: ^16.8.0 || ^17.0.0 || ^18.0.0 - react-dom: ^16.8.0 || ^17.0.0 || ^18.0.0 + react: ^16.8.0 || ^17 || ^18 dependencies: + lodash.debounce: 4.0.8 react: 18.2.0 - react-dom: 18.2.0(react@18.2.0) dev: false /util-deprecate@1.0.2: @@ -18443,8 +18369,8 @@ packages: inherits: 2.0.4 is-arguments: 1.1.1 is-generator-function: 1.0.10 - is-typed-array: 1.1.12 - which-typed-array: 1.1.13 + is-typed-array: 1.1.13 + which-typed-array: 1.1.14 dev: false /utils-merge@1.0.1: @@ -18456,11 +18382,6 @@ packages: hasBin: true dev: true - /uuid@9.0.0: - resolution: {integrity: sha512-MXcSTerfPa4uqyzStbRoTgt5XIe3x5+42+q1sDuy3R5MDk66URdLMOZe5aPX/SQd+kuYAh0FdP/pO28IkQyTeg==} - hasBin: true - dev: false - /uuid@9.0.1: resolution: {integrity: sha512-b+1eJOlsR9K8HJpow9Ok3fiWOWSIcIzXodvv0rQjVoOVNpWMpxf1wZNpt4y9h10odCNrqnYp1OBzRktckBe3sA==} hasBin: true @@ -18474,7 +18395,7 @@ packages: resolution: {integrity: sha512-/EH/sDgxU2eGxajKdwLCDmQ4FWq+kpi3uCmBGpw1xJtnAxEjlD8j8PEiGWpCIMIs3ciNAgH0d3TTJiUkYzyZjA==} engines: {node: '>=10.12.0'} dependencies: - '@jridgewell/trace-mapping': 0.3.20 + '@jridgewell/trace-mapping': 0.3.25 '@types/istanbul-lib-coverage': 2.0.6 convert-source-map: 2.0.0 dev: true @@ -18507,16 +18428,16 @@ packages: resolution: {integrity: sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==} engines: {node: '>= 0.8'} - /vite-node@1.2.1(@types/node@20.11.5)(less@4.1.3)(stylus@0.59.0): - resolution: {integrity: sha512-fNzHmQUSOY+y30naohBvSW7pPn/xn3Ib/uqm+5wAJQJiqQsU0NBR78XdRJb04l4bOFKjpTWld0XAfkKlrDbySg==} + /vite-node@1.3.1(@types/node@20.11.25)(less@4.1.3)(stylus@0.59.0): + resolution: {integrity: sha512-azbRrqRxlWTJEVbzInZCTchx0X69M/XPTCz4H+TLvlTcR/xH/3hkRqhOakT41fMJCMzXTu4UvegkZiEoJAWvng==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true dependencies: cac: 6.7.14 debug: 4.3.4 - pathe: 1.1.1 + pathe: 1.1.2 picocolors: 1.0.0 - vite: 5.0.11(@types/node@20.11.5)(less@4.1.3)(stylus@0.59.0) + vite: 5.1.5(@types/node@20.11.25)(less@4.1.3)(stylus@0.59.0) transitivePeerDependencies: - '@types/node' - less @@ -18528,8 +18449,8 @@ packages: - terser dev: true - /vite-plugin-dts@3.7.1(@types/node@20.11.5)(typescript@5.3.3)(vite@5.0.11): - resolution: {integrity: sha512-VZJckNFpVfRAkmOxhGT5OgTUVWVXxkNQqLpBUuiNGAr9HbtvmvsPLo2JB3Xhn+o/Z9+CT6YZfYa4bX9SGR5hNw==} + /vite-plugin-dts@3.7.3(@types/node@20.11.25)(typescript@5.4.2)(vite@5.1.5): + resolution: {integrity: sha512-26eTlBYdpjRLWCsTJebM8vkCieE+p9gP3raf+ecDnzzK5E3FG6VE1wcy55OkRpfWWVlVvKkYFe6uvRHYWx7Nog==} engines: {node: ^14.18.0 || >=16.0.0} peerDependencies: typescript: '*' @@ -18538,22 +18459,22 @@ packages: vite: optional: true dependencies: - '@microsoft/api-extractor': 7.39.0(@types/node@20.11.5) + '@microsoft/api-extractor': 7.39.0(@types/node@20.11.25) '@rollup/pluginutils': 5.1.0 - '@vue/language-core': 1.8.27(typescript@5.3.3) + '@vue/language-core': 1.8.27(typescript@5.4.2) debug: 4.3.4 kolorist: 1.8.0 - typescript: 5.3.3 - vite: 5.0.11(@types/node@20.11.5)(less@4.1.3)(stylus@0.59.0) - vue-tsc: 1.8.27(typescript@5.3.3) + typescript: 5.4.2 + vite: 5.1.5(@types/node@20.11.25)(less@4.1.3)(stylus@0.59.0) + vue-tsc: 1.8.27(typescript@5.4.2) transitivePeerDependencies: - '@types/node' - rollup - supports-color dev: true - /vite@5.0.11(@types/node@20.11.5)(less@4.1.3)(stylus@0.59.0): - resolution: {integrity: sha512-XBMnDjZcNAw/G1gEiskiM1v6yzM4GE5aMGvhWTlHAYYhxb7S3/V1s3m2LDHa8Vh6yIWYYB0iJwsEaS523c4oYA==} + /vite@5.1.5(@types/node@20.11.25)(less@4.1.3)(stylus@0.59.0): + resolution: {integrity: sha512-BdN1xh0Of/oQafhU+FvopafUp6WaYenLU/NFoL5WyJL++GxkNfieKzBhM24H3HVsPQrlAqB7iJYTHabzaRed5Q==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: @@ -18580,25 +18501,25 @@ packages: terser: optional: true dependencies: - '@types/node': 20.11.5 - esbuild: 0.19.5 + '@types/node': 20.11.25 + esbuild: 0.19.12 less: 4.1.3 - postcss: 8.4.33 - rollup: 4.4.1 + postcss: 8.4.35 + rollup: 4.12.1 stylus: 0.59.0 optionalDependencies: fsevents: 2.3.3 dev: true - /vitest@1.2.1(@types/node@20.11.5)(@vitest/ui@1.2.1)(jsdom@23.2.0)(less@4.1.3)(stylus@0.59.0): - resolution: {integrity: sha512-TRph8N8rnSDa5M2wKWJCMnztCZS9cDcgVTQ6tsTFTG/odHJ4l5yNVqvbeDJYJRZ6is3uxaEpFs8LL6QM+YFSdA==} + /vitest@1.3.1(@types/node@20.11.25)(@vitest/ui@1.3.1)(jsdom@24.0.0)(less@4.1.3)(stylus@0.59.0): + resolution: {integrity: sha512-/1QJqXs8YbCrfv/GPQ05wAZf2eakUPLPa18vkJAKE7RXOKfVHqMZZ1WlTjiwl6Gcn65M5vpNUB6EFLnEdRdEXQ==} engines: {node: ^18.0.0 || >=20.0.0} hasBin: true peerDependencies: '@edge-runtime/vm': '*' '@types/node': ^18.0.0 || >=20.0.0 - '@vitest/browser': ^1.0.0 - '@vitest/ui': ^1.0.0 + '@vitest/browser': 1.3.1 + '@vitest/ui': 1.3.1 happy-dom: '*' jsdom: '*' peerDependenciesMeta: @@ -18615,29 +18536,28 @@ packages: jsdom: optional: true dependencies: - '@types/node': 20.11.5 - '@vitest/expect': 1.2.1 - '@vitest/runner': 1.2.1 - '@vitest/snapshot': 1.2.1 - '@vitest/spy': 1.2.1 - '@vitest/ui': 1.2.1(vitest@1.2.1) - '@vitest/utils': 1.2.1 + '@types/node': 20.11.25 + '@vitest/expect': 1.3.1 + '@vitest/runner': 1.3.1 + '@vitest/snapshot': 1.3.1 + '@vitest/spy': 1.3.1 + '@vitest/ui': 1.3.1(vitest@1.3.1) + '@vitest/utils': 1.3.1 acorn-walk: 8.3.2 - cac: 6.7.14 - chai: 4.3.10 + chai: 4.4.1 debug: 4.3.4 execa: 8.0.1 - jsdom: 23.2.0 + jsdom: 24.0.0 local-pkg: 0.5.0 - magic-string: 0.30.5 - pathe: 1.1.1 + magic-string: 0.30.8 + pathe: 1.1.2 picocolors: 1.0.0 - std-env: 3.5.0 - strip-literal: 1.3.0 - tinybench: 2.5.1 - tinypool: 0.8.1 - vite: 5.0.11(@types/node@20.11.5)(less@4.1.3)(stylus@0.59.0) - vite-node: 1.2.1(@types/node@20.11.5)(less@4.1.3)(stylus@0.59.0) + std-env: 3.7.0 + strip-literal: 2.0.0 + tinybench: 2.6.0 + tinypool: 0.8.2 + vite: 5.1.5(@types/node@20.11.25)(less@4.1.3)(stylus@0.59.0) + vite-node: 1.3.1(@types/node@20.11.25)(less@4.1.3)(stylus@0.59.0) why-is-node-running: 2.2.2 transitivePeerDependencies: - less @@ -18655,23 +18575,23 @@ packages: requiresBuild: true dev: false - /vue-template-compiler@2.7.15: - resolution: {integrity: sha512-yQxjxMptBL7UAog00O8sANud99C6wJF+7kgbcwqkvA38vCGF7HWE66w0ZFnS/kX5gSoJr/PQ4/oS3Ne2pW37Og==} + /vue-template-compiler@2.7.16: + resolution: {integrity: sha512-AYbUWAJHLGGQM7+cNTELw+KsOG9nl2CnSv467WobS5Cv9uk3wFcnr1Etsz2sEIHEZvw1U+o9mRlEO6QbZvUPGQ==} dependencies: de-indent: 1.0.2 he: 1.2.0 dev: true - /vue-tsc@1.8.27(typescript@5.3.3): + /vue-tsc@1.8.27(typescript@5.4.2): resolution: {integrity: sha512-WesKCAZCRAbmmhuGl3+VrdWItEvfoFIPXOvUJkjULi+x+6G/Dy69yO3TBRJDr9eUlmsNAwVmxsNZxvHKzbkKdg==} hasBin: true peerDependencies: typescript: '*' dependencies: '@volar/typescript': 1.11.1 - '@vue/language-core': 1.8.27(typescript@5.3.3) - semver: 7.5.4 - typescript: 5.3.3 + '@vue/language-core': 1.8.27(typescript@5.4.2) + semver: 7.6.0 + typescript: 5.4.2 dev: true /w3c-keyname@2.2.8: @@ -18732,8 +18652,8 @@ packages: - encoding dev: false - /web-streams-polyfill@3.2.1: - resolution: {integrity: sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==} + /web-streams-polyfill@3.3.3: + resolution: {integrity: sha512-d2JWLCivmZYTSIoge9MsgFCZrt571BikcWGYkjC1khllbTeDlGqZ2D8vD8E/lJa8WGWbb7Plm8/XJYV7IJHZZw==} engines: {node: '>= 8'} dev: false @@ -18751,13 +18671,14 @@ packages: /webidl-conversions@4.0.2: resolution: {integrity: sha512-YQ+BmxuTgd6UXZW3+ICGfyqRyHXVlD5GtQr5+qjiNW7bF0cqrzX500HVXPBOvgXb5YnzDd+h0zqyv61KUD7+Sg==} + dev: true /webidl-conversions@7.0.0: resolution: {integrity: sha512-VwddBukDzu71offAQR975unBIGqfKZpM+8ZX6ySk8nYhVoo5CYaZyzt3YBvYtRtO+aoGlqxPg/B87NGVZ/fu6g==} engines: {node: '>=12'} dev: true - /webpack-dev-middleware@5.3.3(webpack@5.89.0): + /webpack-dev-middleware@5.3.3(webpack@5.90.3): resolution: {integrity: sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==} engines: {node: '>= 12.13.0'} peerDependencies: @@ -18768,10 +18689,10 @@ packages: mime-types: 2.1.35 range-parser: 1.2.1 schema-utils: 4.2.0 - webpack: 5.89.0(@swc/core@1.3.104) + webpack: 5.90.3(@swc/core@1.4.6) dev: true - /webpack-dev-server@4.15.1(webpack@5.89.0): + /webpack-dev-server@4.15.1(webpack@5.90.3): resolution: {integrity: sha512-5hbAst3h3C3L8w6W4P96L5vaV0PxSmJhxZvWKYIdgxOQm8pNZ5dEOmmSLBVpP85ReeyRt6AS1QJNyo/oFFPeVA==} engines: {node: '>= 12.13.0'} hasBin: true @@ -18785,22 +18706,22 @@ packages: optional: true dependencies: '@types/bonjour': 3.5.13 - '@types/connect-history-api-fallback': 1.5.3 + '@types/connect-history-api-fallback': 1.5.4 '@types/express': 4.17.21 '@types/serve-index': 1.9.4 '@types/serve-static': 1.15.5 '@types/sockjs': 0.3.36 - '@types/ws': 8.5.9 + '@types/ws': 8.5.10 ansi-html-community: 0.0.8 - bonjour-service: 1.1.1 - chokidar: 3.5.3 + bonjour-service: 1.2.1 + chokidar: 3.6.0 colorette: 2.0.20 compression: 1.7.4 connect-history-api-fallback: 2.0.0 default-gateway: 6.0.3 - express: 4.18.2 + express: 4.18.3 graceful-fs: 4.2.11 - html-entities: 2.4.0 + html-entities: 2.5.2 http-proxy-middleware: 2.0.6(@types/express@4.17.21) ipaddr.js: 2.1.0 launch-editor: 2.6.1 @@ -18812,9 +18733,9 @@ packages: serve-index: 1.9.1 sockjs: 0.3.24 spdy: 4.0.2 - webpack: 5.89.0(@swc/core@1.3.104) - webpack-dev-middleware: 5.3.3(webpack@5.89.0) - ws: 8.14.2 + webpack: 5.90.3(@swc/core@1.4.6) + webpack-dev-middleware: 5.3.3(webpack@5.90.3) + ws: 8.16.0 transitivePeerDependencies: - bufferutil - debug @@ -18832,7 +18753,7 @@ packages: engines: {node: '>=10.13.0'} dev: true - /webpack-subresource-integrity@5.1.0(webpack@5.89.0): + /webpack-subresource-integrity@5.1.0(webpack@5.90.3): resolution: {integrity: sha512-sacXoX+xd8r4WKsy9MvH/q/vBtEHr86cpImXwyg74pFIpERKt6FmB8cXpeuh0ZLgclOlHI4Wcll7+R5L02xk9Q==} engines: {node: '>= 12'} peerDependencies: @@ -18843,11 +18764,11 @@ packages: optional: true dependencies: typed-assert: 1.0.9 - webpack: 5.89.0(@swc/core@1.3.104) + webpack: 5.90.3(@swc/core@1.4.6) dev: true - /webpack@5.89.0(@swc/core@1.3.104): - resolution: {integrity: sha512-qyfIC10pOr70V+jkmud8tMfajraGCZMBWJtrmuBymQKCrLTRejBI8STDp1MCyZu/QTdZSeacCQYpYNQVOzX5kw==} + /webpack@5.90.3(@swc/core@1.4.6): + resolution: {integrity: sha512-h6uDYlWCctQRuXBs1oYpVe6sFcWedl0dpcVaTf/YF67J9bKvwJajFulMVSYKHrksMB3I/pIagRzDxwxkebuzKA==} engines: {node: '>=10.13.0'} hasBin: true peerDependencies: @@ -18861,11 +18782,11 @@ packages: '@webassemblyjs/ast': 1.11.6 '@webassemblyjs/wasm-edit': 1.11.6 '@webassemblyjs/wasm-parser': 1.11.6 - acorn: 8.11.2 - acorn-import-assertions: 1.9.0(acorn@8.11.2) - browserslist: 4.22.1 + acorn: 8.11.3 + acorn-import-assertions: 1.9.0(acorn@8.11.3) + browserslist: 4.23.0 chrome-trace-event: 1.0.3 - enhanced-resolve: 5.15.0 + enhanced-resolve: 5.15.1 es-module-lexer: 1.4.1 eslint-scope: 5.1.1 events: 3.3.0 @@ -18877,7 +18798,7 @@ packages: neo-async: 2.6.2 schema-utils: 3.3.0 tapable: 2.2.1 - terser-webpack-plugin: 5.3.9(@swc/core@1.3.104)(webpack@5.89.0) + terser-webpack-plugin: 5.3.10(@swc/core@1.4.6)(webpack@5.90.3) watchpack: 2.4.0 webpack-sources: 3.2.3 transitivePeerDependencies: @@ -18939,6 +18860,7 @@ packages: lodash.sortby: 4.7.0 tr46: 1.0.1 webidl-conversions: 4.0.2 + dev: true /which-boxed-primitive@1.0.2: resolution: {integrity: sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==} @@ -18955,7 +18877,7 @@ packages: engines: {node: '>= 0.4'} dependencies: function.prototype.name: 1.1.6 - has-tostringtag: 1.0.0 + has-tostringtag: 1.0.2 is-async-function: 2.0.0 is-date-object: 1.0.5 is-finalizationregistry: 1.0.2 @@ -18964,28 +18886,29 @@ packages: is-weakref: 1.0.2 isarray: 2.0.5 which-boxed-primitive: 1.0.2 - which-collection: 1.0.1 - which-typed-array: 1.1.13 + which-collection: 1.0.2 + which-typed-array: 1.1.14 dev: true - /which-collection@1.0.1: - resolution: {integrity: sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==} - dependencies: - is-map: 2.0.2 - is-set: 2.0.2 - is-weakmap: 2.0.1 - is-weakset: 2.0.2 - dev: true - - /which-typed-array@1.1.13: - resolution: {integrity: sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==} + /which-collection@1.0.2: + resolution: {integrity: sha512-K4jVyjnBdgvc86Y6BkaLZEN933SwYOuBFkdmBu9ZfkcAbdVbpITnDmjvZ/aQjRXQrv5EPkTnD1s39GiiqbngCw==} engines: {node: '>= 0.4'} dependencies: - available-typed-arrays: 1.0.5 - call-bind: 1.0.5 + is-map: 2.0.3 + is-set: 2.0.3 + is-weakmap: 2.0.2 + is-weakset: 2.0.3 + dev: true + + /which-typed-array@1.1.14: + resolution: {integrity: sha512-VnXFiIW8yNn9kIHN88xvZ4yOWchftKDsRJ8fEPacX/wl1lOvBrhsJ/OeJCXq7B0AaijRuqgzSKalJoPk+D8MPg==} + engines: {node: '>= 0.4'} + dependencies: + available-typed-arrays: 1.0.7 + call-bind: 1.0.7 for-each: 0.3.3 gopd: 1.0.1 - has-tostringtag: 1.0.0 + has-tostringtag: 1.0.2 /which@1.3.1: resolution: {integrity: sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==} @@ -19021,8 +18944,8 @@ packages: engines: {node: '>= 10.0.0'} requiresBuild: true dependencies: - '@babel/parser': 7.23.5 - '@babel/types': 7.23.5 + '@babel/parser': 7.24.0 + '@babel/types': 7.24.0 assert-never: 1.2.1 babel-walk: 3.0.0-canary-5 dev: false @@ -19048,7 +18971,6 @@ packages: ansi-styles: 6.2.1 string-width: 5.1.2 strip-ansi: 7.1.0 - dev: false /wrappy@1.0.2: resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} @@ -19076,18 +18998,6 @@ packages: dev: false optional: true - /ws@8.14.2: - resolution: {integrity: sha512-wEBG1ftX4jcglPxgFCMJmZ2PLtSbJ2Peg6TmpJFTbe9GZYOQCDPdMYu/Tm0/bGZkw8paZnJY45J4K2PZrLYq8g==} - engines: {node: '>=10.0.0'} - peerDependencies: - bufferutil: ^4.0.1 - utf-8-validate: '>=5.0.2' - peerDependenciesMeta: - bufferutil: - optional: true - utf-8-validate: - optional: true - /ws@8.16.0: resolution: {integrity: sha512-HS0c//TP7Ina87TfiPUz1rQzMhHrl/SG2guqRcTOIUYD2q8uhUdNHZYJUaQ8aTGPzCh+c6oawMKW35nFl1dxyQ==} engines: {node: '>=10.0.0'} @@ -19140,6 +19050,7 @@ packages: /yallist@3.1.1: resolution: {integrity: sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==} + dev: true /yallist@4.0.0: resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} @@ -19148,39 +19059,22 @@ packages: resolution: {integrity: sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==} engines: {node: '>= 6'} - /yaml@2.3.4: - resolution: {integrity: sha512-8aAvwVUSHpfEqTQ4w/KMlf3HcRdt50E5ODIQJBw1fQ5RL34xabzxtUlzTXVqc4rkZsPbvrXKWnABCD7kWSmocA==} + /yaml@2.4.1: + resolution: {integrity: sha512-pIXzoImaqmfOrL7teGUBt/T7ZDnyeGBWyXQBvOVhLkWLN37GXv8NMLK406UY6dS51JfcQHsmcW5cJ441bHg6Lg==} engines: {node: '>= 14'} + hasBin: true dev: true - /yargs-parser@20.2.9: - resolution: {integrity: sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==} - engines: {node: '>=10'} - dev: false - /yargs-parser@21.1.1: resolution: {integrity: sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==} engines: {node: '>=12'} - /yargs@16.2.0: - resolution: {integrity: sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==} - engines: {node: '>=10'} - dependencies: - cliui: 7.0.4 - escalade: 3.1.1 - get-caller-file: 2.0.5 - require-directory: 2.1.1 - string-width: 4.2.3 - y18n: 5.0.8 - yargs-parser: 20.2.9 - dev: false - /yargs@17.7.2: resolution: {integrity: sha512-7dSzzRQ++CKnNI/krKnYRV7JKKPUXMEh61soaHKg9mrWEhzFWhFnxPxGl+69cD1Ou63C13NUPCnmIcrvqCuM6w==} engines: {node: '>=12'} dependencies: cliui: 8.0.1 - escalade: 3.1.1 + escalade: 3.1.2 get-caller-file: 2.0.5 require-directory: 2.1.1 string-width: 4.2.3 @@ -19221,8 +19115,8 @@ packages: commander: 9.5.0 dev: true - /zod-to-json-schema@3.22.3(zod@3.22.4): - resolution: {integrity: sha512-9isG8SqRe07p+Aio2ruBZmLm2Q6Sq4EqmXOiNpDxp+7f0LV6Q/LX65fs5Nn+FV/CzfF3NLBoksXbS2jNYIfpKw==} + /zod-to-json-schema@3.22.4(zod@3.22.4): + resolution: {integrity: sha512-2Ed5dJ+n/O3cU383xSY28cuVi0BCQhF8nYqWU5paEpl7fVdqdAmiLdqLyfblbNdfOFwFfi/mqU4O1pwc60iBhQ==} peerDependencies: zod: ^3.22.4 dependencies: @@ -19233,20 +19127,20 @@ packages: resolution: {integrity: sha512-iC+8Io04lddc+mVqQ9AZ7OQ2MrUKGN+oIQyq1vemgt46jwCwLfhq7/pwnBnNXXXZb8VTVLKwp9EDkx+ryxIWmg==} dev: false - /zundo@2.0.3(zustand@4.4.7): - resolution: {integrity: sha512-tsOar9Ft1d7T8bH3XCf1JEOV+re/2Hzr7ni2g+9fiPMbXUdzWwu0BmMyDi4MoZeP4RhEhcZfuOmsFF39oLF/aw==} + /zundo@2.1.0(zustand@4.5.2): + resolution: {integrity: sha512-IMhYXDZWbyGu/p3rQb1d3orhCfAyi9hGkx6N579ZtO7mWrzvBdNyGEcxciv1jtIYPKBqLSAgzKqjLguau09f9g==} peerDependencies: zustand: ^4.3.0 dependencies: - zustand: 4.4.7(@types/react@18.2.48)(immer@10.0.3)(react@18.2.0) + zustand: 4.5.2(@types/react@18.2.64)(immer@10.0.4)(react@18.2.0) dev: false - /zustand@4.4.7(@types/react@18.2.48)(immer@10.0.3)(react@18.2.0): - resolution: {integrity: sha512-QFJWJMdlETcI69paJwhSMJz7PPWjVP8Sjhclxmxmxv/RYI7ZOvR5BHX+ktH0we9gTWQMxcne8q1OY8xxz604gw==} + /zustand@4.5.2(@types/react@18.2.64)(immer@10.0.4)(react@18.2.0): + resolution: {integrity: sha512-2cN1tPkDVkwCy5ickKrI7vijSjPksFRfqS6237NzT0vqSsztTNnQdHw9mmN7uBdk3gceVXU0a+21jFzFzAc9+g==} engines: {node: '>=12.7.0'} peerDependencies: '@types/react': '>=16.8' - immer: '>=9.0' + immer: '>=9.0.6' react: '>=16.8' peerDependenciesMeta: '@types/react': @@ -19256,8 +19150,8 @@ packages: react: optional: true dependencies: - '@types/react': 18.2.48 - immer: 10.0.3 + '@types/react': 18.2.64 + immer: 10.0.4 react: 18.2.0 use-sync-external-store: 1.2.0(react@18.2.0) dev: false