Merge branch 'master' of https://github.com/odoo/odoo
[odoo/odoo.git] / addons / account_analytic_analysis / i18n / zh_CN.po
1 # Chinese (Simplified) translation for openobject-addons
2 # Copyright (c) 2014 Rosetta Contributors and Canonical Ltd 2014
3 # This file is distributed under the same license as the openobject-addons package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, 2014.
5 #
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: openobject-addons\n"
9 "Report-Msgid-Bugs-To: FULL NAME <EMAIL@ADDRESS>\n"
10 "POT-Creation-Date: 2014-09-23 16:27+0000\n"
11 "PO-Revision-Date: 2014-08-14 16:10+0000\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: Chinese (Simplified) <zh_CN@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=UTF-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17 "X-Launchpad-Export-Date: 2014-09-24 08:55+0000\n"
18 "X-Generator: Launchpad (build 17196)\n"
19
20 #. module: account_analytic_analysis
21 #: model:email.template,body_html:account_analytic_analysis.account_analytic_cron_email_template
22 msgid ""
23 "\n"
24 "Hello ${object.name},\n"
25 "\n"
26 "% macro account_table(values):\n"
27 "<table cellspacing=\"1\" border=\"1\" cellpadding=\"4\">\n"
28 "    <tr>\n"
29 "        <th>Customer</th>\n"
30 "        <th>Contract</th>\n"
31 "        <th>Dates</th>\n"
32 "        <th>Prepaid Units</th>\n"
33 "        <th>Contact</th>\n"
34 "    </tr>\n"
35 "    % for partner, accounts in values:\n"
36 "        % for account in accounts:\n"
37 "        <tr>\n"
38 "            <td>${partner.name}</td>\n"
39 "            <td><a "
40 "href=\"${ctx[\"base_url\"]}/#action=${ctx[\"action_id\"]}&id=${account.id}&vi"
41 "ew_type=form\">${account.name}</a></td>\n"
42 "            <td>${account.date_start} to ${account.date and account.date or "
43 "'???'}</td>\n"
44 "            <td>\n"
45 "            % if account.quantity_max != 0.0:\n"
46 "                ${account.remaining_hours}/${account.quantity_max} units\n"
47 "            % endif\n"
48 "            </td>\n"
49 "            <td>${account.partner_id.phone or ''}, "
50 "${account.partner_id.email or ''}</td>\n"
51 "        </tr>\n"
52 "        % endfor\n"
53 "    % endfor\n"
54 "</table>\n"
55 "% endmacro \n"
56 "\n"
57 "% if \"new\" in ctx[\"data\"]:\n"
58 "    <h2>The following contracts just expired: </h2>\n"
59 "    ${account_table(ctx[\"data\"][\"new\"].iteritems())}\n"
60 "% endif\n"
61 "\n"
62 "% if \"old\" in ctx[\"data\"]:\n"
63 "    <h2>The following expired contracts are still not processed: </h2>\n"
64 "    ${account_table(ctx[\"data\"][\"old\"].iteritems())}\n"
65 "% endif\n"
66 "\n"
67 "% if \"future\" in ctx[\"data\"]:\n"
68 "    <h2>The following contracts will expire in less than one month: </h2>\n"
69 "    ${account_table(ctx[\"data\"][\"future\"].iteritems())}\n"
70 "% endif\n"
71 "\n"
72 "<p>\n"
73 "    You can check all contracts to be renewed using the menu:\n"
74 "</p>\n"
75 "<ul>\n"
76 "    <li>Sales / Invoicing / Contracts to Renew</li>\n"
77 "</ul>\n"
78 "<p>\n"
79 "    Thanks,\n"
80 "</p>\n"
81 "\n"
82 "<pre>\n"
83 "-- \n"
84 "Odoo Automatic Email\n"
85 "</pre>\n"
86 "\n"
87 "            "
88 msgstr ""
89
90 #. module: account_analytic_analysis
91 #: help:account.analytic.account,toinvoice_total:0
92 msgid " Sum of everything that could be invoiced for this contract."
93 msgstr " 该合同可以记账项目的汇总。"
94
95 #. module: account_analytic_analysis
96 #: model:ir.actions.act_window,help:account_analytic_analysis.template_of_contract_action
97 msgid ""
98 "<p class=\"oe_view_nocontent_create\">\n"
99 "                    Click here to create a template of contract.\n"
100 "                </p><p>\n"
101 "                    Templates are used to prefigure contract/project that \n"
102 "                    can be selected by the salespeople to quickly configure "
103 "the\n"
104 "                    terms and conditions of the contract.\n"
105 "                </p>\n"
106 "            "
107 msgstr ""
108 "<p class=\"oe_view_nocontent_create\">\n"
109 "                    点击创建合同模板。\n"
110 "                </p><p>\n"
111 "                    模板用于预先规范合同/项目内容,从而销售人员可以快速配置合同条款及条件。\n"
112 "                </p>\n"
113 "            "
114
115 #. module: account_analytic_analysis
116 #: model:ir.actions.act_window,help:account_analytic_analysis.action_account_analytic_overdue_all
117 msgid ""
118 "<p class=\"oe_view_nocontent_create\">\n"
119 "                    Click to create a new contract.\n"
120 "                </p><p>\n"
121 "                    Use contracts to follow tasks, issues, timesheets or "
122 "invoicing based on\n"
123 "                    work done, expenses and/or sales orders. Odoo will "
124 "automatically manage\n"
125 "                    the alerts for the renewal of the contracts to the right "
126 "salesperson.\n"
127 "                </p>\n"
128 "            "
129 msgstr ""
130
131 #. module: account_analytic_analysis
132 #: model:ir.actions.act_window,help:account_analytic_analysis.action_sales_order
133 msgid ""
134 "<p class=\"oe_view_nocontent_create\">\n"
135 "                Click to create a quotation that can be converted into a "
136 "sales\n"
137 "                order.\n"
138 "              </p><p>\n"
139 "                Use sale orders to track everything that should be invoiced\n"
140 "                at a fix price on a contract.\n"
141 "              </p>\n"
142 "            "
143 msgstr ""
144
145 #. module: account_analytic_analysis
146 #: model:ir.actions.act_window,help:account_analytic_analysis.action_account_analytic_overdue
147 msgid ""
148 "<p class=\"oe_view_nocontent_create\">\n"
149 "                Click to define a new contract.\n"
150 "              </p><p>\n"
151 "                You will find here the contracts to be renewed because the\n"
152 "                end date is passed or the working effort is higher than the\n"
153 "                maximum authorized one.\n"
154 "              </p><p>\n"
155 "                Odoo automatically sets contracts to be renewed in a "
156 "pending\n"
157 "                state. After the negociation, the salesman should close or "
158 "renew\n"
159 "                pending contracts.\n"
160 "              </p>\n"
161 "            "
162 msgstr ""
163
164 #. module: account_analytic_analysis
165 #: model:ir.actions.act_window,help:account_analytic_analysis.action_hr_tree_invoiced_all
166 msgid ""
167 "<p>\n"
168 "                You will find here timesheets and purchases you did for\n"
169 "                contracts that can be reinvoiced to the customer.  If you "
170 "want\n"
171 "                to record new activities to invoice, you should use the "
172 "timesheet\n"
173 "                menu instead.\n"
174 "              </p>\n"
175 "            "
176 msgstr ""
177 "<p>\n"
178 "                此处显示可以根据合同向顾客发单的时间计划及采购项目。若想记录创建新的发单活动,你应该使用时间计划菜单。\n"
179 "              </p>\n"
180 "            "
181
182 #. module: account_analytic_analysis
183 #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
184 msgid "Account Analytic Lines"
185 msgstr ""
186
187 #. module: account_analytic_analysis
188 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
189 msgid "Account Manager"
190 msgstr "分管会计"
191
192 #. module: account_analytic_analysis
193 #: help:sale.config.settings,group_template_required:0
194 msgid ""
195 "Allows you to set the template field as required when creating an analytic "
196 "account or a contract."
197 msgstr "创建成本管理分析或合同时,允许按照需要设置模板域。"
198
199 #. module: account_analytic_analysis
200 #: field:account.analytic.invoice.line,analytic_account_id:0
201 #: field:account_analytic_analysis.summary.month,account_id:0
202 #: field:account_analytic_analysis.summary.user,account_id:0
203 #: model:ir.model,name:account_analytic_analysis.model_account_analytic_account
204 msgid "Analytic Account"
205 msgstr "辅助核算项"
206
207 #. module: account_analytic_analysis
208 #: help:account.analytic.account,ca_theorical:0
209 msgid ""
210 "Based on the costs you had on the project, what would have been the revenue "
211 "if all these costs have been invoiced at the normal sale price provided by "
212 "the pricelist."
213 msgstr "如果所有成本按正常的销售价格开票那这项目的成本基于未来的收入."
214
215 #. module: account_analytic_analysis
216 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
217 msgid "Cancelled"
218 msgstr ""
219
220 #. module: account_analytic_analysis
221 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
222 msgid "Cancelled contracts"
223 msgstr ""
224
225 #. module: account_analytic_analysis
226 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
227 msgid "Closed"
228 msgstr ""
229
230 #. module: account_analytic_analysis
231 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
232 msgid "Closed contracts"
233 msgstr ""
234
235 #. module: account_analytic_analysis
236 #: help:account.analytic.account,remaining_hours_to_invoice:0
237 msgid ""
238 "Computed using the formula: Expected on timesheets - Total invoiced on "
239 "timesheets"
240 msgstr ""
241
242 #. module: account_analytic_analysis
243 #: help:account.analytic.account,real_margin:0
244 msgid "Computed using the formula: Invoiced Amount - Total Costs."
245 msgstr "计算公式为:发票金额 - 总成本"
246
247 #. module: account_analytic_analysis
248 #: help:account.analytic.account,revenue_per_hour:0
249 msgid "Computed using the formula: Invoiced Amount / Total Time"
250 msgstr "计算公式:已开票金额 / 总时数"
251
252 #. module: account_analytic_analysis
253 #: help:account.analytic.account,remaining_ca:0
254 msgid "Computed using the formula: Max Invoice Price - Invoiced Amount."
255 msgstr "计算公式为:最大发票价格 -  已开票金额"
256
257 #. module: account_analytic_analysis
258 #: help:account.analytic.account,remaining_hours:0
259 msgid "Computed using the formula: Maximum Time - Total Worked Time"
260 msgstr "用下列公式计算:最大工时 - 总工作时间"
261
262 #. module: account_analytic_analysis
263 #: help:account.analytic.account,theorical_margin:0
264 msgid "Computed using the formula: Theoretical Revenue - Total Costs"
265 msgstr "用此公式计算:理论收入 - 总成本"
266
267 #. module: account_analytic_analysis
268 #: help:account.analytic.account,real_margin_rate:0
269 msgid "Computes using the formula: (Real Margin / Total Costs) * 100."
270 msgstr "计算公式为:(实际利润/总成本×100)"
271
272 #. module: account_analytic_analysis
273 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
274 msgid "Contract"
275 msgstr "合同"
276
277 #. module: account_analytic_analysis
278 #: model:ir.actions.act_window,name:account_analytic_analysis.template_of_contract_action
279 #: model:ir.ui.menu,name:account_analytic_analysis.menu_template_of_contract_action
280 msgid "Contract Template"
281 msgstr "合同模版"
282
283 #. module: account_analytic_analysis
284 #: model:email.template,subject:account_analytic_analysis.account_analytic_cron_email_template
285 msgid "Contract expiration reminder ${user.company_id.name}"
286 msgstr ""
287
288 #. module: account_analytic_analysis
289 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
290 #: model:ir.actions.act_window,name:account_analytic_analysis.action_account_analytic_overdue_all
291 #: model:ir.ui.menu,name:account_analytic_analysis.menu_action_account_analytic_overdue_all
292 msgid "Contracts"
293 msgstr "合同"
294
295 #. module: account_analytic_analysis
296 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
297 msgid "Contracts assigned to a customer."
298 msgstr ""
299
300 #. module: account_analytic_analysis
301 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
302 msgid "Contracts in progress (open, draft)"
303 msgstr ""
304
305 #. module: account_analytic_analysis
306 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
307 msgid "Contracts not assigned"
308 msgstr "合同没指定"
309
310 #. module: account_analytic_analysis
311 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
312 msgid "Contracts that are not assigned to an account manager."
313 msgstr "没有指派客户经理的合同"
314
315 #. module: account_analytic_analysis
316 #: model:ir.actions.act_window,name:account_analytic_analysis.action_account_analytic_overdue
317 #: model:ir.ui.menu,name:account_analytic_analysis.menu_action_account_analytic_overdue
318 msgid "Contracts to Renew"
319 msgstr "要续签的合同"
320
321 #. module: account_analytic_analysis
322 #: field:account.analytic.invoice.line,create_uid:0
323 msgid "Created by"
324 msgstr ""
325
326 #. module: account_analytic_analysis
327 #: field:account.analytic.invoice.line,create_date:0
328 msgid "Created on"
329 msgstr ""
330
331 #. module: account_analytic_analysis
332 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
333 msgid "Customer Contracts"
334 msgstr "客户合同"
335
336 #. module: account_analytic_analysis
337 #: field:account.analytic.account,last_worked_date:0
338 msgid "Date of Last Cost/Work"
339 msgstr "最近日期的工作成本"
340
341 #. module: account_analytic_analysis
342 #: field:account.analytic.account,last_worked_invoiced_date:0
343 msgid "Date of Last Invoiced Cost"
344 msgstr "最近的已发票日期"
345
346 #. module: account_analytic_analysis
347 #: field:account.analytic.account,recurring_next_date:0
348 msgid "Date of Next Invoice"
349 msgstr ""
350
351 #. module: account_analytic_analysis
352 #: help:account.analytic.account,last_worked_date:0
353 msgid "Date of the latest work done on this account."
354 msgstr "这项目的最近的工作完成日期"
355
356 #. module: account_analytic_analysis
357 #: selection:account.analytic.account,recurring_rule_type:0
358 msgid "Day(s)"
359 msgstr ""
360
361 #. module: account_analytic_analysis
362 #: field:account.analytic.invoice.line,name:0
363 msgid "Description"
364 msgstr ""
365
366 #. module: account_analytic_analysis
367 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
368 msgid "End Month"
369 msgstr ""
370
371 #. module: account_analytic_analysis
372 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
373 msgid "End date is in the next month"
374 msgstr ""
375
376 #. module: account_analytic_analysis
377 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
378 msgid "End date passed or prepaid unit consumed"
379 msgstr ""
380
381 #. module: account_analytic_analysis
382 #: code:addons/account_analytic_analysis/account_analytic_analysis.py:674
383 #, python-format
384 msgid "Error!"
385 msgstr ""
386
387 #. module: account_analytic_analysis
388 #: field:account.analytic.account,hours_qtt_est:0
389 msgid "Estimation of Hours to Invoice"
390 msgstr "预期记账时数"
391
392 #. module: account_analytic_analysis
393 #: help:account.analytic.account,remaining_total:0
394 msgid ""
395 "Expectation of remaining income for this contract. Computed as the sum of "
396 "remaining subtotals which, in turn, are computed as the maximum between "
397 "'(Estimation - Invoiced)' and 'To Invoice' amounts"
398 msgstr "合同预期剩余收入。按照剩余总值,即“预记账”和“应记账”两项的较大者。"
399
400 #. module: account_analytic_analysis
401 #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
402 msgid "Expected"
403 msgstr "预期"
404
405 #. module: account_analytic_analysis
406 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
407 msgid "Expired or consumed"
408 msgstr ""
409
410 #. module: account_analytic_analysis
411 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
412 msgid "Expiring soon"
413 msgstr ""
414
415 #. module: account_analytic_analysis
416 #: field:account.analytic.account,fix_price_invoices:0
417 msgid "Fixed Price"
418 msgstr "固定价格"
419
420 #. module: account_analytic_analysis
421 #: field:account.analytic.account,recurring_invoices:0
422 msgid "Generate recurring invoices automatically"
423 msgstr ""
424
425 #. module: account_analytic_analysis
426 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
427 msgid "Group By"
428 msgstr ""
429
430 #. module: account_analytic_analysis
431 #: model:ir.model,name:account_analytic_analysis.model_account_analytic_analysis_summary_user
432 msgid "Hours Summary by User"
433 msgstr "按用户汇总时间"
434
435 #. module: account_analytic_analysis
436 #: model:ir.model,name:account_analytic_analysis.model_account_analytic_analysis_summary_month
437 msgid "Hours summary by month"
438 msgstr "月的小时数合计"
439
440 #. module: account_analytic_analysis
441 #: field:account.analytic.invoice.line,id:0
442 #: field:account_analytic_analysis.summary.month,id:0
443 #: field:account_analytic_analysis.summary.user,id:0
444 msgid "ID"
445 msgstr ""
446
447 #. module: account_analytic_analysis
448 #: help:account.analytic.account,ca_to_invoice:0
449 msgid ""
450 "If invoice from analytic account, the remaining amount you can invoice to "
451 "the customer based on the total costs."
452 msgstr "如果是辅助核算项目的发票, 剩余金额你能给客户开基于总成本的发票"
453
454 #. module: account_analytic_analysis
455 #: help:account.analytic.account,last_invoice_date:0
456 msgid "If invoice from the costs, this is the date of the latest invoiced."
457 msgstr "如按实际成本开票,这是最末开票日期"
458
459 #. module: account_analytic_analysis
460 #: help:account.analytic.account,last_worked_invoiced_date:0
461 msgid ""
462 "If invoice from the costs, this is the date of the latest work or cost that "
463 "have been invoiced."
464 msgstr "如果发票来自费用, 这是最近工作日期或已开票的费用"
465
466 #. module: account_analytic_analysis
467 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
468 msgid "In Progress"
469 msgstr ""
470
471 #. module: account_analytic_analysis
472 #: field:account.analytic.account,recurring_invoice_line_ids:0
473 msgid "Invoice Lines"
474 msgstr ""
475
476 #. module: account_analytic_analysis
477 #: help:account.analytic.account,recurring_rule_type:0
478 msgid "Invoice automatically repeat at specified interval"
479 msgstr ""
480
481 #. module: account_analytic_analysis
482 #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
483 msgid "Invoiced"
484 msgstr "已开票"
485
486 #. module: account_analytic_analysis
487 #: field:account.analytic.account,ca_invoiced:0
488 msgid "Invoiced Amount"
489 msgstr "已开票金额"
490
491 #. module: account_analytic_analysis
492 #: field:account.analytic.account,hours_qtt_invoiced:0
493 msgid "Invoiced Time"
494 msgstr "已开票的工时"
495
496 #. module: account_analytic_analysis
497 #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
498 msgid "Invoicing"
499 msgstr "开发票"
500
501 #. module: account_analytic_analysis
502 #: field:account.analytic.account,last_invoice_date:0
503 msgid "Last Invoice Date"
504 msgstr "最近开票日期"
505
506 #. module: account_analytic_analysis
507 #: field:account.analytic.invoice.line,write_uid:0
508 msgid "Last Updated by"
509 msgstr ""
510
511 #. module: account_analytic_analysis
512 #: field:account.analytic.invoice.line,write_date:0
513 msgid "Last Updated on"
514 msgstr ""
515
516 #. module: account_analytic_analysis
517 #: model:res.groups,name:account_analytic_analysis.group_template_required
518 msgid "Mandatory use of templates in contracts"
519 msgstr "强制采用模板制订合同"
520
521 #. module: account_analytic_analysis
522 #: field:sale.config.settings,group_template_required:0
523 msgid "Mandatory use of templates."
524 msgstr "强制采用模板。"
525
526 #. module: account_analytic_analysis
527 #: field:account.analytic.account,month_ids:0
528 #: field:account_analytic_analysis.summary.month,month:0
529 msgid "Month"
530 msgstr "月"
531
532 #. module: account_analytic_analysis
533 #: selection:account.analytic.account,recurring_rule_type:0
534 msgid "Month(s)"
535 msgstr ""
536
537 #. module: account_analytic_analysis
538 #: code:addons/account_analytic_analysis/account_analytic_analysis.py:669
539 #, python-format
540 msgid "No Customer Defined!"
541 msgstr ""
542
543 #. module: account_analytic_analysis
544 #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
545 msgid "No order to invoice, create"
546 msgstr "没有订单被开票,创建"
547
548 #. module: account_analytic_analysis
549 #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
550 msgid "Nothing to invoice, create"
551 msgstr "尚未开票,创建"
552
553 #. module: account_analytic_analysis
554 #: help:account.analytic.account,hours_qtt_non_invoiced:0
555 msgid ""
556 "Number of time (hours/days) (from journal of type 'general') that can be "
557 "invoiced if you invoice based on analytic account."
558 msgstr "如果您按成本科目开票,这里是可以开票的工时。"
559
560 #. module: account_analytic_analysis
561 #: help:account.analytic.account,hours_qtt_invoiced:0
562 msgid ""
563 "Number of time (hours/days) that can be invoiced plus those that already "
564 "have been invoiced."
565 msgstr "可以开发票的工时 加上 已经开发票的工时"
566
567 #. module: account_analytic_analysis
568 #: help:account.analytic.account,hours_quantity:0
569 msgid ""
570 "Number of time you spent on the analytic account (from timesheet). It "
571 "computes quantities on all journal of type 'general'."
572 msgstr "你在这个成本科目上花费的时间总数(数据来自计工单)。仅计算类型为“普通”的凭证簿。"
573
574 #. module: account_analytic_analysis
575 #: field:account.analytic.account,invoice_on_timesheets:0
576 msgid "On Timesheets"
577 msgstr "在计工单上"
578
579 #. module: account_analytic_analysis
580 #: field:account.analytic.account,is_overdue_quantity:0
581 msgid "Overdue Quantity"
582 msgstr "超期数量"
583
584 #. module: account_analytic_analysis
585 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
586 msgid "Parent"
587 msgstr "父级"
588
589 #. module: account_analytic_analysis
590 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
591 msgid "Partner"
592 msgstr "业务伙伴"
593
594 #. module: account_analytic_analysis
595 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
596 msgid "Pending contracts"
597 msgstr ""
598
599 #. module: account_analytic_analysis
600 #: code:addons/account_analytic_analysis/account_analytic_analysis.py:675
601 #, python-format
602 msgid "Please define a sale journal for the company \"%s\"."
603 msgstr ""
604
605 #. module: account_analytic_analysis
606 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
607 msgid "Pricelist"
608 msgstr ""
609
610 #. module: account_analytic_analysis
611 #: field:account.analytic.invoice.line,product_id:0
612 msgid "Product"
613 msgstr ""
614
615 #. module: account_analytic_analysis
616 #: field:account.analytic.invoice.line,quantity:0
617 msgid "Quantity"
618 msgstr ""
619
620 #. module: account_analytic_analysis
621 #: field:account.analytic.account,real_margin:0
622 msgid "Real Margin"
623 msgstr "实际利润"
624
625 #. module: account_analytic_analysis
626 #: field:account.analytic.account,real_margin_rate:0
627 msgid "Real Margin Rate (%)"
628 msgstr "实际利润(%)"
629
630 #. module: account_analytic_analysis
631 #: field:account.analytic.account,recurring_rule_type:0
632 msgid "Recurrency"
633 msgstr ""
634
635 #. module: account_analytic_analysis
636 #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
637 msgid "Recurring Invoices"
638 msgstr ""
639
640 #. module: account_analytic_analysis
641 #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
642 msgid "Remaining"
643 msgstr "剩余"
644
645 #. module: account_analytic_analysis
646 #: field:account.analytic.account,remaining_ca:0
647 msgid "Remaining Revenue"
648 msgstr "剩余的收入"
649
650 #. module: account_analytic_analysis
651 #: field:account.analytic.account,fix_price_to_invoice:0
652 #: field:account.analytic.account,remaining_hours:0
653 #: field:account.analytic.account,remaining_hours_to_invoice:0
654 #: field:account.analytic.account,timesheet_ca_invoiced:0
655 msgid "Remaining Time"
656 msgstr "剩余时间"
657
658 #. module: account_analytic_analysis
659 #: field:account.analytic.account,recurring_interval:0
660 msgid "Repeat Every"
661 msgstr ""
662
663 #. module: account_analytic_analysis
664 #: help:account.analytic.account,recurring_interval:0
665 msgid "Repeat every (Days/Week/Month/Year)"
666 msgstr ""
667
668 #. module: account_analytic_analysis
669 #: field:account.analytic.account,revenue_per_hour:0
670 msgid "Revenue per Time (real)"
671 msgstr "每小时收入(实际)"
672
673 #. module: account_analytic_analysis
674 #: code:addons/account_analytic_analysis/account_analytic_analysis.py:543
675 #, python-format
676 msgid "Sales Order Lines to Invoice of %s"
677 msgstr ""
678
679 #. module: account_analytic_analysis
680 #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
681 #: model:ir.actions.act_window,name:account_analytic_analysis.action_sales_order
682 msgid "Sales Orders"
683 msgstr "销售订单"
684
685 #. module: account_analytic_analysis
686 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
687 msgid "Start Month"
688 msgstr ""
689
690 #. module: account_analytic_analysis
691 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
692 msgid "Status"
693 msgstr "状态"
694
695 #. module: account_analytic_analysis
696 #: field:account.analytic.invoice.line,price_subtotal:0
697 msgid "Sub Total"
698 msgstr ""
699
700 #. module: account_analytic_analysis
701 #: help:account.analytic.account,fix_price_to_invoice:0
702 msgid "Sum of quotations for this contract."
703 msgstr "合同的报价单汇总"
704
705 #. module: account_analytic_analysis
706 #: help:account.analytic.account,timesheet_ca_invoiced:0
707 msgid "Sum of timesheet lines invoiced for this contract."
708 msgstr "合同已开票的计工单行的汇总"
709
710 #. module: account_analytic_analysis
711 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
712 msgid "Template"
713 msgstr ""
714
715 #. module: account_analytic_analysis
716 #: field:account.analytic.account,theorical_margin:0
717 msgid "Theoretical Margin"
718 msgstr "理论的差额"
719
720 #. module: account_analytic_analysis
721 #: field:account.analytic.account,ca_theorical:0
722 msgid "Theoretical Revenue"
723 msgstr "理论收入"
724
725 #. module: account_analytic_analysis
726 #: model:ir.actions.act_window,name:account_analytic_analysis.action_hr_tree_invoiced_all
727 #: model:ir.ui.menu,name:account_analytic_analysis.menu_action_hr_tree_invoiced_all
728 msgid "Time & Materials to Invoice"
729 msgstr "要开票的工时和材料"
730
731 #. module: account_analytic_analysis
732 #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
733 msgid "Timesheets"
734 msgstr "计工单"
735
736 #. module: account_analytic_analysis
737 #: code:addons/account_analytic_analysis/account_analytic_analysis.py:652
738 #, python-format
739 msgid "Timesheets to Invoice of %s"
740 msgstr ""
741
742 #. module: account_analytic_analysis
743 #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
744 msgid "To Invoice"
745 msgstr "开票"
746
747 #. module: account_analytic_analysis
748 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_overdue_search
749 msgid "To Renew"
750 msgstr "要续签的"
751
752 #. module: account_analytic_analysis
753 #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
754 msgid "Total"
755 msgstr "合计"
756
757 #. module: account_analytic_analysis
758 #: field:account.analytic.account,total_cost:0
759 msgid "Total Costs"
760 msgstr "总成本"
761
762 #. module: account_analytic_analysis
763 #: field:account.analytic.account,est_total:0
764 msgid "Total Estimation"
765 msgstr "总的估值"
766
767 #. module: account_analytic_analysis
768 #: field:account.analytic.account,invoiced_total:0
769 msgid "Total Invoiced"
770 msgstr "已开发票数量"
771
772 #. module: account_analytic_analysis
773 #: field:account.analytic.account,remaining_total:0
774 msgid "Total Remaining"
775 msgstr "总剩余"
776
777 #. module: account_analytic_analysis
778 #: field:account_analytic_analysis.summary.month,unit_amount:0
779 #: field:account_analytic_analysis.summary.user,unit_amount:0
780 msgid "Total Time"
781 msgstr "总时间"
782
783 #. module: account_analytic_analysis
784 #: field:account.analytic.account,hours_quantity:0
785 msgid "Total Worked Time"
786 msgstr "总工作时间"
787
788 #. module: account_analytic_analysis
789 #: help:account.analytic.account,ca_invoiced:0
790 msgid "Total customer invoiced amount for this account."
791 msgstr "这科目的客户发票合计"
792
793 #. module: account_analytic_analysis
794 #: help:account.analytic.account,total_cost:0
795 msgid ""
796 "Total of costs for this account. It includes real costs (from invoices) and "
797 "indirect costs, like time spent on timesheets."
798 msgstr "这项的成本合计,它包括实际成本(发票)和间接成本,如花费的时间表"
799
800 #. module: account_analytic_analysis
801 #: field:account.analytic.account,toinvoice_total:0
802 msgid "Total to Invoice"
803 msgstr "待开票总额"
804
805 #. module: account_analytic_analysis
806 #: field:account.analytic.account,ca_to_invoice:0
807 msgid "Uninvoiced Amount"
808 msgstr "未开票金额"
809
810 #. module: account_analytic_analysis
811 #: field:account.analytic.account,hours_qtt_non_invoiced:0
812 msgid "Uninvoiced Time"
813 msgstr "未开票的工时"
814
815 #. module: account_analytic_analysis
816 #: field:account.analytic.invoice.line,price_unit:0
817 msgid "Unit Price"
818 msgstr ""
819
820 #. module: account_analytic_analysis
821 #: field:account.analytic.invoice.line,uom_id:0
822 msgid "Unit of Measure"
823 msgstr ""
824
825 #. module: account_analytic_analysis
826 #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
827 msgid "Units Consumed"
828 msgstr ""
829
830 #. module: account_analytic_analysis
831 #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
832 msgid "Units Remaining"
833 msgstr "单位保留"
834
835 #. module: account_analytic_analysis
836 #: field:account.analytic.account,user_ids:0
837 #: field:account_analytic_analysis.summary.user,user:0
838 msgid "User"
839 msgstr "用户"
840
841 #. module: account_analytic_analysis
842 #: selection:account.analytic.account,recurring_rule_type:0
843 msgid "Week(s)"
844 msgstr ""
845
846 #. module: account_analytic_analysis
847 #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
848 msgid ""
849 "When reinvoicing costs, Odoo uses the\n"
850 "                            pricelist of the contract which uses the price\n"
851 "                            defined on the product related (e.g timesheet \n"
852 "                            products are defined on each employee)."
853 msgstr ""
854
855 #. module: account_analytic_analysis
856 #: selection:account.analytic.account,recurring_rule_type:0
857 msgid "Year(s)"
858 msgstr ""
859
860 #. module: account_analytic_analysis
861 #: code:addons/account_analytic_analysis/account_analytic_analysis.py:669
862 #, python-format
863 msgid "You must first select a Customer for Contract %s!"
864 msgstr ""
865
866 #. module: account_analytic_analysis
867 #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
868 msgid "or view"
869 msgstr "或 视图"
870
871 #. module: account_analytic_analysis
872 #: model:res.groups,comment:account_analytic_analysis.group_template_required
873 msgid ""
874 "the field template of the analytic accounts and contracts will be required."
875 msgstr "这个分析账户和合同的字段模板是必填的"
876
877 #. module: account_analytic_analysis
878 #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
879 msgid ""
880 "{'required': "
881 "[('type','=','contract'),'|','|',('fix_price_invoices','=',True), "
882 "('invoice_on_timesheets', '=', True), ('recurring_invoices', '=', True)]}"
883 msgstr ""
884
885 #. module: account_analytic_analysis
886 #: view:account.analytic.account:account_analytic_analysis.view_account_analytic_account_template_required
887 msgid ""
888 "{'required': [('type','=','contract')], 'invisible': [('type','in',['view', "
889 "'normal','template'])]}"
890 msgstr ""
891 "{'required': [('type','=','contract')], 'invisible': [('type','in',['view', "
892 "'normal','template'])]}"
893
894 #. module: account_analytic_analysis
895 #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
896 msgid "⇒ Invoice"
897 msgstr "=> 开票"
898
899 #. module: account_analytic_analysis
900 #: view:account.analytic.account:account_analytic_analysis.account_analytic_account_form_form
901 msgid "⇒ create invoices"
902 msgstr ""