# Translation of Odoo Server. # This file contains the translation of the following modules: # * hr_recruitment # # Translators: # 老窦 北京 <2662059195@qq.com>, 2020 # Mandy Choy , 2020 # Martin Trigaux, 2020 # r <263737@qq.com>, 2020 # guohuadeng , 2020 # 敬雲 林 , 2020 # Felix Yuen , 2020 # snow wang <147156565@qq.com>, 2020 # inspur qiuguodong , 2020 # Jeanphy , 2020 # Felix Yang - Elico Corp , 2020 # as co02 , 2020 # mao luo , 2020 # Jeffery CHEN Fan , 2020 # 稀饭~~ , 2020 # liAnGjiA , 2021 # msgid "" msgstr "" "Project-Id-Version: Odoo Server 14.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2020-09-29 13:45+0000\n" "PO-Revision-Date: 2020-09-07 08:13+0000\n" "Last-Translator: liAnGjiA , 2021\n" "Language-Team: Chinese (China) (https://www.transifex.com/odoo/teams/41243/zh_CN/)\n" "MIME-Version: 1.0\n" "Content-Type: text/plain; charset=UTF-8\n" "Content-Transfer-Encoding: \n" "Language: zh_CN\n" "Plural-Forms: nplurals=1; plural=0;\n" #. module: hr_recruitment #: model_terms:digest.tip,tip_description:hr_recruitment.digest_tip_hr_recruitment_0 msgid "% endif" msgstr "%结束条件" #. module: hr_recruitment #. openerp-web #: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0 #, python-format msgid "Click to view the application." msgstr "" #. module: hr_recruitment #. openerp-web #: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0 #, python-format msgid "Did you apply by sending an email? Check incoming applications." msgstr "" #. module: hr_recruitment #. openerp-web #: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0 #, python-format msgid "Drag this card, to qualify him for a first interview." msgstr "" #. module: hr_recruitment #. openerp-web #: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0 #, python-format msgid "" "
Try to send an email to the applicant.
Tips: All " "emails sent or received are saved in the history here" msgstr "" #. module: hr_recruitment #. openerp-web #: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0 #, python-format msgid "" "
Great job! You hired a new colleague!
Try the Website app to " "publish job offers online.
" msgstr "" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban msgid "" msgstr "" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban msgid "" msgstr "" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_kanban_view_applicant msgid "" msgstr "" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_kanban_view_applicant msgid "" msgstr "" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_kanban_view_applicant msgid "" "${object.job_id.name}\" at ${object.company_id.name}.\n" "

\n" " We will come back to you shortly.\n" "\n" " % if 'website_url' in object.job_id and object.job_id.website_url:\n" "
\n" " Job Description\n" "
\n" " % endif\n" "\n" "
\n" " % if object.user_id:\n" "

Your Contact:

\n" " \n" " \n" " \n" " \n" " \n" "
\n" " \"Avatar\"\n" " \n" " ${object.user_id.name}
\n" " Email: ${object.user_id.email or ''}
\n" " Phone: ${object.user_id.phone or ''}\n" "
\n" "
\n" " % endif\n" "\n" "

What is the next step?

\n" " We usually answer applications within a few days.

\n" " Feel free to contact us if you want a faster\n" " feedback or if you don't get news from us\n" " quickly enough (just reply to this email).\n" "\n" "
\n" " % set location = ''\n" " % if object.job_id.address_id.name:\n" " ${object.job_id.address_id.name}
\n" " % endif\n" " % if object.job_id.address_id.street:\n" " ${object.job_id.address_id.street}
\n" " % set location = object.job_id.address_id.street\n" " % endif\n" " % if object.job_id.address_id.street2:\n" " ${object.job_id.address_id.street2}
\n" " % set location = '%s, %s' % (location, object.job_id.address_id.street2)\n" " % endif\n" " % if object.job_id.address_id.city:\n" " ${object.job_id.address_id.city},\n" " % set location = '%s, %s' % (location, object.job_id.address_id.city)\n" " % endif\n" " % if object.job_id.address_id.state_id.name:\n" " ${object.job_id.address_id.state_id.name},\n" " % set location = '%s, %s' % (location, object.job_id.address_id.state_id.name)\n" " % endif\n" " % if object.job_id.address_id.zip:\n" " ${object.job_id.address_id.zip}\n" " % set location = '%s, %s' % (location, object.job_id.address_id.zip)\n" " % endif\n" "
\n" " % if object.job_id.address_id.country_id.name:\n" " ${object.job_id.address_id.country_id.name}
\n" " % set location = '%s, %s' % (location, object.job_id.address_id.country_id.name)\n" " % endif\n" "
\n" "
\n" " \n" " \n" "" msgstr "" #. module: hr_recruitment #: model:mail.template,body_html:hr_recruitment.email_template_data_applicant_interest msgid "" "\n" " \n" " \n" " \n" "
\n" "
\n" "

Congratulations!

\n" "
Your resume has been positively reviewed.
\n" " \"Congratulations!\"\n" "
\n" "
\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" "

\n" " % if 'website_url' in object.job_id and object.job_id.website_url:\n" "
\n" " Job Description\n" "
\n" " % endif\n" "\n" " % if object.user_id:\n" " You will soon be contacted by:\n" " \n" " \n" " \n" " \n" " \n" "
\n" " \"Avatar\"\n" " \n" " ${object.user_id.name}
\n" " Email: ${object.user_id.email or ''}
\n" " Phone: ${object.user_id.phone or ''}\n" "
\n" "

\n" " % endif\n" " See you soon,\n" "
\n" " --
\n" " The HR Team\n" " % if 'website_url' in object.job_id and object.job_id.website_url\n" " Discover all our jobs.
\n" " % endif\n" "
\n" "\n" "
\n" "

What is the next step?

\n" " We usually answer applications within a few days.\n" "

