123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- # Translation of Odoo Server.
- # This file contains the translation of the following modules:
- # * hr_work_entry_holidays
- #
- # Translators:
- # Martin Trigaux, 2022
- # Sarah Park, 2023
- # Daye Jeong, 2023
- #
- msgid ""
- msgstr ""
- "Project-Id-Version: Odoo Server 15.5alpha1\n"
- "Report-Msgid-Bugs-To: \n"
- "POT-Creation-Date: 2022-09-20 09:01+0000\n"
- "PO-Revision-Date: 2022-09-22 05:52+0000\n"
- "Last-Translator: Daye Jeong, 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_work_entry_holidays
- #: code:addons/hr_work_entry_holidays/models/hr_leave.py:0
- #, python-format
- msgid "%s: Time Off"
- msgstr "%s: 휴가"
- #. module: hr_work_entry_holidays
- #: code:addons/hr_work_entry_holidays/models/hr_leave.py:0
- #, python-format
- msgid ""
- "A leave cannot be set across multiple contracts with different working schedules.\n"
- "\n"
- "Please create one time off for each contract.\n"
- "\n"
- "Time off:\n"
- "%s\n"
- "\n"
- "Contracts:\n"
- "%s"
- msgstr ""
- "계약 기간이 서로 다른 근무 일정에 걸쳐 휴가를 설정할 수 없습니다.\n"
- "\n"
- "각 계약 기간 별로 하나의 휴가를 신청해 주세요.\n"
- "\n"
- "휴가:\n"
- "%s\n"
- "\n"
- "계약 기간:\n"
- "%s"
- #. module: hr_work_entry_holidays
- #: model:ir.model,name:hr_work_entry_holidays.model_hr_contract
- msgid "Employee Contract"
- msgstr "근로계약서"
- #. module: hr_work_entry_holidays
- #: model:ir.model,name:hr_work_entry_holidays.model_hr_work_entry
- msgid "HR Work Entry"
- msgstr "인사 업무 입력"
- #. module: hr_work_entry_holidays
- #: model:ir.model,name:hr_work_entry_holidays.model_hr_work_entry_type
- msgid "HR Work Entry Type"
- msgstr "인사 업무 입력 유형"
- #. module: hr_work_entry_holidays
- #: model_terms:ir.ui.view,arch_db:hr_work_entry_holidays.work_entry_type_leave_form_inherit
- msgid "Payroll"
- msgstr "급여"
- #. module: hr_work_entry_holidays
- #: model:ir.model.fields,field_description:hr_work_entry_holidays.field_hr_work_entry__leave_state
- msgid "Status"
- msgstr "상태"
- #. module: hr_work_entry_holidays
- #: model:ir.model.fields,help:hr_work_entry_holidays.field_hr_work_entry__leave_state
- msgid ""
- "The status is set to 'To Submit', when a time off request is created.\n"
- "The status is 'To Approve', when time off request is confirmed by user.\n"
- "The status is 'Refused', when time off request is refused by manager.\n"
- "The status is 'Approved', when time off request is approved by manager."
- msgstr ""
- "휴가 신청 항목을 생성하면 '제출 대기' 상태로 설정됩니다.\n"
- "휴가 신청 내용이 확인된 경우 신청이 '승인 대기' 상태로 표시됩니다.\n"
- "관리자가 휴가를 반려한 경우에는 '반려' 상태로 표시됩니다.\n"
- "관리자가 휴가를 승인한 경우에는 '승인' 상태로 표시됩니다."
- #. module: hr_work_entry_holidays
- #: code:addons/hr_work_entry_holidays/models/hr_leave.py:0
- #, python-format
- msgid ""
- "There is no employee set on the time off. Please make sure you're logged in "
- "the correct company."
- msgstr "휴가를 설정한 직원이 없습니다. 근무 중인 회사에 올바르게 로그인했는지 확인해 주세요."
- #. module: hr_work_entry_holidays
- #: model:ir.model,name:hr_work_entry_holidays.model_hr_leave
- #: model:ir.model.fields,field_description:hr_work_entry_holidays.field_hr_work_entry__leave_id
- msgid "Time Off"
- msgstr "휴가"
- #. module: hr_work_entry_holidays
- #: model:ir.model,name:hr_work_entry_holidays.model_hr_leave_type
- #: model:ir.model.fields,field_description:hr_work_entry_holidays.field_hr_work_entry_type__leave_type_ids
- msgid "Time Off Type"
- msgstr "휴가 유형"
- #. module: hr_work_entry_holidays
- #: model:ir.model.fields,field_description:hr_work_entry_holidays.field_hr_leave_type__work_entry_type_id
- msgid "Work Entry Type"
- msgstr "작업 항목 유형"
- #. module: hr_work_entry_holidays
- #: model:ir.model.fields,help:hr_work_entry_holidays.field_hr_work_entry_type__leave_type_ids
- msgid "Work entry used in the payslip."
- msgstr "급여 명세서에 사용되는 근로 항목."
|