fix(buying): Translate label for "Supplier Addresses And Contacts" Report
diff --git a/erpnext/config/buying.py b/erpnext/config/buying.py
index d1b0d91..ba34923 100644
--- a/erpnext/config/buying.py
+++ b/erpnext/config/buying.py
@@ -220,7 +220,7 @@
 					"type": "report",
 					"is_query_report": True,
 					"name": "Address And Contacts",
-					"label": "Supplier Addresses And Contacts",
+					"label": _("Supplier Addresses And Contacts"),
 					"reference_doctype": "Address",
 					"route_options": {
 						"party_type": "Supplier"