How can i translate the frappe.throw messages into other language

Hello,
how can i translate the frappe.throw messages into Arabic Language and keeps the values inside the brackets, an example: frappe.throw(_(“{0} is required”).format(self.meta.get_label(f)))

from frappe import _
frappe.throw(_("your message"))