2
0
forked from Wavyzz/dolibarr
Files
dolibarr-fork/htdocs/langs/zh_CN/workflow.lang
Laurent Destailleur 05db4b9f8e Sync transifex
2023-12-15 13:34:39 +01:00

39 lines
4.8 KiB
Plaintext

# Dolibarr language file - Source file is en_US - workflow
WorkflowSetup=工作流模块设置
WorkflowDesc=该模块提供了一些自动操作。默认情况下,工作流是开启的(您可以按想要的顺序执行操作),但在这里您可以激活一些自动操作。
ThereIsNoWorkflowToModify=已激活的模块没有可用的工作流修改。
# Autocreate
descWORKFLOW_PROPAL_AUTOCREATE_ORDER=报价单被客户签字接受后自动创建销售订单(新订单的金额与报价单金额相同)
descWORKFLOW_PROPAL_AUTOCREATE_INVOICE=报价单被客户签字接受后自动创建客户发票(新发票的金额与报价单金额相同)
descWORKFLOW_CONTRACT_AUTOCREATE_INVOICE=当合同被验证通过后自动创建客户发票
descWORKFLOW_ORDER_AUTOCREATE_INVOICE=当销售订单被关闭后自动创建客户发票(新发票的金额与订单金额相同)
descWORKFLOW_TICKET_CREATE_INTERVENTION=创建服务工单时,自动创建现场服务单。
# Autoclassify customer proposal or order
descWORKFLOW_ORDER_CLASSIFY_BILLED_PROPAL=Classify linked source proposals as billed when a sales order is set to billed (and if the amount of the order is the same as the total amount of the signed linked proposals)
descWORKFLOW_INVOICE_CLASSIFY_BILLED_PROPAL=Classify linked source proposals as billed when a customer invoice is validated (and if the amount of the invoice is the same as the total amount of the signed linked proposals)
descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_ORDER=Classify linked source sales order as billed when a customer invoice is validated (and if the amount of the invoice is the same as the total amount of the linked sales orders). If you have 1 invoice validated for n orders, this may set all orders to billed too.
descWORKFLOW_INVOICE_CLASSIFY_BILLED_ORDER=Classify linked source sales orders as billed when a customer invoice is set to paid (and if the amount of the invoice is the same as the total amount of the linked sales orders). If you have 1 invoice set billed for n orders, this may set all orders to billed too.
descWORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING=Classify linked source sales orders as shipped when a shipment is validated (and if the quantity shipped by all shipments is the same as in the order to update)
descWORKFLOW_ORDER_CLASSIFY_SHIPPED_SHIPPING_CLOSED=当发货单被关闭时,自动将其链接的源销售订单归类为已发货(如果所有发货单的发货数量之和与要更新的订单中的数量相同)
# Autoclassify purchase proposal
descWORKFLOW_ORDER_CLASSIFY_BILLED_SUPPLIER_PROPOSAL=Classify linked source vendor proposal as billed when vendor invoice is validated (and if the amount of the invoice is the same as the total amount of the linked proposals)
# Autoclassify purchase order
descWORKFLOW_INVOICE_AMOUNT_CLASSIFY_BILLED_SUPPLIER_ORDER=Classify linked source purchase order as billed when vendor invoice is validated (and if the amount of the invoice is the same as the total amount of the linked orders)
descWORKFLOW_ORDER_CLASSIFY_RECEIVED_RECEPTION=当收货单被验证通过时,自动将其链接的源采购订单归类为已收货(如果所有接货单的接收数量之和与要更新的采购订单中的数量相同)
descWORKFLOW_ORDER_CLASSIFY_RECEIVED_RECEPTION_CLOSED=当收货单被关闭时,自动将其链接的源采购订单归类为已收货(如果所有接货单的接收数量之和与要更新的采购订单中的数量相同)
# Autoclassify shipment
descWORKFLOW_SHIPPING_CLASSIFY_CLOSED_INVOICE=Classify linked source shipment as closed when a customer invoice is validated (and if the amount of the invoice is the same as the total amount of the linked shipments)
descWORKFLOW_SHIPPING_CLASSIFY_BILLED_INVOICE=Classify linked source shipment as billed when a customer invoice is validated (and if the amount of the invoice is the same as the total amount of the linked shipments)
# Autoclassify receptions
descWORKFLOW_RECEPTION_CLASSIFY_CLOSED_INVOICE=Classify linked source receptions as billed when a purchase invoice is validated (and if the amount of the invoice is the same as the total amount of the linked receptions)
descWORKFLOW_RECEPTION_CLASSIFY_BILLED_INVOICE=Classify linked source receptions as billed when a purchase invoice is validated (and if the amount of the invoice is the same as the total amount of the linked receptions)
# Automatically link ticket to contract
descWORKFLOW_TICKET_LINK_CONTRACT=When creating a ticket, link all available contracts of matching third parties
descWORKFLOW_TICKET_USE_PARENT_COMPANY_CONTRACTS=在链接合同时,在母公司的合同中搜索
# Autoclose intervention
descWORKFLOW_TICKET_CLOSE_INTERVENTION=关闭服务工单后,关闭与服务工单关联的所有现场服务单
AutomaticCreation=自动创建
AutomaticClassification=自动归类
AutomaticClosing=自动关闭
AutomaticLinking=自动链接