translation added
This commit is contained in:
@@ -216,7 +216,7 @@ const StepTwo = ({
|
||||
name="desc"
|
||||
render={({ field }) => (
|
||||
<FormItem>
|
||||
<Label>{t("Qisqacha ta'rif (UZ)")}</Label>
|
||||
<Label>{t("Qisqacha ta'rif")}</Label>
|
||||
<FormControl>
|
||||
<Textarea {...field} placeholder={t("Qisqacha ta'rif")} />
|
||||
</FormControl>
|
||||
@@ -231,11 +231,11 @@ const StepTwo = ({
|
||||
name="desc_ru"
|
||||
render={({ field }) => (
|
||||
<FormItem>
|
||||
<Label>{t("Qisqacha ta'rif (RU)")}</Label>
|
||||
<Label>{t("Qisqacha ta'rif")} (ru)</Label>
|
||||
<FormControl>
|
||||
<Textarea
|
||||
{...field}
|
||||
placeholder={t("Qisqacha ta'rif (rus tilida)")}
|
||||
placeholder={t("Qisqacha ta'rif") + " (ru)"}
|
||||
/>
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
@@ -254,7 +254,7 @@ const StepTwo = ({
|
||||
render={({ field }) => (
|
||||
<FormItem>
|
||||
<FormControl>
|
||||
<Input {...field} placeholder={t("Teg (UZ)")} />
|
||||
<Input {...field} placeholder={t("Teg")} />
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
</FormItem>
|
||||
@@ -266,7 +266,7 @@ const StepTwo = ({
|
||||
render={({ field }) => (
|
||||
<FormItem>
|
||||
<FormControl>
|
||||
<Input {...field} placeholder={t("Teg (RU)")} />
|
||||
<Input {...field} placeholder={t("Teg") + " (ru)"} />
|
||||
</FormControl>
|
||||
<FormMessage />
|
||||
</FormItem>
|
||||
@@ -301,7 +301,7 @@ const StepTwo = ({
|
||||
>
|
||||
<div className="flex justify-between items-center">
|
||||
<p className="text-sm text-gray-300">
|
||||
{t("Bo‘lim")} #{index + 1}
|
||||
{t(" ")} #{index + 1}
|
||||
</p>
|
||||
<button
|
||||
type="button"
|
||||
@@ -364,7 +364,7 @@ const StepTwo = ({
|
||||
name={`sections.${index}.text`}
|
||||
render={({ field }) => (
|
||||
<FormItem>
|
||||
<Label>{t("Matn (UZ)")}</Label>
|
||||
<Label>{t("Matn")}</Label>
|
||||
<FormControl>
|
||||
<Textarea {...field} placeholder={t("Matn kiriting")} />
|
||||
</FormControl>
|
||||
@@ -378,9 +378,9 @@ const StepTwo = ({
|
||||
name={`sections.${index}.text_ru`}
|
||||
render={({ field }) => (
|
||||
<FormItem>
|
||||
<Label>{t("Matn (RU)")}</Label>
|
||||
<Label>{t("Matn") + " (ru)"}</Label>
|
||||
<FormControl>
|
||||
<Textarea {...field} placeholder={t("Matn (rus tilida)")} />
|
||||
<Textarea {...field} placeholder={t("Matn") + " (ru)"} />
|
||||
</FormControl>
|
||||
</FormItem>
|
||||
)}
|
||||
|
||||
Reference in New Issue
Block a user