\n" " The next step is either a call or a meeting in our offices.\n" "
\n" " Feel free to contact us if you want a faster\n" " feedback or if you don't get news from us\n" " quickly enough (just reply to this email).\n" "
\n" "\n" "
\n" " % set location = ''\n" " % if object.job_id.address_id.name:\n" " ${object.job_id.address_id.name}
\n" " % endif\n" " % if object.job_id.address_id.street:\n" " ${object.job_id.address_id.street}
\n" " % set location = object.job_id.address_id.street\n" " % endif\n" " % if object.job_id.address_id.street2:\n" " ${object.job_id.address_id.street2}
\n" " % set location = '%s, %s' % (location, object.job_id.address_id.street2)\n" " % endif\n" " % if object.job_id.address_id.city:\n" " ${object.job_id.address_id.city},\n" " % set location = '%s, %s' % (location, object.job_id.address_id.city)\n" " % endif\n" " % if object.job_id.address_id.state_id.name:\n" " ${object.job_id.address_id.state_id.name},\n" " % set location = '%s, %s' % (location, object.job_id.address_id.state_id.name)\n" " % endif\n" " % if object.job_id.address_id.zip:\n" " ${object.job_id.address_id.zip}\n" " % set location = '%s, %s' % (location, object.job_id.address_id.zip)\n" " % endif\n" "
\n" " % if object.job_id.address_id.country_id.name:\n" " ${object.job_id.address_id.country_id.name}
\n" " % set location = '%s, %s' % (location, object.job_id.address_id.country_id.name)\n" " % endif\n" "
\n" "
\n" "
" msgstr "" #. module: hr_recruitment #: model:mail.template,body_html:hr_recruitment.email_template_data_applicant_refuse msgid "" "\n" " \n" " \n" " \n" "
\n" "
\n" " Hello,

\n" " Thank you for your interest in joining the\n" " ${object.company_id.name} team. We wanted to\n" " let you know that, although your resume is competitive,\n" " our hiring team reviewed your application and did not\n" " select it for further consideration.\n" "

\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" "

\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" "

\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" "

\n" " Thank you,\n" "
\n" " % if object.user_id:\n" " --
\n" " ${object.user_id.name}
\n" " Email: ${object.user_id.email or ''}
\n" " Phone: ${object.user_id.phone or ''}\n" " % else:\n" " --
\n" " ${object.company_id.name}
\n" " The HR Team\n" " % endif\n" "
\n" "
\n" "
\n" " " msgstr "" "\n" " \n" " \n" " \n" "
\n" "
\n" " 尊敬的,

\n" " Thank you for your interest in joining the\n" " ${object.company_id.name} team. We wanted to\n" " let you know that, although your resume is competitive,\n" " our hiring team reviewed your application and did not\n" " select it for further consideration.\n" "

\n" " Please note that recruiting is hard, and we can do\n" " mistake. Do not hesitate to reply to this email if you\n" " think we did a mistake, or if you want more information\n" " about our decision.\n" "

\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" "

\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" "

