125 lines
4.7 KiB
Plaintext
Raw Permalink Normal View History

# Translation of Odoo Server.
# This file contains the translation of the following modules:
# * hr_recruitment_skills
#
# Translators:
# Wil Odoo, 2023
#
msgid ""
msgstr ""
"Project-Id-Version: Odoo Server 17.0\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2023-10-26 21:56+0000\n"
"PO-Revision-Date: 2023-10-26 23:09+0000\n"
"Last-Translator: Wil Odoo, 2023\n"
"Language-Team: Korean (https://app.transifex.com/odoo/teams/41243/ko/)\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: \n"
"Language: ko\n"
"Plural-Forms: nplurals=1; plural=0;\n"
#. module: hr_recruitment_skills
#: model:ir.model,name:hr_recruitment_skills.model_hr_applicant
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__applicant_id
msgid "Applicant"
msgstr "지원자"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__create_uid
msgid "Created by"
msgstr "작성자"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__create_date
msgid "Created on"
msgstr "작성일자"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__display_name
msgid "Display Name"
msgstr "표시명"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__id
msgid "ID"
msgstr "ID"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant__is_interviewer
msgid "Is Interviewer"
msgstr "면접관"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__write_uid
msgid "Last Updated by"
msgstr "최근 갱신한 사람"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__write_date
msgid "Last Updated on"
msgstr "최근 갱신 일자"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__level_progress
msgid "Progress"
msgstr "진행"
#. module: hr_recruitment_skills
#: model:ir.model.fields,help:hr_recruitment_skills.field_hr_applicant_skill__level_progress
msgid "Progress from zero knowledge (0%) to fully mastered (100%)."
msgstr "관련 지식 없음(0%)에서 완전히 숙달된 상태(100%)까지의 진행 상황."
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant__skill_ids
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__skill_id
msgid "Skill"
msgstr "업무 능력"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__skill_level_id
msgid "Skill Level"
msgstr "능력 수준"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant_skill__skill_type_id
msgid "Skill Type"
msgstr "스킬 유형"
#. module: hr_recruitment_skills
#: model:ir.ui.menu,name:hr_recruitment_skills.hr_recruitment_skill_type_menu
msgid "Skill Types"
msgstr "스킬 유형"
#. module: hr_recruitment_skills
#: model:ir.model,name:hr_recruitment_skills.model_hr_applicant_skill
msgid "Skill level for an applicant"
msgstr "지원자의 능력 수준"
#. module: hr_recruitment_skills
#: model:ir.model.fields,field_description:hr_recruitment_skills.field_hr_applicant__applicant_skill_ids
#: model_terms:ir.ui.view,arch_db:hr_recruitment_skills.hr_applicant_skill_view_form
#: model_terms:ir.ui.view,arch_db:hr_recruitment_skills.hr_applicant_view_form
#: model_terms:ir.ui.view,arch_db:hr_recruitment_skills.hr_applicant_view_search
msgid "Skills"
msgstr "업무 능력"
#. module: hr_recruitment_skills
#. odoo-python
#: code:addons/hr_recruitment_skills/models/hr_applicant_skill.py:0
#, python-format
msgid "The skill %(name)s and skill type %(type)s doesn't match"
msgstr "%(name)s 능력과 스킬 유형%(type)s이 일치하지 않습니다"
#. module: hr_recruitment_skills
#. odoo-python
#: code:addons/hr_recruitment_skills/models/hr_applicant_skill.py:0
#, python-format
msgid "The skill level %(level)s is not valid for skill type: %(type)s"
msgstr "%(level)s능력 수준이 스킬 유형%(type)s에 맞지 않습니다."
#. module: hr_recruitment_skills
#: model:ir.model.constraint,message:hr_recruitment_skills.constraint_hr_applicant_skill__unique_skill
msgid "Two levels for the same skill is not allowed"
msgstr "동일 능력에 대해 두 가지 수준이 함께 허용되지 않습니다."