import React from "react"; import { useTranslation } from "react-i18next"; const Car = ({ dmg1, dmg2 }) => { const { t } = useTranslation(); return (