translations fix

This commit is contained in:
Kakabay 2024-04-14 21:27:59 +05:00
parent fd9444be71
commit 54a1bdb6ec
5 changed files with 6 additions and 6 deletions

View File

@ -135,7 +135,7 @@ const BorrowerInfo = ({
: locale === "РУС"
? "Дата рождения"
: locale === "ENG"
? "Year of birth"
? "Date of birth"
: "Doglan senesi"}
</label>
<input

View File

@ -250,7 +250,7 @@ const CardRegistration = ({
: locale === "РУС"
? "Дата рождения"
: locale === "ENG"
? "Year of birth"
? "Date of birth"
: "Doglan senesi"}
</label>
<input

View File

@ -120,7 +120,7 @@ const GuaranterInfo = ({ setStage, isGuranter, guaranterData }) => {
: locale === "РУС"
? "Дата рождения"
: locale === "ENG"
? "Year of birth"
? "Date of birth"
: "Doglan senesi"}
</label>
<input

View File

@ -153,12 +153,12 @@ const GuaranterStage = ({
<form onSubmit={handleSubmit(onSubmit)}>
<h2 className="cs-2-title">
{locale === "TKM"
? "Zamunçynyň maglumtlaryny dolduryň"
? "Zamunçynyň maglumatlaryny dolduryň"
: locale === "РУС"
? "Заполните данные поручителя"
: locale === "ENG"
? "Fill in the guarantors details"
: "Zamunçynyň maglumtlaryny dolduryň"}
: "Zamunçynyň maglumatlaryny dolduryň"}
</h2>
<div className="imm-credit-form-wrapper">
<Select

View File

@ -214,7 +214,7 @@ const ImmediateCreditModal = ({
: locale === "РУС"
? "Подтвердите данные кредита"
: locale === "ENG"
? "Confirm your loan details"
? "Confirm your loan personal data"
: "Karz maglumatlaryňyzy tassyklaň"}
</h3>
</div>