ultimatepos/Modules/AdvancedPlanning/Resources/lang/en/lang.php

128 lines
5.0 KiB
PHP

<?php
return [
'module_name' => 'Advanced Planning',
'access' => 'Access Advanced Planning',
'view_dashboard' => 'View APS Dashboard',
'dashboard' => 'Dashboard',
'success' => 'Operation completed successfully',
'module_installed' => 'Advanced Planning module installed successfully',
'module_updated' => 'Advanced Planning module updated to version :version',
'capacity_resources' => 'Capacity Resources',
'schedule_runs' => 'Schedule Runs',
'sop_cycles' => 'S&OP Cycles',
'resources_view' => 'View capacity resources',
'resources_manage' => 'Manage capacity resources',
'schedule_view' => 'View schedule runs',
'schedule_run' => 'Run finite capacity scheduler',
'sop_view' => 'View S&OP cycles',
'sop_manage' => 'Manage S&OP cycles',
'status_draft' => 'Draft',
'status_running' => 'Running',
'status_completed' => 'Completed',
'status_failed' => 'Failed',
'status_consensus' => 'Consensus',
'status_approved' => 'Approved',
'status_planned' => 'Planned',
'status_frozen' => 'Frozen',
'status_released' => 'Released',
'resource_type_line' => 'Production Line',
'resource_type_equipment' => 'Equipment',
'resource_type_labor' => 'Labor',
'resource_created' => 'Capacity resource created',
'resources_synced' => 'Synced :created new and :updated updated resources from IE, Shop Floor, and CMMS',
'schedule_completed' => 'Schedule :ref completed with :count operations',
'sop_cycle_created' => 'S&OP cycle created and plans generated',
'sop_plans_refreshed' => 'S&OP plans refreshed',
'sop_status_updated' => 'S&OP cycle status updated',
'invalid_status_transition' => 'Cannot transition from :from to :to',
'default_assembly_op' => 'Assembly',
'rec_increase_production' => 'Increase production by :units units to meet demand',
'rec_reduce_inventory' => 'Consider reducing planned production — supply exceeds demand',
'rec_add_capacity' => 'Add :hours hours of capacity or outsource overflow',
'rec_balanced' => 'Demand and supply are balanced for this period',
'name' => 'Name',
'type' => 'Type',
'daily_capacity' => 'Daily Capacity (hrs)',
'efficiency' => 'Efficiency %',
'effective_capacity' => 'Effective Daily Hours',
'active' => 'Active',
'actions' => 'Actions',
'create' => 'Create',
'sync_from_ie' => 'Sync from IE / CMMS',
'add_resource' => 'Add Resource',
'run_scheduler' => 'Run Scheduler',
'new_schedule_run' => 'New Schedule Run',
'horizon_start' => 'Horizon Start',
'horizon_end' => 'Horizon End',
'scenario_name' => 'Scenario Name',
'notes' => 'Notes',
'ref_no' => 'Reference',
'status' => 'Status',
'operations' => 'Operations',
'planned_start' => 'Planned Start',
'planned_end' => 'Planned End',
'duration_hours' => 'Duration (hrs)',
'quantity' => 'Quantity',
'work_order' => 'Work Order',
'resource' => 'Resource',
'utilization' => 'Utilization',
'unscheduled' => 'Unscheduled',
'results' => 'Results',
'sync_resources_before_run' => 'Sync capacity resources before scheduling',
'new_sop_cycle' => 'New S&OP Cycle',
'cycle_month' => 'Cycle Month',
'demand_plan' => 'Demand Plan',
'supply_plan' => 'Supply Plan',
'financial_plan' => 'Financial Plan',
'gaps' => 'Gap Analysis',
'refresh_plans' => 'Refresh Plans',
'advance_to_consensus' => 'Move to Consensus',
'advance_to_approved' => 'Approve Cycle',
'revert_to_draft' => 'Revert to Draft',
'total_demand' => 'Total Demand Units',
'total_capacity' => 'Total Available Hours',
'open_work_orders' => 'Open Work Orders',
'recommendations' => 'Recommendations',
'integrations' => 'Integrations',
'ie_available' => 'Industrial Engineering',
'shop_floor_available' => 'Shop Floor',
'maintenance_available' => 'Maintenance (CMMS)',
'available' => 'Available',
'not_available' => 'Not Available',
'toggle_nav' => 'Toggle navigation',
'no_records' => 'No records found',
'view' => 'View',
'back' => 'Back',
'yes' => 'Yes',
'no' => 'No',
'quick_actions' => 'Quick Actions',
'latest_schedule' => 'Latest Schedule Run',
'latest_sop' => 'Latest S&OP Cycle',
'schedule_run_details' => 'Schedule Run Details',
'scheduled_count' => 'Scheduled Operations',
'unscheduled_count' => 'Unscheduled Operations',
'scheduled_hours' => 'Scheduled Hours',
'available_hours' => 'Available Hours',
'operation' => 'Operation',
'reason' => 'Reason',
'period' => 'Period',
'sales_history' => 'Sales History',
'mrp_demand' => 'MRP Demand',
'product' => 'Product',
'open_work_order_qty' => 'Open WO Quantity',
'margin_estimate' => 'Margin Estimate',
'projected_revenue' => 'Projected Revenue',
'projected_supply_cost' => 'Projected Supply Cost',
'capacity_cost_ceiling' => 'Capacity Cost Ceiling',
'demand_vs_supply_units' => 'Demand vs Supply (units)',
'capacity_vs_scheduled_hours' => 'Capacity vs Scheduled (hours)',
];