translation added

This commit is contained in:
Samandar Turgunboyev
2025-11-06 10:38:52 +05:00
parent b3401085c7
commit 08ed9f7f19
8 changed files with 122 additions and 24 deletions

View File

@@ -1455,13 +1455,13 @@ const StepOne = ({
<div className="flex gap-3 items-end flex-wrap">
<Input
id="extra_service_name"
placeholder={t("Xizmat nomi (UZ)")}
placeholder={t("Xizmat nomi")}
className="h-12 !text-md flex-1 min-w-[200px]"
/>
<Input
id="extra_service_name_ru"
placeholder={t("Xizmat nomi (RU)")}
placeholder={t("Xizmat nomi") + " (ru)"}
className="h-12 !text-md flex-1 min-w-[200px]"
/>
@@ -1518,7 +1518,7 @@ const StepOne = ({
>
<span>
{item.name} {" "}
<strong>{formatPrice(item.price)} som</strong>
<strong>{formatPrice(item.price, true)}</strong>
</span>
<button
type="button"
@@ -1542,17 +1542,16 @@ const StepOne = ({
<div className="flex gap-3 items-end flex-wrap">
<Input
id="paid_service_name"
placeholder={t("Xizmat nomi (UZ)")}
placeholder={t("Xizmat nomi")}
className="h-12 !text-md flex-1 min-w-[200px]"
/>
<Input
id="paid_service_name_ru"
placeholder={t("Xizmat nomi (RU)")}
placeholder={t("Xizmat nomi") + " (ru)"}
className="h-12 !text-md flex-1 min-w-[200px]"
/>
{/* Narx maydoni */}
<Input
id="paid_service_price"
type="text"