1# Translation of Odoo Server.
2# This file contains the translation of the following modules:
3# 	* uom
4#
5# Translators:
6# Martin Trigaux, 2020
7# JH CHOI <hwangtog@gmail.com>, 2020
8# Link Up링크업 <linkup.way@gmail.com>, 2020
9#
10msgid ""
11msgstr ""
12"Project-Id-Version: Odoo Server 14.0\n"
13"Report-Msgid-Bugs-To: \n"
14"POT-Creation-Date: 2020-10-02 14:12+0000\n"
15"PO-Revision-Date: 2020-09-07 08:19+0000\n"
16"Last-Translator: Link Up링크업 <linkup.way@gmail.com>, 2020\n"
17"Language-Team: Korean (https://www.transifex.com/odoo/teams/41243/ko/)\n"
18"MIME-Version: 1.0\n"
19"Content-Type: text/plain; charset=UTF-8\n"
20"Content-Transfer-Encoding: \n"
21"Language: ko\n"
22"Plural-Forms: nplurals=1; plural=0;\n"
23
24#. module: uom
25#: model_terms:ir.ui.view,arch_db:uom.product_uom_form_view
26msgid ""
27"<span class=\"oe_grey\">\n"
28"                                    e.g: 1*(reference unit)=ratio*(this unit)\n"
29"                                </span>"
30msgstr ""
31"<span class=\"oe_grey\">\n"
32"                                    예 : 1*(기준 단위)=비율*(해당 단위)\n"
33"                                </span>"
34
35#. module: uom
36#: model_terms:ir.ui.view,arch_db:uom.product_uom_form_view
37msgid ""
38"<span class=\"oe_grey\">\n"
39"                                    e.g: 1*(this unit)=ratio*(reference unit)\n"
40"                                </span>"
41msgstr ""
42"<span class=\"oe_grey\">\n"
43"                                    예 : 1*(해당 단위)=비율*(기준 단위)\n"
44"                                </span>"
45
46#. module: uom
47#: model:ir.model.fields,field_description:uom.field_uom_uom__active
48msgid "Active"
49msgstr "활성"
50
51#. module: uom
52#: model_terms:ir.actions.act_window,help:uom.product_uom_form_action
53msgid "Add a new unit of measure"
54msgstr "새 단위 추가하기"
55
56#. module: uom
57#: model_terms:ir.actions.act_window,help:uom.product_uom_categ_form_action
58msgid "Add a new unit of measure category"
59msgstr "새 단위 범주 추가하기"
60
61#. module: uom
62#: model_terms:ir.ui.view,arch_db:uom.uom_uom_view_search
63msgid "Archived"
64msgstr "아카이브됨"
65
66#. module: uom
67#: model:ir.model.fields,field_description:uom.field_uom_uom__factor_inv
68msgid "Bigger Ratio"
69msgstr "더 큰 비율"
70
71#. module: uom
72#: model:ir.model.fields.selection,name:uom.selection__uom_uom__uom_type__bigger
73msgid "Bigger than the reference Unit of Measure"
74msgstr "기준 단위보다 큼"
75
76#. module: uom
77#: model:ir.model.fields,field_description:uom.field_uom_uom__category_id
78#: model_terms:ir.ui.view,arch_db:uom.uom_uom_view_search
79msgid "Category"
80msgstr "범주"
81
82#. module: uom
83#: model:ir.model.fields,help:uom.field_uom_uom__category_id
84msgid ""
85"Conversion between Units of Measure can only occur if they belong to the "
86"same category. The conversion will be made based on the ratios."
87msgstr "단위 사이의 변환은 동일 분류 항목에서만 가능합니다. 변환은 비율에 따라 이루어집니다."
88
89#. module: uom
90#: model:ir.model.fields,field_description:uom.field_uom_category__create_uid
91#: model:ir.model.fields,field_description:uom.field_uom_uom__create_uid
92msgid "Created by"
93msgstr "작성자"
94
95#. module: uom
96#: model:ir.model.fields,field_description:uom.field_uom_category__create_date
97#: model:ir.model.fields,field_description:uom.field_uom_uom__create_date
98msgid "Created on"
99msgstr "작성일"
100
101#. module: uom
102#: model:uom.uom,name:uom.product_uom_day
103msgid "Days"
104msgstr "일"
105
106#. module: uom
107#: model:ir.model.fields,field_description:uom.field_uom_category__display_name
108#: model:ir.model.fields,field_description:uom.field_uom_uom__display_name
109msgid "Display Name"
110msgstr "이름 표시"
111
112#. module: uom
113#: model:uom.uom,name:uom.product_uom_dozen
114msgid "Dozens"
115msgstr "다스"
116
117#. module: uom
118#: model_terms:ir.ui.view,arch_db:uom.uom_uom_view_search
119msgid "Group By"
120msgstr "그룹별"
121
122#. module: uom
123#: model:uom.uom,name:uom.product_uom_hour
124msgid "Hours"
125msgstr "시간"
126
127#. module: uom
128#: model:ir.model.fields,help:uom.field_uom_uom__factor_inv
129msgid ""
130"How many times this Unit of Measure is bigger than the reference Unit of "
131"Measure in this category: 1 * (this unit) = ratio * (reference unit)"
132msgstr "이 단위가 이 범주의 기준 단위보다 몇 배 더 큰지 : 1 * (해당 단위) = 비율 * (기준 단위)"
133
134#. module: uom
135#: model:ir.model.fields,help:uom.field_uom_uom__factor
136msgid ""
137"How much bigger or smaller this unit is compared to the reference Unit of "
138"Measure for this category: 1 * (reference unit) = ratio * (this unit)"
139msgstr "이 범주의 기준 단위와 비교하여 이 단위가 얼마나 크거나 작습니까 : 1 * (기준 단위) = 비율 * (해당 단위)"
140
141#. module: uom
142#: model:ir.model.fields,field_description:uom.field_uom_category__id
143#: model:ir.model.fields,field_description:uom.field_uom_uom__id
144msgid "ID"
145msgstr "ID"
146
147#. module: uom
148#: model:ir.model.fields,field_description:uom.field_uom_category____last_update
149#: model:ir.model.fields,field_description:uom.field_uom_uom____last_update
150msgid "Last Modified on"
151msgstr "최근 수정"
152
153#. module: uom
154#: model:ir.model.fields,field_description:uom.field_uom_category__write_uid
155#: model:ir.model.fields,field_description:uom.field_uom_uom__write_uid
156msgid "Last Updated by"
157msgstr "최근 갱신한 사람"
158
159#. module: uom
160#: model:ir.model.fields,field_description:uom.field_uom_category__write_date
161#: model:ir.model.fields,field_description:uom.field_uom_uom__write_date
162msgid "Last Updated on"
163msgstr "최근 갱신 날짜"
164
165#. module: uom
166#: model:uom.category,name:uom.uom_categ_length
167msgid "Length / Distance"
168msgstr "길이 / 거리"
169
170#. module: uom
171#: model:res.groups,name:uom.group_uom
172msgid "Manage Multiple Units of Measure"
173msgstr "복수의 단위 관리"
174
175#. module: uom
176#: model:ir.model,name:uom.model_uom_uom
177msgid "Product Unit of Measure"
178msgstr "상품 단위"
179
180#. module: uom
181#: model:ir.model,name:uom.model_uom_category
182msgid "Product UoM Categories"
183msgstr "상품 단위 범주"
184
185#. module: uom
186#: model:ir.model.fields,field_description:uom.field_uom_uom__factor
187msgid "Ratio"
188msgstr "비율"
189
190#. module: uom
191#: model:ir.model.fields.selection,name:uom.selection__uom_uom__uom_type__reference
192msgid "Reference Unit of Measure for this category"
193msgstr "이 분류의 기준 단위"
194
195#. module: uom
196#: model:ir.model.fields,field_description:uom.field_uom_uom__rounding
197msgid "Rounding Precision"
198msgstr "올림 정확도"
199
200#. module: uom
201#: model_terms:ir.ui.view,arch_db:uom.uom_uom_view_search
202msgid "Search UOM"
203msgstr "단위 검색"
204
205#. module: uom
206#: model:ir.model.fields.selection,name:uom.selection__uom_uom__uom_type__smaller
207msgid "Smaller than the reference Unit of Measure"
208msgstr "기준 단위보다 작음"
209
210#. module: uom
211#: model:ir.model.fields,help:uom.field_uom_uom__rounding
212msgid ""
213"The computed quantity will be a multiple of this value. Use 1.0 for a Unit "
214"of Measure that cannot be further split, such as a piece."
215msgstr "계산된 수량은 이 값의 배수입니다. 조각과 같이 더 이상 분할할 수 없는 단위에는 1.0을 사용하십시오."
216
217#. module: uom
218#: model:ir.model.constraint,message:uom.constraint_uom_uom_factor_gt_zero
219msgid "The conversion ratio for a unit of measure cannot be 0!"
220msgstr "단위의 변환 비율은 0 일 수 없습니다!"
221
222#. module: uom
223#: model:ir.model.constraint,message:uom.constraint_uom_uom_factor_reference_is_one
224msgid "The reference unit must have a conversion factor equal to 1."
225msgstr "기준 단위의 변환 계수는 1과 같아야 합니다."
226
227#. module: uom
228#: model:ir.model.constraint,message:uom.constraint_uom_uom_rounding_gt_zero
229msgid "The rounding precision must be strictly positive."
230msgstr "반올림 정밀도는 반드시 양수여야 합니다."
231
232#. module: uom
233#: code:addons/uom/models/uom_uom.py:0
234#, python-format
235msgid ""
236"The unit of measure %s defined on the order line doesn't belong to the same "
237"category as the unit of measure %s defined on the product. Please correct "
238"the unit of measure defined on the order line or on the product, they should"
239" belong to the same category."
240msgstr ""
241
242#. module: uom
243#: model:ir.model.fields,field_description:uom.field_uom_uom__uom_type
244msgid "Type"
245msgstr "유형"
246
247#. module: uom
248#: model:ir.model.fields,help:uom.field_uom_uom__active
249msgid ""
250"Uncheck the active field to disable a unit of measure without deleting it."
251msgstr "단위를 삭제하지 않고 비활성화하려면 필드 활성화를 선택 취소하십시오."
252
253#. module: uom
254#: model:uom.category,name:uom.product_uom_categ_unit
255msgid "Unit"
256msgstr "단위"
257
258#. module: uom
259#: model:ir.model.fields,field_description:uom.field_uom_uom__name
260msgid "Unit of Measure"
261msgstr "단위"
262
263#. module: uom
264#: model:ir.model.fields,field_description:uom.field_uom_category__name
265msgid "Unit of Measure Category"
266msgstr "단위 범주"
267
268#. module: uom
269#: model:uom.uom,name:uom.product_uom_unit
270msgid "Units"
271msgstr "단위"
272
273#. module: uom
274#: model:ir.actions.act_window,name:uom.product_uom_form_action
275#: model_terms:ir.ui.view,arch_db:uom.product_uom_form_view
276#: model_terms:ir.ui.view,arch_db:uom.product_uom_tree_view
277msgid "Units of Measure"
278msgstr "단위"
279
280#. module: uom
281#: model:ir.actions.act_window,name:uom.product_uom_categ_form_action
282msgid "Units of Measure Categories"
283msgstr "단위 범주"
284
285#. module: uom
286#: model_terms:ir.ui.view,arch_db:uom.product_uom_categ_form_view
287#: model_terms:ir.ui.view,arch_db:uom.product_uom_categ_tree_view
288msgid "Units of Measure categories"
289msgstr "단위 범주"
290
291#. module: uom
292#: model_terms:ir.actions.act_window,help:uom.product_uom_categ_form_action
293msgid ""
294"Units of measure belonging to the same category can be\n"
295"            converted between each others. For example, in the category\n"
296"            <i>'Time'</i>, you will have the following units of measure:\n"
297"            Hours, Days."
298msgstr ""
299"동일한 범주에 속하는 단위는 서로 변환할 수 있습니다. \n"
300"             예를 들어 <i>'시간'</i> 범주에는 \n"
301"             다음과 같은 측정 단위가 있습니다 : \n"
302"             시간, 일."
303
304#. module: uom
305#: code:addons/uom/models/uom_uom.py:0
306#, python-format
307msgid ""
308"UoM category %s should have a reference unit of measure. If you just created"
309" a new category, please record the 'reference' unit first."
310msgstr "단위 범주 %s에는 기준 단위가 있어야 합니다. 방금 새 범주를 만든 경우 먼저 '기준' 단위를 기록하시기 바랍니다."
311
312#. module: uom
313#: code:addons/uom/models/uom_uom.py:0 code:addons/uom/models/uom_uom.py:0
314#, python-format
315msgid "UoM category %s should only have one reference unit of measure."
316msgstr "UoM 범주 %s는 기준 측정 단위가 하나만 있어야 합니다."
317
318#. module: uom
319#: model:uom.category,name:uom.product_uom_categ_vol
320msgid "Volume"
321msgstr "부피"
322
323#. module: uom
324#: model:uom.category,name:uom.product_uom_categ_kgm
325msgid "Weight"
326msgstr "무게"
327
328#. module: uom
329#: model:uom.category,name:uom.uom_categ_wtime
330msgid "Working Time"
331msgstr "근무 시간"
332
333#. module: uom
334#: code:addons/uom/models/uom_uom.py:0
335#, python-format
336msgid "You cannot delete this UoM Category as it is used by the system."
337msgstr "이 UoM 범주는 시스템에서 사용되므로 삭제할 수 없습니다."
338
339#. module: uom
340#: code:addons/uom/models/uom_uom.py:0
341#, python-format
342msgid ""
343"You cannot delete this UoM as it is used by the system. You should rather "
344"archive it."
345msgstr "이 UoM은 시스템에서 사용되므로 삭제할 수 없습니다. 오히려 보관해야 합니다."
346
347#. module: uom
348#: model_terms:ir.actions.act_window,help:uom.product_uom_form_action
349msgid ""
350"You must define a conversion rate between several Units of\n"
351"            Measure within the same category."
352msgstr ""
353"동일한 범주 내에서 여러 단위 간의 \n"
354"              변환 비율을 정의해야 합니다."
355
356#. module: uom
357#: model:uom.uom,name:uom.product_uom_cm
358msgid "cm"
359msgstr "cm"
360
361#. module: uom
362#: model:uom.uom,name:uom.product_uom_floz
363msgid "fl oz (US)"
364msgstr ""
365
366#. module: uom
367#: model:uom.uom,name:uom.product_uom_foot
368msgid "ft"
369msgstr ""
370
371#. module: uom
372#: model:uom.uom,name:uom.product_uom_cubic_foot
373msgid "ft³"
374msgstr ""
375
376#. module: uom
377#: model:uom.uom,name:uom.product_uom_gal
378msgid "gal (US)"
379msgstr ""
380
381#. module: uom
382#: model:uom.uom,name:uom.product_uom_inch
383msgid "in"
384msgstr "분류"
385
386#. module: uom
387#: model:uom.uom,name:uom.product_uom_cubic_inch
388msgid "in³"
389msgstr ""
390
391#. module: uom
392#: model:uom.uom,name:uom.product_uom_kgm
393msgid "kg"
394msgstr "kg"
395
396#. module: uom
397#: model:uom.uom,name:uom.product_uom_km
398msgid "km"
399msgstr "km"
400
401#. module: uom
402#: model:uom.uom,name:uom.product_uom_lb
403msgid "lb"
404msgstr ""
405
406#. module: uom
407#: model:uom.uom,name:uom.product_uom_mile
408msgid "mi"
409msgstr ""
410
411#. module: uom
412#: model:uom.uom,name:uom.product_uom_cubic_meter
413msgid "m³"
414msgstr ""
415
416#. module: uom
417#: model:uom.uom,name:uom.product_uom_oz
418msgid "oz"
419msgstr ""
420
421#. module: uom
422#: model:uom.uom,name:uom.product_uom_qt
423msgid "qt (US)"
424msgstr ""
425