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", },