forked from Mapan/odoo17e
72 lines
2.3 KiB
Plaintext
72 lines
2.3 KiB
Plaintext
# Translation of Odoo Server.
|
|
# This file contains the translation of the following modules:
|
|
# * hr_holidays_gantt
|
|
#
|
|
# Translators:
|
|
# Wil Odoo, 2023
|
|
# Daye Jeong, 2023
|
|
#
|
|
msgid ""
|
|
msgstr ""
|
|
"Project-Id-Version: Odoo Server 17.0+e\n"
|
|
"Report-Msgid-Bugs-To: \n"
|
|
"POT-Creation-Date: 2023-10-26 22:21+0000\n"
|
|
"PO-Revision-Date: 2023-10-26 23:10+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_holidays_gantt
|
|
#. odoo-python
|
|
#: code:addons/hr_holidays_gantt/models/hr_leave.py:0
|
|
#, python-format
|
|
msgid "%(name)s is on time off %(leaves)s. \n"
|
|
msgstr "%(name)s님이 %(leaves)s 휴가 중입니다. \n"
|
|
|
|
#. module: hr_holidays_gantt
|
|
#. odoo-python
|
|
#: code:addons/hr_holidays_gantt/models/hr_leave.py:0
|
|
#, python-format
|
|
msgid "%(name)s requested time off %(leaves)s. \n"
|
|
msgstr "%(name)s님이 %(leaves)s 휴가를 요청하셨습니다. \n"
|
|
|
|
#. module: hr_holidays_gantt
|
|
#: model_terms:ir.ui.view,arch_db:hr_holidays_gantt.hr_leave_report_calendar_view_gantt
|
|
msgid "<i class=\"fa fa-long-arrow-right\" title=\"Arrow\"/>"
|
|
msgstr "<i class=\"fa fa-long-arrow-right\" title=\"Arrow\"/>"
|
|
|
|
#. module: hr_holidays_gantt
|
|
#: model_terms:ir.ui.view,arch_db:hr_holidays_gantt.hr_leave_allocation_gantt_view
|
|
#: model_terms:ir.ui.view,arch_db:hr_holidays_gantt.hr_leave_gantt_view
|
|
msgid "Days"
|
|
msgstr "일"
|
|
|
|
#. module: hr_holidays_gantt
|
|
#: model:ir.model,name:hr_holidays_gantt.model_hr_leave
|
|
#: model_terms:ir.ui.view,arch_db:hr_holidays_gantt.hr_leave_report_calendar_view_gantt
|
|
msgid "Time Off"
|
|
msgstr "휴가"
|
|
|
|
#. module: hr_holidays_gantt
|
|
#: model:ir.model,name:hr_holidays_gantt.model_hr_leave_report_calendar
|
|
msgid "Time Off Calendar"
|
|
msgstr "휴가 일정표"
|
|
|
|
#. module: hr_holidays_gantt
|
|
#. odoo-python
|
|
#: code:addons/hr_holidays_gantt/models/hr_leave.py:0
|
|
#, python-format
|
|
msgid "from %(start_date)s at %(start_time)s to %(end_date)s at %(end_time)s"
|
|
msgstr "%(start_date)s, %(start_time)s에서 %(end_date)s, %(end_time)s까지"
|
|
|
|
#. module: hr_holidays_gantt
|
|
#. odoo-python
|
|
#: code:addons/hr_holidays_gantt/models/hr_leave.py:0
|
|
#, python-format
|
|
msgid "from %(start_date)s to %(end_date)s"
|
|
msgstr "%(start_date)s부터 %(end_date)s까지"
|