# Translation of Odoo Server. # This file contains the translation of the following modules: # * account_analytic_analysis # # Translators: # Cinnan Choi , 2017 # FIRST AUTHOR , 2014 msgid "" msgstr "" "Project-Id-Version: Odoo 8.0\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2015-01-21 14:07+0000\n" "PO-Revision-Date: 2017-01-16 11:11+0000\n" "Last-Translator: Cinnan Choi \n" "Language-Team: Korean (http://www.transifex.com/odoo/odoo-8/language/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: account_analytic_analysis #: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template msgid "" "\n" "Hello ${object.name},\n" "\n" "% macro account_table(values):\n" "\n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " % for partner, accounts in values:\n" " % for account in accounts:\n" " \n" " \n" " \n" " \n" " \n" " \n" " \n" " % endfor\n" " % endfor\n" "
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or '???'}\n" " % if account.quantity_max != 0.0:\n" " ${account.remaining_hours}/${account.quantity_max} units\n" " % endif\n" " ${account.partner_id.phone or ''}, ${account.partner_id.email or ''}
\n" "% endmacro \n" "\n" "% if \"new\" in ctx[\"data\"]:\n" "

The following contracts just expired:

\n" " ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n" "% endif\n" "\n" "% if \"old\" in ctx[\"data\"]:\n" "

The following expired contracts are still not processed:

\n" " ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n" "% endif\n" "\n" "% if \"future\" in ctx[\"data\"]:\n" "

The following contracts will expire in less than one month:

\n" " ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n" "% endif\n" "\n" "

\n" " You can check all contracts to be renewed using the menu:\n" "

\n" "
    \n" "
  • Sales / Invoicing / Contracts to Renew
  • \n" "
\n" "

\n" " Thanks,\n" "

\n" "\n" "
\n"
"-- \n"
"Odoo Automatic Email\n"
"
\n" "\n" " " msgstr "\nHello ${object.name},\n\n% macro account_table(values):\n\n \n \n \n \n \n \n \n % for partner, accounts in values:\n % for account in accounts:\n \n \n \n \n \n \n \n % endfor\n % endfor\n
CustomerContractDatesPrepaid UnitsContact
${partner.name}${account.name}${account.date_start} to ${account.date and account.date or '???'}\n % if account.quantity_max != 0.0:\n ${account.remaining_hours}/${account.quantity_max} units\n % endif\n ${account.partner_id.phone or ''}, ${account.partner_id.email or ''}
\n% endmacro \n\n% if \"new\" in ctx[\"data\"]:\n

The following contracts just expired:

\n ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n% endif\n\n% if \"old\" in ctx[\"data\"]:\n

The following expired contracts are still not processed:

\n ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n% endif\n\n% if \"future\" in ctx[\"data\"]:\n

The following contracts will expire in less than one month:

\n ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n% endif\n\n

\n You can check all contracts to be renewed using the menu:\n

\n
    \n
  • Sales / Invoicing / Contracts to Renew
  • \n
\n

\n Thanks,\n

\n\n
\n-- \nOdoo Automatic Email\n
\n\n " #. module: account_analytic_analysis #: help:account.analytic.account,toinvoice_total:0 msgid " Sum of everything that could be invoiced for this contract." msgstr " 이 계약에 대해 청구할 수 있는 총 금액." #. module: account_analytic_analysis #: model:ir.actions.act_window,help:account_analytic_analysis.template_of_contract_action msgid "" "

\n" " Click here to create a template of contract.\n" "

\n" " Templates are used to prefigure contract/project that \n" " can be selected by the salespeople to quickly configure the\n" " terms and conditions of the contract.\n" "

\n" " " msgstr "

\n 계약 서식을 작성합니다.\n

\n 서식은 계약/프로젝트를 미리 보여주는 데 사용합니다.\n 서식은 영업사원에 의해 신속하게 계약 조건을 구성하도록\n 선택할 수 있습니다.\n

\n " #. module: account_analytic_analysis #: model:ir.actions.act_window,help:account_analytic_analysis.action_account_analytic_overdue_all msgid "" "

\n" " Click to create a new contract.\n" "

\n" " Use contracts to follow tasks, issues, timesheets or invoicing based on\n" " work done, expenses and/or sales orders. Odoo will automatically manage\n" " the alerts for the renewal of the contracts to the right salesperson.\n" "

\n" " " msgstr "

\n 새로운 계약을 작성합니다.\n

