odoo/addons/account_analytic_analysis/i18n/zh_CN.po

997 lines
35 KiB
Plaintext
Raw Normal View History

# Chinese (Simplified) translation for openobject-addons
# Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
# This file is distributed under the same license as the openobject-addons package.
# FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
#
msgid ""
msgstr ""
"Project-Id-Version: openobject-addons\n"
"Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
"POT-Creation-Date: 2015-01-21 14:07+0000\n"
"PO-Revision-Date: 2015-05-14 07:39+0000\n"
"Last-Translator: 卓忆科技 <zhanghao@jointd.com>\n"
"Language-Team: Chinese (Simplified) <zh_CN@li.org>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"X-Launchpad-Export-Date: 2015-05-15 05:33+0000\n"
"X-Generator: Launchpad (build 17493)\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"
"<table cellspacing=\"1\" border=\"1\" cellpadding=\"4\">\n"
" <tr>\n"
" <th>Customer</th>\n"
" <th>Contract</th>\n"
" <th>Dates</th>\n"
" <th>Prepaid Units</th>\n"
" <th>Contact</th>\n"
" </tr>\n"
" % for partner, accounts in values:\n"
" % for account in accounts:\n"
" <tr>\n"
" <td>${partner.name}</td>\n"
" <td><a "
"href=\"${ctx[\"base_url\"]}/#action=${ctx[\"action_id\"]}&id=${account.id}&vi"
"ew_type=form\">${account.name}</a></td>\n"
" <td>${account.date_start} to ${account.date and account.date or "
"'???'}</td>\n"
" <td>\n"
" % if account.quantity_max != 0.0:\n"
" ${account.remaining_hours}/${account.quantity_max} units\n"
" % endif\n"
" </td>\n"
" <td>${account.partner_id.phone or ''}, "
"${account.partner_id.email or ''}</td>\n"
" </tr>\n"
" % endfor\n"
" % endfor\n"
"</table>\n"
"% endmacro \n"
"\n"
"% if \"new\" in ctx[\"data\"]:\n"
" <h2>The following contracts just expired: </h2>\n"
" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n"
"% endif\n"
"\n"
"% if \"old\" in ctx[\"data\"]:\n"
" <h2>The following expired contracts are still not processed: </h2>\n"
" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n"
"% endif\n"
"\n"
"% if \"future\" in ctx[\"data\"]:\n"
" <h2>The following contracts will expire in less than one month: </h2>\n"
" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n"
"% endif\n"
"\n"
"<p>\n"
" You can check all contracts to be renewed using the menu:\n"
"</p>\n"
"<ul>\n"
" <li>Sales / Invoicing / Contracts to Renew</li>\n"
"</ul>\n"
"<p>\n"
" Thanks,\n"
"</p>\n"
"\n"
"<pre>\n"
"-- \n"
"Odoo Automatic Email\n"
"</pre>\n"
"\n"
" "
msgstr ""
"\n"
"您好 ${object.name},\n"
"\n"
"% macro account_table(values):\n"
"<table cellspacing=\"1\" border=\"1\" cellpadding=\"4\">\n"
" <tr>\n"
" <th>客户</th>\n"
" <th>合同</th>\n"
" <th>日期</th>\n"
" <th>付款期限</th>\n"
" <th>联系方式</th>\n"
" </tr>\n"
" % for partner, accounts in values:\n"
" % for account in accounts:\n"
" <tr>\n"
" <td>${partner.name}</td>\n"
" <td><a "
"href=\"${ctx[\"base_url\"]}/#action=${ctx[\"action_id\"]}&id=${account.id}&vi"
"ew_type=form\">${account.name}</a></td>\n"
" <td>${account.date_start} to ${account.date and account.date or "
"'???'}</td>\n"
" <td>\n"
" % if account.quantity_max != 0.0:\n"
" ${account.remaining_hours}/${account.quantity_max} units\n"
" % endif\n"
" </td>\n"
" <td>${account.partner_id.phone or ''}, "
"${account.partner_id.email or ''}</td>\n"
" </tr>\n"
" % endfor\n"
" % endfor\n"
"</table>\n"
"% endmacro \n"
"\n"
"% if \"new\" in ctx[\"data\"]:\n"
" <h2>下述合同刚刚过期: </h2>\n"
" ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n"
"% endif\n"
"\n"
"% if \"old\" in ctx[\"data\"]:\n"
" <h2>下述过去合同仍未被处理: </h2>\n"
" ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n"
"% endif\n"
"\n"
"% if \"future\" in ctx[\"data\"]:\n"
" <h2>下述合同j将在一个月内过期 </h2>\n"
" ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n"
"% endif\n"
"\n"
"<p>\n"
" 您可以通过以下菜单进行合同续约:\n"
"</p>\n"
"<ul>\n"
" <li>销售 / 开票 / 续约</li>\n"
"</ul>\n"
"<p>\n"
" 谢谢,\n"
"</p>\n"
"\n"
"<pre>\n"
"-- \n"
"Odoo 自动邮件l\n"
"</pre>\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 ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click here to create a template of contract.\n"
" </p><p>\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"
" </p>\n"
" "
msgstr ""
"<p class=\"oe_view_nocontent_create\">\n"
" 点击创建合同模板。\n"
" </p><p>\n"
" 模板用于预先规范合同/项目内容,从而销售人员可以快速配置合同条款及条件。\n"
" </p>\n"
" "
#. module: account_analytic_analysis
#: model:ir.actions.act_window,help:account_analytic_analysis.action_account_analytic_overdue_all
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to create a new contract.\n"
" </p><p>\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"
" </p>\n"
" "
msgstr ""
"<p class=\"oe_view_nocontent_create\">\n"
" 点击创建新合同。\n"
" </p><p>\n"
" 对于日常工作、费用管理、或者销售订单,可以使用合同跟踪目标、问题、工时。\n"
" Odoo会自动通知相关销售人员进行合同续约等管理工作。\n"
" </p>\n"
" "
#. module: account_analytic_analysis
#: model:ir.actions.act_window,help:account_analytic_analysis.action_sales_order
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to create a quotation that can be converted into a "
"sales\n"
" order.\n"
" </p><p>\n"
" Use sale orders to track everything that should be invoiced\n"
" at a fix price on a contract.\n"
" </p>\n"
" "
msgstr ""
"<p class=\"oe_view_nocontent_create\">\n"
" 点击创建一个报价单它可以被转换为销售订单.\n"
" </p><p>\n"
" 使用销售订单来记录所有信息在合同中它可以在开票时来修正价格.\n"
" </p>\n"
" "
#. module: account_analytic_analysis
#: model:ir.actions.act_window,help:account_analytic_analysis.action_account_analytic_overdue
msgid ""
"<p class=\"oe_view_nocontent_create\">\n"
" Click to define a new contract.\n"
" </p><p>\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"
" </p><p>\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"
" </p>\n"
" "
msgstr ""
"<p class=\"oe_view_nocontent_create\">\n"
" 点击定义一份新的合同.\n"
" </p><p>\n"
" 您会发现合同被更新了\n"
" 因为超过了截至日期或者投入的工作量\n"
" 高于授权的最大值.\n"
" </p><p>\n"
" Odoo 自动设置合同更新在待定状态. \n"
" 在谈判之后,销售人员可以关闭或者\n"
" 更新待定的合同.\n"
" </p>\n"
" "
#. module: account_analytic_analysis
#: model:ir.actions.act_window,help:account_analytic_analysis.action_hr_tree_invoiced_all
msgid ""
"<p>\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"
" </p>\n"
" "
msgstr ""
"<p>\n"
" 此处显示可以根据合同向顾客发单的时间计划及采购项目。若想记录创建新的发单活动,你应该使用时间计划菜单。\n"
" </p>\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"
" (例如为每一个员工定义的计工单产品)。"
#. 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 ""
#. 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 "⇒ 创建发票"