mirror of
https://github.com/bringout/oca-ocb-hr.git
synced 2026-04-26 22:32:02 +02:00
4283 lines
169 KiB
Text
4283 lines
169 KiB
Text
# Translation of Odoo Server.
|
||
# This file contains the translation of the following modules:
|
||
# * hr_recruitment
|
||
#
|
||
# Translators:
|
||
# Jakub Snášel <jakub@potisk-tricek.cz>, 2022
|
||
# Jaroslav Helemik Nemec <nemec@helemik.cz>, 2022
|
||
# Jan Horzinka <jan.horzinka@centrum.cz>, 2022
|
||
# Ladislav Tomm <tomm@helemik.cz>, 2022
|
||
# Martin Trigaux, 2022
|
||
# Michal Veselý <michal@veselyberanek.net>, 2022
|
||
# karolína schusterová <karolina.schusterova@vdp.sk>, 2022
|
||
# rastislav Brencic <rastislav.brencic99@gmail.com>, 2022
|
||
# Aleš Fiala <f.ales1@seznam.cz>, 2023
|
||
# Jiří Podhorecký, 2023
|
||
# Rastislav Brencic <rastislav.brencic@azet.sk>, 2023
|
||
# "Dylan Kiss (dyki)" <dyki@odoo.com>, 2025.
|
||
# Weblate <noreply-mt-weblate@weblate.org>, 2025.
|
||
# "Marta (wacm)" <wacm@odoo.com>, 2025, 2026.
|
||
msgid ""
|
||
msgstr ""
|
||
"Project-Id-Version: Odoo Server 16.0+e\n"
|
||
"Report-Msgid-Bugs-To: \n"
|
||
"POT-Creation-Date: 2026-01-25 18:35+0000\n"
|
||
"PO-Revision-Date: 2026-02-25 14:43+0000\n"
|
||
"Last-Translator: \"Marta (wacm)\" <wacm@odoo.com>\n"
|
||
"Language-Team: Czech <https://translate.odoo.com/projects/odoo-19/"
|
||
"hr_recruitment/cs/>\n"
|
||
"Language: cs\n"
|
||
"MIME-Version: 1.0\n"
|
||
"Content-Type: text/plain; charset=UTF-8\n"
|
||
"Content-Transfer-Encoding: \n"
|
||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : "
|
||
"(n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||
"X-Generator: Weblate 5.14.3\n"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__no_of_talents
|
||
msgid "# Talents"
|
||
msgstr "# Talenty"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_applicant.py:0
|
||
msgid "%s (copy)"
|
||
msgstr "%s (kopie)"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_applicant.py:0
|
||
msgid "1 Meeting"
|
||
msgstr "1 schůzka"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0
|
||
msgid "<b>Click to view</b> the application."
|
||
msgstr "<b>Kliknutím zobrazíte</b> kandidáta."
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0
|
||
msgid "<b>Did you apply by sending an email?</b> Check incoming applications."
|
||
msgstr ""
|
||
"<b>Podali jste žádost zasláním e-mailu?</b> Zkontrolujte příchozí aplikace."
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0
|
||
msgid "<b>Drag this card</b>, to qualify him for a first interview."
|
||
msgstr "<b>Přetáhněte tuto kartu</b>, kvalifikovat ho na první pohovor."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:mail.template,body_html:hr_recruitment.email_template_data_applicant_congratulations
|
||
msgid ""
|
||
"<div style=\"font-size: 13px; margin: 0px; padding: 0px;\">\n"
|
||
" Hello,\n"
|
||
" <br/><br/>\n"
|
||
" We confirm we successfully received your application for the job\n"
|
||
" \"<a t-att-href=\"hasattr(object.job_id, 'website_url') and "
|
||
"object.job_id.website_url or ''\" style=\"color:#9A6C8E;\"><strong t-"
|
||
"out=\"object.job_id.name or ''\">Experienced Developer</strong></a>\" at "
|
||
"<strong t-out=\"object.company_id.name or ''\">YourCompany</strong>.\n"
|
||
" <br/><br/>\n"
|
||
" We will come back to you shortly.\n"
|
||
"\n"
|
||
" <div t-if=\"'website_url' in object.job_id and "
|
||
"object.job_id.website_url\" style=\"padding: 16px 8px 16px 8px;\">\n"
|
||
" <a t-att-href=\"object.job_id.website_url\" t-attf-"
|
||
"style=\"background-color: {{object.company_id.email_secondary_color or "
|
||
"'#875A7B'}}; text-decoration: none; color: "
|
||
"{{object.company_id.email_primary_color or '#FFFFFF'}}; padding: 8px 16px "
|
||
"8px 16px; border-radius: 5px;\">Job Description</a>\n"
|
||
" </div>\n"
|
||
"\n"
|
||
" <hr width=\"97%\" style=\"background-color: rgb(204,204,204); border: "
|
||
"medium none; clear: both; display: block; font-size: 0px; min-height: 1px; "
|
||
"line-height: 0; margin: 16px 0px 16px 0px;\"/>\n"
|
||
" <t t-if=\"object.user_id\">\n"
|
||
" <h3 style=\"color:#9A6C8E;\"><strong>Your Contact:</strong></h3>\n"
|
||
" <p>\n"
|
||
" <strong t-out=\"object.user_id.name or ''\">Mitchell Admin</"
|
||
"strong><br/>\n"
|
||
" <span>Email: <t t-out=\"object.user_id.email or "
|
||
"''\">admin@yourcompany.example.com</t></span><br/>\n"
|
||
" <span>Phone: <t t-out=\"object.user_id.phone or ''\">+1 "
|
||
"650-123-4567</t></span>\n"
|
||
" </p>\n"
|
||
" <hr width=\"97%\" style=\"background-color: rgb(204,204,204); "
|
||
"border: medium none; clear: both; display: block; font-size: 0px; min-"
|
||
"height: 1px; line-height: 0; margin: 16px 0px 16px 0px;\"/>\n"
|
||
" </t>\n"
|
||
"\n"
|
||
" <h3 style=\"color:#9A6C8E;\"><strong>What is the next step?</strong></"
|
||
"h3>\n"
|
||
" We usually <strong>answer applications within a few days.</strong><br/"
|
||
"><br/>\n"
|
||
" Feel free to <strong>contact us if you want a faster\n"
|
||
" feedback</strong> or if you don't get news from us\n"
|
||
" quickly enough (just reply to this email).\n"
|
||
"\n"
|
||
" <hr width=\"97%\" style=\"background-color: rgb(204,204,204); border: "
|
||
"medium none; clear: both; display: block; font-size: 0px; min-height: 1px; "
|
||
"line-height: 0; margin: 17px 0px 16px 0px;\"/>\n"
|
||
" <t t-set=\"location\" t-value=\"''\"/>\n"
|
||
" <t t-if=\"object.job_id.address_id.name\">\n"
|
||
" <strong t-out=\"object.job_id.address_id.name or ''\">Teksa SpA</"
|
||
"strong><br/>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"object.job_id.address_id.street\">\n"
|
||
" <t t-out=\"object.job_id.address_id.street or ''\">Puerto Madero "
|
||
"9710</t><br/>\n"
|
||
" <t t-set=\"location\" t-value=\"object.job_id.address_id.street\"/>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"object.job_id.address_id.street2\">\n"
|
||
" <t t-out=\"object.job_id.address_id.street2 or ''\">Of A15, Santiago "
|
||
"(RM)</t><br/>\n"
|
||
" <t t-set=\"location\" t-value=\"'%s, %s' % (location, "
|
||
"object.job_id.address_id.street2)\"/>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"object.job_id.address_id.city\">\n"
|
||
" <t t-out=\"object.job_id.address_id.city or ''\">Pudahuel</t>,\n"
|
||
" <t t-set=\"location\" t-value=\"'%s, %s' % (location, "
|
||
"object.job_id.address_id.city)\"/>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"object.job_id.address_id.state_id.name\">\n"
|
||
" <t t-out=\"object.job_id.address_id.state_id.name or ''\">C1</t>,\n"
|
||
" <t t-set=\"location\" t-value=\"'%s, %s' % (location, "
|
||
"object.job_id.address_id.state_id.name)\"/>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"object.job_id.address_id.zip\">\n"
|
||
" <t t-out=\"object.job_id.address_id.zip or ''\">98450</t>\n"
|
||
" <t t-set=\"location\" t-value=\"'%s, %s' % (location, "
|
||
"object.job_id.address_id.zip)\"/>\n"
|
||
" </t>\n"
|
||
" <br/>\n"
|
||
" <t t-if=\"object.job_id.address_id.country_id.name\">\n"
|
||
" <t t-out=\"object.job_id.address_id.country_id.name or "
|
||
"''\">Argentina</t><br/>\n"
|
||
" <t t-set=\"location\" t-value=\"'%s, %s' % (location, "
|
||
"object.job_id.address_id.country_id.name)\"/>\n"
|
||
" </t>\n"
|
||
" <br/>\n"
|
||
"</div>\n"
|
||
" "
|
||
msgstr ""
|
||
"<div style=\"font-size: 13px; margin: 0px; padding: 0px;\">\n"
|
||
" Dobrý den, <br/><br/>potvrzujeme, že jsme úspěšně obdrželi Vaši žádost o "
|
||
"zaměstnání na pozici\n"
|
||
"„<a t-att-href=\"hasattr(object.job_id, 'website_url') and "
|
||
"object.job_id.website_url or ''\" style=\"color:#9A6C8E;\"><strong t-"
|
||
"out=\"object.job_id.name or ''\">zkušený vývojář</strong></a> “ na adrese "
|
||
"<strong t-out=\"object.company_id.name or ''\">YourCompany</strong>. <br/"
|
||
"><br/>Brzy se Vám ozveme.\n"
|
||
" <div t-if=\"'website_url' in object.job_id and object.job_id.website_url\" "
|
||
"style=\"padding: 16px 8px 16px 8px;\">\n"
|
||
" <a t-att-href=\"object.job_id.website_url\" t-attf-"
|
||
"style=\"background-color: {{object.company_id.email_secondary_color or "
|
||
"'#875A7B'}}; text-decoration: none; color: "
|
||
"{{object.company_id.email_primary_color or '#FFFFFF'}}; padding: 8px 16px "
|
||
"8px 16px; border-radius: 5px;\">Popis práce</a>\n"
|
||
" </div> <hr width=\"97%\" style=\"background-color: rgb(204,204,204); "
|
||
"border: medium none; clear: both; display: block; font-size: 0px; min-"
|
||
"height: 1px; line-height: 0; margin: 16px 0px 16px 0px;\"/>\n"
|
||
" <t t-if=\"object.user_id\"> <h3 style=\"color:#9A6C8E;\"><strong> Vaše "
|
||
"kontaktní osoba:</strong></h3> <p>\n"
|
||
" <strong t-out=\"object.user_id.name or ''\"> Mitchell Admin</"
|
||
"strong><br/> <span> E-mail: <t t-out=\"object.user_id.email or "
|
||
"''\">admin@yourcompany.example.com</t></span><br/>\n"
|
||
" <span> Telefon: <t t-out=\"object.user_id.phone or ''\">+1 "
|
||
"650-123-4567</t></span>\n"
|
||
" </p>\n"
|
||
" <hr width=\"97%\" style=\"background-color: rgb(204,204,204); "
|
||
"border: medium none; clear: both; display: block; font-size: 0px; min-"
|
||
"height: 1px; line-height: 0; margin: 16px 0px 16px 0px;\"/> \n"
|
||
" </t>\n"
|
||
"\n"
|
||
" <h3 style=\"color:#9A6C8E;\"> <strong> Jaký je další krok?</strong></"
|
||
"h3>\n"
|
||
" Obvykle <strong>odpovídáme na žádosti do několika dnů.</strong><br/><br/"
|
||
"> \n"
|
||
" Neváhejte nás kontaktovat na <strong>, pokud chcete rychlejší\n"
|
||
" odpověď</strong> nebo pokud od nás nedostáváte zprávy\n"
|
||
" dostatečně rychle (stačí odpovědět na tento e-mail).\n"
|
||
"\n"
|
||
" <hr width=\"97%\" style=\"background-color: rgb(204,204,204); border: "
|
||
"medium none; clear: both; display: block; font-size: 0px; min-height: 1px; "
|
||
"line-height: 0; margin: 17px 0px 16px 0px;\"/>\n"
|
||
" <t t-set=\"location\" t-value=\"''\"/> \n"
|
||
" <t t-if=\"object.job_id.address_id.name\">\n"
|
||
" <strong t-out=\"object.job_id.address_id.name or ''\"> Teksa SpA</"
|
||
"strong><br/>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"object.job_id.address_id.street\"> \n"
|
||
" <t t-out=\"object.job_id.address_id.street or ''\"> Puerto Madero "
|
||
"9710</t><br/>\n"
|
||
" <t t-set=\"location\" t-value=\"object.job_id.address_id.street\"/>\n"
|
||
" </t> \n"
|
||
" <t t-if=\"object.job_id.address_id.street2\">\n"
|
||
" <t t-out=\"object.job_id.address_id.street2 or ''\"> Of A15, "
|
||
"Santiago (RM)</t><br/>\n"
|
||
" <t t-set=\"location\" t-value=\"'%s, %s' % (location, "
|
||
"object.job_id.address_id.street2)\"/>\n"
|
||
" </t> \n"
|
||
" <t t-if=\"object.job_id.address_id.city\">\n"
|
||
" <t t-out=\"object.job_id.address_id.city or ''\"> Pudahuel</t>,\n"
|
||
" <t t-set=\"location\" t-value=\"'%s, %s' % (location, "
|
||
"object.job_id.address_id.city)\"/>\n"
|
||
" </t> \n"
|
||
" <t t-if=\"object.job_id.address_id.state_id.name\">\n"
|
||
" <t t-out=\"object.job_id.address_id.state_id.name or ''\"> C1</t>,\n"
|
||
" <t t-set=\"location\" t-value=\"'%s, %s' % (location, "
|
||
"object.job_id.address_id.state_id.name)\"/>\n"
|
||
" </t> \n"
|
||
" <t t-if=\"object.job_id.address_id.zip\">\n"
|
||
" <t t-out=\"object.job_id.address_id.zip or ''\"> 98450</t>\n"
|
||
" <t t-set=\"location\" t-value=\"'%s, %s' % (location, "
|
||
"object.job_id.address_id.zip)\"/>\n"
|
||
" </t>\n"
|
||
" <br/> \n"
|
||
" <t t-if=\"object.job_id.address_id.country_id.name\">\n"
|
||
" <t t-out=\"object.job_id.address_id.country_id.name or ''\"> "
|
||
"Argentina</t><br/>\n"
|
||
" <t t-set=\"location\" t-value=\"'%s, %s' % (location, "
|
||
"object.job_id.address_id.country_id.name)\"/>\n"
|
||
" </t> \n"
|
||
" <br/>\n"
|
||
"</div>\n"
|
||
" "
|
||
|
||
#. module: hr_recruitment
|
||
#: model:mail.template,body_html:hr_recruitment.email_template_data_applicant_refuse
|
||
msgid ""
|
||
"<div style=\"font-size: 13px; margin: 0px; padding: 0px;\">\n"
|
||
" Hello,<br/><br/>\n"
|
||
" Thank you for your interest in joining the\n"
|
||
" <b><t t-out=\"object.company_id.name or ''\">YourCompany</t></b> team. "
|
||
"We\n"
|
||
" wanted to let you know that, although your resume is\n"
|
||
" competitive, our hiring team reviewed your application\n"
|
||
" and <b>did not select it for further consideration</b>.\n"
|
||
" <br/><br/>\n"
|
||
" Please note that recruiting is hard, and we can make\n"
|
||
" mistakes. Do not hesitate to reply to this email if you\n"
|
||
" think we made a mistake, or if you want more information\n"
|
||
" about our decision.\n"
|
||
" <br/><br/>\n"
|
||
" We will, however, keep your resume on record and get in\n"
|
||
" touch with you about future opportunities that may be a\n"
|
||
" better fit for your skills and experience.\n"
|
||
" <br/><br/>\n"
|
||
" We wish you all the best in your job search and hope we\n"
|
||
" will have the chance to consider you for another role\n"
|
||
" in the future.\n"
|
||
" <br/><br/>\n"
|
||
" Thank you,\n"
|
||
" <div style=\"font-size: 11px; color: grey;\">\n"
|
||
" <t t-if=\"object.user_id\">\n"
|
||
" -- <br/>\n"
|
||
" <strong t-out=\"object.user_id.name or ''\">Mitchell Admin</"
|
||
"strong><br/>\n"
|
||
" Email: <t t-out=\"object.user_id.email or "
|
||
"''\">admin@yourcompany.example.com</t><br/>\n"
|
||
" Phone: <t t-out=\"object.user_id.phone or ''\">+1 650-123-4567</"
|
||
"t>\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" -- <br/>\n"
|
||
" <t t-out=\"object.company_id.name or ''\">YourCompany</t><br/>\n"
|
||
" The HR Team\n"
|
||
" </t>\n"
|
||
" </div>\n"
|
||
"</div>\n"
|
||
" "
|
||
msgstr ""
|
||
"<div style=\"font-size: 13px; margin: 0px; padding: 0px;\">\n"
|
||
" Dobrý den,<br/><br/>\n"
|
||
" Děkujeme za Váš zájem o práci v týmu <b><t t-"
|
||
"out=\"object.company_id.name or ''\">YourCompany</t></b>. Rádi bychom Vám "
|
||
"sdělili, že ačkoli je Váš životopis konkurenceschopný, náš náborový tým Vaši "
|
||
"žádost posoudil a <b>ji nevybral k dalšímu posouzení</b>.\n"
|
||
" <br/><br/> \n"
|
||
" Vezměte prosím na vědomí, že nábor je náročný proces a mohli jsme udělat "
|
||
"chyby. Pokud si myslíte, že jsme udělali chybu, nebo pokud chcete více "
|
||
"informací o našem rozhodnutí.\n"
|
||
" <br/><br/> Váš životopis však ponecháme v evidenci a budeme vás\n"
|
||
" kontaktovat ohledně budoucích příležitostí, které mohou být\n"
|
||
" vhodnější pro vaše dovednosti a zkušenosti.\n"
|
||
" <br/><br/> Přejeme vám vše nejlepší při hledání zaměstnání a doufáme, že\n"
|
||
" budeme mít příležitost zvážit vás pro jinou pozici\n"
|
||
" v budoucnu.\n"
|
||
" <br/><br/> \n"
|
||
" Děkujeme, <div style=\"font-size: 11px; color: grey;\">\n"
|
||
" <t t-if=\"object.user_id\">-- <br/>\n"
|
||
" <strong t-out=\"object.user_id.name or ''\">Mitchell Admin</"
|
||
"strong><br/>E-mail: <t t-out=\"object.user_id.email or "
|
||
"''\">admin@yourcompany.example.com</t><br/>Telefon: <t t-"
|
||
"out=\"object.user_id.phone or ''\">+1 650-123-4567</t>\n"
|
||
" </t> <t t-else=\"\"> -- <br/>\n"
|
||
" <t t-out=\"object.company_id.name or ''\">YourCompany</t><br/"
|
||
">Tým HR\n"
|
||
" </t>\n"
|
||
" </div> \n"
|
||
"</div>\n"
|
||
" "
|
||
|
||
#. module: hr_recruitment
|
||
#: model:mail.template,body_html:hr_recruitment.email_template_data_applicant_not_interested
|
||
msgid ""
|
||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||
" <div style=\"font-size: 13px; margin: 0px; padding: 0px;\">\n"
|
||
" Dear,<br/><br/>\n"
|
||
" We would like to thank you for your interest and your time.<br/>\n"
|
||
" We wish you all the best in your future endeavors.\n"
|
||
" <br/><br/>\n"
|
||
" Best<br/>\n"
|
||
" <div style=\"font-size: 11px; color: grey;\">\n"
|
||
" <t t-if=\"object.user_id\">\n"
|
||
" -- <br/>\n"
|
||
" <strong t-out=\"object.user_id.name or ''\">Marc Demo</"
|
||
"strong><br/>\n"
|
||
" Email: <t t-out=\"object.user_id.email or "
|
||
"''\">mark.brown23@example.com</t><br/>\n"
|
||
" Phone: <t t-out=\"object.user_id.phone or ''\">+1 "
|
||
"650-123-4567</t>\n"
|
||
" </t>\n"
|
||
" <t t-else=\"\">\n"
|
||
" -- <br/>\n"
|
||
" <t t-out=\"object.company_id.name or ''\">YourCompany</t><br/"
|
||
">\n"
|
||
" The HR Team<br/>\n"
|
||
" </t>\n"
|
||
" </div>\n"
|
||
" </div>\n"
|
||
"</div>\n"
|
||
" "
|
||
msgstr ""
|
||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||
" <div style=\"font-size: 13px; margin: 0px; padding: 0px;\">\n"
|
||
" Vážený pane,<br/><br/>\n"
|
||
" Děkujeme Vám za Váš zájem a čas.<br/>\n"
|
||
" Přejeme Vám vše nejlepší do budoucna.\n"
|
||
" <br/><br/> \n"
|
||
" S pozdravem<br/>\n"
|
||
" <div style=\"font-size: 11px; color: grey;\"> <t t-"
|
||
"if=\"object.user_id\"> -- <br/>\n"
|
||
" <strong t-out=\"object.user_id.name or ''\">Marc Demo</"
|
||
"strong><br/>E-mail: <t t-out=\"object.user_id.email or "
|
||
"''\">mark.brown23@example.com</t><br/>Telefon: <t t-"
|
||
"out=\"object.user_id.phone or ''\">+1 650-123-4567</t>\n"
|
||
" </t> <t t-else=\"\"> -- <br/>\n"
|
||
" <t t-out=\"object.company_id.name or ''\">YourCompany</t><br/"
|
||
">Tým HR<br/>\n"
|
||
" </t>\n"
|
||
" </div>\n"
|
||
" </div> \n"
|
||
"</div>\n"
|
||
" "
|
||
|
||
#. module: hr_recruitment
|
||
#: model:mail.template,body_html:hr_recruitment.email_template_data_applicant_interest
|
||
msgid ""
|
||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||
" <div style=\"text-align: center\">\n"
|
||
" <h2>Congratulations!</h2>\n"
|
||
" <div style=\"color:grey;\">Your resume has been positively reviewed."
|
||
"</div>\n"
|
||
" </div>\n"
|
||
" <div style=\"font-size: 13px; margin: 0px; padding: 0px;\">\n"
|
||
" We just reviewed your resume, and it caught our\n"
|
||
" attention. As we think you might be great for the\n"
|
||
" position, your application has been short listed for a\n"
|
||
" call or an interview.\n"
|
||
" <br/><br/>\n"
|
||
" <div t-if=\"'website_url' in object.job_id and "
|
||
"object.job_id.website_url\" style=\"padding: 16px 8px 16px 8px;\">\n"
|
||
" <a t-att-href=\"object.job_id.website_url\" t-attf-"
|
||
"style=\"background-color: {{object.company_id.email_secondary_color or "
|
||
"'#875A7B'}}; text-decoration: none; color: "
|
||
"{{object.company_id.email_primary_color or '#FFFFFF'}}; padding: 8px 16px "
|
||
"8px 16px; border-radius: 5px;\">Job Description</a>\n"
|
||
" </div>\n"
|
||
"\n"
|
||
" <t t-if=\"object.user_id\">\n"
|
||
" You will soon be contacted by:<br/>\n"
|
||
" <strong t-out=\"object.user_id.name or ''\">Mitchell Admin</"
|
||
"strong><br/>\n"
|
||
" <span>Email: <t t-out=\"object.user_id.email or "
|
||
"''\">admin@yourcompany.example.com</t></span><br/>\n"
|
||
" <span>Phone: <t t-out=\"object.user_id.phone or ''\">+1 "
|
||
"650-123-4567</t></span>\n"
|
||
" <br/><br/>\n"
|
||
" </t>\n"
|
||
" See you soon,\n"
|
||
" <div style=\"font-size: 11px; color: grey;\">\n"
|
||
" -- <br/>\n"
|
||
" The HR Team\n"
|
||
" <t t-if=\"'website_url' in object.job_id and "
|
||
"hasattr(object.job_id, 'website_url') and object.job_id.website_url\">\n"
|
||
" Discover <a href=\"/jobs\" style=\"text-"
|
||
"decoration:none;color:#717188;\">all our jobs</a>.<br/>\n"
|
||
" </t>\n"
|
||
" </div>\n"
|
||
"\n"
|
||
" <hr width=\"97%\" style=\"background-color: rgb(204,204,204); "
|
||
"border: medium none; clear: both; display: block; font-size: 0px; min-"
|
||
"height: 1px; line-height: 0; margin: 16px 0px 16px 0px;\"/>\n"
|
||
" <h3 style=\"color:#9A6C8E;\"><strong>What is the next step?</"
|
||
"strong></h3>\n"
|
||
" We usually <strong>answer applications within a few days</strong>.\n"
|
||
" <br/><br/>\n"
|
||
" The next step is either a call or a meeting in our offices.\n"
|
||
" <br/>\n"
|
||
" Feel free to <strong>contact us if you want a faster\n"
|
||
" feedback</strong> or if you don't get news from us\n"
|
||
" quickly enough (just reply to this email).\n"
|
||
" <br/>\n"
|
||
"\n"
|
||
" <hr width=\"97%\" style=\"background-color: rgb(204,204,204); "
|
||
"border: medium none; clear: both; display: block; font-size: 0px; min-"
|
||
"height: 1px; line-height: 0; margin: 17px 0px 16px 0px;\"/>\n"
|
||
" <t t-set=\"location\" t-value=\"''\"/>\n"
|
||
" <t t-if=\"object.job_id.address_id.name\">\n"
|
||
" <strong t-out=\"object.job_id.address_id.name or ''\">Teksa SpA</"
|
||
"strong><br/>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"object.job_id.address_id.street\">\n"
|
||
" <t t-out=\"object.job_id.address_id.street or ''\">Puerto Madero "
|
||
"9710</t><br/>\n"
|
||
" <t t-set=\"location\" t-"
|
||
"value=\"object.job_id.address_id.street\"/>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"object.job_id.address_id.street2\">\n"
|
||
" <t t-out=\"object.job_id.address_id.street2 or ''\">Of A15, "
|
||
"Santiago (RM)</t><br/>\n"
|
||
" <t t-set=\"location\" t-value=\"'%s, %s' % (location, "
|
||
"object.job_id.address_id.street2)\"/>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"object.job_id.address_id.city\">\n"
|
||
" <t t-out=\"object.job_id.address_id.city or ''\">Pudahuel</t>,\n"
|
||
" <t t-set=\"location\" t-value=\"'%s, %s' % (location, "
|
||
"object.job_id.address_id.city)\"/>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"object.job_id.address_id.state_id.name\">\n"
|
||
" <t t-out=\"object.job_id.address_id.state_id.name or ''\">C1</"
|
||
"t>,\n"
|
||
" <t t-set=\"location\" t-value=\"'%s, %s' % (location, "
|
||
"object.job_id.address_id.state_id.name)\"/>\n"
|
||
" </t>\n"
|
||
" <t t-if=\"object.job_id.address_id.zip\">\n"
|
||
" <t t-out=\"object.job_id.address_id.zip or ''\">98450</t>\n"
|
||
" <t t-set=\"location\" t-value=\"'%s, %s' % (location, "
|
||
"object.job_id.address_id.zip)\"/>\n"
|
||
" </t>\n"
|
||
" <br/>\n"
|
||
" <t t-if=\"object.job_id.address_id.country_id.name\">\n"
|
||
" <t t-out=\"object.job_id.address_id.country_id.name or "
|
||
"''\">Argentina</t><br/>\n"
|
||
" <t t-set=\"location\" t-value=\"'%s, %s' % (location, "
|
||
"object.job_id.address_id.country_id.name)\"/>\n"
|
||
" </t>\n"
|
||
" <br/>\n"
|
||
" </div>\n"
|
||
"</div>\n"
|
||
" "
|
||
msgstr ""
|
||
"<div style=\"margin: 0px; padding: 0px;\">\n"
|
||
" <div style=\"text-align: center\">\n"
|
||
" <h2> Gratulujeme!</h2>\n"
|
||
" <div style=\"color:grey;\">Váš životopis byl kladně posouzen.</div>\n"
|
||
" </div>\n"
|
||
" <div style=\"font-size: 13px; margin: 0px; padding: 0px;\"> Právě jsme "
|
||
"posoudili Váš životopis a zaujal nás.\n"
|
||
"Domníváme se, že byste se na tuto pozici hodili, a proto jsme Vaši žádost "
|
||
"zařadili do užšího výběru pro telefonický rozhovor nebo pohovor.\n"
|
||
" <br/><br/> \n"
|
||
" <div t-if=\"'website_url' in object.job_id and "
|
||
"object.job_id.website_url\" style=\"padding: 16px 8px 16px 8px;\">\n"
|
||
" <a t-att-href=\"object.job_id.website_url\" t-attf-"
|
||
"style=\"background-color: {{object.company_id.email_secondary_color or "
|
||
"'#875A7B'}}; text-decoration: none; color: "
|
||
"{{object.company_id.email_primary_color or '#FFFFFF'}}; padding: 8px 16px "
|
||
"8px 16px; border-radius: 5px;\"> Popis pozice</a>\n"
|
||
" </div> <t t-if=\"object.user_id\"> Brzy vás bude kontaktovat:<br/>\n"
|
||
" <strong t-out=\"object.user_id.name or ''\">Mitchell Admin</"
|
||
"strong><br/> <span> E-mail: <t t-out=\"object.user_id.email or "
|
||
"''\">admin@yourcompany.example.com</t></span><br/>\n"
|
||
" <span> Telefon: <t t-out=\"object.user_id.phone or ''\">+1 "
|
||
"650-123-4567</t></span> <br/><br/> </t> Na shledanou, <div style=\"font-"
|
||
"size: 11px; color: grey;\">-- <br/>Tým HR\n"
|
||
" <t t-if=\"'website_url' in object.job_id and "
|
||
"hasattr(object.job_id, 'website_url') and object.job_id.website_url\"> \n"
|
||
" Objevte <a href=\"/jobs\" style=\"text-"
|
||
"decoration:none;color:#717188;\">všechny naše pracovní nabídky</a>.<br/>\n"
|
||
" </t>\n"
|
||
" </div>\n"
|
||
"\n"
|
||
" <hr width=\"97%\" style=\"background-color: rgb(204,204,204); "
|
||
"border: medium none; clear: both; display: block; font-size: 0px; min-"
|
||
"height: 1px; line-height: 0; margin: 16px 0px 16px 0px;\"/> \n"
|
||
" <h3 style=\"color:#9A6C8E;\"><strong> Jaký je další krok?</strong></"
|
||
"h3>\n"
|
||
" Obvykle <strong>odpovídáme na žádosti do několika dnů</strong>.\n"
|
||
" <br/><br/> \n"
|
||
" Dalším krokem je buď telefonát, nebo schůzka v našich kancelářích.\n"
|
||
" <br/> \n"
|
||
" Neváhejte nás kontaktovat <strong>, pokud chcete rychlejší\n"
|
||
" zpětnou vazbu</strong> nebo pokud od nás nedostáváte zprávy\n"
|
||
" dostatečně rychle (stačí odpovědět na tento e-mail).\n"
|
||
" <br/>\n"
|
||
"\n"
|
||
" <hr width=\"97%\" style=\"background-color: rgb(204,204,204); "
|
||
"border: medium none; clear: both; display: block; font-size: 0px; min-"
|
||
"height: 1px; line-height: 0; margin: 17px 0px 16px 0px;\"/> \n"
|
||
" <t t-set=\"location\" t-value=\"''\"/>\n"
|
||
" <t t-if=\"object.job_id.address_id.name\"> \n"
|
||
" <strong t-out=\"object.job_id.address_id.name or ''\"> Teksa SpA</"
|
||
"strong><br/> </t>\n"
|
||
" <t t-if=\"object.job_id.address_id.street\"> <t t-"
|
||
"out=\"object.job_id.address_id.street or ''\"> Puerto Madero 9710</t><br/> "
|
||
"<t t-set=\"location\" t-value=\"object.job_id.address_id.street\"/>\n"
|
||
" </t> <t t-if=\"object.job_id.address_id.street2\">\n"
|
||
" <t t-out=\"object.job_id.address_id.street2 or ''\"> Of A15, "
|
||
"Santiago (RM)</t><br/> <t t-set=\"location\" t-value=\"'%s, %s' % (location, "
|
||
"object.job_id.address_id.street2)\"/>\n"
|
||
" </t> <t t-if=\"object.job_id.address_id.city\">\n"
|
||
" <t t-out=\"object.job_id.address_id.city or ''\"> Pudahuel</t>, "
|
||
"<t t-set=\"location\" t-value=\"'%s, %s' % (location, "
|
||
"object.job_id.address_id.city)\"/>\n"
|
||
" </t> <t t-if=\"object.job_id.address_id.state_id.name\">\n"
|
||
" <t t-out=\"object.job_id.address_id.state_id.name or ''\"> C1</"
|
||
"t>, <t t-set=\"location\" t-value=\"'%s, %s' % (location, "
|
||
"object.job_id.address_id.state_id.name)\"/>\n"
|
||
" </t> <t t-if=\"object.job_id.address_id.zip\">\n"
|
||
" <t t-out=\"object.job_id.address_id.zip or ''\"> 98450</t>\n"
|
||
" <t t-set=\"location\" t-value=\"'%s, %s' % (location, "
|
||
"object.job_id.address_id.zip)\"/> </t>\n"
|
||
" <br/> <t t-if=\"object.job_id.address_id.country_id.name\">\n"
|
||
" <t t-out=\"object.job_id.address_id.country_id.name or ''\"> "
|
||
"Argentina</t><br/>\n"
|
||
" <t t-set=\"location\" t-value=\"'%s, %s' % (location, "
|
||
"object.job_id.address_id.country_id.name)\"/>\n"
|
||
" </t> \n"
|
||
" <br/>\n"
|
||
" </div> \n"
|
||
"</div>\n"
|
||
" "
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0
|
||
msgid ""
|
||
"<div><b>Try to send an email</b> to the applicant.</div><div><i>Tips: All "
|
||
"emails sent or received are saved in the history here</i>"
|
||
msgstr ""
|
||
"<div><b>Zkuste poslat e-mail</b>žadateli.</div><div><i>Tipy: Všechny "
|
||
"odeslané nebo přijaté e-maily se ukládají do historie zde</i>"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban
|
||
msgid ""
|
||
"<i class=\"fa fa-2x fa-clock-o\" role=\"img\" aria-label=\"Activities\"/>"
|
||
msgstr ""
|
||
"<i class=\"fa fa-2x fa-clock-o\" role=\"img\" aria-label=\"Aktivity\"/>"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_kanban_view_applicant
|
||
msgid "<i class=\"fa fa-paperclip\" role=\"img\" aria-label=\"Documents\"/>"
|
||
msgstr "<i class=\"fa fa-paperclip\" role=\"img\" aria-label=\"Documents\"/>"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban
|
||
msgid "<i class=\"fa fa-user fa-2x\" title=\"new_applications_icon\"/>"
|
||
msgstr "<i class=\"fa fa-user fa-2x\" title=\"new_applications_icon\"/>"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "<span class=\"o_stat_text\">Employee</span>"
|
||
msgstr "<span class=\"o_stat_text\">Zaměstnanec</span>"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_survey
|
||
msgid "<span invisible=\"address_id\" class=\"oe_read_only\">Remote</span>"
|
||
msgstr "<span invisible=\"address_id\" class=\"oe_read_only\">Vzdálený</span>"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_recruitment_stage_form
|
||
msgid ""
|
||
"<span invisible=\"not is_warning_visible\">\n"
|
||
" <span class=\"fa fa-exclamation-triangle "
|
||
"text-danger ps-3\">\n"
|
||
" </span>\n"
|
||
" <span class=\"text-danger\">\n"
|
||
" All applications will lose their hired "
|
||
"date and hired status.\n"
|
||
" </span>\n"
|
||
" </span>"
|
||
msgstr ""
|
||
"<span invisible=\"not is_warning_visible\">\n"
|
||
" <span class=\"fa fa-exclamation-triangle "
|
||
"text-danger ps-3\">\n"
|
||
" </span>\n"
|
||
" <span class=\"text-danger\"> \n"
|
||
" Všechny žádosti ztratí datum přijetí a "
|
||
"status přijetí.\n"
|
||
" </span>\n"
|
||
" </span>"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "<span invisible=\"not salary_expected_extra\"> + </span>"
|
||
msgstr "<span invisible=\"not salary_expected_extra\"> + </span>"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "<span invisible=\"not salary_proposed_extra\"> + </span>"
|
||
msgstr "<span invisible=\"not salary_proposed_extra\"> + </span>"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban
|
||
msgid "<span> new applications</span>"
|
||
msgstr "<span> nové žádosti</span>"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_survey
|
||
msgid "<span>@</span>"
|
||
msgstr "<span>@</span>"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban
|
||
msgid "<span>New</span>"
|
||
msgstr "<span>Nový</span>"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban
|
||
msgid "<span>Reporting</span>"
|
||
msgstr "<span>Výkazy</span>"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_talent_pool_view_kanban
|
||
msgid "<span>Talents</span>"
|
||
msgstr "<span>Talenty</span>"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban
|
||
msgid "<span>View</span>"
|
||
msgstr "<span>Zobrazení</span>"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__alias_defaults
|
||
msgid ""
|
||
"A Python dictionary that will be evaluated to provide default values when "
|
||
"creating new records for this alias."
|
||
msgstr ""
|
||
"Slovník Pythonu, který bude vyhodnocen tak, aby poskytoval výchozí hodnoty "
|
||
"při vytváření nových záznamů pro tento alias."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_needaction
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__message_needaction
|
||
msgid "Action Needed"
|
||
msgstr "Vyžadována akce"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__active
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_refuse_reason__active
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__active
|
||
msgid "Active"
|
||
msgstr "Aktivní"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__activity_ids
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__activity_ids
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_hr_recruitment_config_activities
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban
|
||
msgid "Activities"
|
||
msgstr "Aktivity"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Activities of"
|
||
msgstr "Aktivity"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__activity_count
|
||
msgid "Activity Count"
|
||
msgstr "Počet aktivit"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__activity_exception_decoration
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__activity_exception_decoration
|
||
msgid "Activity Exception Decoration"
|
||
msgstr "Typ výjimečné aktivity"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_mail_activity_plan
|
||
msgid "Activity Plan"
|
||
msgstr "Plán aktivit"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.ui.menu,name:hr_recruitment.hr_recruitment_menu_config_activity_plan
|
||
msgid "Activity Plans"
|
||
msgstr "Plány aktivit"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__activity_state
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__activity_state
|
||
msgid "Activity State"
|
||
msgstr "Stav aktivity"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__activity_type_icon
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__activity_type_icon
|
||
msgid "Activity Type Icon"
|
||
msgstr "Ikona typu aktivity"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.actions.act_window,name:hr_recruitment.mail_activity_type_action_config_hr_applicant
|
||
#: model:ir.ui.menu,name:hr_recruitment.hr_recruitment_menu_config_activity_type
|
||
msgid "Activity Types"
|
||
msgstr "Typy aktivit"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.mail_activity_plan_action_config_hr_applicant
|
||
msgid ""
|
||
"Activity plans are used to assign a list of activities in just a few clicks\n"
|
||
" (e.g. \"Language Test\", \"Prepare Offer\", ...)"
|
||
msgstr ""
|
||
"Plány aktivit se používají k přiřazení seznamu aktivit několika kliknutími\n"
|
||
"(např. „Jazykový test“, „Připravit nabídku“, ...)"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_mail_activity_schedule
|
||
msgid "Activity schedule plan Wizard"
|
||
msgstr "Průvodce plánováním aktivit"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Activity type"
|
||
msgstr "Typ aktivity"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.crm_case_tree_view_job
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_kanban_view_applicant
|
||
msgid "Add Applicants"
|
||
msgstr "Přidat uchazeče"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.job_add_applicants_view_form
|
||
msgid "Add Applicants to Pool"
|
||
msgstr "Přidat uchazeče do seznamu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.talent_pool_add_applicants_view_form
|
||
msgid "Add Applicants to the Pool"
|
||
msgstr "Přidat uchazeče do seznamu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.hr_job_stage_act
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.hr_recruitment_stage_act
|
||
msgid "Add a new stage in the recruitment process"
|
||
msgstr "Přidat novou fázi náborového procesu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.hr_applicant_category_action
|
||
msgid "Add a new tag"
|
||
msgstr "Přidat nový tag"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_applicant.py:0
|
||
msgid "Add applicant(s) to the pool"
|
||
msgstr "Přidat uchazeče do seznamu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_job_add_applicants
|
||
msgid "Add applicants to a job"
|
||
msgstr "Přidat uchazeče o práci"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_talent_pool_add_applicants
|
||
msgid "Add applicants to talent pool"
|
||
msgstr "Přidat uchazeče do talentového fondu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "Add private notes about this applicant..."
|
||
msgstr "Přidejte soukromé poznámky k tomuto uchazeči..."
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_kanban_view_applicant
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.talent_pool_add_applicants_view_form
|
||
msgid "Add to Pool"
|
||
msgstr "Přidat do fondu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.actions.act_window,name:hr_recruitment.mail_followers_edit_action_from_hr_recruitment
|
||
msgid "Add/Remove Followers"
|
||
msgstr "Přidat/odebrat sledující"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:res.groups,name:hr_recruitment.group_hr_recruitment_manager
|
||
msgid "Administrator"
|
||
msgstr "Administrátor"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_id
|
||
msgid "Alias"
|
||
msgstr "Alias"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_contact
|
||
msgid "Alias Contact Security"
|
||
msgstr "Zabezpečení aliasu kontaktu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_domain_id
|
||
msgid "Alias Domain"
|
||
msgstr "Alias domény"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_domain
|
||
msgid "Alias Domain Name"
|
||
msgstr "Alias domény"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_full_name
|
||
msgid "Alias Email"
|
||
msgstr "E-mailový alias"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_source__alias_id
|
||
msgid "Alias ID"
|
||
msgstr "Alias ID"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_name
|
||
msgid "Alias Name"
|
||
msgstr "Název aliasu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_status
|
||
msgid "Alias Status"
|
||
msgstr "Stav aliasu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__alias_status
|
||
msgid "Alias status assessed on the last message received."
|
||
msgstr "Stav aliasu při poslední doručené zprávě."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_model_id
|
||
msgid "Aliased Model"
|
||
msgstr "Model aliasu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__all_application_count
|
||
msgid "All Application Count"
|
||
msgstr "Počet všech žádosti o zaměstnání"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_crm_case_categ_all_app
|
||
msgid "All Applications"
|
||
msgstr "Všechny žádosti"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban
|
||
msgid "Analysis"
|
||
msgstr "Analýza"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.actions.act_window,name:hr_recruitment.action_hr_applicant_new
|
||
#: model:ir.model,name:hr_recruitment.model_hr_applicant
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__applicant_ids
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_calendar_event__applicant_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.ir_attachment_hr_recruitment_list_view
|
||
msgid "Applicant"
|
||
msgstr "Uchazeč"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_hr_recruitment_degree
|
||
msgid "Applicant Degree"
|
||
msgstr "Titul uchazeče"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:mail.message.subtype,name:hr_recruitment.mt_applicant_hired
|
||
#: model:mail.message.subtype,name:hr_recruitment.mt_job_applicant_hired
|
||
msgid "Applicant Hired"
|
||
msgstr "Uchazeč přijat"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__applicant_notes
|
||
msgid "Applicant Notes"
|
||
msgstr "Poznámky žadatele"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__applicant_properties_definition
|
||
msgid "Applicant Properties"
|
||
msgstr "Vlastnosti uchazeče"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:mail.message.subtype,name:hr_recruitment.mt_job_applicant_stage_changed
|
||
msgid "Applicant Stage Changed"
|
||
msgstr "Změna fáze uchazeče"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:mail.message.subtype,description:hr_recruitment.mt_applicant_new
|
||
msgid "Applicant created"
|
||
msgstr "Uchazeč vytvořen"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__partner_name
|
||
msgid "Applicant's Name"
|
||
msgstr "Jméno uchazeče"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__applicant_without_email
|
||
msgid "Applicant(s) not having email"
|
||
msgstr "Žadatel(é) nemají e-mail"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_employee__applicant_ids
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_res_partner__applicant_ids
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_res_users__applicant_ids
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_talent_pool_add_applicants__applicant_ids
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.crm_case_tree_view_job
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_calendar_view
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_activity
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Applicants"
|
||
msgstr "Uchazeči"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__applicant_hired
|
||
msgid "Applicants Hired"
|
||
msgstr "Uchazeči přijati"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_job_applications
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.crm_case_categ0_act_job
|
||
msgid ""
|
||
"Applicants and their attached résumé are created automatically when an email "
|
||
"is sent.\n"
|
||
" If you install the document management modules, all resumes "
|
||
"are indexed automatically,\n"
|
||
" so that you can easily search through their content."
|
||
msgstr ""
|
||
"Uchazeče a jejich přiložené životopisy se vytvářejí automaticky při odeslání "
|
||
"e-mailu.\n"
|
||
" Pokud nainstalujete moduly pro správu dokumentů, všechny "
|
||
"životopisy se automaticky indexují,\n"
|
||
" takže můžete snadno prohledávat jejich obsah."
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban
|
||
msgid "Application"
|
||
msgstr "Aplikace"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__application_count
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__application_count
|
||
msgid "Application Count"
|
||
msgstr "Počet aplikací"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__application_status
|
||
msgid "Application Status"
|
||
msgstr "Stav přihlášení"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_simple_form
|
||
msgid "Application email"
|
||
msgstr "E-mail aplikace"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_applicant.py:0
|
||
#: model:ir.actions.act_window,name:hr_recruitment.action_hr_job_applications
|
||
#: model:ir.actions.act_window,name:hr_recruitment.crm_case_categ0_act_job
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_send_mail__applicant_ids
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_job_add_applicants__applicant_ids
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_crm_case_categ0_act_job
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_hr_recruitment_config_applications
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_survey
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban
|
||
msgid "Applications"
|
||
msgstr "Žádosti o práci"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job_platform__email
|
||
msgid ""
|
||
"Applications received from this Email won't be linked to a contact.There "
|
||
"will be no email address set on the Applicant either."
|
||
msgstr ""
|
||
"Žádosti přijaté z této e-mailové adresy nebudou propojeny s kontaktem. U "
|
||
"uchazeče nebude nastavena žádná e-mailová adresa."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__application_count
|
||
msgid "Applications with the same email or phone or mobile"
|
||
msgstr "Kandidáti se stejným e-mailem nebo telefonem nebo mobilem"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__create_date
|
||
msgid "Applied on"
|
||
msgstr "Aplikováno na"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,website_form_label:hr_recruitment.model_hr_applicant
|
||
msgid "Apply for a Job"
|
||
msgstr "Požádejte o zaměstnání"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/views/recruitment_kanban_view.js:0
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_kanban_view_applicant
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_talent_pool_view_kanban
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban
|
||
msgid "Archive"
|
||
msgstr "Archivovat"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields.selection,name:hr_recruitment.selection__hr_applicant__application_status__archived
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_kanban_view_applicant
|
||
msgid "Archived"
|
||
msgstr "Archivováno"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/views/recruitment_form_controller.js:0
|
||
msgid "Are you sure that you want to archive this job position?"
|
||
msgstr "Opravdu chcete tuto pracovní pozici archivovat?"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__date_open
|
||
msgid "Assigned"
|
||
msgstr "Přiřazeno"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/wizard/applicant_refuse_reason.py:0
|
||
msgid ""
|
||
"At least one applicant doesn't have a email; you can't use send email option."
|
||
msgstr ""
|
||
"Alespoň jeden žadatel nemá e-mailovou adresu; nelze použít možnost odeslat e-"
|
||
"mail."
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.applicant_send_mail_view_form
|
||
msgid "Attach a file"
|
||
msgstr "Nahrát přílohu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_ir_attachment
|
||
msgid "Attachment"
|
||
msgstr "Příloha"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_attachment_count
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__message_attachment_count
|
||
msgid "Attachment Count"
|
||
msgstr "Počet příloh"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__attachment_ids
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_send_mail__attachment_ids
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__attachment_ids
|
||
msgid "Attachments"
|
||
msgstr "Přílohy"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_send_mail__author_id
|
||
msgid "Author"
|
||
msgstr "Autor"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__availability
|
||
msgid "Availability"
|
||
msgstr "Dostupnost"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:hr.recruitment.degree,name:hr_recruitment.degree_bachelor
|
||
msgid "Bachelor Degree"
|
||
msgstr "Bakalářský titul"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__is_blacklisted
|
||
msgid "Blacklist"
|
||
msgstr "Černá listina"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__phone_blacklisted
|
||
msgid "Blacklisted Phone is Phone"
|
||
msgstr "Telefon na černé listině je telefon"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_recruitment_stage.py:0
|
||
#: model:hr.recruitment.stage,legend_blocked:hr_recruitment.stage_job0
|
||
#: model:hr.recruitment.stage,legend_blocked:hr_recruitment.stage_job1
|
||
#: model:hr.recruitment.stage,legend_blocked:hr_recruitment.stage_job2
|
||
#: model:hr.recruitment.stage,legend_blocked:hr_recruitment.stage_job3
|
||
#: model:hr.recruitment.stage,legend_blocked:hr_recruitment.stage_job4
|
||
#: model:hr.recruitment.stage,legend_blocked:hr_recruitment.stage_job5
|
||
#: model:ir.model.fields.selection,name:hr_recruitment.selection__hr_applicant__kanban_state__blocked
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Blocked"
|
||
msgstr "Blokováno"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__body_has_template_value
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_send_mail__body_has_template_value
|
||
msgid "Body content is the same as the template"
|
||
msgstr "Tělo obsahu se shoduje se šablonou"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_bounce
|
||
msgid "Bounce"
|
||
msgstr "Bounce"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_hr_job_position
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_hr_job_position_interviewer
|
||
msgid "By Job Positions"
|
||
msgstr "Dle pozic"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_hr_talent_pools
|
||
msgid "By Talent Pools"
|
||
msgstr "Podle talentových rezervoárů"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:digest.tip,tip_description:hr_recruitment.digest_tip_hr_recruitment_0
|
||
msgid ""
|
||
"By setting an alias to a job position, emails sent to this address create "
|
||
"applications automatically. You can even use multiple trackers to get "
|
||
"statistics according to the source of the application: LinkedIn, Monster, "
|
||
"Indeed, etc."
|
||
msgstr ""
|
||
"Nastavením aliasu k pracovní pozici vytvoří e-maily odeslané na tuto adresu "
|
||
"automaticky žádosti. Můžete dokonce použít více sledovačů k získání "
|
||
"statistik podle zdroje aplikace: LinkedIn, Monster, Indeed atd."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_calendar_event
|
||
msgid "Calendar Event"
|
||
msgstr "Událost kalendáře"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__campaign_id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_source__campaign_id
|
||
msgid "Campaign"
|
||
msgstr "Kampaň"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__can_edit_body
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_send_mail__can_edit_body
|
||
msgid "Can Edit Body"
|
||
msgstr "Může upravovat tělo"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.applicant_get_refuse_reason_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.applicant_send_mail_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.talent_pool_add_applicants_view_form
|
||
msgid "Cancel"
|
||
msgstr "Zrušit"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.crm_case_graph_view_job
|
||
msgid "Cases By Stage and Estimates"
|
||
msgstr "Případy podle fáze a odhady"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_hr_applicant_category
|
||
msgid "Category of applicant"
|
||
msgstr "Kategorie uchazeče"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0
|
||
msgid "Choose an application email."
|
||
msgstr "Vyberte e-mail aplikace."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__color
|
||
msgid "Color"
|
||
msgstr "Barva"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__color
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_category__color
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__color
|
||
msgid "Color Index"
|
||
msgstr "Barevný index"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_res_company
|
||
msgid "Companies"
|
||
msgstr "Společnosti"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__company_id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__company_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Company"
|
||
msgstr "Společnost"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_res_config_settings
|
||
msgid "Config Settings"
|
||
msgstr "Konfigurační nastavení"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_hr_recruitment_configuration
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_talent_pool_view_kanban
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban
|
||
msgid "Configuration"
|
||
msgstr "Konfigurace"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban
|
||
msgid "Configure"
|
||
msgstr "Konfigurovat"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:mail.template,description:hr_recruitment.email_template_data_applicant_congratulations
|
||
msgid "Confirmation email sent to all new job applications"
|
||
msgstr "Potvrzující e-mail zaslaný všem novým žádostem o zaměstnání"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_res_partner
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__partner_id
|
||
msgid "Contact"
|
||
msgstr "Kontakt"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.ir_attachment_view_search_inherit_hr_recruitment
|
||
msgid "Content"
|
||
msgstr "Obsah"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__body
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_send_mail__body
|
||
msgid "Contents"
|
||
msgstr "Obsah"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:hr.recruitment.stage,name:hr_recruitment.stage_job4
|
||
msgid "Contract Proposal"
|
||
msgstr "Návrh smlouvy"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:hr.recruitment.stage,name:hr_recruitment.stage_job5
|
||
msgid "Contract Signed"
|
||
msgstr "Podepsaná smlouva"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0
|
||
msgid "Copy this email address, to paste it in your email composer, to apply."
|
||
msgstr ""
|
||
"Zkopírujte tuto e-mailovou adresu a vložte ji do svého e-mailového "
|
||
"skladatele."
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/js/fields/recruitment_copy_clipboard_char_field/recruitment_copy_clipboard_char_field.js:0
|
||
msgid "Copy to Clipboard"
|
||
msgstr "Zkopírovat do schránky"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__message_bounce
|
||
msgid "Counter of the number of bounced emails for this contact"
|
||
msgstr "Počítadlo počtu odmítnutých e-mailů pro tento kontakt"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_simple_form
|
||
msgid "Create"
|
||
msgstr "Vytvořit"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_applicant.py:0
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.crm_case_tree_view_job
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.job_add_applicants_view_form
|
||
msgid "Create Applications"
|
||
msgstr "Vytvořit aplikace"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "Create Employee"
|
||
msgstr "Vytvořit zaměstnance"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_talent_pool.py:0
|
||
msgid "Create Talent"
|
||
msgstr "Vytvořit talent"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,website_form_label:hr_recruitment.model_res_partner
|
||
msgid "Create a Customer"
|
||
msgstr "Vytvořit zákazníka"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.actions.act_window,name:hr_recruitment.create_job_simple
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_simple_form
|
||
msgid "Create a Job Position"
|
||
msgstr "Vytvořit pracovní pozici"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.mail_activity_plan_action_config_hr_applicant
|
||
msgid "Create a Recruitment Activity Plan"
|
||
msgstr "Vytvořit plán náborových aktivit"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_job_platforms
|
||
msgid "Create a new rule to process emails from specific job boards."
|
||
msgstr ""
|
||
"Vytvořit nové pravidlo pro zpracování e-mailů z konkrétních pracovních "
|
||
"portálů."
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0
|
||
msgid "Create your first Job Position."
|
||
msgstr "Vytvořte svou první pracovní pozici."
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/wizard/job_add_applicants.py:0
|
||
msgid "Created %(amount)s new applications for: %(names)s"
|
||
msgstr "Vytvořeno %(amount)s nové aplikace pro: %(names)s"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__create_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_send_mail__create_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__create_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_category__create_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_refuse_reason__create_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job_platform__create_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_degree__create_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_source__create_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__create_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__create_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_job_add_applicants__create_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_talent_pool_add_applicants__create_uid
|
||
msgid "Created by"
|
||
msgstr "Vytvořeno uživatelem"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__create_date
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_send_mail__create_date
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_category__create_date
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_refuse_reason__create_date
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job_platform__create_date
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_degree__create_date
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_source__create_date
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__create_date
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__create_date
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_job_add_applicants__create_date
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_talent_pool_add_applicants__create_date
|
||
msgid "Created on"
|
||
msgstr "Vytvořeno dne"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Creation Date"
|
||
msgstr "Datum vytvoření"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__no_of_employee
|
||
msgid "Current Number of Employees"
|
||
msgstr "Současný počet zaměstnanců"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_bounced_content
|
||
msgid "Custom Bounced Message"
|
||
msgstr "Vlastní odrazená zpráva"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_recruitment_stage__rotting_threshold_days
|
||
msgid ""
|
||
"Day count before applicants in this stage become stale. Set to 0 to "
|
||
"disable. Changing this parameter will not affect the rotting status/date of "
|
||
"resources last updated before this change."
|
||
msgstr ""
|
||
"Počet dní, po kterém se žádosti v této fázi stanou neplatnými. Nastavte na 0 "
|
||
"pro deaktivaci. Změna tohoto parametru nebude mít vliv na stav/datum "
|
||
"neplatnosti zdrojů, které byly naposledy aktualizovány před touto změnou."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__rotting_days
|
||
msgid "Day count since this resource was last updated"
|
||
msgstr "Počet dní od poslední aktualizace tohoto zdroje"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__rotting_days
|
||
msgid "Days Rotting"
|
||
msgstr "Dny nečinnosti"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__day_close
|
||
msgid "Days to Close"
|
||
msgstr "Dny do uzavření"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__day_open
|
||
msgid "Days to Open"
|
||
msgstr "Dnů do otevření"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__rotting_threshold_days
|
||
msgid "Days to rot"
|
||
msgstr "Dny k nečinnosti"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_defaults
|
||
msgid "Default Values"
|
||
msgstr "Výchozí hodnoty"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_job_platforms
|
||
msgid ""
|
||
"Define a regex: Extract the applicant's name from the email's subject or "
|
||
"body."
|
||
msgstr ""
|
||
"Definujte regulární výraz: Extrahujte jméno uchazeče z předmětu nebo těla e-"
|
||
"mailu."
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_simple_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_survey
|
||
msgid ""
|
||
"Define a specific contact address for this job position. If you keep it "
|
||
"empty, the default email address will be used which is in human resources "
|
||
"settings"
|
||
msgstr ""
|
||
"Definujte specifickou adresu pro tuto pracovní pozici. Pokud ji necháte "
|
||
"nevyplněnou, použije se výchozí e-mailová adresa která je použita u lidských "
|
||
"zdrojů"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.hr_job_stage_act
|
||
msgid ""
|
||
"Define here your stages of the recruitment process, for example:\n"
|
||
" qualification call, first interview, second interview, "
|
||
"refused,\n"
|
||
" hired."
|
||
msgstr ""
|
||
"Zde definujte jednotlivé fáze náborového procesu, například:\n"
|
||
" kvalifikační pohovor, první pohovor, druhý pohovor, "
|
||
"odmítnut,\n"
|
||
" přijat."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__type_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_recruitment_degree_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_recruitment_degree_tree
|
||
msgid "Degree"
|
||
msgstr "Titul"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_degree__name
|
||
msgid "Degree Name"
|
||
msgstr "Název titulu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_hr_recruitment_degree
|
||
msgid "Degrees"
|
||
msgstr "Tituly"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__delay_close
|
||
msgid "Delay to Close"
|
||
msgstr "Doba do ukončení"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_kanban_view_applicant
|
||
msgid "Delete"
|
||
msgstr "Smazat"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_hr_department
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__department_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search
|
||
msgid "Department"
|
||
msgstr "Oddělení"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__manager_id
|
||
msgid "Department Manager"
|
||
msgstr "Vedoucí oddělení"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.actions.act_window,name:hr_recruitment.action_hr_department
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_hr_department
|
||
msgid "Departments"
|
||
msgstr "Oddělení"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_talent_pool_view_form
|
||
msgid "Describe the talent pool and common traits among talent pool applicants"
|
||
msgstr ""
|
||
"Popište talentovou základnu a společné rysy uchazečů z talentové základny."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_refuse_reason__name
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_talent_pool_view_form
|
||
msgid "Description"
|
||
msgstr "Popis"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "Details"
|
||
msgstr "Podrobnosti"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:hr.talent.pool,name:hr_recruitment.talent_pool_0
|
||
msgid "Developer"
|
||
msgstr "Vývojář"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_digest_digest
|
||
msgid "Digest"
|
||
msgstr "Přehled"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.res_config_settings_view_form
|
||
msgid "Digitize your résumé to extract name and email automatically."
|
||
msgstr ""
|
||
"Digitalizujte svůj životopis a automaticky z něj extrahujte jméno a e-"
|
||
"mailovou adresu."
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "Directly"
|
||
msgstr "Přímo"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Directly Available"
|
||
msgstr "Okamžitě k dispozici"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_simple_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.job_add_applicants_view_form
|
||
msgid "Discard"
|
||
msgstr "Zrušit"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:res.groups,name:hr_recruitment.group_applicant_cv_display
|
||
msgid "Display CV on application form"
|
||
msgstr "Zobrazit životopis na přihlášce"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_send_mail__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_calendar_event__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_digest_digest__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_category__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_refuse_reason__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_department__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_employee__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job_platform__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_degree__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_source__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_ir_attachment__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_ir_ui_menu__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_job_add_applicants__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_mail_activity_plan__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_mail_activity_schedule__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_res_company__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_res_config_settings__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_res_partner__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_res_users__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_talent_pool_add_applicants__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_utm_campaign__display_name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_utm_source__display_name
|
||
msgid "Display Name"
|
||
msgstr "Zobrazovaný název"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/digest.py:0
|
||
msgid "Do not have access, skip this data for user's digest email"
|
||
msgstr "Není přístup, přeskočit tato data pro uživatelský emailový přehled"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:hr.recruitment.degree,name:hr_recruitment.degree_bac5
|
||
msgid "Doctoral Degree"
|
||
msgstr "Doktorský titul"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__documents_count
|
||
msgid "Document Count"
|
||
msgstr "Počet dokumentů"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_applicant.py:0
|
||
#: code:addons/hr_recruitment/models/hr_job.py:0
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__document_ids
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_survey
|
||
msgid "Documents"
|
||
msgstr "Dokumenty"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:hr.applicant.refuse.reason,name:hr_recruitment.refuse_reason_1
|
||
msgid "Does not fit the job requirements"
|
||
msgstr "Nesplňuje požadavky na danou pozici"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.hr_recruitment_stage_act
|
||
msgid ""
|
||
"Don't forget to specify the department if your recruitment process\n"
|
||
" is different according to the job position."
|
||
msgstr ""
|
||
"Nezapomeňte uvést oddělení, pokud se váš náborový proces\n"
|
||
" liší v závislosti na pracovní pozici."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:hr.applicant.refuse.reason,name:hr_recruitment.refuse_reason_6
|
||
msgid "Duplicate"
|
||
msgstr "Duplikovat"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__duplicate_applicant_ids_domain
|
||
msgid "Duplicate Applicant Ids Domain"
|
||
msgstr "Duplicitní identifikátory domén uchazečů"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__duplicate_applicant_ids
|
||
msgid "Duplicate Applications"
|
||
msgstr "Duplicitní žádosti"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__duplicates_count
|
||
msgid "Duplicates Count"
|
||
msgstr "Počet duplicit"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__email_from
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job_platform__email
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_source__email
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Email"
|
||
msgstr "Email"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_email
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_simple_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_survey
|
||
msgid "Email Alias"
|
||
msgstr "Emailový alias"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.applicant_get_refuse_reason_view_form
|
||
msgid "Email Body..."
|
||
msgstr "Tělo e-mailu..."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__template_id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_refuse_reason__template_id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__template_id
|
||
msgid "Email Template"
|
||
msgstr "Emailová šablona"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__alias_id
|
||
msgid ""
|
||
"Email alias for this job position. New emails will automatically create new "
|
||
"applicants for this job position."
|
||
msgstr ""
|
||
"E-mailová přezdívka pro tuto pracovní pozici. Nové e-maily automaticky "
|
||
"vytvoří novou žádost o tuto pracovní pozici."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__email_cc
|
||
msgid "Email cc"
|
||
msgstr "Kopie e-mailu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__alias_domain
|
||
msgid "Email domain e.g. 'example.com' in 'odoo@example.com'"
|
||
msgstr "E-mailová doména, např. 'example.com' v 'odoo@example.com'"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.actions.act_window,name:hr_recruitment.action_hr_job_platforms
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_hr_recruitment_emails
|
||
msgid "Emails"
|
||
msgstr "Emaily"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_applicant.py:0
|
||
#: model:ir.model,name:hr_recruitment.model_hr_employee
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__employee_id
|
||
msgid "Employee"
|
||
msgstr "Zaměstnanec"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__emp_is_active
|
||
msgid "Employee Active"
|
||
msgstr "Aktivní zaměstnanec"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__employee_count
|
||
msgid "Employee Count"
|
||
msgstr "Počet zaměstnanců"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__employee_name
|
||
msgid "Employee Name"
|
||
msgstr "Jméno zaměstnance"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.applicant_hired_template
|
||
msgid "Employee created:"
|
||
msgstr "Zaměstnanec vytvořen:"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__employee_id
|
||
msgid "Employee linked to the applicant."
|
||
msgstr "Zaměstnanec přiřazení k uchazeči."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_hr_recruitment_config_employees
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_survey
|
||
msgid "Employees"
|
||
msgstr "Zaměstnanci"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_hr_recruitment_contract_type
|
||
msgid "Employment Types"
|
||
msgstr "Typy zaměstnání"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__priority
|
||
msgid "Evaluation"
|
||
msgstr "Hodnocení"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields.selection,name:hr_recruitment.selection__hr_applicant__priority__3
|
||
msgid "Excellent"
|
||
msgstr "Excelentní"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__salary_expected
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "Expected"
|
||
msgstr "Očekávaný"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__expected_degree
|
||
msgid "Expected Degree"
|
||
msgstr "Očekávaný stupeň"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_department__expected_employee
|
||
msgid "Expected Employee"
|
||
msgstr "Očekávaný zaměstnanec"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__salary_expected_extra
|
||
msgid "Expected Salary Extra"
|
||
msgstr "Očekávané prémie"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__expected_employees
|
||
msgid ""
|
||
"Expected number of employees for this job position after new recruitment."
|
||
msgstr ""
|
||
"Očekávaný počet zaměstnanců pro tuto pracovní pozici po novém příjímání."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__extended_interviewer_ids
|
||
msgid "Extended Interviewer"
|
||
msgstr "Rozšířený tazatel"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__favorite_user_ids
|
||
msgid "Favorite User"
|
||
msgstr "Oblíbený uživatel"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__phone_sanitized
|
||
msgid ""
|
||
"Field used to store sanitized phone number. Helps speeding up searches and "
|
||
"comparisons."
|
||
msgstr ""
|
||
"Pole slouží k ukládání sanitovaného telefonního čísla. Pomáhá urychlit "
|
||
"vyhledávání a srovnávání."
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.ir_attachment_hr_recruitment_list_view
|
||
msgid "File"
|
||
msgstr "Soubor"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:hr.recruitment.stage,name:hr_recruitment.stage_job2
|
||
msgid "First Interview"
|
||
msgstr "První pohovor"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__fold
|
||
msgid "Folded in Kanban"
|
||
msgstr "Složený v kanbanu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_recruitment_stage_kanban
|
||
msgid "Folded in Recruitment Pipe:"
|
||
msgstr "Složené v náborové trubce:"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_follower_ids
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__message_follower_ids
|
||
msgid "Followers"
|
||
msgstr "Odběratelé"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_partner_ids
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__message_partner_ids
|
||
msgid "Followers (Partners)"
|
||
msgstr "Odběratelé (partneři)"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__activity_type_icon
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__activity_type_icon
|
||
msgid "Font awesome icon e.g. fa-tasks"
|
||
msgstr "Ikona v rámci awesome font, např. fa-tasks"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Future Activities"
|
||
msgstr "Budoucí činnosti"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_applicant_get_refuse_reason
|
||
msgid "Get Refuse Reason"
|
||
msgstr "Získání důvodu odmítnutí"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields.selection,name:hr_recruitment.selection__hr_applicant__priority__1
|
||
msgid "Good"
|
||
msgstr "Dobrý"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:hr.recruitment.degree,name:hr_recruitment.degree_graduate
|
||
msgid "Graduate"
|
||
msgstr "Absolvovat"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:web_tour.tour,rainbow_man_message:hr_recruitment.hr_recruitment_tour
|
||
msgid "Great job! You hired a new colleague!"
|
||
msgstr "Skvělá práce! Najali jste nového kolegu!"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__legend_done
|
||
msgid "Green Kanban Label"
|
||
msgstr "Zelený Kanban štítek"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__legend_normal
|
||
msgid "Grey Kanban Label"
|
||
msgstr "Šedý Kanban štítek"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_source__has_domain
|
||
msgid "Has Domain"
|
||
msgstr "Má doménu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__has_message
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__has_message
|
||
msgid "Has Message"
|
||
msgstr "Má zprávu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__date_closed
|
||
msgid "Hire Date"
|
||
msgstr "Datum pronájmu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__no_of_hired_employee
|
||
#: model:ir.model.fields.selection,name:hr_recruitment.selection__hr_applicant__application_status__hired
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_kanban_view_applicant
|
||
msgid "Hired"
|
||
msgstr "Najatý"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__hired_stage
|
||
msgid "Hired Stage"
|
||
msgstr "Fáze pronájmu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Hiring Date"
|
||
msgstr "Datum nástupu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_send_mail__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_calendar_event__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_digest_digest__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_category__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_refuse_reason__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_department__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_employee__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job_platform__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_degree__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_source__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_ir_attachment__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_ir_ui_menu__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_job_add_applicants__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_mail_activity_plan__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_mail_activity_schedule__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_res_company__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_res_config_settings__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_res_partner__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_res_users__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_talent_pool_add_applicants__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_utm_campaign__id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_utm_source__id
|
||
msgid "ID"
|
||
msgstr "ID"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__alias_parent_thread_id
|
||
msgid ""
|
||
"ID of the parent record holding the alias (example: project holding the task "
|
||
"creation alias)"
|
||
msgstr ""
|
||
"ID rodičovského záznamu obsahující alias (například: Projekt obsahující "
|
||
"alias pro vytváření úkolů)"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__activity_exception_icon
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__activity_exception_icon
|
||
msgid "Icon"
|
||
msgstr "Ikona"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__activity_exception_icon
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__activity_exception_icon
|
||
msgid "Icon to indicate an exception activity."
|
||
msgstr "Ikona, která označuje výjimečnou aktivitu."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__message_needaction
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_talent_pool__message_needaction
|
||
msgid "If checked, new messages require your attention."
|
||
msgstr "Pokud zaškrtnuto, nové zprávy vyžadují vaši pozornost."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__message_has_error
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__message_has_sms_error
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_talent_pool__message_has_error
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_talent_pool__message_has_sms_error
|
||
msgid "If checked, some messages have a delivery error."
|
||
msgstr "Pokud zaškrtnuto, některé zprávy mají chybu při doručení."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_recruitment_stage__hired_stage
|
||
msgid ""
|
||
"If checked, this stage is used to determine the hire date of an applicant"
|
||
msgstr ""
|
||
"Pokud je zaškrtnuto, tato fáze se používá k určení data pronájmu uchazeče"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_recruitment_stage__template_id
|
||
msgid ""
|
||
"If set, a message is posted on the applicant using the template when the "
|
||
"applicant is set to the stage."
|
||
msgstr ""
|
||
"Je-li nastaveno, je přihlašovateli zaslána zpráva pomocí šablony, když je "
|
||
"žadatel nastaven na fázi."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__alias_bounced_content
|
||
msgid ""
|
||
"If set, this content will automatically be sent out to unauthorized users "
|
||
"instead of the default message."
|
||
msgstr ""
|
||
"Pokud je nastaveno, bude tento obsah místo výchozí zprávy automaticky "
|
||
"odeslán neoprávněným uživatelům."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__emp_is_active
|
||
msgid ""
|
||
"If the active field is set to False, it will allow you to hide the resource "
|
||
"record without removing it."
|
||
msgstr ""
|
||
"Pokud je pole aktivní nastaveno na Nepravda, umožní vám to skrýt záznam "
|
||
"zdroje bez jeho odstranění."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__active
|
||
msgid ""
|
||
"If the active field is set to false, it will allow you to hide the case "
|
||
"without removing it."
|
||
msgstr ""
|
||
"Pokud je aktivní pole nastaveno na hodnotu false, umožní vám skrýt případ "
|
||
"bez jeho odstranění."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__is_blacklisted
|
||
msgid ""
|
||
"If the email address is on the blacklist, the contact won't receive mass "
|
||
"mailing anymore, from any list"
|
||
msgstr ""
|
||
"Pokud je e-mailová adresa na černé listině, kontakt už nebude dostávat "
|
||
"hromadnou poštu z jakéhokoli seznamu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__phone_sanitized_blacklisted
|
||
msgid ""
|
||
"If the sanitized phone number is on the blacklist, the contact won't receive "
|
||
"mass mailing sms anymore, from any list"
|
||
msgstr ""
|
||
"Pokud je ověřené telefonní číslo na černé listině, kontakt již nebude "
|
||
"dostávat hromadné zprávy SMS ze žádného seznamu"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_recruitment_stage.py:0
|
||
#: model:hr.recruitment.stage,legend_normal:hr_recruitment.stage_job0
|
||
#: model:hr.recruitment.stage,legend_normal:hr_recruitment.stage_job1
|
||
#: model:hr.recruitment.stage,legend_normal:hr_recruitment.stage_job2
|
||
#: model:hr.recruitment.stage,legend_normal:hr_recruitment.stage_job3
|
||
#: model:hr.recruitment.stage,legend_normal:hr_recruitment.stage_job4
|
||
#: model:hr.recruitment.stage,legend_normal:hr_recruitment.stage_job5
|
||
#: model:ir.model.fields.selection,name:hr_recruitment.selection__hr_applicant__kanban_state__normal
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "In Progress"
|
||
msgstr "Probíhá"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.res_config_settings_view_form
|
||
msgid "In-App Purchases"
|
||
msgstr "Nákup v aplikácii"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_simple_form
|
||
msgid ""
|
||
"Incoming emails create applications automatically. Use it for direct "
|
||
"applications or when posting job offers on LinkedIn, Monster, etc."
|
||
msgstr ""
|
||
"Příchozí e-maily automaticky vytvářejí žádosti o zaměstnání. Použijte tuto "
|
||
"funkci pro přímé žádosti o zaměstnání nebo při zveřejňování pracovních "
|
||
"nabídek na LinkedIn, Monster atd."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__phone_blacklisted
|
||
msgid ""
|
||
"Indicates if a blacklisted sanitized phone number is a phone number. Helps "
|
||
"distinguish which number is blacklisted when there is both a "
|
||
"mobile and phone field in a model."
|
||
msgstr ""
|
||
"Označuje, zda je ověřené telefonní číslo na černé listině telefonním číslem. "
|
||
"Pomáhá rozlišit, které číslo je na černé listině, když je v modelu pole pro "
|
||
"mobil i telefon."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__industry_id
|
||
msgid "Industry"
|
||
msgstr "Odvětví"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_res_config_settings__module_hr_recruitment_survey
|
||
msgid "Interview Forms"
|
||
msgstr "Formuláře pohovoru"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:res.groups,name:hr_recruitment.group_hr_recruitment_interviewer
|
||
msgid "Interviewer"
|
||
msgstr "Náborář"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:res.groups,comment:hr_recruitment.group_hr_recruitment_interviewer
|
||
msgid ""
|
||
"Interviewer right will give access to all job position/applications where "
|
||
"the employee is defined. It will allow to refuse, plan meetings."
|
||
msgstr ""
|
||
"Právo náboráře vám umožní přístup ke všem pracovním pozicím/žádostem, kde je "
|
||
"definován zaměstnanec. Umožní Vám odmítnutí nebo naplánování schůzek."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__interviewer_ids
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__interviewer_ids
|
||
msgid "Interviewers"
|
||
msgstr "Tazatelé"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__is_applicant_in_pool
|
||
msgid "Is Applicant In Pool"
|
||
msgstr "Je uchazeč v databázi"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__is_mail_template_editor
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_send_mail__is_mail_template_editor
|
||
msgid "Is Editor"
|
||
msgstr "Je editor"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__is_favorite
|
||
msgid "Is Favorite"
|
||
msgstr "Je obľíbený"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_is_follower
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__message_is_follower
|
||
msgid "Is Follower"
|
||
msgstr "Je odběratel"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__is_pool_applicant
|
||
msgid "Is Pool Applicant"
|
||
msgstr "Je uchazečem z seznamu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__is_warning_visible
|
||
msgid "Is Warning Visible"
|
||
msgstr "Je varování viditelné"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__duration_tracking
|
||
msgid "JSON that maps ids from a many2one field to seconds spent"
|
||
msgstr "JSON, který mapuje id z pole many2one na strávené sekundy"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_source__job_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Job"
|
||
msgstr "Práce"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__application_ids
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.crm_case_pivot_view_job
|
||
msgid "Job Applications"
|
||
msgstr "Žádosti o zaměstnání"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_hr_job_boards
|
||
msgid "Job Boards"
|
||
msgstr "Nabídky práce"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:utm.campaign,title:hr_recruitment.utm_campaign_job
|
||
msgid "Job Campaign"
|
||
msgstr "Pracovní kampaň"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__address_id
|
||
msgid "Job Location"
|
||
msgstr "Umístění zaměstnání"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban
|
||
msgid "Job Page"
|
||
msgstr "Stránka s nabídkami práce"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_hr_job_platform
|
||
msgid "Job Platforms"
|
||
msgstr "Pracovní platformy"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_hr_job
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__job_id
|
||
msgid "Job Position"
|
||
msgstr "Pracovní pozice"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:mail.message.subtype,name:hr_recruitment.mt_department_new
|
||
msgid "Job Position Created"
|
||
msgstr "Pracovní pozice vytvořena"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:mail.message.subtype,description:hr_recruitment.mt_job_new
|
||
#: model:mail.message.subtype,name:hr_recruitment.mt_job_new
|
||
msgid "Job Position created"
|
||
msgstr "Pracovní pozice vytvořena"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.actions.act_window,name:hr_recruitment.action_hr_job
|
||
#: model:ir.actions.act_window,name:hr_recruitment.action_hr_job_config
|
||
#: model:ir.actions.act_window,name:hr_recruitment.action_hr_job_interviewer
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_job_add_applicants__job_ids
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_hr_recruitment_config_jobs
|
||
msgid "Job Positions"
|
||
msgstr "Pracovní pozice"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.res_config_settings_view_form
|
||
msgid "Job Posting"
|
||
msgstr "Nabídka práce"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_res_company__job_properties_definition
|
||
msgid "Job Properties"
|
||
msgstr "Vlastnosti místa práce"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__job_source_ids
|
||
msgid "Job Source"
|
||
msgstr "Zdroj pracovních míst"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__job_ids
|
||
msgid "Job Specific"
|
||
msgstr "Specifická práce"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:hr.applicant.refuse.reason,name:hr_recruitment.refuse_reason_5
|
||
msgid "Job already fulfilled"
|
||
msgstr "Úkol již splněn"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search
|
||
msgid "Jobs"
|
||
msgstr "Pracovní místa"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "Jobs - Recruitment Form"
|
||
msgstr "Zaměstnání - Náborový formulář"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__legend_blocked
|
||
msgid "Kanban Blocked"
|
||
msgstr "Kanban blokován"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__legend_normal
|
||
msgid "Kanban Ongoing"
|
||
msgstr "Kanban probíhá"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__kanban_state
|
||
msgid "Kanban State"
|
||
msgstr "Stav kanban"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__legend_done
|
||
msgid "Kanban Valid"
|
||
msgstr "Kanban platný"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__legend_waiting
|
||
msgid "Kanban Waiting"
|
||
msgstr "Kanban čekání"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_digest_digest__kpi_hr_recruitment_new_colleagues_value
|
||
msgid "Kpi Hr Recruitment New Colleagues Value"
|
||
msgstr "Hodnota KPI HR nábor nových kolegů"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__lang
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_send_mail__lang
|
||
msgid "Language"
|
||
msgstr "Jazyk"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_applicant.py:0
|
||
msgid "Last Meeting"
|
||
msgstr "Poslední schůzka"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__last_stage_id
|
||
msgid "Last Stage"
|
||
msgstr "Poslední fáze"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__date_last_stage_update
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Last Stage Update"
|
||
msgstr "Poslední změna fáze"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__write_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_send_mail__write_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__write_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_category__write_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_refuse_reason__write_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job_platform__write_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_degree__write_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_source__write_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__write_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__write_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_job_add_applicants__write_uid
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_talent_pool_add_applicants__write_uid
|
||
msgid "Last Updated by"
|
||
msgstr "Naposledy upraveno uživatelem"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__write_date
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_send_mail__write_date
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__write_date
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_category__write_date
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_refuse_reason__write_date
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job_platform__write_date
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_degree__write_date
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_source__write_date
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__write_date
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__write_date
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_job_add_applicants__write_date
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_talent_pool_add_applicants__write_date
|
||
msgid "Last Updated on"
|
||
msgstr "Naposledy upraveno dne"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Late Activities"
|
||
msgstr "Aktivity po termínu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_job_config
|
||
msgid "Let's create a job position"
|
||
msgstr "Vytvořme pracovní pozici"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/views/recruitment_helper_view.xml:0
|
||
msgid "Let's create a job position."
|
||
msgstr "Vytvořme pracovní pozici."
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0
|
||
msgid ""
|
||
"Let's create the position. An email will be setup for applications, and a "
|
||
"public job description, if you use the Website app."
|
||
msgstr ""
|
||
"Pojďme vytvořit pozici. Pokud používáte aplikaci Webstránka, nastaví se e-"
|
||
"mail pro kandidáty a veřejný popis práce."
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0
|
||
msgid "Let's have a look at how to <b>improve</b> your <b>hiring process</b>."
|
||
msgstr ""
|
||
"Pojďme se podívat na to, jak <b>vylepšit</b> váš <b>proces přijímání do "
|
||
"zaměstnání</b>."
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0
|
||
msgid "Let’s create this new employee now."
|
||
msgstr "Pojďme vytvořit tohoto nového zaměstnance hned teď."
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0
|
||
msgid "Let’s go back to the dashboard."
|
||
msgstr "Vraťte se zpět na dashboard."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__linkedin_profile
|
||
msgid "LinkedIn Profile"
|
||
msgstr "Profil LinkedInu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.actions.server,name:hr_recruitment.action_load_demo_data
|
||
msgid "Load demo data"
|
||
msgstr "nahrát demo data"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/views/recruitment_helper_view.xml:0
|
||
msgid "Load sample data"
|
||
msgstr "Načíst vzorová data"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.applicant_send_mail_view_form
|
||
msgid "Load template"
|
||
msgstr "Nahrát šablonu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_incoming_local
|
||
msgid "Local-part based incoming detection"
|
||
msgstr "Detekce příchozích na základě místní části"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_send_mail__template_id
|
||
msgid "Mail Template"
|
||
msgstr "Emailová šablona"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_main_attachment_id
|
||
msgid "Main Attachment"
|
||
msgstr "Hlavní příloha"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:hr.recruitment.degree,name:hr_recruitment.degree_licenced
|
||
msgid "Master Degree"
|
||
msgstr "Inženýrský titul"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__medium_id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_source__medium_id
|
||
msgid "Medium"
|
||
msgstr "Médium"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_hr_recruitment_utm_mediums
|
||
msgid "Mediums"
|
||
msgstr "Média"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__meeting_display_date
|
||
msgid "Meeting Display Date"
|
||
msgstr "Zobrazované datum schůzky"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__meeting_display_text
|
||
msgid "Meeting Display Text"
|
||
msgstr "Zobrazovaný text schůzky"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__meeting_ids
|
||
msgid "Meetings"
|
||
msgstr "Schůzky"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_ir_ui_menu
|
||
msgid "Menu"
|
||
msgstr "Menu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_has_error
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__message_has_error
|
||
msgid "Message Delivery error"
|
||
msgstr "Chyba při doručování zprávy"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_ids
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__message_ids
|
||
msgid "Messages"
|
||
msgstr "Zprávy"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.job_add_applicants_view_form
|
||
msgid "Move to..."
|
||
msgstr "Přesunout do..."
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "My Activities"
|
||
msgstr "Mé aktivity"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__my_activity_date_deadline
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__my_activity_date_deadline
|
||
msgid "My Activity Deadline"
|
||
msgstr "Termín mé aktivity"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "My Applications"
|
||
msgstr "Moje žádosti"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.view_job_filter_recruitment
|
||
msgid "My Favorites"
|
||
msgstr "Moje oblíbené"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_search_view
|
||
msgid "My Job Positions"
|
||
msgstr "Moje pracovní pozice"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job_platform__name
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_source__name
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.crm_case_tree_view_job
|
||
msgid "Name"
|
||
msgstr "Název"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:hr.recruitment.stage,name:hr_recruitment.stage_job0
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search
|
||
msgid "New"
|
||
msgstr "Nové"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_department__new_applicant_count
|
||
#: model:mail.message.subtype,name:hr_recruitment.mt_applicant_new
|
||
#: model:mail.message.subtype,name:hr_recruitment.mt_job_applicant_new
|
||
msgid "New Applicant"
|
||
msgstr "Nový uchazeč"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_department_view_kanban
|
||
msgid "New Applicants"
|
||
msgstr "Noví žadatelé o místo"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.actions.act_window,name:hr_recruitment.action_hr_job_new_application
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__new_application_count
|
||
msgid "New Application"
|
||
msgstr "Nová žádost o zaměstnání"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.actions.act_window,name:hr_recruitment.hr_applicant_action_from_department
|
||
msgid "New Applications"
|
||
msgstr "Nové žádosti o zaměstnání"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_digest_digest__kpi_hr_recruitment_new_colleagues
|
||
msgid "New Employees"
|
||
msgstr "Noví zaměstnanci"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_department__new_hired_employee
|
||
msgid "New Hired Employee"
|
||
msgstr "Nový přijatý zaměstnanec"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:mail.message.subtype,name:hr_recruitment.mt_talent_new
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_talent_pool_view_kanban
|
||
msgid "New Talent"
|
||
msgstr "Nový talent"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_tree_activity
|
||
msgid "Next Activities"
|
||
msgstr "Další aktivity"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__activity_calendar_event_id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__activity_calendar_event_id
|
||
msgid "Next Activity Calendar Event"
|
||
msgstr "Další aktivita z kalendáře"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__activity_date_deadline
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__activity_date_deadline
|
||
msgid "Next Activity Deadline"
|
||
msgstr "Termín další aktivity"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__activity_summary
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__activity_summary
|
||
msgid "Next Activity Summary"
|
||
msgstr "Popis další aktivity"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__activity_type_id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__activity_type_id
|
||
msgid "Next Activity Type"
|
||
msgstr "Typ další aktivity"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_applicant.py:0
|
||
msgid "Next Meeting"
|
||
msgstr "Příští schůzka"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_applicant.py:0
|
||
msgid "No Meeting"
|
||
msgstr "Žádná schůzka"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_talent_pool_applications
|
||
msgid "No Talents in the pool yet"
|
||
msgstr "V databázi zatím nejsou žádní talenti"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_applicant.py:0
|
||
msgid "No applications found."
|
||
msgstr "Nebyly nalezeny žádné aplikace."
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_job_applications
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.crm_case_categ0_act_job
|
||
msgid "No applications yet"
|
||
msgstr "Zatím žádní kandidáti"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.mail_activity_type_action_config_hr_applicant
|
||
msgid "No data to display"
|
||
msgstr "Žádná data k zobrazení"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_recruitment_report_filtered_department
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_recruitment_report_filtered_job
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.hr_applicant_action_analysis
|
||
msgid "No data yet!"
|
||
msgstr "Zatím žádná data!"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_job_platforms
|
||
msgid "No rules have been defined."
|
||
msgstr "Nebyly definovány žádné pravidla."
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_talent_pool
|
||
msgid "No talent pools yet"
|
||
msgstr "Zatím žádné talenty"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields.selection,name:hr_recruitment.selection__hr_applicant__priority__0
|
||
msgid "Normal"
|
||
msgstr "Normální"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__email_normalized
|
||
msgid "Normalized Email"
|
||
msgstr "Normalizovaný e-mail"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "Note"
|
||
msgstr "Poznámka"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_needaction_counter
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__message_needaction_counter
|
||
msgid "Number of Actions"
|
||
msgstr "Počet akcí"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__attachment_number
|
||
msgid "Number of Attachments"
|
||
msgstr "Počet příloh"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__new_application_count
|
||
msgid ""
|
||
"Number of applications that are new in the flow (typically at first step of "
|
||
"the flow)"
|
||
msgstr "Počet aplikací, které jsou v toku nové (obvykle v prvním kroku toku)"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__open_application_count
|
||
msgid "Number of applications that are still ongoing (not hired or refused)"
|
||
msgstr ""
|
||
"Počet žádostí, které jsou stále v řízení (nezaměstnané ani neodmítnuté)"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__delay_close
|
||
msgid "Number of days to close"
|
||
msgstr "Počet dní do uzavření"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__no_of_employee
|
||
msgid "Number of employees currently occupying this job position."
|
||
msgstr "Současný počet zaměstnanců na této pracovní pozici."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_has_error_counter
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__message_has_error_counter
|
||
msgid "Number of errors"
|
||
msgstr "Počet chyb"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__no_of_hired_employee
|
||
msgid ""
|
||
"Number of hired employees for this job position during recruitment phase."
|
||
msgstr "Počet najatých zaměstnanců na tuto pracovní pozici za dobu náboru."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__message_needaction_counter
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_talent_pool__message_needaction_counter
|
||
msgid "Number of messages requiring action"
|
||
msgstr "Počet zpráv vyžadujících akci"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__message_has_error_counter
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_talent_pool__message_has_error_counter
|
||
msgid "Number of messages with delivery error"
|
||
msgstr "Počet zpráv s chybou při doručení"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_job_applications
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.crm_case_categ0_act_job
|
||
msgid ""
|
||
"Odoo helps you track applicants in the recruitment\n"
|
||
" process and follow up all operations: meetings, interviews, "
|
||
"etc."
|
||
msgstr ""
|
||
"Odoo vám pomůže sledovat uchazeče při náboru\n"
|
||
" zpracovat a sledovat všechny operace: schůzky, rozhovory atd."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:res.groups,name:hr_recruitment.group_hr_recruitment_user
|
||
msgid "Officer: Manage all applicants"
|
||
msgstr "Pracovník HR: Spravujte všechny uchazeče"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__old_application_count
|
||
msgid "Old Application"
|
||
msgstr "Stará žádost o zaměstnání"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields.selection,name:hr_recruitment.selection__hr_applicant__application_status__ongoing
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search
|
||
msgid "Ongoing"
|
||
msgstr "Pokračující"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_res_config_settings__module_website_hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.res_config_settings_view_form
|
||
msgid "Online Posting"
|
||
msgstr "Online zveřejnené"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__open_application_count
|
||
msgid "Open Application Count"
|
||
msgstr "Počet otevřených aplikací"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_view_tree_inherit
|
||
msgid "Open Applications"
|
||
msgstr "Otevřené aplikace"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__alias_force_thread_id
|
||
msgid ""
|
||
"Optional ID of a thread (record) to which all incoming messages will be "
|
||
"attached, even if they did not reply to it. If set, this will disable the "
|
||
"creation of new records completely."
|
||
msgstr ""
|
||
"Volitelné ID vlákna (záznamu), ke kterému budou připojeny všechny příchozí "
|
||
"zprávy, i když na něj neodpověděly. Je-li nastaveno, zakáže se úplné "
|
||
"vytvoření nových záznamů."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_applicant_get_refuse_reason__lang
|
||
#: model:ir.model.fields,help:hr_recruitment.field_applicant_send_mail__lang
|
||
msgid ""
|
||
"Optional translation language (ISO code) to select when sending out an "
|
||
"email. If not set, the main partner's language will be used. This should "
|
||
"usually be a placeholder expression that provides the appropriate language, "
|
||
"e.g. {{ object.partner_id.lang }}."
|
||
msgstr ""
|
||
"Volitelný překladový jazyk (kód ISO), který se použije při odesílání e-"
|
||
"mailu. Pokud není nastaven, použije se jazyk hlavního partnera. Obvykle by "
|
||
"se mělo jednat o zástupný výraz, který poskytuje příslušný jazyk, např. "
|
||
"{{ object.partner_id.lang }}."
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0
|
||
msgid "Or talk about this applicant privately with your colleagues."
|
||
msgstr "Nebo si o tomto uchazeči promluvte soukromě se svými kolegy."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__legend_waiting
|
||
msgid "Orange Kanban Label"
|
||
msgstr "Oranžová kanbanová etiketa"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "Other benefits"
|
||
msgstr "Další výhody"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_parent_model_id
|
||
msgid "Parent Model"
|
||
msgstr "Nadřazený model"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_parent_thread_id
|
||
msgid "Parent Record Thread ID"
|
||
msgstr "ID vlákna nadřazeného záznamu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__alias_parent_model_id
|
||
msgid ""
|
||
"Parent model holding the alias. The model holding the alias reference is not "
|
||
"necessarily the model given by alias_model_id (example: project "
|
||
"(parent_model) and task (model))"
|
||
msgstr ""
|
||
"Nadřazený model s aliasem. Model obsahující odkaz na alias nemusí být nutně "
|
||
"modelem daným od alias_model_id (příklad: project (parent_model) a task "
|
||
"(model))"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__partner_phone
|
||
msgid "Phone"
|
||
msgstr "Telefon"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__phone_sanitized_blacklisted
|
||
msgid "Phone Blacklisted"
|
||
msgstr "Telefon na černé listině"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__phone_mobile_search
|
||
msgid "Phone Number"
|
||
msgstr "Telefonní číslo"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_applicant.py:0
|
||
msgid "Please provide an applicant name."
|
||
msgstr "Uveďte jméno uchazeče."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__alias_contact
|
||
msgid ""
|
||
"Policy to post a message on the document using the mailgateway.\n"
|
||
"- everyone: everyone can post\n"
|
||
"- partners: only authenticated partners\n"
|
||
"- followers: only followers of the related document or members of following "
|
||
"channels\n"
|
||
msgstr ""
|
||
"Zásady zveřejňování zpráv v dokumentu pomocí poštovní brány.\n"
|
||
"- každý: každý může psát\n"
|
||
"- partneři: pouze ověření partneři\n"
|
||
"- sledující: pouze sledující související dokument nebo členové následujících "
|
||
"kanálů\n"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__pool_applicant_id
|
||
msgid "Pool Applicant"
|
||
msgstr "Uchazeč ze souboru"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__pool_manager
|
||
msgid "Pool Manager"
|
||
msgstr "Správce souboru"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__probability
|
||
msgid "Probability"
|
||
msgstr "Pravděpodobnost"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.res_config_settings_view_form
|
||
msgid "Process"
|
||
msgstr "Průběh"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__applicant_properties
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__job_properties
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Properties"
|
||
msgstr "Vlastnosti"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__salary_proposed
|
||
msgid "Proposed"
|
||
msgstr "Navrhované"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__salary_proposed_extra
|
||
msgid "Proposed Salary Extra"
|
||
msgstr "Navržené prémie k platu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.res_config_settings_view_form
|
||
msgid "Publish job offers on your website"
|
||
msgstr "Zveřejňujte nabídky práce na svém webu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:hr.recruitment.stage,name:hr_recruitment.stage_job1
|
||
msgid "Qualification"
|
||
msgstr "Kvalifikace"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__rating_ids
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__rating_ids
|
||
msgid "Ratings"
|
||
msgstr "Hodnocení"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_recruitment_stage.py:0
|
||
#: model:hr.recruitment.stage,legend_done:hr_recruitment.stage_job0
|
||
#: model:hr.recruitment.stage,legend_done:hr_recruitment.stage_job1
|
||
#: model:hr.recruitment.stage,legend_done:hr_recruitment.stage_job2
|
||
#: model:hr.recruitment.stage,legend_done:hr_recruitment.stage_job3
|
||
#: model:hr.recruitment.stage,legend_done:hr_recruitment.stage_job4
|
||
#: model:hr.recruitment.stage,legend_done:hr_recruitment.stage_job5
|
||
#: model:ir.model.fields.selection,name:hr_recruitment.selection__hr_applicant__kanban_state__done
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Ready for Next Stage"
|
||
msgstr "Připraveno pro další fázi"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/views/recruitment_helper_view.xml:0
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_job_config
|
||
msgid "Ready to recruit more efficiently?"
|
||
msgstr "Jste připraveni udělat nábor efektivněji?"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.applicant_get_refuse_reason_view_form
|
||
msgid "Reason"
|
||
msgstr "Důvod"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_force_thread_id
|
||
msgid "Record Thread ID"
|
||
msgstr "ID vlákna záznamu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__user_id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__user_id
|
||
msgid "Recruiter"
|
||
msgstr "Náborář"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_hr_recruitment_root
|
||
#: model:res.groups.privilege,name:hr_recruitment.res_groups_privilege_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.digest_digest_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_department_view_kanban
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.res_config_settings_view_form
|
||
msgid "Recruitment"
|
||
msgstr "Nábor"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.actions.act_window,name:hr_recruitment.hr_job_stage_act
|
||
msgid "Recruitment / Applicants Stages"
|
||
msgstr "Fáze náboru / fáze uchazeči"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.actions.act_window,name:hr_recruitment.action_hr_recruitment_report_filtered_department
|
||
#: model:ir.actions.act_window,name:hr_recruitment.action_hr_recruitment_report_filtered_job
|
||
#: model:ir.actions.act_window,name:hr_recruitment.hr_applicant_action_analysis
|
||
#: model:ir.ui.menu,name:hr_recruitment.hr_applicant_report_menu
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_graph
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_pivot
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search
|
||
msgid "Recruitment Analysis"
|
||
msgstr "Analýza náboru"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.actions.act_window,name:hr_recruitment.mail_activity_plan_action_config_hr_applicant
|
||
msgid "Recruitment Plans"
|
||
msgstr "Plány náboru"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_hr_recruitment_stage
|
||
msgid "Recruitment Stages"
|
||
msgstr "Fáze náboru"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:mail.template,name:hr_recruitment.email_template_data_applicant_congratulations
|
||
msgid "Recruitment: Application Acknowledgement"
|
||
msgstr "Nábor: Potvrzení žádosti"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:mail.template,name:hr_recruitment.email_template_data_applicant_interest
|
||
msgid "Recruitment: Interest"
|
||
msgstr "Nábor: Zájem"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:mail.template,name:hr_recruitment.email_template_data_applicant_not_interested
|
||
msgid "Recruitment: Not interested anymore"
|
||
msgstr "Nábor: Již nemám zájem"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:mail.template,name:hr_recruitment.email_template_data_applicant_refuse
|
||
msgid "Recruitment: Refuse"
|
||
msgstr "Nábor: Odmítnout"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__legend_blocked
|
||
msgid "Red Kanban Label"
|
||
msgstr "Červená Kanban visačka"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.applicant_get_refuse_reason_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.crm_case_tree_view_job
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_kanban_view_applicant
|
||
msgid "Refuse"
|
||
msgstr "Odmítnout"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__refuse_date
|
||
msgid "Refuse Date"
|
||
msgstr "Datum odmítnutí"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__duplicates
|
||
msgid "Refuse Duplicate Applications"
|
||
msgstr "Odmítnout duplicitní žádosti"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_applicant.py:0
|
||
#: model:ir.actions.act_window,name:hr_recruitment.applicant_get_refuse_reason_action
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__refuse_reason_id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__refuse_reason_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.applicant_get_refuse_reason_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_refuse_reason_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_refuse_reason_view_tree
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Refuse Reason"
|
||
msgstr "Důvod odmítnutí"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_hr_applicant_refuse_reason
|
||
msgid "Refuse Reason of Applicant"
|
||
msgstr "Důvod odmítnutí uchazeče"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.actions.act_window,name:hr_recruitment.hr_applicant_refuse_reason_action
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_hr_applicant_refuse_reason
|
||
msgid "Refuse Reasons"
|
||
msgstr "Důvody odmítnutí"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields.selection,name:hr_recruitment.selection__hr_applicant__application_status__refused
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_kanban_view_applicant
|
||
msgid "Refused"
|
||
msgstr "Odmítnuto"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/wizard/applicant_refuse_reason.py:0
|
||
msgid ""
|
||
"Refused automatically because this application has been identified as a "
|
||
"duplicate of %(link)s"
|
||
msgstr ""
|
||
"Automaticky zamítnuto, protože tato žádost byla identifikována jako "
|
||
"duplicitní. %(link)s"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:hr.applicant.refuse.reason,name:hr_recruitment.refuse_reason_2
|
||
msgid "Refused by applicant: job fit"
|
||
msgstr "Odmítnuto uchazečem: nevhodná pracovní pozice"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:hr.applicant.refuse.reason,name:hr_recruitment.refuse_reason_8
|
||
msgid "Refused by applicant: salary"
|
||
msgstr "Odmítnuto uchazečem: plat"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job_platform__regex
|
||
msgid "Regex"
|
||
msgstr "Regulární výraz"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_job.py:0
|
||
msgid "Related Employees"
|
||
msgstr "Spříznění zaměstnanci"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_survey
|
||
msgid "Remote"
|
||
msgstr "Dálkový"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__render_model
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_send_mail__render_model
|
||
msgid "Rendering Model"
|
||
msgstr "Vykreslování modelu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.ui.menu,name:hr_recruitment.report_hr_recruitment
|
||
msgid "Reporting"
|
||
msgstr "Výkazy"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__requirements
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__requirements
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_recruitment_stage_form
|
||
msgid "Requirements"
|
||
msgstr "Požadavky"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Responsible"
|
||
msgstr "Odpovědný"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__activity_user_id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__activity_user_id
|
||
msgid "Responsible User"
|
||
msgstr "Zodpovědný uživatel"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "Restore"
|
||
msgstr "Obnovit"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Resume's content"
|
||
msgstr "Obsah životopisu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__is_rotting
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Rotting"
|
||
msgstr "Neaktivní"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Running Applicants"
|
||
msgstr "Probíhající uchazeči"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.res_config_settings_view_form
|
||
msgid "Résumé Digitization (OCR)"
|
||
msgstr "Digitalizace životopisu (OCR)"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_has_sms_error
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__message_has_sms_error
|
||
msgid "SMS Delivery error"
|
||
msgstr "Chyba doručení SMS"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__salary_expected
|
||
msgid "Salary Expected by Applicant"
|
||
msgstr "Plat očekávaný uchazeči"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__salary_expected_extra
|
||
msgid "Salary Expected by Applicant, extra advantages"
|
||
msgstr "Plat očekávaný uchazeči, další výhody"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "Salary Package"
|
||
msgstr "Platový balíček"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__salary_proposed
|
||
msgid "Salary Proposed by the Organisation"
|
||
msgstr "Plat navrhovaný firmou"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__salary_proposed_extra
|
||
msgid "Salary Proposed by the Organisation, extra advantages"
|
||
msgstr "Plat navrhovaný firmou, další výhody"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__phone_sanitized
|
||
msgid "Sanitized Number"
|
||
msgstr "Skontrolované číslo"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__partner_phone_sanitized
|
||
msgid "Sanitized Phone Number"
|
||
msgstr "Očištěné telefonní číslo"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0
|
||
msgid "Save it!"
|
||
msgstr "Uložte to!"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_kanban_view_applicant
|
||
msgid "Schedule Interview"
|
||
msgstr "Plánovaný pohovor"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__scheduled_date
|
||
msgid "Scheduled Date"
|
||
msgstr "Plánované datum"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_degree__score
|
||
msgid "Score"
|
||
msgstr "Skóre"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.constraint,message:hr_recruitment.constraint_hr_recruitment_degree_score_range
|
||
msgid "Score should be between 0 and 100%"
|
||
msgstr "Skóre by mělo být mezi 0 a 100.%"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Search Applicants"
|
||
msgstr "Vyhledej uchazeče"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_recruitment_source_view_search
|
||
msgid "Search Source"
|
||
msgstr "Vyhledat zdroj"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:hr.recruitment.stage,name:hr_recruitment.stage_job3
|
||
msgid "Second Interview"
|
||
msgstr "Druhý pohovor"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "Select the campaign the applicant was part of"
|
||
msgstr "Vyberte kampaň, jejíž součástí byl žadatel."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__address_id
|
||
msgid ""
|
||
"Select the location where the applicant will work. Addresses listed here are "
|
||
"defined on the company's contact information."
|
||
msgstr ""
|
||
"Vyberte místo, kde bude uchazeč pracovat. Adresy uvedené zde jsou definovány "
|
||
"v kontaktních údajích společnosti."
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "Select the way applicant found the offer"
|
||
msgstr "Vyberte způsob, jakým uchazeč našel nabídku"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "Select where the applicant comes from"
|
||
msgstr "Vyberte, odkud žadatel pochází"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.applicant_send_mail_view_form
|
||
msgid "Send"
|
||
msgstr "Odeslat"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_res_config_settings__module_hr_recruitment_extract
|
||
msgid "Send CV to OCR to fill applications"
|
||
msgstr "Pro vyplnění žádostí zašlete životopis na OCR"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_applicant.py:0
|
||
#: model:ir.actions.server,name:hr_recruitment.action_applicant_send_mail
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__send_mail
|
||
msgid "Send Email"
|
||
msgstr "Poslat email"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.res_config_settings_view_form
|
||
msgid "Send Interview Survey"
|
||
msgstr "Odeslat průzkum pohovoru"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.res_config_settings_view_form
|
||
msgid "Send SMS"
|
||
msgstr "Odeslat SMS"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.res_config_settings_view_form
|
||
msgid ""
|
||
"Send an Interview Survey to the applicant during the recruitment process"
|
||
msgstr ""
|
||
"Pošlete uchazeči během náborového procesu dotazník s otázkami pro pohovor."
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_applicant.py:0
|
||
msgid "Send applications to"
|
||
msgstr "Žádosti zasílejte na adresu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_applicant_send_mail
|
||
msgid "Send mails to applicants"
|
||
msgstr "Poslat emaily uchazečům"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.res_config_settings_view_form
|
||
msgid "Send texts to your contacts"
|
||
msgstr "Odesílejte texty svým kontaktům"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0
|
||
msgid "Send your email. Followers will get a copy of the communication."
|
||
msgstr "Zašlete svůj e-mail. Následovníci obdrží kopii komunikace."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__sequence
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_refuse_reason__sequence
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_degree__sequence
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__sequence
|
||
msgid "Sequence"
|
||
msgstr "Sekvence"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:mail.template,description:hr_recruitment.email_template_data_applicant_interest
|
||
msgid ""
|
||
"Set this template to a recruitment stage to send it when applications reach "
|
||
"that stage"
|
||
msgstr ""
|
||
"Nastavte tuto šablonu na fázi náboru, abyste ji odeslali, když žádosti "
|
||
"dosáhnou této fáze"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.actions.act_window,name:hr_recruitment.action_hr_recruitment_configuration
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_hr_recruitment_global_settings
|
||
msgid "Settings"
|
||
msgstr "Nastavení"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Show all records whose next activity date is past"
|
||
msgstr "Zobrazit všechny záznamy, jejichž datum další aktivity již uplynulo"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__source_id
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_source__source_id
|
||
msgid "Source"
|
||
msgstr "Zdroj"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_hr_recruitment_source
|
||
msgid "Source of Applicants"
|
||
msgstr "Zdroj uchazečů"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_hr_recruitment_utm_sources
|
||
msgid "Sources"
|
||
msgstr "Zdroje"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_recruitment_source_tree
|
||
msgid "Sources of Applicants"
|
||
msgstr "Zdroje uchazečů"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "Sourcing"
|
||
msgstr "Získávání"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:hr.applicant.refuse.reason,name:hr_recruitment.refuse_reason_7
|
||
msgid "Spam"
|
||
msgstr "Spam"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_recruitment_stage__job_ids
|
||
msgid "Specific jobs that use this stage. Other jobs will not use this stage."
|
||
msgstr ""
|
||
"Konkrétní úlohy, které používají tuto fázi. Ostatní úlohy tuto fázi "
|
||
"nepoužívají."
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.applicant_get_refuse_reason_view_form
|
||
msgid "Specify Refused Applicants..."
|
||
msgstr "Uveďte odmítnuté uchazeče..."
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "Spontaneous application"
|
||
msgstr "Spontánní aplikace"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__stage_id
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_recruitment_stage_form
|
||
msgid "Stage"
|
||
msgstr "Fáze"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:mail.message.subtype,name:hr_recruitment.mt_applicant_stage_changed
|
||
msgid "Stage Changed"
|
||
msgstr "Změna fáze"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_recruitment_stage_form
|
||
msgid "Stage Definition"
|
||
msgstr "Definice fáze"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__name
|
||
msgid "Stage Name"
|
||
msgstr "Název fáze"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:mail.message.subtype,description:hr_recruitment.mt_applicant_stage_changed
|
||
msgid "Stage changed"
|
||
msgstr "Fáze změněna"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__last_stage_id
|
||
msgid ""
|
||
"Stage of the applicant before being in the current stage. Used for lost "
|
||
"cases analysis."
|
||
msgstr ""
|
||
"Fáze uchazeče než se dostal do nynější fáze. Používá se pro analýzu "
|
||
"ztracených případů."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_stage_act
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_hr_recruitment_stage
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_recruitment_stage_tree
|
||
msgid "Stages"
|
||
msgstr "Fáze"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__activity_state
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__activity_state
|
||
msgid ""
|
||
"Status based on activities\n"
|
||
"Overdue: Due date is already passed\n"
|
||
"Today: Activity date is today\n"
|
||
"Planned: Future activities."
|
||
msgstr ""
|
||
"Stav na základě aktivit\n"
|
||
"Po splatnosti: Datum již uplynul\n"
|
||
"Dnes: Datum aktivity je dnes\n"
|
||
"Plánováno: Budoucí aktivity."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__duration_tracking
|
||
msgid "Status time"
|
||
msgstr "Čas"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason__subject
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_applicant_send_mail__subject
|
||
msgid "Subject"
|
||
msgstr "Předmět"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.applicant_get_refuse_reason_view_form
|
||
msgid "Subject..."
|
||
msgstr "Předmět..."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_category__name
|
||
msgid "Tag Name"
|
||
msgstr "Název štítku"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.constraint,message:hr_recruitment.constraint_hr_applicant_category_name_uniq
|
||
msgid "Tag name already exists!"
|
||
msgstr "Název značky již existuje!"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.actions.act_window,name:hr_recruitment.hr_applicant_category_action
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__categ_ids
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__categ_ids
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_talent_pool_add_applicants__categ_ids
|
||
#: model:ir.ui.menu,name:hr_recruitment.hr_applicant_category_menu
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_category_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_category_view_tree
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search
|
||
msgid "Tags"
|
||
msgstr "Štítky"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__talent_ids
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "Talent"
|
||
msgstr "Talent"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.actions.act_window,name:hr_recruitment.action_hr_talent_pool
|
||
#: model:ir.model,name:hr_recruitment.model_hr_talent_pool
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_talent_pool_add_applicants__talent_pool_ids
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Talent Pool"
|
||
msgstr "Fond talentů"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__talent_pool_count
|
||
msgid "Talent Pool Count"
|
||
msgstr "Počet talentů v databázi"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__description
|
||
msgid "Talent Pool Description"
|
||
msgstr "Popis talentového fondu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__talent_pool_ids
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "Talent Pools"
|
||
msgstr "Talentové rezervy"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:mail.message.subtype,description:hr_recruitment.mt_talent_new
|
||
msgid "Talent created"
|
||
msgstr "Talent vytvořený"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_applicant.py:0
|
||
msgid "Talent must belong to at least one Talent Pool."
|
||
msgstr "Talent musí patřit alespoň do jedné talentové skupiny."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.actions.act_window,name:hr_recruitment.action_hr_talent_pool_applications
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_talent_pool_view_kanban
|
||
msgid "Talents"
|
||
msgstr "Talenty"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.constraint,message:hr_recruitment.constraint_hr_job_platform_email_uniq
|
||
msgid ""
|
||
"The Email must be unique, this one already corresponds to another Job "
|
||
"Platform."
|
||
msgstr ""
|
||
"E-mailová adresa musí být jedinečná, tato již odpovídá jiné pracovní "
|
||
"platformě."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__interviewer_ids
|
||
msgid ""
|
||
"The Interviewers set on the job position can see all Applicants in it. They "
|
||
"have access to the information, the attachments, the meeting management and "
|
||
"they can refuse him. You don't need to have Recruitment rights to be set as "
|
||
"an interviewer."
|
||
msgstr ""
|
||
"Tazatelé nastavení na pracovní pozici v ní vidí všechny uchazeče. Mají "
|
||
"přístup k informacím, přílohám, vedení schůzky a mohou ho odmítnout. Abyste "
|
||
"mohli být nastaveni jako tazatel, nemusíte mít práva na nábor."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__user_id
|
||
msgid ""
|
||
"The Recruiter will be the default value for all Applicants in this "
|
||
"job position. The Recruiter is automatically added to all "
|
||
"meetings with the Applicant."
|
||
msgstr ""
|
||
"Náborář bude výchozí hodnotou pro všechny uchazeče o tuto pracovní pozici. "
|
||
"Náborář se automaticky přidá ke všem schůzkám s uchazečem."
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/utm_campaign.py:0
|
||
msgid ""
|
||
"The UTM campaign '%s' cannot be deleted as it is used in the recruitment "
|
||
"process."
|
||
msgstr "Kampaň UTM „%s“ nelze smazat, protože se používá v náborovém procesu."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__availability
|
||
msgid "The date at which the applicant will be available to start working"
|
||
msgstr "Datum, kdy bude žadatel k dispozici, aby mohl začít pracovat"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/wizard/applicant_send_mail.py:0
|
||
msgid "The following applicants are missing an email address: %s."
|
||
msgstr "Následujícím žadatelům chybí e-mailová adresa: %s."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__alias_model_id
|
||
msgid ""
|
||
"The model (Odoo Document Kind) to which this alias corresponds. Any incoming "
|
||
"email that does not reply to an existing record will cause the creation of a "
|
||
"new record of this model (e.g. a Project Task)"
|
||
msgstr ""
|
||
"Model (Odoo Document Kind), ke kterému odpovídá tento alias. Jakýkoli "
|
||
"příchozí e-mail, který neodpovídá stávajícímu záznamu, způsobí vytvoření "
|
||
"nového záznamu tohoto modelu (například projektové úlohy)"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.constraint,message:hr_recruitment.constraint_hr_recruitment_degree_name_uniq
|
||
msgid "The name of the Degree of Recruitment must be unique!"
|
||
msgstr "Název stupně náboru musí být jedinečný!"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__alias_name
|
||
msgid ""
|
||
"The name of the email alias, e.g. 'jobs' if you want to catch emails for "
|
||
"<jobs@example.odoo.com>"
|
||
msgstr ""
|
||
"Název aliasu e-mailu, např. 'jobs', pokud chcete zachytit e-maily pro "
|
||
"<jobs@example.odoo.com>"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_talent_pool__no_of_talents
|
||
msgid "The number of talents in this talent pool."
|
||
msgstr "Počet talentů v této talentové databázi."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job_platform__regex
|
||
msgid ""
|
||
"The regex facilitates to extract information from the subject or body of the "
|
||
"received email to autopopulate the Applicant's name field"
|
||
msgstr ""
|
||
"Regulární výraz usnadňuje extrahování informací z předmětu nebo těla "
|
||
"přijatého e-mailu, aby se automaticky vyplnilo pole jména žadatele."
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/views/recruitment_list_controller.js:0
|
||
msgid ""
|
||
"These job positions and all related applicants will be archived. Are you "
|
||
"sure?"
|
||
msgstr ""
|
||
"Tyto pracovní pozice a všichni související uchazeči budou archivováni. Jste "
|
||
"si jistí?"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__medium_id
|
||
msgid ""
|
||
"This displays how the applicant has reached out, e.g. via Email, LinkedIn, "
|
||
"Website, etc."
|
||
msgstr ""
|
||
"Zde se zobrazuje, jakým způsobem uchazeč kontaktoval společnost, např. "
|
||
"prostřednictvím e-mailu, LinkedIn, webových stránek atd."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__email_normalized
|
||
msgid ""
|
||
"This field is used to search on email address as the primary email field can "
|
||
"contain more than strictly an email address."
|
||
msgstr ""
|
||
"Toto pole se používá k vyhledávání na e-mailové adrese, protože pole "
|
||
"primární e-mailové adresy může obsahovat více než striktně e-mailovou adresu."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__campaign_id
|
||
msgid ""
|
||
"This is a name that helps you keep track of your different campaign efforts, "
|
||
"e.g. Fall_Drive, Christmas_Special"
|
||
msgstr ""
|
||
"Toto je název, který vám pomůže sledovat různé kampaně, např. Fall_Drive, "
|
||
"Christmas_Special"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__source_id
|
||
msgid ""
|
||
"This is the source of the link, e.g. Search Engine, another domain, or name "
|
||
"of email list"
|
||
msgstr ""
|
||
"Toto je zdroj odkazu, např. vyhledávač, jiná doména nebo název seznamu e-"
|
||
"mailů"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/views/recruitment_form_controller.js:0
|
||
#: code:addons/hr_recruitment/static/src/views/recruitment_kanban_view.js:0
|
||
#: code:addons/hr_recruitment/static/src/views/recruitment_list_controller.js:0
|
||
msgid ""
|
||
"This job position and all related applicants will be archived. Are you sure?"
|
||
msgstr ""
|
||
"Tato pracovní pozice a všichni související uchazeči budou archivováni. "
|
||
"Opravdu si to přejete?"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_recruitment_stage__fold
|
||
msgid ""
|
||
"This stage is folded in the kanban view when there are no records in that "
|
||
"stage to display."
|
||
msgstr ""
|
||
"Tato fáze je v kanbanovém pohledu přeložena, pokud v této fázi nejsou žádné "
|
||
"záznamy k zobrazení."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:digest.tip,name:hr_recruitment.digest_tip_hr_recruitment_0
|
||
#: model_terms:digest.tip,tip_description:hr_recruitment.digest_tip_hr_recruitment_0
|
||
msgid "Tip: Let candidates apply by email"
|
||
msgstr "Tip: nechte kandidáty přihlásit se e-mailem"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__name
|
||
msgid "Title"
|
||
msgstr "Název"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Today Activities"
|
||
msgstr "Dnešní aktivity"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_recruitment_stage_form
|
||
msgid "Tooltips"
|
||
msgstr "Tipy"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__expected_employees
|
||
msgid "Total Forecasted Employees"
|
||
msgstr "Celkem očekávaných zaměstnanců"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.actions.act_window,name:hr_recruitment.action_hr_job_sources
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_survey
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban
|
||
msgid "Trackers"
|
||
msgstr "Sledovači"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_talent_pool_applications
|
||
msgid "Try adding some to the pool"
|
||
msgstr "Zkuste přidat něco do fondu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:digest.tip,tip_description:hr_recruitment.digest_tip_hr_recruitment_0
|
||
msgid "Try sending an email"
|
||
msgstr "Zkuste odeslat e-mail"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:web_tour.tour,rainbow_man_message:hr_recruitment.hr_recruitment_tour
|
||
msgid "Try the Website app to publish job offers online."
|
||
msgstr ""
|
||
"Vyzkoušejte aplikaci Webové stránky a zveřejňujte nabídky práce online."
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.mail_activity_type_action_config_hr_applicant
|
||
msgid ""
|
||
"Try to add some records, or make sure that there is no active filter in the "
|
||
"search bar."
|
||
msgstr ""
|
||
"Zkuste přidat nějaké záznamy, nebo se ujistěte, že není žádný aktivní filtr "
|
||
"ve vyhledávací liště."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__activity_exception_decoration
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_job__activity_exception_decoration
|
||
msgid "Type of the exception activity on record."
|
||
msgstr "Typ výjimečné aktivity na záznamu."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_utm_campaign
|
||
msgid "UTM Campaign"
|
||
msgstr "UTM kampaň"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_utm_source
|
||
msgid "UTM Source"
|
||
msgstr "UTM zdroj"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.ui.menu,name:hr_recruitment.menu_hr_recruitment_utm
|
||
msgid "UTMs"
|
||
msgstr "UTM parametry"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/wizard/applicant_refuse_reason.py:0
|
||
msgid "Unable to post message, please configure the sender's email address."
|
||
msgstr "Nelze odeslat zprávu, nakonfigurujte e-mailovou adresu odesílatele."
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_kanban_view_applicant
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban
|
||
msgid "Unarchive"
|
||
msgstr "Zrušit archivaci"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Unassigned"
|
||
msgstr "Nepřiřazeno"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Unread Messages"
|
||
msgstr "Nepřečtené zprávy"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.res_config_settings_view_form
|
||
msgid "Use OCR to fill data from a picture of the Résumr or the file itself"
|
||
msgstr "Pomocí OCR vyplňte údaje z fotky životopisu nebo ze samotného souboru."
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_job_sources
|
||
msgid "Use emails and links trackers"
|
||
msgstr "Používejte sledovače e-mailů a odkazů"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.res_config_settings_view_form
|
||
msgid ""
|
||
"Use interview forms tailored to each job position during the recruitment "
|
||
"process. Select the form to use in the job position detail form. This relies "
|
||
"on the Survey app."
|
||
msgstr ""
|
||
"Během náborového procesu používejte formuláře pohovorů přizpůsobené každé "
|
||
"pracovní pozici. Vyberte formulář, který chcete použít ve formuláři "
|
||
"podrobností o pracovní pozici. To závisí na aplikaci Průzkum."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model,name:hr_recruitment.model_res_users
|
||
msgid "User"
|
||
msgstr "Uživatel"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__user_email
|
||
msgid "User Email"
|
||
msgstr "Uživatelský e-mail"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields.selection,name:hr_recruitment.selection__hr_applicant__priority__2
|
||
msgid "Very Good"
|
||
msgstr "Velmi dobrý"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "Visible to all"
|
||
msgstr "Viditelné pro všechny"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_recruitment_stage.py:0
|
||
#: model:hr.recruitment.stage,legend_waiting:hr_recruitment.stage_job0
|
||
#: model:hr.recruitment.stage,legend_waiting:hr_recruitment.stage_job1
|
||
#: model:hr.recruitment.stage,legend_waiting:hr_recruitment.stage_job2
|
||
#: model:hr.recruitment.stage,legend_waiting:hr_recruitment.stage_job3
|
||
#: model:hr.recruitment.stage,legend_waiting:hr_recruitment.stage_job4
|
||
#: model:hr.recruitment.stage,legend_waiting:hr_recruitment.stage_job5
|
||
#: model:ir.model.fields.selection,name:hr_recruitment.selection__hr_applicant__kanban_state__waiting
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis
|
||
msgid "Waiting"
|
||
msgstr "Čekající"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_job_sources
|
||
msgid "Want to analyse where applications come from ?"
|
||
msgstr "Chcete analyzovat, odkud kandidáti pocházejí?"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__website_message_ids
|
||
#: model:ir.model.fields,field_description:hr_recruitment.field_hr_talent_pool__website_message_ids
|
||
msgid "Website Messages"
|
||
msgstr "Webové zprávy"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__website_message_ids
|
||
#: model:ir.model.fields,help:hr_recruitment.field_hr_talent_pool__website_message_ids
|
||
msgid "Website communication history"
|
||
msgstr "Webová historie komunikace"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0
|
||
msgid "What do you want to recruit today? Choose a job title..."
|
||
msgstr "Co chcete dnes získat? Vyberte si pracovní pozici ..."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:mail.template,description:hr_recruitment.email_template_data_applicant_not_interested
|
||
#: model:mail.template,description:hr_recruitment.email_template_data_applicant_refuse
|
||
msgid "When you refuse an application, you can choose this template"
|
||
msgstr "Když odmítnete přihlášku, můžete si vybrat tuto šablonu"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "Who can access applicants"
|
||
msgstr "Kdo má přístup k uchazečům"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_job_platforms
|
||
msgid "Without a regex: The applicant's name will be the email's subject."
|
||
msgstr "Bez regulárního výrazu: Jméno žadatele bude předmětem e-mailu."
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.applicant_send_mail_view_form
|
||
msgid "Write your message here..."
|
||
msgstr "Svou zprávu napište zde..."
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_applicant.py:0
|
||
msgid "You are not allowed to perform this action."
|
||
msgstr "Tuto akci nemáte povoleno provést."
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_recruitment_stage_form
|
||
msgid ""
|
||
"You can define here the labels that will be displayed for the kanban state "
|
||
"instead\n"
|
||
" of the default labels."
|
||
msgstr ""
|
||
"Zde můžete definovat popisky, které se budou zobrazovat pro stav kanban "
|
||
"namísto\n"
|
||
"výchozích popisků."
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_recruitment_stage_form
|
||
msgid ""
|
||
"You can define the requirements here. They will be displayed when you hover "
|
||
"over the stage title."
|
||
msgstr ""
|
||
"Zde můžete definovat požadavky. Zobrazí se, když najedete kurzorem na název "
|
||
"scény."
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/wizard/applicant_refuse_reason.py:0
|
||
msgid ""
|
||
"You can't select Send email option.\n"
|
||
"The email will not be sent to the following applicant(s) as they don't have "
|
||
"an email address:"
|
||
msgstr ""
|
||
"Nelze vybrat možnost Odeslat e-mail.\n"
|
||
"E-mail nebude odeslán následujícím uchazečům, protože nemají e-mailovou "
|
||
"adresu:"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/utm_source.py:0
|
||
msgid ""
|
||
"You cannot delete these UTM Sources as they are linked to the following "
|
||
"recruitment sources in Recruitment:\n"
|
||
"%(recruitment_sources)s"
|
||
msgstr ""
|
||
"Tyto zdroje UTM nemůžete smazat, protože jsou propojeny s následujícími "
|
||
"zdroji náboru v Náboru:\n"
|
||
"%(recruitment_sources)s"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_applicant.py:0
|
||
msgid "You have been assigned as an interviewer for %s"
|
||
msgstr "Byl jste přidělen jako náborář pro %s"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_applicant.py:0
|
||
msgid "You have been assigned as an interviewer for the Applicant %s"
|
||
msgstr "Byl jste přidělen jako tazatel pro uchazeče. %s"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_applicant.py:0
|
||
msgid "You must define a Contact Name for this applicant."
|
||
msgstr "Musíte definovat kontaktní jméno tohoto žadatele."
|
||
|
||
#. module: hr_recruitment
|
||
#: model:mail.template,subject:hr_recruitment.email_template_data_applicant_congratulations
|
||
#: model:mail.template,subject:hr_recruitment.email_template_data_applicant_interest
|
||
#: model:mail.template,subject:hr_recruitment.email_template_data_applicant_not_interested
|
||
#: model:mail.template,subject:hr_recruitment.email_template_data_applicant_refuse
|
||
msgid "Your Job Application: {{ object.job_id.name }}"
|
||
msgstr "Vaše žádost o zaměstnání: {{ object.job_id.name }}"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_talent_pool_view_form
|
||
msgid "e.g French-speaking, Immediately Available, Own a car"
|
||
msgstr "např. francouzsky mluvící, okamžitě k dispozici, vlastní auto"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_talent_pool_view_form
|
||
msgid "e.g Reserve, Developers, Sales"
|
||
msgstr "např. rezervace, vývojáři, prodej"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.quick_create_applicant_form
|
||
msgid "e.g. John Doe"
|
||
msgstr "např. Honza Dlouhý"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_recruitment_source_tree
|
||
msgid "e.g. LinkedIn"
|
||
msgstr "napr. LinkedIn"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_platform_form
|
||
msgid "e.g. Linkedin"
|
||
msgstr "napr. LinkedIn"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "e.g. Masters"
|
||
msgstr "např. magisterské studium"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_simple_form
|
||
msgid "e.g. Sales Manager"
|
||
msgstr "např. Manažer prodeje"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "e.g. Trainee"
|
||
msgstr "např. stážista"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_platform_form
|
||
msgid "e.g. ^New application:.*from (.*)"
|
||
msgstr "např. ^Nová aplikace:.*z (.*)"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_survey
|
||
msgid "e.g. domain.com"
|
||
msgstr "např. domain.com"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "e.g. https://www.linkedin.com/in/..."
|
||
msgstr "např. https://www.linkedin.com/in/..."
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_survey
|
||
msgid "e.g. jobs"
|
||
msgstr "např. pracovní místa"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_platform_form
|
||
msgid "e.g. jobs-listings@linkedin.com"
|
||
msgstr "např. jobs-listings@linkedin.com"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form
|
||
msgid "e.g. john.doe@example.com"
|
||
msgstr "např. john.doe@example.com"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_simple_form
|
||
msgid "e.g. mycompany.com"
|
||
msgstr "např. \"mycompany.com\""
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_simple_form
|
||
msgid "e.g. sales-manager"
|
||
msgstr "např. manažer prodeje"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-python
|
||
#: code:addons/hr_recruitment/models/hr_applicant.py:0
|
||
msgid "id"
|
||
msgstr "id"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban
|
||
msgid "in<br/>progress"
|
||
msgstr "probíhájící<br/>"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban
|
||
msgid "new<br/>applications"
|
||
msgstr "nové<br/>aplikace"
|
||
|
||
#. module: hr_recruitment
|
||
#. odoo-javascript
|
||
#: code:addons/hr_recruitment/static/src/views/recruitment_helper_view.xml:0
|
||
msgid "or"
|
||
msgstr "nebo"
|
||
|
||
#. module: hr_recruitment
|
||
#: model:ir.model.fields,help:hr_recruitment.field_applicant_get_refuse_reason__scheduled_date
|
||
msgid ""
|
||
"send emails after that date. This date is considered as being in UTC "
|
||
"timezone."
|
||
msgstr ""
|
||
"pošlete e-maily po tomto datu. Toto datum se považuje za datum v časovém "
|
||
"pásmu UTC."
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_talent_pool_view_form
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_talent_pool_view_list
|
||
msgid "talent pool"
|
||
msgstr "fond talentů"
|
||
|
||
#. module: hr_recruitment
|
||
#: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban
|
||
msgid "to<br/>recruit"
|
||
msgstr "nový<br/>nábor"
|
||
|
||
#~ msgid ""
|
||
#~ "<div>Great job! You hired a new colleague!</div><div>Try the Website app "
|
||
#~ "to publish job offers online.</div>"
|
||
#~ msgstr ""
|
||
#~ "<div>Dobrá práce! Přijali jste nového kolegu!</div><div>Vyzkoušejte "
|
||
#~ "aplikaci Webová stránka a zveřejňujte pracovní nabídky online.</div>"
|
||
|
||
#~ msgid ""
|
||
#~ "<i class=\"fa fa-envelope-o\" role=\"img\" aria-label=\"Alias\" "
|
||
#~ "title=\"Alias\"/>"
|
||
#~ msgstr ""
|
||
#~ "<i class=\"fa fa-envelope-o\" role=\"img\" aria-label=\"Alias\" "
|
||
#~ "title=\"Alias\"/>"
|
||
|
||
#~ msgid ""
|
||
#~ "<i class=\"fa fa-mobile mr4\" role=\"img\" aria-label=\"Mobile\" "
|
||
#~ "title=\"Mobile\"/>"
|
||
#~ msgstr ""
|
||
#~ "<i class=\"fa fa-mobile mr4\" role=\"img\" aria-label=\"Mobile\" "
|
||
#~ "title=\"Mobile\"/>"
|
||
|
||
#~ msgid "<span class=\"o_stat_text\">Trackers</span>"
|
||
#~ msgstr "<span class=\"o_stat_text\">Sledovače</span>"
|
||
|
||
#~ msgid "<span>Folded in Recruitment Pipe: </span>"
|
||
#~ msgstr "<span>Složené na náborové nástěnce: </span>"
|
||
|
||
#~ msgid "Address where employees are working"
|
||
#~ msgstr "Adresa, kde pracují zaměstnanci"
|
||
|
||
#~ msgid "Alias domain"
|
||
#~ msgstr "Doména aliasu"
|
||
|
||
#~ msgid ""
|
||
#~ "Applicants and their attached CV are created automatically when an email "
|
||
#~ "is sent.\n"
|
||
#~ " If you install the document management modules, all "
|
||
#~ "resumes are indexed automatically,\n"
|
||
#~ " so that you can easily search through their content."
|
||
#~ msgstr ""
|
||
#~ "Žadatelé a přiložený životopis se vytvoří automaticky při odeslání e-"
|
||
#~ "mailu.\n"
|
||
#~ "Pokud nainstalujete moduly správy dokumentů, budou všechny životopisy "
|
||
#~ "automaticky indexovány,\n"
|
||
#~ "abyste mohli snadno vyhledávat jejich obsah."
|
||
|
||
#~ msgid ""
|
||
#~ "Applicants can send resume to this email address,<br/>it will create an "
|
||
#~ "application automatically"
|
||
#~ msgstr ""
|
||
#~ "Žadatelé mohou zaslat životopis na tuto e-mailovou adresu,<br/"
|
||
#~ ">automaticky vytvoří aplikaci"
|
||
|
||
#~ msgid "Application Summary"
|
||
#~ msgstr "Shrnutí aplikace"
|
||
|
||
#~ msgid "Applied Job"
|
||
#~ msgstr "Aplikovaná práce"
|
||
|
||
#~ msgid "Contact Email"
|
||
#~ msgstr "Kontaktní mail:"
|
||
|
||
#~ msgid "Contract"
|
||
#~ msgstr "Smlouva"
|
||
|
||
#~ msgid "Doesn't fit the job requirements"
|
||
#~ msgstr "Nevyhovuje požadavkům na práci"
|
||
|
||
#~ msgid "Email subject for applications sent via email"
|
||
#~ msgstr "Předmět e-mailu pro kandidáty odeslané e-mailem"
|
||
|
||
#~ msgid "Expected Salary"
|
||
#~ msgstr "Očekávaný plat"
|
||
|
||
#~ msgid "Extended Filters"
|
||
#~ msgstr "Rozšířené filtry"
|
||
|
||
#~ msgid "Extra advantages..."
|
||
#~ msgstr "Další výhody..."
|
||
|
||
#~ msgid "Generate Email"
|
||
#~ msgstr "Generovat e-mail"
|
||
|
||
#~ msgid "Green"
|
||
#~ msgstr "Zelená"
|
||
|
||
#~ msgid "Grey"
|
||
#~ msgstr "Šedá"
|
||
|
||
#~ msgid "Group By"
|
||
#~ msgstr "Seskupit podle"
|
||
|
||
#~ msgid "HR Responsible"
|
||
#~ msgstr "odpovědný pracovník lidských zdrojů"
|
||
|
||
#~ msgid "Initial Qualification"
|
||
#~ msgstr "Počáteční kvalifikace"
|
||
|
||
#~ msgid "Jobs Sources"
|
||
#~ msgstr "Zdroje pracovních míst"
|
||
|
||
#~ msgid "Let's have a look at the applications pipeline."
|
||
#~ msgstr "Pojďme se podívat na potencionální kandidáty."
|
||
|
||
#~ msgid "Mobile"
|
||
#~ msgstr "Mobilní"
|
||
|
||
#~ msgid "Newly Hired"
|
||
#~ msgstr "Nově přijat"
|
||
|
||
#~ msgid "Newly Hired Employees"
|
||
#~ msgstr "Nově přijatí zaměstnanci"
|
||
|
||
#~ msgid "Newly hired employee"
|
||
#~ msgstr "Nově přijatý zaměstnanec"
|
||
|
||
#~ msgid "No Subject"
|
||
#~ msgstr "Bez předmětu"
|
||
|
||
#~ msgid "Number of messages which requires an action"
|
||
#~ msgstr "Počet zpráv, které vyžadují akci"
|
||
|
||
#~ msgid ""
|
||
#~ "Optional translation language (ISO code) to select when sending out an "
|
||
#~ "email. If not set, the english version will be used. This should usually "
|
||
#~ "be a placeholder expression that provides the appropriate language, e.g. "
|
||
#~ "{{ object.partner_id.lang }}."
|
||
#~ msgstr ""
|
||
#~ "Volitelný překladový jazyk (kód ISO), který lze vybrat při odesílání e-"
|
||
#~ "mailu. Pokud není nastavena, bude použita anglická verze. To by měl být "
|
||
#~ "obvykle zástupný výraz, který poskytuje vhodný jazyk, např. "
|
||
#~ "{{object.partner_id.lang}}."
|
||
|
||
#~ msgid "Owner"
|
||
#~ msgstr "Majitel"
|
||
|
||
#~ msgid "Person responsible of validating the employee's contracts."
|
||
#~ msgstr "Osoba odpovědná za schvalování smluv zaměstnance."
|
||
|
||
#~ msgid "Proposed Salary"
|
||
#~ msgstr "Navržený plat"
|
||
|
||
#~ msgid "Publish available jobs on your website"
|
||
#~ msgstr "Publikujte dostupná pracovní místa na svých webových stránkách"
|
||
|
||
#~ msgid "Recruitment Process"
|
||
#~ msgstr "Náborový proces"
|
||
|
||
#~ msgid "Recruitments"
|
||
#~ msgstr "Nábor pracovníků"
|
||
|
||
#~ msgid "Red"
|
||
#~ msgstr "Červená"
|
||
|
||
#~ msgid "Reserve"
|
||
#~ msgstr "Vyjímka"
|
||
|
||
#~ msgid "Show all records which has next action date is before today"
|
||
#~ msgstr ""
|
||
#~ "Zobrazit všechny záznamy, které mají následující datum akce před dneškem"
|
||
|
||
#~ msgid ""
|
||
#~ "Specific jobs that uses this stage. Other jobs will not use this stage."
|
||
#~ msgstr ""
|
||
#~ "Konkrétní úlohy, které využívají tuto fázi. Ostatní úlohy tuto fázi "
|
||
#~ "nevyužijí."
|
||
|
||
#~ msgid "The applicant gets a better offer"
|
||
#~ msgstr "Žadatel dostane lepší nabídku"
|
||
|
||
#~ msgid "The applicant is not interested anymore"
|
||
#~ msgstr "Žadatel již nemá zájem"
|
||
|
||
#~ msgid ""
|
||
#~ "The owner of records created upon receiving emails on this alias. If this "
|
||
#~ "field is not set the system will attempt to find the right owner based on "
|
||
#~ "the sender (From) address, or will use the Administrator account if no "
|
||
#~ "system user is found for that address."
|
||
#~ msgstr ""
|
||
#~ "Majitel záznamů vytvořených při příjmu e-mailů o tomto aliasu. Není-li "
|
||
#~ "toto pole nastaveno, systém se pokusí najít správného vlastníka na "
|
||
#~ "základě adresy odesílatele (Od) nebo použije účet správce, pokud pro "
|
||
#~ "danou adresu nebyl nalezen žádný uživatel systému."
|
||
|
||
#~ msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad"
|
||
#~ msgstr ""
|
||
#~ "To je způsob doručování, např. Pohlednice, e-mail nebo bannerová reklama"
|
||
|
||
#~ msgid "To Recruit"
|
||
#~ msgstr "k Náboru"
|