From 73cd90207caa9fa5e5fe07b01b600e7295eba387 Mon Sep 17 00:00:00 2001 From: Nurmuhammet Allanov Date: Fri, 3 Oct 2025 00:06:43 +0500 Subject: [PATCH] wip --- src/i18n/locales/en.js | 2 +- src/i18n/locales/ru.js | 2 +- src/i18n/locales/tm.js | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/i18n/locales/en.js b/src/i18n/locales/en.js index db9ec27..db76270 100644 --- a/src/i18n/locales/en.js +++ b/src/i18n/locales/en.js @@ -162,7 +162,7 @@ export default { noItemsFound: "No items found", brand: "Brand", composition: "Composition", - neverMind: "Never Mind", + neverMind: "Default", From_expensive_to_cheap: "From expensive to cheap", From_cheap_to_expensive: "From cheap to expensive", }, diff --git a/src/i18n/locales/ru.js b/src/i18n/locales/ru.js index ab34609..0c4dc8a 100644 --- a/src/i18n/locales/ru.js +++ b/src/i18n/locales/ru.js @@ -159,7 +159,7 @@ export default { noItemsFound: "Товары не найдены", brand: "Бренд", composition: "Состав", - neverMind: "Не важно", + neverMind: "По умолчанию", From_expensive_to_cheap: "От дорогих к дешевым", From_cheap_to_expensive: "От дешевых к дорогим", }, diff --git a/src/i18n/locales/tm.js b/src/i18n/locales/tm.js index 2ba4f43..7c35902 100644 --- a/src/i18n/locales/tm.js +++ b/src/i18n/locales/tm.js @@ -162,7 +162,7 @@ export default { noItemsFound: "Haryt tapylmady", brand: "Brend", composition: "Düzümi", - neverMind: "Tapawudy ýok", + neverMind: "Sortlanmadyk", From_expensive_to_cheap: "Gymmatdan arzana", From_cheap_to_expensive: "Arzandan gymmada", },