ultimatepos/Modules/Manufacturing/Resources/lang/ce/lang.php

66 lines
3.2 KiB
PHP

<?php
return [
'manufacturing_module' => '製造模塊',
'manufacturing' => '製造業',
'recipe' => '食譜',
'add_recipe' => '添加配方',
'choose_product' => '選擇產品',
'ingredients' => '成分',
'add_ingredients' => '添加成分',
'ingredient' => '成分',
'select_ingredient' => '選擇成分',
'please_add_ingredients' => '請添加成分',
'production' => '生產',
'total_cost' => '總成本',
'mfg_date' => '製造日期',
'finalize' => '完成',
'finalize_tooltip' => '一旦完成,將扣除所有原料庫存,並且生產項目庫存將增加,並且不允許編輯生產.',
'unit_quantity' => '單位數量',
'total_quantity' => '總數量',
'total_price' => '總價',
'waste_units' => '浪費的數量',
'production_cost' => '生產成本',
'production_details' => '生產細節',
'product_details' => '產品詳細信息',
'wastage' => '浪費',
'total_output_quantity' => '總產出數量',
'extra_cost' => '額外費用',
'ingredients_cost' => '配料成本',
'recipe_instructions' => '食譜說明',
'ref_no_tooltip' => '將其保留為空白以自動生成參考號。.',
'mfg_ref_no_prefix' => '生產參考號前綴',
'access_production' => '訪問生產',
'access_recipe' => '查看食譜',
'total_production_cost' => '總生產成本',
'wastage_tooltip' => '生產過程中浪費的總產量的百分比',
'production_cost_tooltip' => '配料總成本的百分比',
'add_production' => '添加生產',
'edit_recipe' => '編輯配方',
'disable_editing_ingredient_qty' => '禁用编辑生产中的配料数量',
'manufacturing_report' => '製造報告',
'total_production' => '總產量',
'waste_percent' => '浪費百分比',
'final_quantity' => '最終數量',
'input_quantity' => '輸入數量',
'final_quantity_tooltip' => '(輸入數量) - (浪費百分比)',
'total_price_tooltip' => '(輸入數量) X (單價)',
'add_ingredients_tooltip' => '選擇營業地點和產品以在此處顯示成分.',
'current_stock_mfg' => '當前庫存(製造)',
'only_mfg_products' => '僅製成品',
'mfg_stock_tooltip' => '製造的剩餘庫存量',
'version_info' => '製造模塊版本-<code>:version </ code>',
'added_as_ingredient' => '此产品已作为配方的成分添加',
'enable_editing_product_price_after_production' => '根据生产价格更新产品购买价格,最终确定生产',
'add_ingredient_group' => '添加生产步骤',
'ingredient_group' => '步骤名称',
'ingredient_group_tooltip' => '添加具有步骤名称,描述和其他成分的生产步骤。',
'update_product_price' => '更新产品价格',
'update_product_price_help' => '产品购买价格将根据配方单价进行更新',
'continue' => '继续',
'copy_from_recipe' => '从配方复制',
'price_updated_live' => '价格根据原料购买成本而更新',
'per_unit' => '每单位',
'production_cost_tooltip' => '如果固定,它将直接添加到原料总成本中,如果将添加总原料成本的百分比,并且如果将每单位总单位乘以生产成本,则为',
];