Files
bakery-ia/frontend/src/locales/en/suppliers.json

105 lines
2.9 KiB
JSON
Raw Normal View History

2025-09-26 07:46:25 +02:00
{
"types": {
"ingredients": "Raw Materials",
"packaging": "Packaging",
"equipment": "Equipment",
"services": "Services",
"utilities": "Utilities",
"multi": "Multiple Categories"
},
"status": {
"active": "Active",
"inactive": "Inactive",
"pending_approval": "Pending Approval",
"suspended": "Suspended",
"blacklisted": "Blacklisted"
},
"payment_terms": {
"cod": "Cash on Delivery",
"net_15": "Net 15 Days",
"net_30": "Net 30 Days",
"net_45": "Net 45 Days",
"net_60": "Net 60 Days",
"prepaid": "Prepaid",
"credit_terms": "Credit Terms"
},
"purchase_order_status": {
"draft": "Draft",
"pending_approval": "Pending Approval",
"approved": "Approved",
"sent_to_supplier": "Sent to Supplier",
"confirmed": "Confirmed",
"partially_received": "Partially Received",
"completed": "Completed",
"cancelled": "Cancelled",
"disputed": "Disputed"
},
"delivery_status": {
"scheduled": "Scheduled",
"in_transit": "In Transit",
"out_for_delivery": "Out for Delivery",
"delivered": "Delivered",
"partially_delivered": "Partially Delivered",
"failed_delivery": "Failed Delivery",
"returned": "Returned"
},
"quality_rating": {
"5": "Excellent",
"4": "Good",
"3": "Average",
"2": "Poor",
"1": "Very Poor"
},
"delivery_rating": {
"5": "Excellent",
"4": "Good",
"3": "Average",
"2": "Poor",
"1": "Very Poor"
},
"invoice_status": {
"pending": "Pending",
"approved": "Approved",
"paid": "Paid",
"overdue": "Overdue",
"disputed": "Disputed",
"cancelled": "Cancelled"
},
"labels": {
"supplier_type": "Supplier Type",
"supplier_status": "Supplier Status",
"payment_terms": "Payment Terms",
"purchase_order_status": "Purchase Order Status",
"delivery_status": "Delivery Status",
"quality_rating": "Quality Rating",
"delivery_rating": "Delivery Rating",
2025-10-24 13:05:04 +02:00
"invoice_status": "Invoice Status",
"supplier_code": "Supplier Code",
"lead_time": "Lead Time (days)",
"minimum_order": "Minimum Order",
"credit_limit": "Credit Limit",
"currency": "Currency",
"created_date": "Created Date",
"updated_date": "Last Updated",
"notes": "Notes"
},
"sections": {
"contact_info": "Contact Information",
"commercial_info": "Commercial Information",
"performance": "Performance and Statistics",
"notes": "Notes"
},
"placeholders": {
"name": "Supplier name",
"contact_person": "Contact person name",
"supplier_code": "Unique code",
"notes": "Notes about the supplier"
2025-09-26 07:46:25 +02:00
},
"descriptions": {
"supplier_type": "Select the type of products or services this supplier offers",
"payment_terms": "Payment terms agreed with the supplier",
"quality_rating": "1 to 5 star rating based on product quality",
"delivery_rating": "1 to 5 star rating based on delivery punctuality and condition"
}
2025-10-24 13:05:04 +02:00
}