\n 업무, 이슈, 작업표 또는 작업한 것을 기준으로 한 송장 작성,\n 비용 및/또는 판매 주문에 계약을 사용합니다.\n Odoo는 자동으로 영업사원에게 계약 갱신에 대해\n 알림을 보냅니다.\n

\n " #. module: account_analytic_analysis #: model:ir.actions.act_window,help:account_analytic_analysis.action_sales_order msgid "" "

\n" " Click to create a quotation that can be converted into a sales\n" " order.\n" "

\n" " Use sale orders to track everything that should be invoiced\n" " at a fix price on a contract.\n" "

\n" " " msgstr "

\n 판매 주문으로 전환될 수 있는 견적서를 작성합니다.\n

\n 판매 주문을 사용해서 고정된 계약금액을 청구할 수 있고 모든 것을 추적합니다.\n

\n " #. module: account_analytic_analysis #: model:ir.actions.act_window,help:account_analytic_analysis.action_account_analytic_overdue msgid "" "

\n" " Click to define a new contract.\n" "

\n" " You will find here the contracts to be renewed because the\n" " end date is passed or the working effort is higher than the\n" " maximum authorized one.\n" "

\n" " Odoo automatically sets contracts to be renewed in a pending\n" " state. After the negociation, the salesman should close or renew\n" " pending contracts.\n" "

\n" " " msgstr "

\n 새로운 계약을 정의합니다.\n

\n 마감일을 지났거나 작업이 허용된 것 중 하나가 최대값을\n 초과했기 때문에 갱신해야 할 계약을 여기에서 찾을 수 있습니다.\n

\n Odoo는 자동으로 보류 상태로 갱신할 계약을 설정합니다.\n 협상 후에 영업사원은 보류된 계약을 종료하거나 갱신할 수 있습니다.\n

\n " #. module: account_analytic_analysis #: model:ir.actions.act_window,help:account_analytic_analysis.action_hr_tree_invoiced_all msgid "" "

\n" " You will find here timesheets and purchases you did for\n" " contracts that can be reinvoiced to the customer. If you want\n" " to record new activities to invoice, you should use the timesheet\n" " menu instead.\n" "

\n" " " msgstr "

\n 고객에게 재청구할 수 있는 계약에 대한 작업표와\n 구매를 여기에서 찾을 수 있습니다.\n 새로운 청구할 활동을 기록하길 원하면\n 대신에 작업표 메뉴를 사용할 수 있습니다.\n