\n" " 谢谢,\n" "
\n" " % if object.user_id:\n" " --
\n" " ${object.user_id.name}
\n" " EMail: ${object.user_id.email or ''}
\n" " 电话: ${object.user_id.phone or ''}\n" " % else:\n" " --
\n" " ${object.company_id.name}
\n" " HR 团队\n" " % endif\n" "
\n" "
\n" "
\n" " " #. 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 "为该别名创建新记录时,将对其进行评估以提供默认值的Python字典。" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_needaction msgid "Action Needed" msgstr "需要行动" #. 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 msgid "Active" msgstr "启用" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__activity_ids msgid "Activities" msgstr "活动" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__activity_exception_decoration msgid "Activity Exception Decoration" msgstr "活动异常勋章" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__activity_state msgid "Activity State" msgstr "活动状态" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__activity_type_icon msgid "Activity Type Icon" msgstr "活动类型图表" #. 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 "活动类型" #. 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 "在招聘流程中增加一个新的阶段" #. module: hr_recruitment #: model_terms:ir.actions.act_window,help:hr_recruitment.hr_applicant_category_action msgid "Add a new tag" msgstr "添加新标签" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_job__address_id msgid "Address where employees are working" msgstr "员工工作的地址" #. module: hr_recruitment #: model:res.groups,name:hr_recruitment.group_hr_recruitment_manager msgid "Administrator" msgstr "管理员" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_id msgid "Alias" msgstr "别名" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_contact msgid "Alias Contact Security" msgstr "安全联系人别名" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_source__alias_id msgid "Alias ID" msgstr "别名ID" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_name msgid "Alias Name" msgstr "别名" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_domain msgid "Alias domain" msgstr "域名别名" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_model_id msgid "Aliased Model" msgstr "模型别名" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__all_application_count msgid "All Application Count" msgstr "" #. module: hr_recruitment #: model:ir.ui.menu,name:hr_recruitment.menu_crm_case_categ_all_app msgid "All Applications" msgstr "全部申请" #. module: hr_recruitment #: 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:ir.model.fields,field_description:hr_recruitment.field_hr_employee__applicant_id #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis msgid "Applicant" msgstr "申请人" #. module: hr_recruitment #: model:ir.model,name:hr_recruitment.model_hr_recruitment_degree msgid "Applicant Degree" msgstr "申请人学历" #. 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 "申请人被聘用" #. module: hr_recruitment #: model:mail.message.subtype,name:hr_recruitment.mt_job_applicant_stage_changed msgid "Applicant Stage Changed" msgstr "申请人阶段已改变" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__email_from msgid "Applicant email" msgstr "申请人的电子邮件" #. module: hr_recruitment #: model:mail.message.subtype,description:hr_recruitment.mt_applicant_hired msgid "Applicant hired" msgstr "聘用申请人" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.applicant_hired_template msgid "Applicant hired
" msgstr "受聘用的申请人
" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__partner_name msgid "Applicant's Name" msgstr "申请人姓名" #. 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_applicant_calendar_view #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_activity msgid "Applicants" msgstr "申请人" #. module: hr_recruitment #: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_job_applications 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 "" " 当发送EMail时,自动创建申请人及其附件CV。\n" "如果安装文档管理模块,所有的简历都会自动索引,\n" "这样你就可以轻松地搜索他们的内容" #. module: hr_recruitment #: model_terms:ir.actions.act_window,help:hr_recruitment.crm_case_categ0_act_job 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 "" " 当发送EMail时,自动创建申请人及其附件CV。\n" "如果安装文档管理模块,所有的简历都会自动索引,\n" "这样你就可以轻松地搜索他们的内容" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_simple_form msgid "" "Applicants can send resume to this email address,
it will create an " "application automatically" msgstr "申请人可以将简历发送到这个EMail地址,
它将自动创建一个新的申请" #. 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 "应用数量" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form msgid "Application Summary" msgstr "申请摘要" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_simple_form msgid "Application email" msgstr "申请EMail" #. module: hr_recruitment #: code:addons/hr_recruitment/models/hr_recruitment.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_hr_job__application_ids #: model:ir.ui.menu,name:hr_recruitment.menu_crm_case_categ0_act_job #: 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 #, python-format msgid "Applications" msgstr "应用" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__application_count msgid "Applications with the same email" msgstr "使用相同电子邮件的申请" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__job_id msgid "Applied Job" msgstr "申请的职位" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__priority msgid "Appreciation" msgstr "评价" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search msgid "Archived" msgstr "已归档" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis msgid "Archived / Refused" msgstr "" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__date_open msgid "Assigned" msgstr "已指派" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_attachment_count msgid "Attachment Count" msgstr "附件数量" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__attachment_ids #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis msgid "Attachments" msgstr "附件" #. module: hr_recruitment #: code:addons/hr_recruitment/models/hr_recruitment.py:0 #, python-format msgid "Attachments, like resumes, get indexed automatically." msgstr "" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__availability msgid "Availability" msgstr "可用性" #. module: hr_recruitment #: model:hr.recruitment.degree,name:hr_recruitment.degree_bachelor msgid "Bachelor Degree" msgstr "本科" #. module: hr_recruitment #: code:addons/hr_recruitment/models/hr_recruitment.py:0 #: model:hr.applicant,legend_blocked:hr_recruitment.hr_case_advertisement #: model:hr.applicant,legend_blocked:hr_recruitment.hr_case_dev0 #: model:hr.applicant,legend_blocked:hr_recruitment.hr_case_dev1 #: model:hr.applicant,legend_blocked:hr_recruitment.hr_case_dev2 #: model:hr.applicant,legend_blocked:hr_recruitment.hr_case_dev3 #: model:hr.applicant,legend_blocked:hr_recruitment.hr_case_financejob0 #: model:hr.applicant,legend_blocked:hr_recruitment.hr_case_financejob1 #: model:hr.applicant,legend_blocked:hr_recruitment.hr_case_fresher0 #: model:hr.applicant,legend_blocked:hr_recruitment.hr_case_marketingjob0 #: model:hr.applicant,legend_blocked:hr_recruitment.hr_case_mkt0 #: model:hr.applicant,legend_blocked:hr_recruitment.hr_case_mkt1 #: model:hr.applicant,legend_blocked:hr_recruitment.hr_case_programmer #: model:hr.applicant,legend_blocked:hr_recruitment.hr_case_salesman0 #: model:hr.applicant,legend_blocked:hr_recruitment.hr_case_salesman1 #: model:hr.applicant,legend_blocked:hr_recruitment.hr_case_traineemca0 #: model:hr.applicant,legend_blocked:hr_recruitment.hr_case_traineemca1 #: model:hr.applicant,legend_blocked:hr_recruitment.hr_case_yrsexperienceinphp0 #: 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_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis #, python-format msgid "Blocked" msgstr "阻塞" #. module: hr_recruitment #: model:ir.filters,name:hr_recruitment.hr_applicant_filter_department msgid "By Department" msgstr "部门" #. module: hr_recruitment #: model:ir.filters,name:hr_recruitment.hr_applicant_filter_job msgid "By Job" msgstr "工作" #. module: hr_recruitment #: model:ir.ui.menu,name:hr_recruitment.menu_hr_job_position msgid "By Job Positions" msgstr "按工作岗位" #. module: hr_recruitment #: model:ir.filters,name:hr_recruitment.hr_applicant_filter_recruiter msgid "By Recruiter" msgstr "被招聘人" #. 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.\n" " % set record = object.env['hr.job'].search([('alias_name', '!=', False)], limit=1)\n" " % if record and record.alias_domain" msgstr "" #. module: hr_recruitment #: model:ir.model,name:hr_recruitment.model_calendar_event msgid "Calendar Event" msgstr "日历事件" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__campaign_id msgid "Campaign" msgstr "活动" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.applicant_get_refuse_reason_view_form msgid "Cancel" msgstr "取消" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.crm_case_graph_view_job msgid "Cases By Stage and Estimates" msgstr "案件,按阶段和估算" #. module: hr_recruitment #: model:ir.model,name:hr_recruitment.model_hr_applicant_category msgid "Category of applicant" msgstr "申请人类别" #. module: hr_recruitment #. openerp-web #: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0 #, python-format msgid "Choose an application email." msgstr "" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__date_closed msgid "Closed" msgstr "已关闭" #. 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 "颜色索引" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__company_id #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search msgid "Company" msgstr "公司" #. module: hr_recruitment #: model:ir.model,name:hr_recruitment.model_res_config_settings msgid "Config Settings" msgstr "配置设置" #. module: hr_recruitment #: model:ir.ui.menu,name:hr_recruitment.menu_hr_recruitment_configuration msgid "Configuration" msgstr "基础配置" #. module: hr_recruitment #: code:addons/hr_recruitment/models/hr_recruitment.py:0 #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__partner_id #, python-format msgid "Contact" msgstr "联系人" #. module: hr_recruitment #: code:addons/hr_recruitment/models/hr_recruitment.py:0 #, python-format msgid "Contact Email" msgstr "联系EMail" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.ir_attachment_view_search_inherit_hr_recruitment msgid "Content" msgstr "内容" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form msgid "Contract" msgstr "合同" #. module: hr_recruitment #: model:hr.recruitment.stage,name:hr_recruitment.stage_job4 msgid "Contract Proposal" msgstr "合同建议" #. module: hr_recruitment #: model:hr.recruitment.stage,name:hr_recruitment.stage_job5 msgid "Contract Signed" msgstr "合同已签署" #. module: hr_recruitment #. openerp-web #: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0 #, python-format msgid "Copy this email address, to paste it in your email composer, to apply." msgstr "" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_simple_form msgid "Create" msgstr "创建" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form msgid "Create Employee" msgstr "新建员工" #. 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 "创建职位" #. module: hr_recruitment #. openerp-web #: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0 #, python-format msgid "Create your first Job Position." msgstr "" #. 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_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__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 msgid "Created by" msgstr "创建人" #. 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_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__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 msgid "Created on" msgstr "创建时间" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__create_date #: 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 "创建日期" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_bounced_content msgid "Custom Bounced Message" msgstr "自定义退回消息" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__day_close msgid "Days to Close" msgstr "关闭日期" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__day_open msgid "Days to Open" msgstr "开启天数" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_defaults msgid "Default Values" msgstr "默认值" #. 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 "为这个工作岗位定义一个特定的联系地址。如果为空,将默认使用人事部门预设的EMail" #. 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 "这里定义招聘过程中的各个阶段,例如:资格通话,第一次面试,第二次面试,拒绝,录用。" #. module: hr_recruitment #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_degree_action #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__type_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.hr_recruitment_degree_form #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_recruitment_degree_tree msgid "Degree" msgstr "学历" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_degree__name msgid "Degree Name" msgstr "学位名称" #. module: hr_recruitment #: model:ir.ui.menu,name:hr_recruitment.menu_hr_recruitment_degree msgid "Degrees" msgstr "学历" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__delay_close msgid "Delay to Close" msgstr "延迟关闭" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_kanban_view_applicant msgid "Delete" msgstr "删除" #. 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 "部门" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__manager_id msgid "Department Manager" msgstr "部门经理" #. 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 "部门" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__description #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_refuse_reason__name msgid "Description" msgstr "说明" #. module: hr_recruitment #: model:ir.model,name:hr_recruitment.model_digest_digest msgid "Digest" msgstr "摘要" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_simple_form msgid "Discard" msgstr "丢弃" #. 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_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_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_res_config_settings__display_name msgid "Display Name" msgstr "显示名称" #. module: hr_recruitment #: code:addons/hr_recruitment/models/digest.py:0 #, python-format msgid "Do not have access, skip this data for user's digest email" msgstr "没有权限,用户EMail中忽略此数据" #. module: hr_recruitment #: model:hr.recruitment.degree,name:hr_recruitment.degree_bac5 msgid "Doctoral Degree" msgstr "博士" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__documents_count msgid "Document Count" msgstr "文档数" #. module: hr_recruitment #: 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 #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_kanban_view_applicant msgid "Documents" msgstr "文档" #. module: hr_recruitment #: model:hr.applicant.refuse.reason,name:hr_recruitment.refuse_reason_1 msgid "Doesn't fit the job requirements" msgstr "" #. 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 "由于工作岗位不同,请在招聘过程中,指定部门。" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_kanban_view_applicant msgid "Dropdown menu" msgstr "下拉菜单" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban msgid "Edit" msgstr "编辑" #. 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_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_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 "电子邮箱别名" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__template_id msgid "Email Template" msgstr "EMail模板" #. 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 "当前职位的EMail别名。新邮件将自动为这个职位创造新的申请者。" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__email_cc msgid "Email cc" msgstr "邮件抄送" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__name msgid "Email subject for applications sent via email" msgstr "" #. module: hr_recruitment #: model:ir.model,name:hr_recruitment.model_hr_employee #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__emp_id msgid "Employee" msgstr "员工" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__employee_name msgid "Employee Name" msgstr "员工姓名" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__emp_id msgid "Employee linked to the applicant." msgstr "连接到申请人的员工" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.applicant_hired_template msgid "Employee:" msgstr "员工:" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_digest_digest__kpi_hr_recruitment_new_colleagues msgid "Employees" msgstr "员工" #. module: hr_recruitment #: model:ir.model.fields.selection,name:hr_recruitment.selection__hr_applicant__priority__3 msgid "Excellent" msgstr "杰出" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_department__expected_employee msgid "Expected Employee" msgstr "预期的员工" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__salary_expected msgid "Expected Salary" msgstr "期望的薪酬" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__salary_expected_extra msgid "Expected Salary Extra" msgstr "期望薪资" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search msgid "Extended Filters" msgstr "扩展筛选" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form msgid "Extra advantages..." msgstr "额外奖金或补贴..." #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__favorite_user_ids msgid "Favorite User" msgstr "喜好的用户" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form msgid "Feedback of interviews..." msgstr "面试反馈..." #. module: hr_recruitment #: model:hr.recruitment.stage,name:hr_recruitment.stage_job2 msgid "First Interview" msgstr "初次面试" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__fold msgid "Folded in Kanban" msgstr "折叠看板" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_follower_ids msgid "Followers" msgstr "关注者" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_channel_ids msgid "Followers (Channels)" msgstr "关注者(频道)" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_partner_ids msgid "Followers (Partners)" msgstr "关注者(业务伙伴)" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__activity_type_icon msgid "Font awesome icon e.g. fa-tasks" msgstr "完美的图标,例如FA任务" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis msgid "Future Activities" msgstr "未来活动" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_recruitment_source_tree msgid "Generate Email" msgstr "生成电子邮件" #. module: hr_recruitment #: model:ir.model,name:hr_recruitment.model_applicant_get_refuse_reason msgid "Get Refuse Reason" msgstr "" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_recruitment_degree__sequence msgid "Gives the sequence order when displaying a list of degrees." msgstr "定义一个显示学历列表的序列" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_recruitment_stage__sequence msgid "Gives the sequence order when displaying a list of stages." msgstr "定义一个列表中各阶段的顺序。" #. module: hr_recruitment #: model:ir.model.fields.selection,name:hr_recruitment.selection__hr_applicant__priority__1 msgid "Good" msgstr "好" #. module: hr_recruitment #: model:hr.recruitment.degree,name:hr_recruitment.degree_graduate msgid "Graduate" msgstr "毕业生" #. module: hr_recruitment #: model:ir.model.fields.selection,name:hr_recruitment.selection__hr_applicant__kanban_state__done msgid "Green" msgstr "绿色" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__legend_done msgid "Green Kanban Label" msgstr "绿色看板标签" #. module: hr_recruitment #: model:ir.model.fields.selection,name:hr_recruitment.selection__hr_applicant__kanban_state__normal msgid "Grey" msgstr "灰色" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__legend_normal msgid "Grey Kanban Label" msgstr "灰色看板标签" #. 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 "Group By" msgstr "分组" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__hr_responsible_id msgid "HR Responsible" msgstr "人力资源主管" #. 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_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_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_res_config_settings__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支持别名(例如:项目支持任务创建别名)" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__activity_exception_icon msgid "Icon" msgstr "图标" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__activity_exception_icon msgid "Icon to indicate an exception activity." msgstr "表示异常活动的图标。" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__message_needaction #: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__message_unread msgid "If checked, new messages require your attention." msgstr "确认后, 出现提示消息." #. 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 msgid "If checked, some messages have a delivery error." msgstr "如果勾选此项, 某些消息将会产生传递错误。" #. 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 "如果设置,当应聘者设置此场景时,将通过这个模板推送消息给相关申请人" #. 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 "如果设置,此内容将自动发送给未经授权的用户,而不是默认消息。" #. 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 "如果启用字段设为false,它对信息进行隐藏但不删除它。" #. module: hr_recruitment #: code:addons/hr_recruitment/models/hr_recruitment.py:0 #: model:hr.applicant,legend_normal:hr_recruitment.hr_case_advertisement #: model:hr.applicant,legend_normal:hr_recruitment.hr_case_dev0 #: model:hr.applicant,legend_normal:hr_recruitment.hr_case_dev1 #: model:hr.applicant,legend_normal:hr_recruitment.hr_case_dev2 #: model:hr.applicant,legend_normal:hr_recruitment.hr_case_dev3 #: model:hr.applicant,legend_normal:hr_recruitment.hr_case_financejob0 #: model:hr.applicant,legend_normal:hr_recruitment.hr_case_financejob1 #: model:hr.applicant,legend_normal:hr_recruitment.hr_case_fresher0 #: model:hr.applicant,legend_normal:hr_recruitment.hr_case_marketingjob0 #: model:hr.applicant,legend_normal:hr_recruitment.hr_case_mkt0 #: model:hr.applicant,legend_normal:hr_recruitment.hr_case_mkt1 #: model:hr.applicant,legend_normal:hr_recruitment.hr_case_programmer #: model:hr.applicant,legend_normal:hr_recruitment.hr_case_salesman0 #: model:hr.applicant,legend_normal:hr_recruitment.hr_case_salesman1 #: model:hr.applicant,legend_normal:hr_recruitment.hr_case_traineemca0 #: model:hr.applicant,legend_normal:hr_recruitment.hr_case_traineemca1 #: model:hr.applicant,legend_normal:hr_recruitment.hr_case_yrsexperienceinphp0 #: 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 #, python-format msgid "In Progress" msgstr "进行中" #. module: hr_recruitment #: model:hr.recruitment.stage,name:hr_recruitment.stage_job1 msgid "Initial Qualification" msgstr "初步评价" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_res_config_settings__module_hr_recruitment_survey #: model_terms:ir.ui.view,arch_db:hr_recruitment.res_config_settings_view_form msgid "Interview Forms" msgstr "面试表单" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__is_favorite msgid "Is Favorite" msgstr "是喜好的" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_is_follower msgid "Is Follower" msgstr "关注者" #. module: hr_recruitment #: code:addons/hr_recruitment/models/hr_job.py:0 #: 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 #, python-format msgid "Job" msgstr "工作" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.crm_case_pivot_view_job msgid "Job Applications" msgstr "职位申请" #. module: hr_recruitment #: model:utm.campaign,name:hr_recruitment.utm_campaign_job msgid "Job Campaign" msgstr "招聘活动" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__address_id msgid "Job Location" msgstr "工作地点" #. module: hr_recruitment #: model:ir.model,name:hr_recruitment.model_hr_job msgid "Job Position" msgstr "工作岗位" #. module: hr_recruitment #: model:mail.message.subtype,name:hr_recruitment.mt_department_new msgid "Job Position Created" msgstr "工作岗位建立" #. module: hr_recruitment #: model:mail.message.subtype,name:hr_recruitment.mt_job_new msgid "Job Position created" msgstr "工作岗位建立" #. 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.ui.menu,name:hr_recruitment.menu_hr_job_position_config msgid "Job Positions" msgstr "工作岗位" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.res_config_settings_view_form msgid "Job Posting" msgstr "工作发布" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__job_ids msgid "Job Specific" msgstr "具体职位" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search msgid "Jobs" msgstr "工作" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form msgid "Jobs - Recruitment Form" msgstr "职位 - 招聘表" #. module: hr_recruitment #: model:ir.actions.act_window,name:hr_recruitment.action_hr_job_sources msgid "Jobs Sources" msgstr "招聘来源" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__legend_blocked msgid "Kanban Blocked" msgstr "看板阻塞" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__legend_normal msgid "Kanban Ongoing" msgstr "看板进展" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__kanban_state msgid "Kanban State" msgstr "看板状态" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__legend_done msgid "Kanban Valid" msgstr "看板有效" #. 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 "人力资源新聘员工KPI指标" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_applicant_get_refuse_reason____last_update #: model:ir.model.fields,field_description:hr_recruitment.field_calendar_event____last_update #: model:ir.model.fields,field_description:hr_recruitment.field_digest_digest____last_update #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant____last_update #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_category____last_update #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_refuse_reason____last_update #: model:ir.model.fields,field_description:hr_recruitment.field_hr_department____last_update #: model:ir.model.fields,field_description:hr_recruitment.field_hr_employee____last_update #: model:ir.model.fields,field_description:hr_recruitment.field_hr_job____last_update #: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_degree____last_update #: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_source____last_update #: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage____last_update #: model:ir.model.fields,field_description:hr_recruitment.field_res_config_settings____last_update msgid "Last Modified on" msgstr "最后修改日" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__last_stage_id msgid "Last Stage" msgstr "最终阶段" #. 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 "最后阶段更新" #. 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_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__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 msgid "Last Updated by" msgstr "最后更新人" #. 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_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__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 msgid "Last Updated on" msgstr "最后更新时间" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis msgid "Late Activities" msgstr "最近的活动" #. module: hr_recruitment #: code:addons/hr_recruitment/models/hr_recruitment.py:0 #, python-format msgid "Let people apply by email to save time." msgstr "" #. module: hr_recruitment #: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_job #: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_job_config msgid "Let's create a job position." msgstr "让我们创建一个工作职位" #. module: hr_recruitment #. openerp-web #: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0 #, python-format 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 "" #. module: hr_recruitment #. openerp-web #: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0 #: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0 #, python-format msgid "Let's have a look at how to improve your hiring process." msgstr "" #. module: hr_recruitment #. openerp-web #: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0 #, python-format msgid "Let's have a look at the applications pipeline." msgstr "" #. module: hr_recruitment #. openerp-web #: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0 #, python-format msgid "Let’s create this new employee now." msgstr "" #. module: hr_recruitment #. openerp-web #: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0 #, python-format msgid "Let’s go back to the dashboard." msgstr "让我们回到仪表板。" #. module: hr_recruitment #: model:hr.recruitment.source,name:hr_recruitment.hr_recruitment_linkedin_ceo #: model:hr.recruitment.source,name:hr_recruitment.hr_recruitment_linkedin_consultant #: model:hr.recruitment.source,name:hr_recruitment.hr_recruitment_linkedin_cto #: model:hr.recruitment.source,name:hr_recruitment.hr_recruitment_linkedin_developer #: model:hr.recruitment.source,name:hr_recruitment.hr_recruitment_linkedin_hrm #: model:hr.recruitment.source,name:hr_recruitment.hr_recruitment_linkedin_marketing #: model:hr.recruitment.source,name:hr_recruitment.hr_recruitment_linkedin_trainee msgid "LinkedIn" msgstr "领英" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__email_cc msgid "List of cc from incoming emails." msgstr "收到的邮件里的抄送列表。" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_main_attachment_id msgid "Main Attachment" msgstr "主要附件" #. module: hr_recruitment #: model:hr.recruitment.degree,name:hr_recruitment.degree_licenced msgid "Master Degree" msgstr "硕士" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__medium_id msgid "Medium" msgstr "媒介" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__meeting_count #: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__meeting_count msgid "Meeting Count" msgstr "会议数量" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form msgid "Meetings" msgstr "会议" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_has_error msgid "Message Delivery error" msgstr "消息传递错误" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_ids msgid "Messages" msgstr "消息" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__partner_mobile msgid "Mobile" msgstr "手机" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis msgid "My Applications" msgstr "我的申请" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.view_job_filter_recruitment msgid "My Favorites" msgstr "我的收藏夹" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_search_view msgid "My Job Positions" msgstr "我的工作职位" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search msgid "New" msgstr "新建" #. 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 msgid "New Applicant" msgstr "新申请" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_department_view_kanban msgid "New Applicants" msgstr "新的申请" #. 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 "新的申请" #. module: hr_recruitment #: model:ir.actions.act_window,name:hr_recruitment.hr_applicant_action_from_department msgid "New Applications" msgstr "新的申请" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban msgid "New Applications
" msgstr "新应用程序
" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_department__new_hired_employee msgid "New Hired Employee" msgstr "新雇用的员工" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_employee_view_search msgid "Newly Hired" msgstr "新聘用的" #. module: hr_recruitment #: model:ir.actions.act_window,name:hr_recruitment.hr_employee_action_from_department msgid "Newly Hired Employees" msgstr "新近雇用的员工" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_employee__newly_hired_employee msgid "Newly hired employee" msgstr "新近雇用的员工" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_tree_activity msgid "Next Activities" msgstr "下一步活动" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__activity_date_deadline msgid "Next Activity Deadline" msgstr "下一活动截止日期" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__activity_summary msgid "Next Activity Summary" msgstr "下一活动摘要" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__activity_type_id msgid "Next Activity Type" msgstr "下一活动类型" #. module: hr_recruitment #: code:addons/hr_recruitment/models/hr_recruitment.py:0 #, python-format msgid "No Subject" msgstr "无主题" #. module: hr_recruitment #: code:addons/hr_recruitment/models/hr_recruitment.py:0 #, python-format msgid "No application yet" msgstr "" #. 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 "无申请" #. 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 "还没有数据耶!" #. module: hr_recruitment #: model:ir.model.fields.selection,name:hr_recruitment.selection__hr_applicant__priority__0 msgid "Normal" msgstr "正常" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_needaction_counter msgid "Number of Actions" msgstr "动作个数" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__attachment_number msgid "Number of Attachments" msgstr "附件数量" #. 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 "流程中新增的应用程序数量(通常在流程的第一步)" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__delay_close msgid "Number of days to close" msgstr "要关闭的天数" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_has_error_counter msgid "Number of errors" msgstr "错误数" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__message_needaction_counter msgid "Number of messages which requires an action" msgstr "需要作业消息数量" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__message_has_error_counter msgid "Number of messages with delivery error" msgstr "发送错误的消息数量" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__message_unread_counter msgid "Number of unread messages" msgstr "未读消息数量" #. module: hr_recruitment #: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_job_applications msgid "" "Odoo helps you track applicants in the recruitment\n" " process and follow up all operations: meetings, interviews, etc." msgstr "Odoo帮助您在招聘过程中跟踪申请人及跟进所有操作:会议,采访等。" #. module: hr_recruitment #: 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帮助您在招聘过程中跟踪申请人及跟进所有操作:会议,采访等。" #. module: hr_recruitment #: model:res.groups,name:hr_recruitment.group_hr_recruitment_user msgid "Officer" msgstr "主管" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search msgid "Ongoing" msgstr "正在进行" #. 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 "在线发布" #. 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 "无论是否回复,所有的接收的邮件都将附上一条线索(记录)选配的ID。如果设置了,这个将完全阻止新记录的创建。" #. module: hr_recruitment #. openerp-web #: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0 #, python-format msgid "Or talk about this applicant privately with your colleagues." msgstr "" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form msgid "Other Applications" msgstr "其他应用" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_user_id msgid "Owner" msgstr "所有者" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_parent_model_id msgid "Parent Model" msgstr "上级模型" #. 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" #. 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 "" "父级模型拥有别名。拥有别名参考的模型不一定是alias_model_id给出的模型 (例如:project(parent_model) 和任务 " "(模型))" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_job__hr_responsible_id msgid "Person responsible of validating the employee's contracts." msgstr "确认员工合同的负责人。" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__partner_phone msgid "Phone" msgstr "电话" #. 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 "" "政策是通过邮件网关在单据上提交一个消息\n" "- everyone: 任何人都可以提交\n" "- partners: 只有认证过的合作伙伴\n" "- followers: 只有相关单据或下列频道成员的跟随者\n" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__probability msgid "Probability" msgstr "概率" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__salary_proposed msgid "Proposed Salary" msgstr "提议薪酬" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__salary_proposed_extra msgid "Proposed Salary Extra" msgstr "薪酬标准" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.res_config_settings_view_form msgid "Publish available jobs on your website" msgstr "在网站上发布现有职位" #. module: hr_recruitment #: code:addons/hr_recruitment/models/hr_recruitment.py:0 #: model:hr.applicant,legend_done:hr_recruitment.hr_case_advertisement #: model:hr.applicant,legend_done:hr_recruitment.hr_case_dev0 #: model:hr.applicant,legend_done:hr_recruitment.hr_case_dev1 #: model:hr.applicant,legend_done:hr_recruitment.hr_case_dev2 #: model:hr.applicant,legend_done:hr_recruitment.hr_case_dev3 #: model:hr.applicant,legend_done:hr_recruitment.hr_case_financejob0 #: model:hr.applicant,legend_done:hr_recruitment.hr_case_financejob1 #: model:hr.applicant,legend_done:hr_recruitment.hr_case_fresher0 #: model:hr.applicant,legend_done:hr_recruitment.hr_case_marketingjob0 #: model:hr.applicant,legend_done:hr_recruitment.hr_case_mkt0 #: model:hr.applicant,legend_done:hr_recruitment.hr_case_mkt1 #: model:hr.applicant,legend_done:hr_recruitment.hr_case_programmer #: model:hr.applicant,legend_done:hr_recruitment.hr_case_salesman0 #: model:hr.applicant,legend_done:hr_recruitment.hr_case_salesman1 #: model:hr.applicant,legend_done:hr_recruitment.hr_case_traineemca0 #: model:hr.applicant,legend_done:hr_recruitment.hr_case_traineemca1 #: model:hr.applicant,legend_done:hr_recruitment.hr_case_yrsexperienceinphp0 #: 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_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis #, python-format msgid "Ready for Next Stage" msgstr "下一阶段就绪" #. module: hr_recruitment #: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_job #: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_job_config msgid "Ready to recruit more efficiently?" msgstr "开始更高效的招聘工作" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_job__alias_force_thread_id msgid "Record Thread ID" msgstr "记录线索ID" #. 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 "" #. module: hr_recruitment #: model:ir.ui.menu,name:hr_recruitment.menu_hr_recruitment_root #: model_terms:ir.ui.view,arch_db:hr_recruitment.digest_digest_view_form #: model_terms:ir.ui.view,arch_db:hr_recruitment.res_config_settings_view_form msgid "Recruitment" msgstr "招聘" #. module: hr_recruitment #: model:ir.actions.act_window,name:hr_recruitment.hr_job_stage_act msgid "Recruitment / Applicants Stages" msgstr "招聘 / 申请人阶段" #. 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 "招聘分析" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban msgid "Recruitment Done" msgstr "招聘结束" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.res_config_settings_view_form msgid "Recruitment Process" msgstr "招聘流程" #. module: hr_recruitment #: model:ir.model,name:hr_recruitment.model_hr_recruitment_stage msgid "Recruitment Stages" msgstr "招聘阶段" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_department_view_kanban msgid "Recruitments" msgstr "招聘" #. module: hr_recruitment #: model:ir.model.fields.selection,name:hr_recruitment.selection__hr_applicant__kanban_state__blocked msgid "Red" msgstr "红色" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__legend_blocked msgid "Red Kanban Label" msgstr "红色的看板标签" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form msgid "Refuse" msgstr "拒绝" #. module: hr_recruitment #: code:addons/hr_recruitment/models/hr_recruitment.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 #, python-format msgid "Refuse Reason" msgstr "拒绝理由" #. module: hr_recruitment #: model:ir.model,name:hr_recruitment.model_hr_applicant_refuse_reason msgid "Refuse Reason of Applicant" msgstr "" #. 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 "" #. 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 msgid "Refused" msgstr "已拒绝" #. module: hr_recruitment #: model:ir.ui.menu,name:hr_recruitment.report_hr_recruitment msgid "Reporting" msgstr "报告" #. module: hr_recruitment #: 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 "要求" #. 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 "负责人" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__activity_user_id msgid "Responsible User" msgstr "负责用户" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form msgid "Restore" msgstr "还原" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_has_sms_error msgid "SMS Delivery error" msgstr "短信发送错误" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__salary_expected msgid "Salary Expected by Applicant" msgstr "申请人要求的薪酬" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__salary_expected_extra msgid "Salary Expected by Applicant, extra advantages" msgstr "申请人的期望薪水,额外报酬" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__salary_proposed msgid "Salary Proposed by the Organisation" msgstr "该组织的提议薪酬" #. 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 "公司推荐的薪酬标准" #. module: hr_recruitment #. openerp-web #: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0 #, python-format msgid "Save it !" msgstr "保存 !" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_kanban_view_applicant msgid "Schedule Interview" msgstr "预约面试" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_form msgid "Schedule interview with this applicant" msgstr "为这个申请人安排面试" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis msgid "Search Applicants" msgstr "搜索申请人" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_recruitment_source_view_search msgid "Search Source" msgstr "" #. module: hr_recruitment #: model:hr.recruitment.stage,name:hr_recruitment.stage_job3 msgid "Second Interview" msgstr "第二次面试" #. module: hr_recruitment #. openerp-web #: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0 #, python-format msgid "Send your email. Followers will get a copy of the communication." msgstr "" #. module: hr_recruitment #: 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 "单号规则" #. 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 "设置" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis msgid "Show all records which has next action date is before today" msgstr "显示所有的在今天之前的下一个行动日期的记录" #. 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 "来源" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_source__name msgid "Source Name" msgstr "来源名称" #. module: hr_recruitment #: model:ir.model,name:hr_recruitment.model_hr_recruitment_source msgid "Source of Applicants" msgstr "申请人来源" #. module: hr_recruitment #: model:ir.actions.act_window,name:hr_recruitment.hr_recruitment_source_action #: model:ir.ui.menu,name:hr_recruitment.menu_hr_recruitment_source #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_recruitment_source_tree msgid "Sources of Applicants" msgstr "申请人来源" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_recruitment_stage__job_ids msgid "" "Specific jobs that uses this stage. Other jobs will not use this stage." msgstr "使用此阶段的特定工作。其他工作不会使用这个阶段。" #. 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 "阶段" #. module: hr_recruitment #: model:mail.message.subtype,name:hr_recruitment.mt_applicant_stage_changed msgid "Stage Changed" msgstr "阶段已改变" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_recruitment_stage_form msgid "Stage Definition" msgstr "阶段定义" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_recruitment_stage__name msgid "Stage Name" msgstr "阶段名称" #. module: hr_recruitment #: model:mail.message.subtype,description:hr_recruitment.mt_applicant_stage_changed msgid "Stage changed" msgstr "阶段已改变" #. 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 "在当前阶段之前的求职者阶段.用于招聘失败分析." #. 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 "阶段" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban msgid "Start Recruitment" msgstr "开始招聘" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban msgid "Start recruitment" msgstr "开始招聘" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__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 "" "基于活动的状态 \n" " 逾期:已经超过截止日期 \n" " 现今:活动日期是当天 \n" " 计划:未来活动。" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__name msgid "Subject / Application Name" msgstr "主题/应用 名称" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.applicant_get_refuse_reason_view_form msgid "Submit" msgstr "提交" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant_category__name msgid "Tag Name" msgstr "标签名" #. module: hr_recruitment #: model:ir.model.constraint,message:hr_recruitment.constraint_hr_applicant_category_name_uniq msgid "Tag name already exists !" msgstr "标签名称已存在!" #. 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.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 msgid "Tags" msgstr "标签" #. module: hr_recruitment #: model:hr.applicant.refuse.reason,name:hr_recruitment.refuse_reason_3 msgid "The applicant gets a better offer" msgstr "" #. module: hr_recruitment #: model:hr.applicant.refuse.reason,name:hr_recruitment.refuse_reason_2 msgid "The applicant is not interested anymore" msgstr "" #. 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 "求职者可以开始上班的日期" #. 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 "" "相应于这个别名对应的模型(Odoo单据种类)。任何一封不属于对某个已存在的记录的到来邮件,将导致此模块中新记录的创建(例如,一个新的项目任务)。" #. 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 "应聘者学历的名称必须唯一" #. 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 " "" msgstr "邮件别名的名称,例如,如果你要收取 的EMail,别名就要设为:\"jobs\"" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_job__alias_user_id 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 "" "基于此别名接收到的邮件,创建记录的所有人。若此字段没有设置,系统将试图根据发送者(From)地址来查找正确的所有者,如果对于那个地址没有系统用户被发现,将使用系统管理员账户。" #. 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 "名称会帮助您追踪不同营销活动,例如,节能减排、圣诞特辑" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__medium_id msgid "This is the method of delivery, e.g. Postcard, Email, or Banner Ad" msgstr "这是传达方法,例如,明信片、EMail或横幅广告" #. 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 "这是链接源,例如,搜索引擎、其他域名或EMail列表名称" #. 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 "当此阶段中没有任何记录要呈现时,将在看板视图中被收藏" #. 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 "" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.view_hr_job_kanban msgid "To Recruit" msgstr "招聘" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis msgid "Today Activities" msgstr "今天的活动" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_recruitment_stage_form msgid "Tooltips" msgstr "提示" #. module: hr_recruitment #: model_terms:digest.tip,tip_description:hr_recruitment.digest_tip_hr_recruitment_0 msgid "Try sending an email" msgstr "尝试发送一个邮件" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__activity_exception_decoration msgid "Type of the exception activity on record." msgstr "记录的异常活动类型。" #. 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 "Unassigned" msgstr "未分派" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_unread #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_applicant_view_search_bis msgid "Unread Messages" msgstr "未读消息" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__message_unread_counter msgid "Unread Messages Counter" msgstr "未读消息数" #. module: hr_recruitment #: model_terms:ir.actions.act_window,help:hr_recruitment.action_hr_job_sources msgid "Use emails and links trackers" msgstr "" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.res_config_settings_view_form msgid "Use interview forms during recruitment process" msgstr "在招聘流程中使用面试表单" #. 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 "" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__user_email msgid "User Email" msgstr "用户EMail" #. module: hr_recruitment #: model:ir.model.fields.selection,name:hr_recruitment.selection__hr_applicant__priority__2 msgid "Very Good" msgstr "非常好" #. 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 "" #. module: hr_recruitment #: model:ir.model.fields,field_description:hr_recruitment.field_hr_applicant__website_message_ids msgid "Website Messages" msgstr "网站消息" #. module: hr_recruitment #: model:ir.model.fields,help:hr_recruitment.field_hr_applicant__website_message_ids msgid "Website communication history" msgstr "网上沟通记录" #. module: hr_recruitment #. openerp-web #: code:addons/hr_recruitment/static/src/js/tours/hr_recruitment.js:0 #, python-format msgid "What do you want to recruit today? Choose a job title..." msgstr "" #. 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 "" "你可以在这里定义标签显示看板状态代替\n" " 默认的标签。" #. module: hr_recruitment #: code:addons/hr_recruitment/models/hr_recruitment.py:0 #, python-format msgid "You must define a Contact Name for this applicant." msgstr "你必须为此申请人定义联系人姓名。" #. 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_refuse msgid "Your Job Application: ${object.job_id.name | safe}" msgstr "您的职位申请:${object.job_id.name | safe}" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_recruitment_source_tree msgid "e.g. LinkedIn" msgstr "例如领英" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_simple_form msgid "e.g. Sales Manager" msgstr "例如:销售经理" #. module: hr_recruitment #: model_terms:ir.ui.view,arch_db:hr_recruitment.hr_job_simple_form msgid "e.g. sales-manager" msgstr "例如 sales-manager" #. module: hr_recruitment #: model:ir.actions.server,name:hr_recruitment.hr_applicant_resumes_server msgid "hr.applicant.resumes.server" msgstr "hr.applicant.resumes.server"