This commit is contained in:
@@ -107,7 +107,7 @@
|
|||||||
</label>
|
</label>
|
||||||
<div class="consent-inline">
|
<div class="consent-inline">
|
||||||
<input type="checkbox" id="gdprConsent" required />
|
<input type="checkbox" id="gdprConsent" required />
|
||||||
<label for="gdprConsent" data-i18n="cv.gdpr">I agree that my CV is processed for this matching demo. Do not upload sensitive documents unless you trust the deployment.</label>
|
<label for="gdprConsent" data-i18n="cv.gdpr">I agree that my CV is processed and stored.</label>
|
||||||
</div>
|
</div>
|
||||||
<button id="matchSubmit" type="submit" class="btn btn-primary" data-i18n="cv.submit">Extract CV and match job</button>
|
<button id="matchSubmit" type="submit" class="btn btn-primary" data-i18n="cv.submit">Extract CV and match job</button>
|
||||||
<strong id="matcherMsg" class="form-message"></strong>
|
<strong id="matcherMsg" class="form-message"></strong>
|
||||||
|
|||||||
@@ -77,7 +77,7 @@
|
|||||||
"cv.jobLink": "Job link",
|
"cv.jobLink": "Job link",
|
||||||
"cv.jobDescription": "Or paste job description",
|
"cv.jobDescription": "Or paste job description",
|
||||||
"cv.jobPlaceholder": "Paste the job description if the page cannot be crawled.",
|
"cv.jobPlaceholder": "Paste the job description if the page cannot be crawled.",
|
||||||
"cv.gdpr": "I agree that my CV is processed for this matching demo. Do not upload sensitive documents unless you trust the deployment.",
|
"cv.gdpr": "I agree that my CV is processed and stred.",
|
||||||
"cv.submit": "Extract CV and match job",
|
"cv.submit": "Extract CV and match job",
|
||||||
"cv.result": "Result",
|
"cv.result": "Result",
|
||||||
"cv.analysis": "Match analysis",
|
"cv.analysis": "Match analysis",
|
||||||
@@ -170,7 +170,7 @@
|
|||||||
"cv.jobLink": "Link job",
|
"cv.jobLink": "Link job",
|
||||||
"cv.jobDescription": "Sau lipește descrierea jobului",
|
"cv.jobDescription": "Sau lipește descrierea jobului",
|
||||||
"cv.jobPlaceholder": "Lipește descrierea jobului dacă pagina nu poate fi citită automat.",
|
"cv.jobPlaceholder": "Lipește descrierea jobului dacă pagina nu poate fi citită automat.",
|
||||||
"cv.gdpr": "Sunt de acord ca CV-ul meu să fie procesat pentru acest demo de matching. Nu încărca documente sensibile dacă nu ai încredere în deployment.",
|
"cv.gdpr": "Sunt de acord ca CV-ul meu să fie procesat si stocat.",
|
||||||
"cv.submit": "Extrage CV și compară jobul",
|
"cv.submit": "Extrage CV și compară jobul",
|
||||||
"cv.result": "Rezultat",
|
"cv.result": "Rezultat",
|
||||||
"cv.analysis": "Analiză potrivire",
|
"cv.analysis": "Analiză potrivire",
|
||||||
|
|||||||
Reference in New Issue
Block a user