\n " #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Account Analytic Lines" msgstr "분석 명세 계정" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Account Manager" msgstr "계정 관리자" #. module: account_analytic_analysis #: help:sale.config.settings,group_template_required:0 msgid "" "Allows you to set the template field as required when creating an analytic " "account or a contract." msgstr "" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,analytic_account_id:0 #: field:account_analytic_analysis.summary.month,account_id:0 #: field:account_analytic_analysis.summary.user,account_id:0 #: model:ir.model,name:account_analytic_analysis.model_account_analytic_account msgid "Analytic Account" msgstr "분석 계정" #. module: account_analytic_analysis #: help:account.analytic.account,ca_theorical:0 msgid "" "Based on the costs you had on the project, what would have been the revenue " "if all these costs have been invoiced at the normal sale price provided by " "the pricelist." msgstr "" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Cancelled" msgstr "취소됨" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Cancelled contracts" msgstr "취소된 계약" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Closed" msgstr "완료됨" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Closed contracts" msgstr "완료된 계약" #. module: account_analytic_analysis #: help:account.analytic.account,remaining_hours_to_invoice:0 msgid "" "Computed using the formula: Expected on timesheets - Total invoiced on " "timesheets" msgstr "공식을 사용하여 계산 : 작업표 상의 예상액 - 작업표 상에 총 기성액" #. module: account_analytic_analysis #: help:account.analytic.account,real_margin:0 msgid "Computed using the formula: Invoiced Amount - Total Costs." msgstr "공식을 사용하여 계산 : 기성액 - 총 비용." #. module: account_analytic_analysis #: help:account.analytic.account,revenue_per_hour:0 msgid "Computed using the formula: Invoiced Amount / Total Time" msgstr "공식을 사용하여 계산 : 기성액 / 총 시간" #. module: account_analytic_analysis #: help:account.analytic.account,remaining_ca:0 msgid "Computed using the formula: Max Invoice Price - Invoiced Amount." msgstr "공식을 사용하여 계산 : 총 계약 금액 - 기성액." #. module: account_analytic_analysis #: help:account.analytic.account,remaining_hours:0 msgid "Computed using the formula: Maximum Time - Total Worked Time" msgstr "공식을 사용하여 계산 : 최대 시간 - 총 작업 시간" #. module: account_analytic_analysis #: help:account.analytic.account,theorical_margin:0 msgid "Computed using the formula: Theoretical Revenue - Total Costs" msgstr "공식을 사용하여 계산 : 이론 수익 - 총 비용" #. module: account_analytic_analysis #: help:account.analytic.account,real_margin_rate:0 msgid "Computes using the formula: (Real Margin / Total Costs) * 100." msgstr "공식을 사용하여 계산 : (실제 이익 / 총 비용) * 100." #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Contract" msgstr "계약" #. module: account_analytic_analysis #: model:ir.actions.act_window,name:account_analytic_analysis.template_of_contract_action #: model:ir.ui.menu,name:account_analytic_analysis.menu_template_of_contract_action msgid "Contract Template" msgstr "계약 서식" #. module: account_analytic_analysis #: model:email.template,subject:account_analytic_analysis.account_analytic_cron_email_template msgid "Contract expiration reminder ${user.company_id.name}" msgstr "${user.company_id.name} 계약 만료 알림" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search #: model:ir.actions.act_window,name:account_analytic_analysis.action_account_analytic_overdue_all #: model:ir.ui.menu,name:account_analytic_analysis.menu_action_account_analytic_overdue_all msgid "Contracts" msgstr "계약" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Contracts assigned to a customer." msgstr "고객에게 할당된 계약." #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Contracts in progress (open, draft)" msgstr "진행중인 계약 (개시, 기안)" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Contracts not assigned" msgstr "할당되지 않은 계약" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Contracts that are not assigned to an account manager." msgstr "계정 관리자에게 할당되지 않은 계약." #. module: account_analytic_analysis #: model:ir.actions.act_window,name:account_analytic_analysis.action_account_analytic_overdue #: model:ir.ui.menu,name:account_analytic_analysis.menu_action_account_analytic_overdue msgid "Contracts to Renew" msgstr "계약 갱신" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,create_uid:0 msgid "Created by" msgstr "작성자" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,create_date:0 msgid "Created on" msgstr "작성일" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Customer Contracts" msgstr "고객 계약" #. module: account_analytic_analysis #: field:account.analytic.account,last_worked_date:0 msgid "Date of Last Cost/Work" msgstr "최근 비용/작업 날짜" #. module: account_analytic_analysis #: field:account.analytic.account,last_worked_invoiced_date:0 msgid "Date of Last Invoiced Cost" msgstr "최근 청구된 비용의 날짜" #. module: account_analytic_analysis #: field:account.analytic.account,recurring_next_date:0 msgid "Date of Next Invoice" msgstr "다음 청구일" #. module: account_analytic_analysis #: help:account.analytic.account,last_worked_date:0 msgid "Date of the latest work done on this account." msgstr "이 계정으로 최근에 작업한 날짜." #. module: account_analytic_analysis #: selection:account.analytic.account,recurring_rule_type:0 msgid "Day(s)" msgstr "일" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,name:0 msgid "Description" msgstr "설명" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "End Month" msgstr "종료달" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "End date is in the next month" msgstr "종료 날짜는 다음 달에" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "End date passed or prepaid unit consumed" msgstr "마감일이 지났거나 선불 단위를 소비함" #. module: account_analytic_analysis #: code:addons/account_analytic_analysis/account_analytic_analysis.py:681 #, python-format msgid "Error!" msgstr "오류 !" #. module: account_analytic_analysis #: field:account.analytic.account,hours_qtt_est:0 msgid "Estimation of Hours to Invoice" msgstr "청구할 시간 추정" #. module: account_analytic_analysis #: help:account.analytic.account,remaining_total:0 msgid "" "Expectation of remaining income for this contract. Computed as the sum of " "remaining subtotals which, in turn, are computed as the maximum between " "'(Estimation - Invoiced)' and 'To Invoice' amounts" msgstr "이 계약에 대한 잔여 수익 기대. 잔금 소계의 합으로 계산되고 이는 차례로 '(계약액 - 기성액)'과 '청구하기' 금액 사이의 최대값으로 계산됩니다." #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Expected" msgstr "예상액/계약액" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Expired or consumed" msgstr "만료 또는 소비" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Expiring soon" msgstr "곧 만료" #. module: account_analytic_analysis #: field:account.analytic.account,fix_price_invoices:0 msgid "Fixed Price" msgstr "고정 가격" #. module: account_analytic_analysis #: field:account.analytic.account,recurring_invoices:0 msgid "Generate recurring invoices automatically" msgstr "자동으로 반복 송장 생성" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Group By" msgstr "그룹화" #. module: account_analytic_analysis #: model:ir.model,name:account_analytic_analysis.model_account_analytic_analysis_summary_user msgid "Hours Summary by User" msgstr "사용자로 시간 요약" #. module: account_analytic_analysis #: model:ir.model,name:account_analytic_analysis.model_account_analytic_analysis_summary_month msgid "Hours summary by month" msgstr "월로 시간 요약" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,id:0 #: field:account_analytic_analysis.summary.month,id:0 #: field:account_analytic_analysis.summary.user,id:0 msgid "ID" msgstr "ID" #. module: account_analytic_analysis #: help:account.analytic.account,ca_to_invoice:0 msgid "" "If invoice from analytic account, the remaining amount you can invoice to " "the customer based on the total costs." msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,last_invoice_date:0 msgid "If invoice from the costs, this is the date of the latest invoiced." msgstr "" #. module: account_analytic_analysis #: help:account.analytic.account,last_worked_invoiced_date:0 msgid "" "If invoice from the costs, this is the date of the latest work or cost that " "have been invoiced." msgstr "" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "In Progress" msgstr "진행중" #. module: account_analytic_analysis #: field:account.analytic.account,recurring_invoice_line_ids:0 msgid "Invoice Lines" msgstr "송장 명세" #. module: account_analytic_analysis #: help:account.analytic.account,recurring_rule_type:0 msgid "Invoice automatically repeat at specified interval" msgstr "" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Invoiced" msgstr "기성액" #. module: account_analytic_analysis #: field:account.analytic.account,ca_invoiced:0 msgid "Invoiced Amount" msgstr "송장 발행된 금액" #. module: account_analytic_analysis #: field:account.analytic.account,hours_qtt_invoiced:0 msgid "Invoiced Time" msgstr "청구 시간" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Invoicing" msgstr "송장 발행" #. module: account_analytic_analysis #: field:account.analytic.account,last_invoice_date:0 msgid "Last Invoice Date" msgstr "최근 청구일" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,write_uid:0 msgid "Last Updated by" msgstr "최근 갱신한 사람" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,write_date:0 msgid "Last Updated on" msgstr "최근 갱신 날짜" #. module: account_analytic_analysis #: model:res.groups,name:account_analytic_analysis.group_template_required msgid "Mandatory use of templates in contracts" msgstr "계약 서식 필수 사용" #. module: account_analytic_analysis #: field:sale.config.settings,group_template_required:0 msgid "Mandatory use of templates." msgstr "서식 필수 사용." #. module: account_analytic_analysis #: field:account.analytic.account,month_ids:0 #: field:account_analytic_analysis.summary.month,month:0 msgid "Month" msgstr "월" #. module: account_analytic_analysis #: selection:account.analytic.account,recurring_rule_type:0 msgid "Month(s)" msgstr "월" #. module: account_analytic_analysis #: code:addons/account_analytic_analysis/account_analytic_analysis.py:676 #, python-format msgid "No Customer Defined!" msgstr "정의된 사용자 없음!" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "No order to invoice, create" msgstr "청구 주문이 없습니다. 작성하기" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Nothing to invoice, create" msgstr "송장 없음, 만들기" #. module: account_analytic_analysis #: help:account.analytic.account,hours_qtt_non_invoiced:0 msgid "" "Number of time (hours/days) (from journal of type 'general') that can be " "invoiced if you invoice based on analytic account." msgstr "시간(시간/일) 수('일반' 유형의 분개 항목에서)는 분석 계정을 기준으로 청구할 경우 청구할 수 있습니다." #. module: account_analytic_analysis #: help:account.analytic.account,hours_qtt_invoiced:0 msgid "" "Number of time (hours/days) that can be invoiced plus those that already " "have been invoiced." msgstr "시간(시간/일) 수는 이미 청구한 것에 추가하여 청구할 수 있습니다." #. module: account_analytic_analysis #: help:account.analytic.account,hours_quantity:0 msgid "" "Number of time you spent on the analytic account (from timesheet). It " "computes quantities on all journal of type 'general'." msgstr "분석 계정(작업표에)으로 시간 수를 보냅니다. 이것은 '일반' 유형의 모든 분개 항목의 수량을 계산합니다." #. module: account_analytic_analysis #: field:account.analytic.account,invoice_on_timesheets:0 msgid "On Timesheets" msgstr "작업표 상" #. module: account_analytic_analysis #: field:account.analytic.account,is_overdue_quantity:0 msgid "Overdue Quantity" msgstr "연체 수량" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Parent" msgstr "상위 요소" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Partner" msgstr "파트너" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Pending contracts" msgstr "계약 보류" #. module: account_analytic_analysis #: code:addons/account_analytic_analysis/account_analytic_analysis.py:682 #, python-format msgid "Please define a sale journal for the company \"%s\"." msgstr "\"%s\" 회사에 대한 판매 분개 항목을 정의하십시오." #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Pricelist" msgstr "가격표" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,product_id:0 msgid "Product" msgstr "상품" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,quantity:0 msgid "Quantity" msgstr "수량" #. module: account_analytic_analysis #: field:account.analytic.account,real_margin:0 msgid "Real Margin" msgstr "실제 이윤" #. module: account_analytic_analysis #: field:account.analytic.account,real_margin_rate:0 msgid "Real Margin Rate (%)" msgstr "실제 이익율(%)" #. module: account_analytic_analysis #: field:account.analytic.account,recurring_rule_type:0 msgid "Recurrency" msgstr "반복" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Recurring Invoices" msgstr "반복 송장" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Remaining" msgstr "찬금" #. module: account_analytic_analysis #: field:account.analytic.account,remaining_ca:0 msgid "Remaining Revenue" msgstr "잔여 수익" #. module: account_analytic_analysis #: field:account.analytic.account,fix_price_to_invoice:0 #: field:account.analytic.account,remaining_hours:0 #: field:account.analytic.account,remaining_hours_to_invoice:0 #: field:account.analytic.account,timesheet_ca_invoiced:0 msgid "Remaining Time" msgstr "잔여 기간" #. module: account_analytic_analysis #: field:account.analytic.account,recurring_interval:0 msgid "Repeat Every" msgstr "모두 반복" #. module: account_analytic_analysis #: help:account.analytic.account,recurring_interval:0 msgid "Repeat every (Days/Week/Month/Year)" msgstr "모두 반복(일/주/월/년)" #. module: account_analytic_analysis #: field:account.analytic.account,revenue_per_hour:0 msgid "Revenue per Time (real)" msgstr "시간 당 수익 (실제)" #. module: account_analytic_analysis #: code:addons/account_analytic_analysis/account_analytic_analysis.py:550 #, python-format msgid "Sales Order Lines to Invoice of %s" msgstr "%s 청구서의 판매 주문 명세" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form #: model:ir.actions.act_window,name:account_analytic_analysis.action_sales_order msgid "Sales Orders" msgstr "판매 주문" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Start Month" msgstr "시작 월" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Status" msgstr "상태" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,price_subtotal:0 msgid "Sub Total" msgstr "소계" #. module: account_analytic_analysis #: help:account.analytic.account,fix_price_to_invoice:0 msgid "Sum of quotations for this contract." msgstr "이 계약 견적의 합계." #. module: account_analytic_analysis #: help:account.analytic.account,timesheet_ca_invoiced:0 msgid "Sum of timesheet lines invoiced for this contract." msgstr "이 계약에 대해 청구된 작업표 명세의 합계." #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "Template" msgstr "서식" #. module: account_analytic_analysis #: field:account.analytic.account,theorical_margin:0 msgid "Theoretical Margin" msgstr "이론적 이익" #. module: account_analytic_analysis #: field:account.analytic.account,ca_theorical:0 msgid "Theoretical Revenue" msgstr "이론적 수익" #. module: account_analytic_analysis #: model:ir.actions.act_window,name:account_analytic_analysis.action_hr_tree_invoiced_all #: model:ir.ui.menu,name:account_analytic_analysis.menu_action_hr_tree_invoiced_all msgid "Time & Materials to Invoice" msgstr "시간 및 재료 청구서" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Timesheets" msgstr "작업표" #. module: account_analytic_analysis #: code:addons/account_analytic_analysis/account_analytic_analysis.py:659 #, python-format msgid "Timesheets to Invoice of %s" msgstr "%s 청구서의 작업표" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "To Invoice" msgstr "청구하기" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search msgid "To Renew" msgstr "갱신하기" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Total" msgstr "합계" #. module: account_analytic_analysis #: field:account.analytic.account,total_cost:0 msgid "Total Costs" msgstr "합계" #. module: account_analytic_analysis #: field:account.analytic.account,est_total:0 msgid "Total Estimation" msgstr "총 평가" #. module: account_analytic_analysis #: field:account.analytic.account,invoiced_total:0 msgid "Total Invoiced" msgstr "총 청구액" #. module: account_analytic_analysis #: field:account.analytic.account,remaining_total:0 msgid "Total Remaining" msgstr "총 잔액" #. module: account_analytic_analysis #: field:account_analytic_analysis.summary.month,unit_amount:0 #: field:account_analytic_analysis.summary.user,unit_amount:0 msgid "Total Time" msgstr "전체 시간" #. module: account_analytic_analysis #: field:account.analytic.account,hours_quantity:0 msgid "Total Worked Time" msgstr "총 근무 시간" #. module: account_analytic_analysis #: help:account.analytic.account,ca_invoiced:0 msgid "Total customer invoiced amount for this account." msgstr "이 계약에 대해 모든 고객에게 청구된 금액." #. module: account_analytic_analysis #: help:account.analytic.account,total_cost:0 msgid "" "Total of costs for this account. It includes real costs (from invoices) and " "indirect costs, like time spent on timesheets." msgstr "이 계정에 대한 총 비용. 이 작업표에 소요된 시간 같은 실제 비용(청구서에서)과 간접 비용을 포함합니다." #. module: account_analytic_analysis #: field:account.analytic.account,toinvoice_total:0 msgid "Total to Invoice" msgstr "총 청구액" #. module: account_analytic_analysis #: field:account.analytic.account,ca_to_invoice:0 msgid "Uninvoiced Amount" msgstr "청구되지 않은 금액" #. module: account_analytic_analysis #: field:account.analytic.account,hours_qtt_non_invoiced:0 msgid "Uninvoiced Time" msgstr "청구되지 않은 시간" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,price_unit:0 msgid "Unit Price" msgstr "단가" #. module: account_analytic_analysis #: field:account.analytic.invoice.line,uom_id:0 msgid "Unit of Measure" msgstr "측정 단위" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Units Consumed" msgstr "소비된 단위" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "Units Remaining" msgstr "남은 단위" #. module: account_analytic_analysis #: field:account.analytic.account,user_ids:0 #: field:account_analytic_analysis.summary.user,user:0 msgid "User" msgstr "사용자" #. module: account_analytic_analysis #: selection:account.analytic.account,recurring_rule_type:0 msgid "Week(s)" msgstr "주" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "" "When reinvoicing costs, Odoo uses the\n" " pricelist of the contract which uses the price\n" " defined on the product related (e.g timesheet \n" " products are defined on each employee)." msgstr "송장가액을 재작성할 경우, Odoo는\n관련 물품에 매겨진 가격을 알기 위해\n해당 계약의 가격 목록을 참고합니다.\n(일례로 근무 시간 기록표라는 상품이 각 \n해당하는 직원들을 통해 정의되는 것과 같다)" #. module: account_analytic_analysis #: selection:account.analytic.account,recurring_rule_type:0 msgid "Year(s)" msgstr "년" #. module: account_analytic_analysis #: code:addons/account_analytic_analysis/account_analytic_analysis.py:676 #, python-format msgid "You must first select a Customer for Contract %s!" msgstr "%s! 계약에 대해 고객을 먼저 선택해야 합니다!" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "or view" msgstr "또는 화면" #. module: account_analytic_analysis #: model:res.groups,comment:account_analytic_analysis.group_template_required msgid "" "the field template of the analytic accounts and contracts will be required." msgstr "분석 계정과 계약의 필드 서식이 필요합니다." #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "" "{'required': " "[('type','=','contract'),'|','|',('fix_price_invoices','=',True), " "('invoice_on_timesheets', '=', True), ('recurring_invoices', '=', True)]}" msgstr "{'required': [('type','=','contract'),'|','|',('fix_price_invoices','=',True), ('invoice_on_timesheets', '=', True), ('recurring_invoices', '=', True)]}" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_template_required msgid "" "{'required': [('type','=','contract')], 'invisible': [('type','in',['view', " "'normal','template'])]}" msgstr "{'required': [('type','=','contract')], 'invisible': [('type','in',['view', 'normal','template'])]}" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "⇒ Invoice" msgstr "⇒ 송장" #. module: account_analytic_analysis #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form msgid "⇒ create invoices" msgstr "⇒ 송장 작성"