Files
bakery-ia/frontend/src/locales/en/suppliers.json
2025-09-26 07:46:25 +02:00

84 lines
2.3 KiB
JSON

{
"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",
"invoice_status": "Invoice Status"
},
"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"
}
}